summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* acconfig.h support for --with-xftconfig-dir= path to system XftConfig fileManish Singh2001-11-245-24/+49
* free the font description when we don't need it anymoreKristian Rietveld2001-11-241-0/+2
* Fix for bug 65183; i.e. do not call g_utf8_next_char(next) when next isPadraig O'Briain2001-11-231-11/+20
* removed the arbitrary limit to 10 fonts. Instead make the command lineHans Breuer2001-11-2310-138/+188
* Remove duplicates.Matthias Clasen2001-11-221-6/+6
* Version 0.22. Updated Update. Don't look like a doc comment.Owen Taylor2001-11-211-3/+2
* Always turn on anti-aliasing.Tor Lillqvist2001-11-212-55/+49
* Don't free font_pattern if we opened the XftFont, since the XftFont claimsAlex Larsson2001-11-201-1/+2
* Fix typo.Tor Lillqvist2001-11-191-1/+1
* Take both dpi_x and dpi_y as arguments. Doesn't currently handle dpi_xAlex Larsson2001-11-192-4/+5
* Add new function pango_context_load_fontset() to wrapAlex Larsson2001-11-189-10/+63
* Suffix package names with datestamp. Add the Pango modules.Tor Lillqvist2001-11-185-13/+58
* Add XFT_MATRIX and XFT_MINSPACE macro definitions if missing.Alexander Larsson2001-11-181-0/+8
* 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-1843-2077/+10692
* Add pangoxft-private.h.Matthias Clasen2001-11-112-2/+2
* Build separate developer package.Tor Lillqvist2001-11-081-0/+1
* Add a function pango_xft_picture_render() to render onto an Xft pictureOwen Taylor2001-11-052-40/+139
* don't bother with module dir recalculation if LIBDIR isn't definedHans Breuer2001-11-033-10/+15
* Patch from Alex Larsson to improve line breaking algorithm so that itOwen Taylor2001-11-021-85/+158
* Patch from Darin Adler, with updates, to use g_ascii_* instead ofOwen Taylor2001-11-027-59/+60
* Neat Win32 feature: A prebuilt Pango package can be installed in a randomTor Lillqvist2001-10-312-25/+27
* Remove declarations of unimplemented functionsMatthias Clasen2001-10-303-41/+103
* New file, used to build distribution package for Windows.Tor Lillqvist2001-10-282-0/+49
* Typo fix.Matthias Clasen2001-10-271-2/+2
* Forgotten files.Matthias Clasen2001-10-271-1/+1
* Documentation updates.Matthias Clasen2001-10-268-5/+82
* Allow NULL run_logical. (#63014, Tony Graham)Owen Taylor2001-10-251-5/+9
* Remove the rest of the silly pango file-reading code fromOwen Taylor2001-10-181-3/+1
* (Fixes from Frank Belew, #58905)Owen Taylor2001-10-184-1432/+17
* pango/tmpl/x-fonts.sgml pango/break.c small documentation fixes.Matthias Clasen2001-10-152-34/+33
* another missing comment end marker and some fixes in gtk-doc comments.Sven Neumann2001-10-154-45/+73
* add missing comment end marker to make it compileManish Singh2001-10-151-3/+4
* Documentation updates.Matthias Clasen2001-10-143-58/+80
* Typo fixes.Matthias Clasen2001-10-132-16/+153
* Add module-defs-win32.c.Tor Lillqvist2001-10-102-1/+3
* protect from indexing off the end of the embedding_levels array by onlyMatt Wilson2001-10-091-5/+7
* fix wrong check for incorrect attrs_lenHavoc Pennington2001-10-051-1/+2
* use g_object_new() instead of g_new() to create a PangoFT2Face. Fixes bugSven Neumann2001-10-041-1/+1
* remove assertion I shouldn't have put in thereHavoc Pennington2001-10-031-1/+0
* try to fix up the sentence breaking a bit, specifically for sentences thatHavoc Pennington2001-10-031-42/+49
* require one more log attr in the buffer passed in, to account for the endHavoc Pennington2001-10-034-23/+67
* don't include family name if PANGO_FONT_MASK_FAMILY is not set.Sven Neumann2001-10-032-2/+2
* Add the Win32 GDI Pango backend to autoconfiguration:Tor Lillqvist2001-10-036-28/+59
* g_string_printfa => g_string_append_printf.Owen Taylor2001-10-011-2/+2
* Typo fix: s/pang/pango/ in warning messageManish Singh2001-09-291-1/+1
* Use PANGO_FONT_MASK_* not PANGO_ATTR_* when manipulating the mask. AddOwen Taylor2001-09-281-14/+15
* Fix wrapper version to have boolean result. (#61248, Eric Lemings.)Owen Taylor2001-09-271-3/+6
* Version 0.20PANGO_0_20Owen Taylor2001-09-254-33/+18