summaryrefslogtreecommitdiff
path: root/src/hb-directwrite.cc
Commit message (Expand)AuthorAgeFilesLines
* [dwrite] A new API, hb_directwrite_face_get_font_face (#1600)HEADmasterEbrahim Byagowi2019-03-291-4/+30
* Replace REPLACEME's left out of 2.4.0Behdad Esfahbod2019-03-291-1/+1
* [dwrite] hb_directwrite_face_create, a new APIEbrahim Byagowi2019-02-261-5/+65
* [dwrite] Fix delete-non-virtual-dtor warning (#1550)Ebrahim Byagowi2019-01-191-0/+4
* [directwrite] More fixBehdad Esfahbod2019-01-181-2/+2
* [dwrite] Try to fix delete-non-virtual-dtor warningsEbrahim Byagowi2019-01-181-2/+2
* [directwrite] Fix errorBehdad Esfahbod2019-01-181-1/+1
* Fix buildBehdad Esfahbod2019-01-171-1/+0
* Remove redundant void from C++ sources (#1486)Ebrahim Byagowi2018-12-171-8/+8
* Remove redundant 'inline' from methods (#1483)Ebrahim Byagowi2018-12-161-1/+1
* minor style fix, use void in methods on no argumentEbrahim Byagowi2018-12-121-156/+141
* [directwrite] Fix buildBehdad Esfahbod2018-11-161-2/+0
* [shaper] Rewrite shaper data code to be more template-driven than macro-drivenBehdad Esfahbod2018-11-161-7/+2
* Embed hb_ot_shape_plan_t into hb_shape_plan_tBehdad Esfahbod2018-11-111-21/+0
* MinorBehdad Esfahbod2018-11-111-2/+2
* Rename hb-*private.hh to hb-*.hhBehdad Esfahbod2018-08-251-2/+2
* RenameBehdad Esfahbod2018-08-011-14/+14
* Include more basic internal headers from hb-private.hhBehdad Esfahbod2018-07-101-1/+0
* [dwrite] Minor, enable the original code assertionsEbrahim Byagowi2018-04-281-2/+2
* [dwrite] Cosmetic change (#963)Ebrahim Byagowi2018-04-111-20/+19
* [dwrite] minorEbrahim Byagowi2018-03-251-71/+47
* [dwrite] Replace rest of 'malloc/free's with 'new/delete' (#897)Ebrahim Byagowi2018-03-221-124/+127
* [dwrite] Use new again and enable the build on msys2 bots (#890)Ebrahim Byagowi2018-03-191-11/+8
* [dwrite] GCC/mingw/msys2 compatibility (#884)Ebrahim Byagowi2018-03-141-16/+21
* Do not mark the first glyph as unsafe to breakDavid Corbett2018-02-171-2/+0
* Fix typos.Bruce Mitchener2018-01-311-1/+1
* [coretext/uniscribe/directwrite/graphite/fallback] Update for unsafe-to-breakBehdad Esfahbod2017-11-101-2/+1
* Consolidate debug stuff into hb-debug.hhBehdad Esfahbod2017-11-031-4/+2
* Use nullptr instead of NULLBehdad Esfahbod2017-10-151-14/+14
* [unsafe-to-break] Mark all positions as unsafe in alternative shapersBehdad Esfahbod2017-08-131-0/+2
* Shuffle things around a bitBehdad Esfahbod2017-02-031-2/+2
* Stub out doc comments for new symbolsBehdad Esfahbod2017-01-221-1/+1
* MinorBehdad Esfahbod2017-01-221-2/+2
* [dwrite] Provide an experimental API for justification (#279)ebraminio2016-12-171-8/+40
* [GX] Hook up feature variationsBehdad Esfahbod2016-12-161-2/+4
* [dwrite] Minor, don't include unnecessary headers (#309)Ebrahim Byagowi2016-09-011-4/+0
* Fix sign of shift operatorsBehdad Esfahbod2016-08-081-1/+1
* [dwrite] Don't allocate more than neededEbrahim Byagowi2016-06-271-9/+6
* [dwrite] Delete remained objectsEbrahim Byagowi2016-06-241-9/+24
* [dwrite] Release allocated blob on face destroyEbrahim Byagowi2016-06-241-1/+4
* [dwrite] Remove ifdefs without breaking execution on old Windows versionsEbrahim Byagowi2016-06-231-102/+103
* [dwrite] Use stream font loader instead GDI interopEbrahim Byagowi2016-06-231-216/+134
* Fix when no feature is givenEbrahim Byagowi2016-04-051-3/+5
* Hide justification behind HB_DIRECTWRITE_EXPERIMENTAL_JUSTIFICATIONEbrahim Byagowi2016-04-021-4/+4
* Use standard types instead Windows favourites onesEbrahim Byagowi2016-04-011-50/+50
* Limit GetJustifiedGlyphs only to scripts with custom justification characterEbrahim Byagowi2016-04-011-38/+60
* Add justification supportEbrahim Byagowi2016-04-011-116/+205
* Basic opentype features supportEbrahim Byagowi2016-04-011-20/+42
* Refactor and remove dupe getglyphs callEbrahim Byagowi2016-03-311-55/+51
* Better glyph offset supportEbrahim Byagowi2016-03-311-20/+24