summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove reference to required version of glib. It falls out of synch everyBehdad Esfahbod2007-08-212-2/+7
* === Released 1.18.0 ===PANGO_1_18_0Behdad Esfahbod2007-08-213-2/+38
* Remove use of pango-script-table.hBehdad Esfahbod2007-08-211-30/+0
* Bug 348348 – Add a way to get the script name of a gunicharBehdad Esfahbod2007-08-2111-3139/+41
* Don't ignore error return value of hb_buffer_copy_output_glyph(). PatchBehdad Esfahbod2007-08-212-1/+7
* Bug 462630 – pango_cairo_context_set_font_options() and some othersBehdad Esfahbod2007-08-152-0/+11
* Bug 467077 – Remove special-case for shape attribute inBehdad Esfahbod2007-08-152-29/+31
* Bug 462420 – Clicking on pixbuf should move the cursor to the positionBehdad Esfahbod2007-08-152-15/+16
* Bug 467056 – Shape attribute handling is not consistentBehdad Esfahbod2007-08-155-114/+123
* Fix another typoBehdad Esfahbod2007-08-151-1/+1
* Fix more typosBehdad Esfahbod2007-08-152-4/+4
* Fix more typos, and use TRUE/FALSE instead of 1/0Behdad Esfahbod2007-08-152-5/+5
* Fix typoBehdad Esfahbod2007-08-141-1/+1
* Bug 466755 – pango hangul is crashing in gnome-about because it isBehdad Esfahbod2007-08-143-19/+62
* Mark G_GNUC_CONST.Behdad Esfahbod2007-08-142-1/+5
* Bug 465174 – TextView is ignoring multiple consecutive \t'sBehdad Esfahbod2007-08-092-7/+14
* Fix typo.Behdad Esfahbod2007-08-082-1/+5
* Bug 464270 – ellipsize doesn't work consistentBehdad Esfahbod2007-08-083-6/+13
* Add Userid field.Behdad Esfahbod2007-08-072-0/+6
* Bug 464183 – Minimum tab width enforcement in pango-layout breaksBehdad Esfahbod2007-08-072-3/+25
* Move contents of mapping.c to glyphstring.c where they belong.Behdad Esfahbod2007-08-015-330/+317
* Bug 451682 – Cursor positioning for Sinhala is broken Based on patchBehdad Esfahbod2007-08-012-1/+9
* Bug 451682 – Cursor positioning for Sinhala is broken Based on patchBehdad Esfahbod2007-07-313-97/+68
* Bug 462137 – memory corruption in pango_default_breakBehdad Esfahbod2007-07-312-1/+11
* === Released 1.17.5 ===Behdad Esfahbod2007-07-303-1/+18
* Put cairotwisted in public domainPANGO_1_16_5Behdad Esfahbod2007-07-261-0/+1
* Bug 150883 – Unicode LRO defectBehdad Esfahbod2007-07-244-14/+32
* Remove unused file!Behdad Esfahbod2007-07-241-361/+0
* A bit moreBehdad Esfahbod2007-07-211-2/+2
* Part of Bug 347236 – provide pango_cairo_font_get_scaled_fontBehdad Esfahbod2007-07-2113-27/+84
* OopsBehdad Esfahbod2007-07-201-2/+3
* Bug 449482 – Build error when xft not presentBehdad Esfahbod2007-07-202-2/+12
* Update copyright headers.Behdad Esfahbod2007-07-206-19/+35
* Remove list of supported scripts. Supporting all is what we really wantBehdad Esfahbod2007-07-092-27/+5
* Remove unused empty header file basic-common.hBehdad Esfahbod2007-07-056-37/+9
* === Released 1.17.4 ===Behdad Esfahbod2007-07-024-10/+19
* Bug 451547 – FAIL: runtests.shBehdad Esfahbod2007-06-272-0/+12
* Move the remaining uses of font_id from PangoCairoATSUIFont toRichard Hult2007-06-263-23/+25
* Bug 449543 - Ship pangoatsui.hRichard Hult2007-06-249-64/+206
* Add missing types.Behdad Esfahbod2007-06-212-2/+12
* Add G_UNLIKELY() to type registration block in _get_type() functions.Behdad Esfahbod2007-06-2017-23/+49
* minor whitespace fix.Behdad Esfahbod2007-06-201-3/+3
* Update.Behdad Esfahbod2007-06-201-0/+10
* === Released 1.17.3 ===PANGO_1_17_3Behdad Esfahbod2007-06-193-1/+44
* Bug 448342 – pango_layout_index_to_line_x() counts lines from 1Behdad Esfahbod2007-06-192-1/+8
* Include pangocairo.h too.Behdad Esfahbod2007-06-193-1/+14
* Bug 447568 – improve docs on what absolute size meansBehdad Esfahbod2007-06-192-2/+12
* Clarify docs.Behdad Esfahbod2007-06-151-1/+3
* updatedHans Breuer2007-06-152-3/+22
* Check for NULL before dereferencing. Patch from Keith Packard.Behdad Esfahbod2007-06-142-2/+11