summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Add a 'strong' parameter to allow moving either the strong or the weakOwen Taylor2001-06-082-2/+7
* subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variablesHavoc Pennington2001-06-071-3/+3
* Make the hack for avoiding the last index of the line more sophisticatedOwen Taylor2001-05-311-17/+44
* Actually advance through list. (Problem noticed by Erwann Chenede)Owen Taylor2001-05-312-11/+2
* Set *trailing properly at end of line.Owen Taylor2001-05-281-0/+1
* Fix problem with information loss when converting leaves to branches.Owen Taylor2001-05-282-5/+9
* Use the font at the beginning of the paragraph, not the context's font.Owen Taylor2001-05-181-29/+53
* Use ISO C99 varargs when available.Owen Taylor2001-05-185-79/+177
* Require libtool 1.4 when build out of CVS.Owen Taylor2001-05-161-3/+18
* Fix to correspond to extremely odd choice of sign convention in libXft.Owen Taylor2001-05-151-2/+2
* Get rid of grep -q (pointed out by Tony Graham).Owen Taylor2001-05-091-1/+1
* reflect new version number, removed external fribidi dependency from linkHans Breuer2001-05-063-6/+34
* Set approximate_digit_width and approximate_char_width. The digit oneAlex Larsson2001-05-041-0/+6
* Fix numeric format in warning.Owen Taylor2001-05-021-8/+25
* Rewrite the newline arrow drawing code to act a little better on a rangeOwen Taylor2001-05-011-61/+43
* Move some fontmap stuff to pangox-private.h to access fontmap->resolutionHavoc Pennington2001-04-275-48/+289
* Remove excess call to DONE_Stream left over from conversion from FT1.Owen Taylor2001-04-241-1/+0
* Set approximate_digit_width and approximate_char_width to some cheesyAlexander Larsson2001-04-201-0/+2
* Remove some conditionalization on (md->text == NULL) that is no longerOwen Taylor2001-04-201-5/+3
* Discard the parsed text if the input variable text is NULL. This fixes aAnders Carlsson2001-04-201-3/+4
* Removed pango_justify(), since it has no implementation that I can find.Havoc Pennington2001-04-173-12/+34
* Small updatesOwen Taylor2001-04-168-333/+378
* instead of simply adding one matching font for the magic font names (sans,Hans Breuer2001-04-132-32/+97
* Update to correspond to FriBidi-0.9.0 (with some small fixes)Owen Taylor2001-04-137-967/+1796
* Add macros for CSS font scale factorsHavoc Pennington2001-04-131-0/+10
* Release 0.14PANGO_0_14Owen Taylor2001-04-032-2/+9
* Add some initilaization failure warnings if no fonts found or noAlexander Larsson2001-04-021-7/+30
* pango/makefile.mingw.in Update.Tor Lillqvist2001-03-186-0/+38
* Remove a lot of instances of "Error parsing ligature info" that somehowOwen Taylor2001-03-151-4/+4
* Makefile.am configure.in modules/*/Makefile.am make it compile without XSven Neumann2001-03-151-5/+13
* set the size fieldSven Neumann2001-03-121-2/+8
* fix a cheesy bug in setting approximate_digit_widthHavoc Pennington2001-03-081-2/+2
* fixed up g_boxed_type_register_static() since GLib signature changed.Tim Janik2001-03-072-16/+10
* add approximate_digit_width fieldHavoc Pennington2001-02-282-4/+25
* Add approximate_char_width fieldHavoc Pennington2001-02-282-0/+43
* Added pango_attr_list_get_type, and PANGO_TYPE_ATTR_LIST.Alexander Larsson2001-02-282-0/+19
* Patch from Soeren SandmannHavoc Pennington2001-02-214-6/+6
* added _pango_included_win32_modules[] to include modules with plain win32Hans Breuer2001-02-195-3/+195
* fix *trailing = FALSE to read *trailing = 0Havoc Pennington2001-02-161-3/+4
* fix another "count line lengths to get line start" bugHavoc Pennington2001-02-151-7/+2
* properly update the tail of the list (pango_attr_list_change): flip orderHavoc Pennington2001-02-133-44/+104
* srcdir != build dir fix.Owen Taylor2001-02-121-2/+4
* memory leak fixHavoc Pennington2001-02-111-1/+1
* Use g_win32_get_package_installation_subdirectory(). Use the sameTor Lillqvist2001-02-104-76/+45
* Remove bogus MIN when rendering freetype text. Also draw full underlines.Alexander Larsson2001-02-051-9/+4
* pass 0 as first argument to g_type_init().Tim Janik2001-02-046-6/+6
* take a PangoColor not a PangoAttrColorHavoc Pennington2001-01-264-14/+74
* New functionHavoc Pennington2001-01-232-1/+53
* Free item->extra_attrs list.32001-01-233-5/+12
* Don't leak PangoCoverage. Move name free closer to allocation.32001-01-231-3/+10