summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add new function pango_context_load_fontset() to wrapAlex Larsson2001-11-1816-10/+168
* Suffix package names with datestamp. Add the Pango modules.Tor Lillqvist2001-11-1813-16/+216
* Add XFT_MATRIX and XFT_MINSPACE macro definitions if missing.Alexander Larsson2001-11-188-0/+43
* shut up cvsManish Singh2001-11-181-0/+2
* New PangoFontset class.Alexander Larsson2001-11-182-0/+450
* Check for LEX and YACC. This will be made optional later, with the buildAlexander Larsson2001-11-1852-2105/+11068
* Add --sgml-mode.Matthias Clasen2001-11-148-1/+29
* Add pangoxft-private.h.Matthias Clasen2001-11-1116-93/+259
* Build separate developer package.Tor Lillqvist2001-11-089-8/+56
* Add a function pango_xft_picture_render() to render onto an Xft pictureOwen Taylor2001-11-059-40/+181
* don't bother with module dir recalculation if LIBDIR isn't definedHans Breuer2001-11-0310-10/+106
* Patch from Alex Larsson to improve line breaking algorithm so that itOwen Taylor2001-11-028-85/+228
* Patch from Darin Adler, with updates, to use g_ascii_* instead ofOwen Taylor2001-11-0214-59/+137
* Neat Win32 feature: A prebuilt Pango package can be installed in a randomTor Lillqvist2001-10-319-25/+132
* Make a number of functions static to avoid symbol clashes when bothOwen Taylor2001-10-319-6/+59
* Remove declarations of unimplemented functionsMatthias Clasen2001-10-3011-45/+173
* shut up CVSSven Neumann2001-10-301-0/+1
* don't link against pangox at all.Sven Neumann2001-10-308-8/+52
* Add @X_CFLAGS@ (#63095, Dan Winship)Owen Taylor2001-10-298-1/+29
* New file, used to build distribution package for Windows.Tor Lillqvist2001-10-2815-5/+253
* Typo fix.Matthias Clasen2001-10-2715-30/+99
* Forgotten files.Matthias Clasen2001-10-278-1/+85
* Documentation updates.Matthias Clasen2001-10-2619-147/+204
* Version 0.21, require GLib-1.3.6PANGO_0_21Owen Taylor2001-10-269-11/+60
* Version 0.21, require GLib-1.3.6Owen Taylor2001-10-259-2/+52
* Allow NULL run_logical. (#63014, Tony Graham)Owen Taylor2001-10-258-5/+44
* Remove the rest of the silly pango file-reading code fromOwen Taylor2001-10-188-3/+64
* (Fixes from Frank Belew, #58905)Owen Taylor2001-10-1811-1432/+94
* pango/tmpl/x-fonts.sgml pango/break.c small documentation fixes.Matthias Clasen2001-10-1510-35/+76
* another missing comment end marker and some fixes in gtk-doc comments.Sven Neumann2001-10-1514-46/+176
* add missing comment end marker to make it compileManish Singh2001-10-159-3/+33
* Documentation updates.Matthias Clasen2001-10-1412-64/+121
* Typo fixes.Matthias Clasen2001-10-132-16/+153
* Documentation updates.Matthias Clasen2001-10-137-0/+28
* Add module-defs-win32.c.Tor Lillqvist2001-10-109-1/+52
* protect from indexing off the end of the embedding_levels array by onlyMatt Wilson2001-10-098-5/+49
* fix wrong check for incorrect attrs_lenHavoc Pennington2001-10-058-1/+37
* use g_object_new() instead of g_new() to create a PangoFT2Face. Fixes bugSven Neumann2001-10-048-1/+43
* shut up CVSSven Neumann2001-10-041-0/+1
* Retract my change to Xrender+Xft+Xft+FreeType.h checks from yesterday,Tor Lillqvist2001-10-048-7/+48
* remove assertion I shouldn't have put in thereHavoc Pennington2001-10-038-1/+35
* try to fix up the sentence breaking a bit, specifically for sentences thatHavoc Pennington2001-10-038-42/+77
* new program to dump logical attrs to stdoutHavoc Pennington2001-10-0310-3/+189
* require one more log attr in the buffer passed in, to account for the endHavoc Pennington2001-10-0314-40/+161