summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 331723 – shapers should not crash on failuresBehdad Esfahbod2006-02-2110-10/+32
* Emphasize that input text should be valid UTF-8.Behdad Esfahbod2006-02-211-1/+1
* Change g_critical to g_warning. We already handle them gracefully.Behdad Esfahbod2006-02-2115-24/+58
* Bug 329148 – pango_glyph_item_split: assertion `split_index > 0' failedBehdad Esfahbod2006-02-173-1/+7
* Move PANGO_GLYPH_EMPTY, PANGO_GLYPH_UNKNOWN_FLAG, andBehdad Esfahbod2006-02-173-4/+14
* Bug 331038 – pango-querymodules --help and --version Patch from AntoineBehdad Esfahbod2006-02-153-14/+82
* Pass gnits instead of gnu to automake.Behdad Esfahbod2006-02-134-17/+25
* Remove AUTOMAKE_OPTIONS, as we do that in configure.in now.Behdad Esfahbod2006-02-132-4/+0
* Pass 1.6 and gnu options to automake.Behdad Esfahbod2006-02-1313-209/+57
* Document pango_layout_set_width as getting width in Pango units.Behdad Esfahbod2006-02-121-2/+2
* Bug 330795 – pango_renderer_draw_glyph segfaults when trying to call theBehdad Esfahbod2006-02-112-4/+15
* Oops. Fix typo in docs.PANGO_1_11_5Behdad Esfahbod2006-02-111-1/+1
* Docs rebuilt.Behdad Esfahbod2006-02-111-0/+9
* === Released 1.11.5 ===Behdad Esfahbod2006-02-113-1/+17
* Rename the recently added pango_win32_pango_font_description_from_logfont()Tor Lillqvist2006-02-105-10/+14
* Add Since: info to the doc comment for the function just added.Tor Lillqvist2006-02-101-0/+2
* Fix #135098 and #322510.Tor Lillqvist2006-02-103-97/+141
* Bug 330602 – pango_parse_weight Reported by Morten Welinder.Behdad Esfahbod2006-02-102-1/+9
* Bug 314548 – pango_shape() is missing const correctness Patch fromBehdad Esfahbod2006-02-0919-24/+37
* Add basic-atsui to basic_modulesAnders Carlsson2006-02-082-1/+5
* Add bits for Emacs and Vim to note UTF-8 encoding...Behdad Esfahbod2006-02-086-1/+30
* Updated.Behdad Esfahbod2006-02-081-1/+3
* Bug 330146 – pango-view --help should list available backends Patch fromBehdad Esfahbod2006-02-082-17/+71
* Change Unicode copyright sign to ASCII. Reported by Werner LEMBERG.Behdad Esfahbod2006-02-082-2/+2
* Revert mistakenly committed stuff.Behdad Esfahbod2006-02-081-13/+0
* Bug 330289 – Fix build with gcc 2.95 (pangox.c)Behdad Esfahbod2006-02-087-27/+63
* Oops, forgot to commit yesterday. :(Behdad Esfahbod2006-02-073-3/+26
* Initialise GError pointer to NULL. Use waitpid() only on Unix.Tor Lillqvist2006-02-072-2/+10
* Drop the timestamp from the zipfile names.Tor Lillqvist2006-02-072-2/+6
* Cosmetic.Behdad Esfahbod2006-02-061-4/+4
* As cairo 1.2 seems to be delayed infinitely, make all cairo HEAD API thatPANGO_1_11_4Behdad Esfahbod2006-02-063-1/+47
* If NULL is passed to _copy, return NULL with no warning. If NULL is passedBehdad Esfahbod2006-02-066-22/+100
* Bug 328067 – Install pango-viewBehdad Esfahbod2006-02-0626-1359/+1619
* Warn only once per font-description that cannot be loaded.Behdad Esfahbod2006-02-066-49/+122
* AC_DEFINE various version components.Behdad Esfahbod2006-02-059-13/+21
* Bug 324408 – tab can result in 0 charactersBehdad Esfahbod2006-02-052-4/+13
* Bug 329528 – implement --wrap in examples/renderdemo.c Patch fromBehdad Esfahbod2006-02-052-21/+68
* Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap withBehdad Esfahbod2006-02-0523-37/+104
* Move the FT_IS_SFNT(font) logic into pango_ft2_get_unknown glyph.Behdad Esfahbod2006-02-043-13/+23
* AC_DEFINE the module version, such that pango-querymodules gets rebuiltBehdad Esfahbod2006-02-033-1/+10
* Bump pango_module_version to 1.5.0.Behdad Esfahbod2006-02-032-1/+5
* Distribute autogen.sh.Behdad Esfahbod2006-02-032-0/+5
* Add an LRM instead of RLM in Yiddish sample.Behdad Esfahbod2006-02-031-2/+2
* Updated.Behdad Esfahbod2006-02-031-3/+3
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-0337-421/+661
* Rename _pango_cairo_get_hex_box_info to _pango_cairo_font_get_hex_box_info.Behdad Esfahbod2006-02-023-4/+4
* Move PANGO_UNKNOWN_GLYPH_WIDTH/HEIGHT to pango-font.h, which makesBehdad Esfahbod2006-02-025-9/+6
* Do unknown glyph extents here too.Behdad Esfahbod2006-02-022-2/+16
* Guard Xft backend agains crashes too.Behdad Esfahbod2006-02-024-22/+72
* Oops!Behdad Esfahbod2006-02-021-1/+0