summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Make TypeInfo structs not static. Reduces relocations.Behdad Esfahbod2006-10-139-14/+14
* Bug 361938 – Can't include *-lang modules (./configureBehdad Esfahbod2006-10-134-23/+27
* Fix comment about PangoGlyphUnit being a 1000th of a char.Behdad Esfahbod2006-10-121-1/+1
* Bug 357686 – pangocairo-font.c: illegal g_object_unref inBehdad Esfahbod2006-09-251-1/+0
* Minor simplification.Behdad Esfahbod2006-09-182-4/+2
* Remove a couple of unnecessary static variables.Behdad Esfahbod2006-09-181-15/+5
* Bug 356194 – more pango_get_log_attrs problemsBehdad Esfahbod2006-09-183-51/+72
* Bug 355820 – pango_get_log_attrs brokenBehdad Esfahbod2006-09-151-51/+63
* Oops Ooops Oooops, I did it again! Revert accidentally committed stuff :-(Behdad Esfahbod2006-09-152-21/+1
* Unset gravity on the resulting font description. We want gravity to be setBehdad Esfahbod2006-09-153-1/+25
* Bug 355550 – Miscalculation of logical attributes inBehdad Esfahbod2006-09-131-3/+2
* Err about failing to load engine only once per module.Behdad Esfahbod2006-09-131-1/+19
* Part of Bug 355782 – Misaligned extents in pangoBehdad Esfahbod2006-09-131-9/+21
* "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