Commit Graph

214 Commits

Author SHA1 Message Date
Stani be91a632c9 fixed the SetFontData method 2015-06-27 19:41:34 +02:00
Stani 13f1147b90 set default fill color to white for NewPdf 2015-06-27 18:33:15 +02:00
Stani 2905171a22 added a NewPdf constructor for convenience 2015-06-27 18:24:16 +02:00
Stani 01150ac981 add gopher sample 2015-06-27 17:55:34 +02:00
Stani eee9c42bb9 moved line in frame-image 2015-06-27 17:55:01 +02:00
Stani 5a3d7085a2 added working frame-image sample 2015-06-27 17:47:29 +02:00
Stani 7ffd99f6bd fix GraphicContext.DrawImage and use PNG as default format 2015-06-27 17:46:03 +02:00
Stani 66b0d91546 move android in its own folder 2015-06-27 17:19:08 +02:00
Stani 464bc2488b improved comment 2015-06-27 17:18:36 +02:00
Stani d140c26465 disable PathLogger 2015-06-27 16:51:37 +02:00
Stani 5d1b0f3315 added an example as documentation and test 2015-06-27 16:47:27 +02:00
Stani 0d629a4957 fix typo 2015-06-27 16:34:30 +02:00
Stani 74e84c4493 implemented more methods for pdf graphic context, fixed the code for 100% golint and go vet 2015-06-27 16:21:13 +02:00
Stani bbcbc3df5e fix c255 for rgb conversion 2015-06-27 13:50:43 +02:00
Stani a422b2462d partial implementation of gofpdf backend 2015-06-27 01:13:20 +02:00
Stani d47e08f7c9 Preparing for pdf backend
- make PathStorage Commands and Vertices public, so they can be accessed by the pdf backend
- start every path with MoveTo (also before ArcTo)
2015-06-27 01:03:41 +02:00
Laurent Le Goff f8fb5a2052 Update doc 2015-04-22 16:22:24 +02:00
Laurent Le Goff f43b901cb4 Update README.md 2015-04-22 16:05:00 +02:00
Laurent Le Goff d41211e1f1 Update README.md 2015-04-22 16:03:13 +02:00
Laurent Le Goff cfe27c6c0a Change Readme 2015-04-22 15:59:42 +02:00
Laurent Le Goff 26fd99f263 remove deprecated files 2015-04-22 15:59:32 +02:00
Laurent Le Goff 146e6d6c8e Add Save and Load util function 2015-04-22 15:59:01 +02:00
Laurent Le Goff 93abbc2231 move to draw2d.samples 2015-04-22 15:58:36 +02:00
Laurent Le Goff 78e0449cca Move samples to draw2d.samples 2015-04-22 15:58:13 +02:00
Laurent Le Goff b7cc153384 remove unecessary folder 2015-04-22 11:08:18 +02:00
Laurent Le Goff 5908f1da11 remove unecessary folder 2015-04-22 11:06:40 +02:00
Laurent Le Goff 17aa105606 Change root documentation and rename doc.go in draw2d.go 2015-04-22 10:49:37 +02:00
Laurent Le Goff a211e06ea7 remove sample cmd 2015-04-19 23:21:31 +02:00
Laurent Le Goff cef48beb1f remove sample cmd 2015-04-19 23:20:44 +02:00
Laurent Le Goff fff6b05c93 Fix img url 2015-04-19 17:30:15 +02:00
Laurent Le Goff b4f19d35fe Merge simpler import path 2015-04-19 17:14:42 +02:00
Laurent Le Goff 870a1a827e Remove deprecated Code 2015-04-19 16:45:43 +02:00
Laurent Le Goff 690ce767e2 Merge pull request #36 from sbinet/mkdown-readme
doc: markdown-ify
2015-04-19 15:07:55 +02:00
Sebastien Binet f1d2545bc5 gitignore: translate from hgignore 2015-04-19 00:32:22 +02:00
Sebastien Binet 2e7baa0204 doc: markdown-ify
wiki: add test results images
2015-04-19 00:15:40 +02:00
Laurent Le Goff 8b0d5d5048 Clean 2015-04-17 17:03:50 +02:00
Laurent Le Goff 5990ba619c Fix SwapBuffers 2015-04-17 16:54:29 +02:00
Laurent Le Goff 0bbef16af2 Add rounded Rect sample 2015-04-17 16:54:12 +02:00
Laurent Le Goff dba783c8af call reshape at start up to initiliaze opengl context 2015-04-17 15:35:50 +02:00
Laurent Le Goff 0abcba8669 Merge branch 'sbinet-draw2dgl-with-go-gl' 2015-04-17 15:03:49 +02:00
Laurent Le Goff b1b8ea1540 merge sbinet change 2015-04-17 14:57:59 +02:00
Laurent Le Goff 6857de8d5b move postscript code to separate repository llgcode/ps 2015-04-17 12:11:33 +02:00
Sebastien Binet 0eeb62825f make: enable draw2dgl build+test 2015-04-17 11:44:38 +02:00
Sebastien Binet ef603db535 draw2dgl: remove unneeded GLVertex 2015-04-17 11:44:38 +02:00
Sebastien Binet c1b7f443b4 draw2dgl: de-stutter types 2015-04-17 11:44:38 +02:00
Sebastien Binet a8154b175c draw2dgl: use github.com/go-gl/{gl,glfw} 2015-04-17 11:44:38 +02:00
Laurent Le Goff 3d2a09c9e2 Merge branch 'sbinet-github-imports' 2015-04-17 11:17:23 +02:00
Sebastien Binet 49e09051b1 make: add a test target 2015-04-16 17:01:43 +02:00
Sebastien Binet 983b7fb4a9 doc: fix some links 2015-04-16 12:03:35 +02:00
Sebastien Binet f78ac58522 all: gofmt+goimports 2015-04-16 11:51:13 +02:00