Commit Graph

  • 675e82cb64
    Update go.mod (for real) master Hamcha 2019-02-08 11:15:35 +0100
  • ff82ab9451 Update 'go.mod' Hamcha 2019-02-08 11:13:35 +0100
  • a7539fd29b
    Fix bound calculation with just emojis (again, super hacky) Hamcha 2018-11-16 17:36:38 +0100
  • 41b8d7304e
    Should fix centering issues with trailing emojis Hamcha 2018-11-16 17:13:49 +0100
  • 9dbc14edd6
    Better approximation of emoji's bounds Hamcha 2018-11-16 17:00:00 +0100
  • 9941d77460
    Add emojis to bound calculation Hamcha 2018-11-16 15:19:48 +0100
  • e3566f7fc4
    Add emoji support Hamcha 2018-11-16 12:21:26 +0100
  • 219501b99b
    Change import paths Hamcha 2018-11-16 12:21:14 +0100
  • 2747a5269a
    Merge 7d1944723b into f52c8a71af ashu1994 2018-09-13 20:54:11 +0000
  • f52c8a71af
    Merge pull request #146 from piotrkowalczuk/get-font-name-proper-font-size-serialization llgcode 2018-08-25 15:34:48 +0200
  • bdf3a69827 single GetFontName implementation that serialize font size properly Piotr Kowalczuk 2018-08-20 12:17:57 +0200
  • 587a55234c
    Merge pull request #144 from sbinet/go-module-support llgcode 2018-08-17 15:29:18 +0200
  • 94de6e33b6 draw2d: add support for Go modules Sebastien Binet 2018-07-24 12:57:52 +0200
  • cd0433711b draw2d: add Sebastien Binet to AUTHORS Sebastien Binet 2018-07-24 12:58:41 +0200
  • 274031cf2a
    Merge pull request #140 from Drahoslav7/patch-1 llgcode 2018-01-24 14:33:39 +0100
  • bc151d5e2c
    Merge pull request #137 from Drahoslav7/feature/svg-context llgcode 2018-01-24 14:27:22 +0100
  • 72e6a3c750
    Update AUTHORS Drahoslav Bednář 2018-01-22 16:10:39 +0100
  • 0b72959009 Implement PathFontMode and make it default Drahoslav 2018-01-10 23:00:32 +0100
  • 7419075cb6 Implement ClearRect in svg context Drahoslav 2018-01-10 22:13:38 +0100
  • 1588b49f0d Optimize svg output sligtly Drahoslav 2018-01-10 20:21:07 +0100
  • 50aafedab4
    Good Practice: always use BeginPath llgcode 2018-01-08 17:55:31 +0100
  • 99cc16d0ac Implement DrawImage in svg context Drahoslav 2018-01-08 00:25:25 +0100
  • 1b49270d08 Experimental embed svg font functionality Drahoslav 2018-01-07 17:57:38 +0100
  • c1e5edea41 Implement CreateStringPath and GetStringBounds in svg context Drahoslav 2018-01-07 17:47:54 +0100
  • 6f03f106f6 Minor changes Drahoslav 2017-12-27 12:32:23 +0100
  • 3af25f5588 Use font-size in texts of svg context Drahoslav 2017-12-26 19:52:06 +0100
  • 90f962641f Implement basic text drawing in svg context Drahoslav 2017-12-26 19:38:19 +0100
  • 215a761ccb Use transformations in svg context Drahoslav 2017-12-26 14:25:28 +0100
  • 6d31bfac59 Use fill-rule attribute in svg context Drahoslav 2017-12-24 16:05:15 +0100
  • d297a025cd Do minor refactoring of svg context Drahoslav 2017-12-24 15:31:09 +0100
  • 484fe1caef Use dasharray and dashoffset attributes in svg context Drahoslav 2017-12-24 14:46:58 +0100
  • 0b3b26d85f Gofmt Drahoslav 2017-12-24 12:44:25 +0100
  • 41d8a21ba2 Improve toSvgPathDesc Drahoslav 2017-12-24 12:38:59 +0100
  • 6c0a15c624 Use line-{width,cap,join} attributes in svg context Drahoslav 2017-12-24 12:32:29 +0100
  • ca83e24222 Basic path implementation Drahoslav 2017-12-22 22:40:56 +0100
  • bd7567e331 Add samples test - no outputs yet Drahoslav 2017-12-22 09:59:31 +0100
  • cdf301b7be Use encoding/xml to encode svg Drahoslav 2017-12-21 18:18:29 +0100
  • 295a8365b3 Remove svgo dependency Drahoslav 2017-12-21 15:52:26 +0100
  • 96883adea4 Initial commit for svg context Drahoslav 2017-12-16 19:26:34 +0100
  • c41aa97d30 fix #136 llgcode 2017-12-11 17:32:57 +0100
  • 647da9ceaa fix draw2dgl compil' error llgcode 2017-12-11 11:02:06 +0100
  • f3e35015aa synchronize global font cache fixes #131 llgcode 2017-12-04 18:06:33 +0100
  • b81f74eb39 Refactor Api using an interface llgcode 2017-12-04 16:49:08 +0100
  • a5f7ac8ebe fix #131 llgcode 2017-12-04 16:29:40 +0100
  • f506e075bd Merge 13417d5fb3 into 3e4c36c4c9 Christoph Pech 2017-12-04 08:47:59 +0000
  • 8167230c09 go fmt llgcode 2017-12-04 09:46:40 +0100
  • 3e4c36c4c9
    Merge pull request #126 from gerald1248/sync llgcode 2017-12-04 09:43:19 +0100
  • 6cfaf16bbc Merge c01ed99433 into 4cdcb11e52 redstarcoder 2017-11-28 13:49:44 +0000
  • 4cdcb11e52 run all tests llgcode 2017-11-28 11:12:29 +0100
  • e4816c5375 fix issue 135 SubdivideQuad and TraceQuad index out of range errors llgcode 2017-11-28 10:52:49 +0100
  • dd69e0c822 Test curve range llgcode 2017-10-11 10:25:10 +0200
  • f36420b56c Merge c6bc44d31e into dcbfbe505d redstarcoder 2017-05-14 10:09:31 +0000
  • 2591a58d10 Merge dbfe665e30 into dcbfbe505d Gerald Schmidt 2017-05-14 10:09:31 +0000
  • e53d6bac96 Merge 150256794b into dcbfbe505d Will Charczuk 2017-05-14 10:09:29 +0000
  • dcbfbe505d Merge pull request #134 from AndreKR/convert-lineto-to-moveto llgcode 2017-05-13 11:26:31 +0200
  • 1f71aa3f15 Convert LineTo to MoveTo for the first point of a path André Hänsel 2017-04-25 07:59:14 +0200
  • 13417d5fb3 thread safety bugfix Christoph Pech 2017-02-23 16:50:36 +0100
  • 0cf6b8d61f fixed typo gerald1248 2017-01-06 22:24:37 +0100
  • 7c57ea38bb removed all trickery, left only plain draw2d calls gerald1248 2017-01-06 22:22:34 +0100
  • c01ed99433 Moved SetGlyphCache out of StackGraphicContext redstarcoder 2017-01-01 12:19:45 -0500
  • 795fd573f1 Removed SetGlyphCache from GraphicContext Removed GetGlyphCache altogether Added NewGlyphCache to draw2dbase redstarcoder 2016-12-23 15:49:20 -0500
  • 138c71d1c0 Made the GlyphCache settable per GraphicContext redstarcoder 2016-12-20 18:20:10 -0500
  • df6b7d6902 Implemented a proper GlyphCache interface redstarcoder 2016-12-17 15:44:51 -0500
  • eca7b76ebc fmt gerald1248 2016-12-13 22:23:50 +0100
  • dfbef878aa added test for concurrent text drawing gerald1248 2016-12-13 22:22:19 +0100
  • dbfe665e30 added simple sync test gerald1248 2016-12-13 20:28:37 +0100
  • 56bbf28ee7 Revert "WIP disabled glyph cache" gerald1248 2016-12-13 20:24:20 +0100
  • f44aa1eae0 Revert "WIP disabled default font cache" gerald1248 2016-12-13 20:23:52 +0100
  • 2745c863f9 use gopkg.in/llgcode/draw2d.v1 import v1 llgcode 2016-12-13 15:35:47 +0100
  • 55aea0e8f2 WIP disabled default font cache gerald1248 2016-12-11 02:12:36 +0100
  • 5a77fece5e WIP disabled glyph cache gerald1248 2016-12-11 01:58:46 +0100
  • 1286d3b203 Merge pull request #120 from redstarcoder/kerning_fix llgcode 2016-11-04 09:10:29 +0100
  • c12070824c Factor in kerning when using cached glyphs redstarcoder 2016-10-30 12:41:31 -0400
  • 0d961cd299 Merge pull request #118 from redstarcoder/text_cache_upstream llgcode 2016-10-26 10:35:50 +0200
  • 7cc6abeee3 Made FetchGlyph and Glyph public, made FillGlyph and StrokeGlyph methods of Glyph, made Glyph.Path private redstarcoder 2016-10-25 21:15:42 -0400
  • 7da7505582 Merge fde8c4dad0 into 401ee667f2 redstarcoder 2016-10-25 18:48:20 +0000
  • fde8c4dad0 Made Recalc public (recalc->Recalc) redstarcoder 2016-10-25 14:48:01 -0400
  • 8c94f068e3 Moved default font methods into functions, added methods to gc to expose variables related to fonts redstarcoder 2016-10-25 14:28:54 -0400
  • 401ee667f2 Merge pull request #113 from redstarcoder/pathbuilder_copypath llgcode 2016-10-24 10:08:26 +0200
  • c2920005d6 Moved cache code to draw2dbase redstarcoder 2016-10-22 22:49:44 -0400
  • c2851a6eb6 Improved speed via new gc.GetFontName method redstarcoder 2016-10-22 17:28:15 -0400
  • 3a5a1d8830 Implement seamless glyph cache redstarcoder 2016-10-20 11:04:17 -0400
  • ebcac18cbb Moved generic text functions to draw2dbase redstarcoder 2016-10-19 22:01:00 -0400
  • b9005c988d Fixed comment redstarcoder 2016-10-19 15:01:45 -0400
  • 4a3322e29e CopyPath -> GetPath. Also return Path instead of *Path. redstarcoder 2016-10-19 14:53:36 -0400
  • 7d1944723b Added Support for Drawing On Gray Image Akshit Jain 2016-10-19 18:17:40 +0530
  • 8380dd9458 Added CopyPath to the GraphicContext interface. redstarcoder 2016-10-17 19:36:31 -0400
  • c6bc44d31e Add Shift to the PathBuilder redstarcoder 2016-10-17 12:36:58 -0400
  • b1c1307780 Removed panic, Shift will no longer modify arc angles redstarcoder 2016-10-17 12:32:14 -0400
  • 51ba099819 fix comment llgcode 2016-10-17 10:46:10 +0200
  • a6ceba03c8 Merge pull request #112 from redstarcoder/draw2dgl_fonts llgcode 2016-10-16 20:47:51 +0200
  • 475a830567 Cleaned up extra FIXMEs redstarcoder 2016-10-15 16:13:58 -0400
  • 105a963210 Copied font functions from draw2dimg to draw2dgl cursor -> width for certain functions for clarity Some panics added, some TODOs added redstarcoder 2016-10-15 10:01:38 -0400
  • 7ce029ea08 Added Shift method redstarcoder 2016-10-15 11:19:58 -0400
  • 13548be874 Merge pull request #106 from kortschak/fix-font-cache llgcode 2016-07-12 10:12:54 +0200
  • e0e534f3a5 Fix unnecessary filesystem access kortschak 2016-07-12 16:24:44 +0930
  • 155ff5c755 Merge pull request #94 from achille-roussel/master llgcode 2016-07-08 10:26:28 +0200
  • 150256794b Return font set by `SetFont` if already set. Will Charczuk 2016-07-06 17:29:25 -0700
  • 3f01cfe277 use parameter op fix #103 Laurent Le Goff 2016-06-27 21:46:37 +0200
  • 5e675a3055 Merge pull request #102 from zstyblik/fix-typos llgcode 2016-04-28 20:44:47 +0200