Commit Graph

  • bf2e1c0174 add license to README Stani 2015-07-10 12:45:52 +0200
  • 195892ccb9 Merge pull request #55 from stanim/samples Stani 2015-07-10 02:43:05 +0200
  • 61b036038c correct draw2d/samples path Stani 2015-07-10 02:42:12 +0200
  • bdd6cf67be Merge pull request #54 from stanim/samples Stani 2015-07-10 02:36:50 +0200
  • 730589cb95 correct draw2d/samples path Stani 2015-07-10 02:33:06 +0200
  • cec365b96a Merge pull request #53 from stanim/master Stani 2015-07-10 02:22:08 +0200
  • a6fc7c06e1 add sample: postscriptgl Stani 2015-07-10 02:15:23 +0200
  • dc12ec8ca5 add sample: postscript Stani 2015-07-10 02:15:13 +0200
  • aee8e42541 add sample: linecapjoin Stani 2015-07-10 02:15:00 +0200
  • f24cc0d0ec add sample: line Stani 2015-07-10 02:14:48 +0200
  • 18946de153 add sample: helloworldgl Stani 2015-07-10 02:14:14 +0200
  • bdf30d74eb add sample: helloworld Stani 2015-07-10 02:14:03 +0200
  • 401ff36d5a add sample: gopher Stani 2015-07-10 02:13:43 +0200
  • 14bf3f5052 add sample: frameimage Stani 2015-07-10 02:13:27 +0200
  • 0c99623341 add sample: appengine Stani 2015-07-10 02:12:40 +0200
  • 851731f191 add android sample Stani 2015-07-10 02:12:22 +0200
  • 51d0dc23f4 add samples folder Stani 2015-07-10 02:11:22 +0200
  • 7e64fd0a68 add resource images for sample tests Stani 2015-07-10 02:10:50 +0200
  • b1417d86fa add makefont files of luxi so it can be loaded by gofpdf Stani 2015-07-10 02:10:10 +0200
  • 96c95d0346 add empty output folder for sample tests Stani 2015-07-10 02:08:05 +0200
  • 10796a3100 prepare testing for including samples Stani 2015-07-10 02:07:18 +0200
  • f5ef2c0154 use clean path for font folder Stani 2015-07-10 02:06:47 +0200
  • 903829eb54 fix fontdir bug Stani 2015-07-10 02:05:22 +0200
  • 990ae8fd84 update documentation Stani 2015-07-10 02:03:59 +0200
  • 04427cabf5 Merge with master Laurent Le Goff 2015-07-09 18:06:14 +0200
  • ed5fa0e5a7 Merge pull request #52 from stanim/doc Laurent Le Goff 2015-07-09 16:12:14 +0200
  • 7749b30624 improve README.md Stani 2015-07-09 16:03:05 +0200
  • 91a9aff94d Merge pull request #51 from stanim/doc Laurent Le Goff 2015-07-09 09:19:48 +0200
  • 4c03f51911 fix imageCount Stani 2015-07-08 11:59:35 +0200
  • 33f067e4dd add docstrings to path.go Stani 2015-07-08 10:53:35 +0200
  • 437a88ccda improve docstrings of image.go Stani 2015-07-08 00:49:12 +0200
  • 62e23c1693 improve docstrings of draw2dpdf/gc.go Stani 2015-07-08 00:48:15 +0200
  • dbf591ab97 fix golint for gc.go Stani 2015-07-08 00:42:00 +0200
  • 8c8e0b1760 fix draw2d installation documentation Stani 2015-07-08 00:18:47 +0200
  • d446bebfa1 fix golint for advanced_path.go Stani 2015-07-08 00:17:58 +0200
  • 67213e40fc improve documentation for godoc Stani 2015-07-07 23:59:20 +0200
  • 8c807d1289 make sample interface private Stani 2015-07-07 23:35:03 +0200
  • cf81b0b120 add documentation fix Stani 2015-07-07 23:32:27 +0200
  • e94fab8197 rename draw2dpdf graphiccontext.go to gc.go as in draw2d Stani 2015-07-07 21:48:16 +0200
  • 7a817d6c88 Merge pull request #48 from stanim/pdf Laurent Le Goff 2015-07-07 09:24:13 +0200
  • dbdf3e22bc rename pdf2d to draw2dpdf Stani 2015-07-07 00:25:56 +0200
  • dbd88a6569 rename pdf2d to draw2dpdf Stani 2015-07-07 00:25:24 +0200
  • 96e73eab52 updated repository names Stani 2015-07-07 00:07:44 +0200
  • 025f1ce6d6 Merge 8ca9a0bbe3 into f8fb5a2052 Stani 2015-07-04 11:35:05 +0000
  • 8ca9a0bbe3 fix comment Stani 2015-07-01 20:27:41 +0200
  • 1841a3e90f golint fix Stani 2015-07-01 17:13:33 +0200
  • 4262ff5718 update gitignore Stani 2015-07-01 15:38:14 +0200
  • 99dce02263 remove path_logger Stani 2015-07-01 15:37:27 +0200
  • a861276f40 add postscript sample test Stani 2015-07-01 15:15:37 +0200
  • 8e69b2d8d6 add linecapsjoin sample test Stani 2015-07-01 14:44:51 +0200
  • 19b20e1fba skip overwriting pdfs during tests Stani 2015-07-01 14:44:01 +0200
  • f6e57f4712 let fill color define text color for pdf and implement SetLineJoin Stani 2015-07-01 14:13:54 +0200
  • 71c1aba4fe separate out test function and refactor line sample Stani 2015-07-01 10:34:23 +0200
  • 0144ae516b added docstring to package draw2d_test Stani 2015-07-01 01:39:01 +0200
  • 225f790d40 replace gc.scale with gc.Current.Scale Stani 2015-07-01 01:37:19 +0200
  • 0acdcf4fff fix recalc Stani 2015-07-01 01:36:27 +0200
  • 39bb5b6cf6 removed samples folder Stani 2015-07-01 01:28:00 +0200
  • 5e8829cc26 refactor pdf2d.GraphicContext samples, so they can be used for test coverage Stani 2015-07-01 01:11:20 +0200
  • a3866cec52 refactor ImgGraphicContext samples, so they can be used for test coverage Stani 2015-07-01 01:10:32 +0200
  • 2f2bd1937a - fix font size - make ContextStack Font and Scale public - make ContextStack.Scale float64, so it can also be used for pdf Stani 2015-07-01 01:06:53 +0200
  • 6608ccca67 update gitignore Stani 2015-07-01 00:44:33 +0200
  • b3bea4f206 use pdf native transforms Stani 2015-06-29 01:29:04 +0200
  • 458c46b28c add file for pdf2d package documentation Stani 2015-06-28 01:41:06 +0200
  • 4d393c1035 add transformation to text and images Stani 2015-06-27 20:06:06 +0200
  • 244893c6ab added helloworld sample Stani 2015-06-27 19:42:59 +0200
  • be91a632c9 fixed the SetFontData method Stani 2015-06-27 19:41:34 +0200
  • 13f1147b90 set default fill color to white for NewPdf Stani 2015-06-27 18:33:15 +0200
  • 2905171a22 added a NewPdf constructor for convenience Stani 2015-06-27 18:24:16 +0200
  • 01150ac981 add gopher sample Stani 2015-06-27 17:55:34 +0200
  • eee9c42bb9 moved line in frame-image Stani 2015-06-27 17:55:01 +0200
  • 5a3d7085a2 added working frame-image sample Stani 2015-06-27 17:47:29 +0200
  • 7ffd99f6bd fix GraphicContext.DrawImage and use PNG as default format Stani 2015-06-27 17:46:03 +0200
  • 66b0d91546 move android in its own folder Stani 2015-06-27 17:19:08 +0200
  • 464bc2488b improved comment Stani 2015-06-27 17:18:36 +0200
  • d140c26465 disable PathLogger Stani 2015-06-27 16:51:37 +0200
  • 5d1b0f3315 added an example as documentation and test Stani 2015-06-27 16:47:27 +0200
  • 0d629a4957 fix typo Stani 2015-06-27 16:34:30 +0200
  • 74e84c4493 implemented more methods for pdf graphic context, fixed the code for 100% golint and go vet Stani 2015-06-27 16:21:13 +0200
  • bbcbc3df5e fix c255 for rgb conversion Stani 2015-06-27 13:50:43 +0200
  • a422b2462d partial implementation of gofpdf backend Stani 2015-06-27 01:13:20 +0200
  • 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) Stani 2015-06-27 01:03:41 +0200
  • b14683a552 Start working on text Laurent Le Goff 2015-04-30 18:06:25 +0200
  • f6e1ada0f2 Fix bug Laurent Le Goff 2015-04-30 16:30:50 +0200
  • f2563306e4 Start implementing drawer Laurent Le Goff 2015-04-30 16:27:23 +0200
  • 72643a28b2 Rename MatrixTransform to Matrix Laurent Le Goff 2015-04-30 14:11:23 +0200
  • 383fef0d7d clean Api Laurent Le Goff 2015-04-30 12:20:22 +0200
  • 0345095002 Starts a non Contextual Graphics API Laurent Le Goff 2015-04-29 22:06:59 +0200
  • c7ef18681a comment Laurent Le Goff 2015-04-29 18:09:07 +0200
  • c686a7fcf6 add comments on path Laurent Le Goff 2015-04-29 17:59:39 +0200
  • cf01bf3026 document Laurent Le Goff 2015-04-29 17:52:43 +0200
  • 94ef483cbd draw2dkit Laurent Le Goff 2015-04-29 17:49:18 +0200
  • 9012e5e580 move helpers to draw2dkit Laurent Le Goff 2015-04-29 17:32:28 +0200
  • 47f90d3414 remove old .project file Laurent Le Goff 2015-04-29 17:16:55 +0200
  • 74e6b9b1ec move flattening code in draw2dbase Laurent Le Goff 2015-04-29 17:16:44 +0200
  • 82ef300f1d move flattening code in draw2dbase Laurent Le Goff 2015-04-29 17:16:15 +0200
  • ee83fedb10 Document path Laurent Le Goff 2015-04-29 16:53:36 +0200
  • 409365e40f transform clean up Laurent Le Goff 2015-04-29 16:37:07 +0200
  • 511954196b clean Transform Laurent Le Goff 2015-04-29 16:19:49 +0200
  • 966a9b73f7 remove path package and create draw2dimg package Laurent Le Goff 2015-04-29 14:33:32 +0200
  • 24d62b9aa7 remove unused file Laurent Le Goff 2015-04-29 11:27:59 +0200