summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
...
* "Thou shalt not touch code that does not fit in thy brain."Behdad Esfahbod2006-09-131-10/+11
* Remove unnecessary 'static' in type definition that causes a relocation.Behdad Esfahbod2006-09-132-2/+4
* Oops, undo stuff that were committed accidentally.Behdad Esfahbod2006-09-134-27/+5
* Part of Bug 355782 – Misaligned extents in pangoBehdad Esfahbod2006-09-135-30/+52
* Bug 355435 – Invalid calls to pango_map_get_engine() Patch fromBehdad Esfahbod2006-09-115-8/+14
* Bug 347146 – underline/overstrike spacesBehdad Esfahbod2006-09-112-27/+63
* Bug 352535 – Ink extents of empty glyphBehdad Esfahbod2006-09-111-1/+1
* Parse style. It was dropped when I was adding support for gravity.Behdad Esfahbod2006-09-081-0/+1
* Minor doc syntax update.Behdad Esfahbod2006-08-313-14/+14
* Bug 148732 – cursor movenmet is not correct in gedit when I type ArabicBehdad Esfahbod2006-08-301-5/+11
* Bug 349813 – typo in docs for pango_layout_move_cursor_visuallyBehdad Esfahbod2006-08-261-1/+1
* pango/Makefile.am examples/Makefile.am pango/testfonts.c RenameTor Lillqvist2006-08-232-456/+2
* Replace (!isgraph && !isspace) with (!isprint) which is equivalent. Also,Behdad Esfahbod2006-08-221-3/+8
* Find shaper/font for Private Use and space characters too. Finding shaperBehdad Esfahbod2006-08-221-4/+6
* Rename "Upright" to "Not-Rotated". Also, reorder the user-friendly namesBehdad Esfahbod2006-08-221-5/+5
* Support per-item gravity.Behdad Esfahbod2006-08-214-26/+77
* Add gravity in PangoFontDescription.Behdad Esfahbod2006-08-203-26/+108
* Correct switched return value of EAST/WEST.Behdad Esfahbod2006-08-208-12/+65
* Bug 351496 – PangoAnalysis::gravity breaks binary compatibilityBehdad Esfahbod2006-08-202-5/+4
* Redo stuff that Hans reverted accidentally.Behdad Esfahbod2006-08-191-3/+4
* Part of Bug 348825 – pango should optimize away calls to FcFontSort asBehdad Esfahbod2006-08-171-1/+1
* Drop @WIN32_LIBS@, no need to search -lgdi32 when linking apps that linkTor Lillqvist2006-08-171-0/+2
* updated error C2059: syntax error : '}' Intializing a struct with emptyHans Breuer2006-08-175-12/+15
* Bug 351585 – API documentation issues with 2.15 releaseBehdad Esfahbod2006-08-161-0/+2
* Adjust line resolved_dir according to context base_gravity, like we do inBehdad Esfahbod2006-08-162-2/+39
* Render block progression and line direction arrows, and a base gravityBehdad Esfahbod2006-08-1611-116/+223
* Return if none of logical_rect or ink_rect is non-NULL.Behdad Esfahbod2006-08-166-8/+50
* Always use fallback shaping for vertical fonts.Behdad Esfahbod2006-08-151-2/+22
* Render the header with SOUTH gravity.Behdad Esfahbod2006-08-151-6/+18
* Remove excess LRM.Behdad Esfahbod2006-08-151-5/+1
* Remove initliazer members for analysis, let compiler zero them all. FixesBehdad Esfahbod2006-08-151-1/+1
* Fix handling of WEST and EAST gravity effect on bidi level.Behdad Esfahbod2006-08-153-10/+45
* Move font_matrix rotation into font_new as we use only rotation and noBehdad Esfahbod2006-08-151-44/+12
* Oops. Exchange west<->east and north<->south gravities. The gravity is theBehdad Esfahbod2006-08-154-23/+23
* Support --gravity.Behdad Esfahbod2006-08-152-6/+72
* Add FIXME note about handling item gravity.Behdad Esfahbod2006-08-152-1/+12
* Add a gravity member to PangoItem, andBehdad Esfahbod2006-08-152-0/+30
* Add enum PangoGravity.Behdad Esfahbod2006-08-154-5/+64
* Add Cuneiform and Phoenician in the list of supported scripts by thisBehdad Esfahbod2006-07-251-1/+1
* Update to UCD 5.0.0.Behdad Esfahbod2006-07-256-1022/+1177
* Bug 347073 – Allow empty GPOS tableBehdad Esfahbod2006-07-251-0/+5
* Improve docs.Behdad Esfahbod2006-07-191-3/+8
* Bug 347021 – atsui crash when a matching font cannot be found. PatchRichard Hult2006-07-171-0/+3
* Bug 330603 – pango_scan_int invokes undefined behaviourBehdad Esfahbod2006-07-101-21/+15
* Bug 315599 – PangoAttribute remains in wrong context.Behdad Esfahbod2006-07-101-0/+19
* Bug 163677 – pango_attr_list_splice: inconsistent docs Patch from MortenBehdad Esfahbod2006-07-101-1/+3
* Fix silly error in implementation of pango_glyph_string_get_width(), andBehdad Esfahbod2006-07-084-10/+7
* Fix doc typo.Behdad Esfahbod2006-07-081-1/+1
* Part of Bug 135683 – Cache glyphstring extentsBehdad Esfahbod2006-07-081-22/+8
* Part of Bug 135683 – Cache glyphstring extentsBehdad Esfahbod2006-07-085-18/+44