summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with returned width on lines other than the first lineOwen Taylor2001-12-104-4/+4
* Fix problem where length passed in didn't get adjusted for paragraphOwen Taylor2001-12-071-1/+4
* hu Dec 6 12:10:53 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-12-061-25/+21
* pango/modules.c g_module_symbol takes a gpointer *, not just a gpointer.Manish Singh2001-12-052-4/+4
* Updates.Matthias Clasen2001-12-041-2/+2
* set n_families to -1 (uninitialized). (pango_ft2_font_map_list_families):Sven Neumann2001-12-041-0/+2
* Documentation fixes.Matthias Clasen2001-12-021-2/+4
* Documentation updates.Matthias Clasen2001-11-291-0/+21
* pango/pangoft2-private.h Take extra parameter include_size that determinesAlex Larsson2001-11-276-9/+19
* Don't leak filename copy. Don't leak matched patternAlex Larsson2001-11-272-4/+9
* Instead of including all-unicode.txt in the distribution, include a smallOwen Taylor2001-11-261-3/+3
* Documentation.Matthias Clasen2001-11-261-0/+8
* Workaround to work a little better with automake-1.5 - makeOwen Taylor2001-11-261-1/+1
* Disable --with-fribidi; it offers no advantages and until either fribidiOwen Taylor2001-11-261-1/+1
* 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