summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Include glib-object.h, Add G_BEGIN_DECLS/END_DECLS to pango-enum-types.h.Owen Taylor2002-01-098-2/+44
* Update the field mask in the merged description.Owen Taylor2002-01-028-0/+39
* Silence gcc -Wall, initialise a couple of variables.Tor Lillqvist2002-01-0110-3/+59
* Set lfCharSet to DEFAULT_CHARSET always. Conditional debugging output withTor Lillqvist2002-01-019-22/+129
* Mark as only an approximate match for Hebrew, so the Hebrew shaper will beOwen Taylor2001-12-278-1/+43
* pango/pango-fontmap.c (pango_font_map_load_fontset) return_val_if_fail()Owen Taylor2001-12-269-2/+46
* Version 0.23, require glib-1.3.12PANGO_0_23Owen Taylor2001-12-2311-4/+74
* Patch from Roozbeh Pournader to update for shaping class changes inOwen Taylor2001-12-228-3/+45
* Fix doc comment.Owen Taylor2001-12-208-1/+36
* Remove incorrect special casing of initial line. (Reported by Darin Adler)Owen Taylor2001-12-208-5/+43
* Syllable array needs to start at length 2, not 1. Also, some cleanups.Owen Taylor2001-12-1812-10/+59
* Fix doc comment. Move include outside G_BEGIN_DECLS. Add const to avoidDarin Adler2001-12-1711-5/+53
* use (PangoLanguage *) instead of (const gchar *) to please the compiler.Sven Neumann2001-12-148-2/+37
* Resuming aborted commitSebastian Wilhelmi2001-12-136-3/+7
* Compile with -DG_DISABLE_DEPRECATED. See #52790.Sebastian Wilhelmi2001-12-1313-5/+76
* include config.h so the definition of MINI_XFTCONFIG_DIR is actually usedSven Neumann2001-12-128-2/+46
* Initialize MiniXft library before calling MiniXftConfigSubstitute.Alexander Larsson2001-12-129-5/+68
* Fix the details in clipping to the bitmap size.Alex Larsson2001-12-128-22/+55
* change "EUC-CN" to "GB2312" which is the canonical name for gb2312.1980Hidetoshi Tajima2001-12-108-1/+43
* Fix problem with returned width on lines other than the first lineOwen Taylor2001-12-1011-4/+74
* Fix problem where length passed in didn't get adjusted for paragraphOwen Taylor2001-12-078-1/+46
* erp, forgot changelog entry for my last commitManish Singh2001-12-067-7/+42
* hu Dec 6 12:10:53 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-12-068-25/+98
* handle codeset1(right half of jisx0201.1976) and codeset3(jisx0212.1990)Hidetoshi Tajima2001-12-069-2275/+2379
* pango/modules.c g_module_symbol takes a gpointer *, not just a gpointer.Manish Singh2001-12-053-4/+5
* Updates.Matthias Clasen2001-12-0411-20/+75
* set n_families to -1 (uninitialized). (pango_ft2_font_map_list_families):Sven Neumann2001-12-048-0/+51
* shut up CVSSven Neumann2001-12-031-0/+2
* expunge empty directoryGediminas Paulauskas2001-12-031-2/+0
* Documentation fixes.Matthias Clasen2001-12-028-2/+32
* Documentation updates.Matthias Clasen2001-11-298-0/+49
* Include qpainter.h - apparently needed for Qt 3. (Patch from DennisOwen Taylor2001-11-298-0/+36
* pango/pangoft2-private.h Take extra parameter include_size that determinesAlex Larsson2001-11-2713-9/+145
* Add a test program that includes all headers in a C++ program. (#52606)Owen Taylor2001-11-2710-31/+152
* Don't leak filename copy. Don't leak matched patternAlex Larsson2001-11-279-4/+65
* Instead of including all-unicode.txt in the distribution, include a smallOwen Taylor2001-11-2614-5535/+1026
* Documentation.Matthias Clasen2001-11-269-1/+58
* Workaround to work a little better with automake-1.5 - makeOwen Taylor2001-11-268-1/+43
* Disable --with-fribidi; it offers no advantages and until either fribidiOwen Taylor2001-11-2610-35/+89
* acconfig.h support for --with-xftconfig-dir= path to system XftConfig fileManish Singh2001-11-2414-24/+193
* free the font description when we don't need it anymoreKristian Rietveld2001-11-248-0/+37
* Fix for bug 65183; i.e. do not call g_utf8_next_char(next) when next isPadraig O'Briain2001-11-238-11/+62
* removed the arbitrary limit to 10 fonts. Instead make the command lineHans Breuer2001-11-2317-138/+314
* Remove duplicates.Matthias Clasen2001-11-2210-13/+78
* Version 0.22PANGO_0_22Owen Taylor2001-11-228-1/+50
* Version 0.22. Updated Update. Don't look like a doc comment.Owen Taylor2001-11-2116-22/+295
* Always turn on anti-aliasing.Tor Lillqvist2001-11-219-55/+154
* Don't free font_pattern if we opened the XftFont, since the XftFont claimsAlex Larsson2001-11-208-1/+44
* Fix typo.Tor Lillqvist2001-11-198-1/+36
* Take both dpi_x and dpi_y as arguments. Doesn't currently handle dpi_xAlex Larsson2001-11-1916-199/+72