summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
...
* Fix build, small typo.Richard Hult2008-08-221-1/+1
* Use atomic reference counting.Behdad Esfahbod2008-08-226-22/+14
* Bug 143542 – PangoFT2Fontmap leakBehdad Esfahbod2008-08-2210-20/+55
* Minor doc improvement.Behdad Esfahbod2008-08-201-1/+2
* Add a comma to Persian text.Behdad Esfahbod2008-08-201-1/+1
* Cache language information to avoid bsearch()ing all the time.Behdad Esfahbod2008-08-201-7/+91
* Add a macroBehdad Esfahbod2008-08-201-8/+10
* Cleanup bsearching in language arrays.Behdad Esfahbod2008-08-201-88/+73
* pango_language_get_scripts(): Fix a tiny typo in the documentation.Murray Cumming2008-08-201-1/+1
* Fix docsBehdad Esfahbod2008-08-201-2/+3
* Bug 314094 – Get rid of poutpourri default sample stringBehdad Esfahbod2008-08-202-20/+31
* Bug 473806 – Improve pango_language_get_sample_string()Behdad Esfahbod2008-08-203-33/+624
* Various corrections.Behdad Esfahbod2008-08-201-7/+7
* Bug 473805 – Add API enumerating scripts for a languageBehdad Esfahbod2008-08-204-30/+125
* Fix cyclic header ordering and move pango_language_* to pango-language.hBehdad Esfahbod2008-08-202-5/+7
* Bug 470895 – Improve OpenType language tag listBehdad Esfahbod2008-08-181-201/+409
* Bug 547432: Deprecation of pango_(backend)_font_map_create_context() notSven Herzberg2008-08-126-23/+17
* Bug 547303 – pango_layout_get_cursor_pos crashes on certain text buffersBehdad Esfahbod2008-08-111-0/+8
* Fix cluster iteration.Behdad Esfahbod2008-08-061-2/+2
* Implement draw_glyph_item using cairo_show_text_glyphs().Behdad Esfahbod2008-08-061-85/+101
* Bug 546534 – pango_cairo_font_map_set_default(NULL) errsBehdad Esfahbod2008-08-061-3/+6
* Bug 431394 – Use pango_glyph_item_iter in more placesBehdad Esfahbod2008-08-061-36/+34
* Bug 377948 – Make pango_glyph_item_iter publicBehdad Esfahbod2008-08-067-107/+156
* Oops.Behdad Esfahbod2008-08-061-1/+1
* Improve docs.Behdad Esfahbod2008-08-062-2/+2
* Fix compiler warning.Behdad Esfahbod2008-08-061-2/+2
* Make the following API public:Behdad Esfahbod2008-08-0622-79/+129
* New public API:Behdad Esfahbod2008-08-066-8/+258
* Justify lines broken by U+2028 LINE SEPARATOR. Also affects return valueBehdad Esfahbod2008-08-061-9/+3
* Add a mkdir to be sure the destination directory exists before copyingTor Lillqvist2008-08-051-0/+1
* On Windows set LIB_EXE_MACHINE_FLAG to X86 or X64 depending on hostTor Lillqvist2008-08-051-4/+4
* Don't attempt to build the MS import libraries for libpangoft2 unlessTor Lillqvist2008-08-031-2/+8
* Include <string.h> for strlen() prototype.Tor Lillqvist2008-08-031-0/+2
* MinorBehdad Esfahbod2008-07-041-1/+1
* Bug 540592 – Crash in HB_GSUB_Apply_String with Linux-Libertine fontPANGO_1_20_5PANGO_1_20_4Behdad Esfahbod2008-06-291-1/+1
* require glib trunk (for newer glib-mkenums).Kristian Rietveld2008-06-261-1/+1
* Bug 540036 – Doesn't link to fontconfigBehdad Esfahbod2008-06-241-0/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-2261-61/+61
* Bug 538661 – Improve pango_cairo_context_update_context()Behdad Esfahbod2008-06-161-19/+14
* Bug 536190 – Make pango_fc_font_map_clear_cache() public?Behdad Esfahbod2008-06-102-5/+5
* Bug 537258 – Add a pango_language_to_string() functionBehdad Esfahbod2008-06-093-0/+17
* Bug 537257 – pango_language_from_string(NULL) not happyBehdad Esfahbod2008-06-091-5/+9
* Bug 537186 – Make PangoFcFont pattern property readableBehdad Esfahbod2008-06-091-1/+27
* Bug 510299 – OpenType font variants are broken with ATSUI/CairoBehdad Esfahbod2008-05-281-2/+29
* Map words that indicate weight and slant in the font name into theTor Lillqvist2008-05-271-9/+108
* Rework face synthesis once again. Code is simpler now, and we don'tTor Lillqvist2008-05-271-83/+81
* After the change to how the standard pseudo font families are set upTor Lillqvist2008-05-271-20/+2
* Synthesize also Bold and Bold Italic (or Oblique) faces when feasible.Tor Lillqvist2008-05-271-71/+176
* Prune duplicated face names. Makes the GTK+ font selector look a bit sanerTor Lillqvist2008-05-261-8/+37
* pango/pangowin32-private.h Drop the PangoWin32FontMap::n_fonts field whichTor Lillqvist2008-05-262-27/+20