summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Part of Bug 355782 – Misaligned extents in pangoBehdad Esfahbod2006-09-132-9/+33
* "Thou shalt not touch code that does not fit in thy brain."Behdad Esfahbod2006-09-132-10/+18
* Remove unnecessary 'static' in type definition that causes a relocation.Behdad Esfahbod2006-09-133-2/+11
* Oops, undo stuff that were committed accidentally.Behdad Esfahbod2006-09-136-48/+6
* Part of Bug 355782 – Misaligned extents in pangoBehdad Esfahbod2006-09-138-31/+93
* Bug 355605 – hexbox with 0000 in itBehdad Esfahbod2006-09-122-2/+18
* Bug 355435 – Invalid calls to pango_map_get_engine() Patch fromBehdad Esfahbod2006-09-116-8/+26
* Bug 347146 – underline/overstrike spacesBehdad Esfahbod2006-09-113-27/+78
* Bug 352535 – Ink extents of empty glyphBehdad Esfahbod2006-09-112-1/+9
* A simple text-on-path example using pangocairo.Behdad Esfahbod2006-09-083-3/+411
* Parse style. It was dropped when I was adding support for gravity.Behdad Esfahbod2006-09-082-0/+6
* Minor doc syntax update.Behdad Esfahbod2006-08-314-14/+19
* Bug 148732 – cursor movenmet is not correct in gedit when I type ArabicBehdad Esfahbod2006-08-302-5/+19
* Improve the conditional to ignore included modules.Behdad Esfahbod2006-08-302-1/+6
* Bug 352811 – SIGSEGV with pango(cairo)-view on HP-UXBehdad Esfahbod2006-08-302-2/+9
* Bug 353525 – libpangoft2-1.0.so.0: undefined reference toBehdad Esfahbod2006-08-302-0/+11
* Have basic-win32.c instead of basic-win32.lo depend on usp10.h so thingsTor Lillqvist2006-08-272-1/+7
* Bug 349813 – typo in docs for pango_layout_move_cursor_visuallyBehdad Esfahbod2006-08-262-1/+7
* pango/Makefile.am examples/Makefile.am pango/testfonts.c RenameTor Lillqvist2006-08-234-6/+11
* Replace (!isgraph && !isspace) with (!isprint) which is equivalent. Also,Behdad Esfahbod2006-08-222-3/+16
* Find shaper/font for Private Use and space characters too. Finding shaperBehdad Esfahbod2006-08-222-4/+16
* Rename "Upright" to "Not-Rotated". Also, reorder the user-friendly namesBehdad Esfahbod2006-08-222-5/+12
* Split ChangeLog.pre-1.14Behdad Esfahbod2006-08-213-928/+929
* Drop #include <config.h> from example in docs.Behdad Esfahbod2006-08-211-1/+0
* Bug 352114 – pango-1.14: generated docs still contain old example codeBehdad Esfahbod2006-08-212-24/+35
* Support per-item gravity.Behdad Esfahbod2006-08-215-26/+102
* Add gravity in PangoFontDescription.Behdad Esfahbod2006-08-206-26/+144
* Correct switched return value of EAST/WEST.Behdad Esfahbod2006-08-2012-14/+102
* Change the --rotate parameter to double now that we depend on aBehdad Esfahbod2006-08-203-3/+9
* Bug 351496 – PangoAnalysis::gravity breaks binary compatibilityBehdad Esfahbod2006-08-203-5/+10
* Redo stuff that Hans reverted accidentally.Behdad Esfahbod2006-08-191-3/+4
* [ChangeLog entry did not pass through on original commit]Hans Breuer2006-08-181-0/+9
* Part of Bug 348825 – pango should optimize away calls to FcFontSort asBehdad Esfahbod2006-08-172-1/+8
* Drop @WIN32_LIBS@, no need to search -lgdi32 when linking apps that linkTor Lillqvist2006-08-173-1/+10
* 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-162-0/+9
* Adjust line resolved_dir according to context base_gravity, like we do inBehdad Esfahbod2006-08-163-2/+45
* Minor adjustment.Behdad Esfahbod2006-08-161-3/+7
* Render block progression and line direction arrows, and a base gravityBehdad Esfahbod2006-08-1618-134/+382
* Remove redundant positioning block!Behdad Esfahbod2006-08-162-17/+5
* Adjust color.Behdad Esfahbod2006-08-161-1/+1
* Return if none of logical_rect or ink_rect is non-NULL.Behdad Esfahbod2006-08-168-8/+72
* Use analysis->gravity to detect vertical fonts, instead of poking into theBehdad Esfahbod2006-08-152-7/+19
* Always use fallback shaping for vertical fonts.Behdad Esfahbod2006-08-153-2/+42
* Render the header with SOUTH gravity.Behdad Esfahbod2006-08-153-8/+30
* Remove excess LRM.Behdad Esfahbod2006-08-154-11/+37
* Remove initliazer members for analysis, let compiler zero them all. FixesBehdad Esfahbod2006-08-152-1/+7
* Fix handling of WEST and EAST gravity effect on bidi level.Behdad Esfahbod2006-08-154-10/+60
* Move font_matrix rotation into font_new as we use only rotation and noBehdad Esfahbod2006-08-152-44/+18
* Oops. Exchange west<->east and north<->south gravities. The gravity is theBehdad Esfahbod2006-08-158-26/+76