summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch from Alex LarssonOwen Taylor2001-09-241-103/+114
* Fix handling of the last index in a paragraph. (#60630, fix based on patchOwen Taylor2001-09-241-33/+20
* Set PANGO_FONT_MASK_FAMILY. (#60888, reported by Mario Motta)Owen Taylor2001-09-211-1/+4
* pango/fonts.c (append_field, pango_font_description_to_string):Matthias Clasen2001-09-211-2/+2
* updated externalsHans Breuer2001-09-217-204/+358
* unset the static_family flag so the family_name gets freed on the nextSven Neumann2001-09-201-0/+2
* fix rule so that flags get registered as flags and rather than enumsJames Henstridge2001-09-203-2/+19
* Remove pango_font_map_free_families, which was no longer in the headers,Owen Taylor2001-09-192-27/+4
* header to abstract the difference between FreeType 2.0.3 and 2.0.4 errorHavoc Pennington2001-09-197-5/+26
* Include parent_instance structures.Owen Taylor2001-09-183-1/+5
* Up to 0.19.Owen Taylor2001-09-1841-1526/+2606
* Use g_build_filename() where appropriate.Owen Taylor2001-09-124-46/+43
* Fix problem with green/blue confusion.Owen Taylor2001-09-111-2/+2
* Update to the new g_boxed_type_register_static API.Alex Larsson2001-09-106-18/+6
* Version 0.18PANGO_0_18Owen Taylor2001-09-041-0/+7
* Make a couple of functions static.Owen Taylor2001-09-026-79/+1822
* New file, move color handling here.Owen Taylor2001-08-305-969/+1007
* Handle text == NULL, length == 0 again.Owen Taylor2001-08-241-5/+8
* pass "" as default text into pango_layout_set_text() as NULL isn't allowedTim Janik2001-08-231-1/+1
* Simply use g_utf8_validate() to validate the text, avoiding problem whereOwen Taylor2001-08-221-38/+13
* Fully convert the truetype unicode table to host endianness when readingAlexander Larsson2001-08-161-17/+35
* composite with "saturate" semantics instead of "over" so joining glyphsSven Neumann2001-08-141-15/+1
* composite glyphs over the buffer instead of simply copying into it soSven Neumann2001-08-141-14/+39
* Set GPATH to fix srcdir != builddir problems with GNU make.Owen Taylor2001-08-121-0/+4