summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
...
* restore the previously selected font into the device context.Hans Breuer2001-08-094-5/+413
* pango/pango-layout.c (pango_layout_line_get_empty_extents):Matthias Clasen2001-08-091-15/+7
* Large rewrite of the win32 backend to use real glyph indexes instead ofAlexander Larsson2001-08-095-1756/+562
* Don't build the non-existant testfont binary Use glib-mkenums instead ofAlexander Larsson2001-08-042-5/+29
* make implementation static too.Hans Breuer2001-07-205-8/+46
* Don't corrupt the font description passed in.Owen Taylor2001-07-191-18/+16
* Fix dependencies to work without XFT.Owen Taylor2001-07-131-2/+2
* Add an explicit dependency on libpangoxft.la, to fix parallel make problemOwen Taylor2001-07-121-22/+24
* Remove stray semicolon.Darin Adler2001-07-126-20/+19
* copy function. (pango_glyph_string_get_type): implement get_type function.James Henstridge2001-07-028-0/+106
* s/shutdown/dispose/ to adapt to GObject changes.Tim Janik2001-07-024-16/+16
* Use gssize, not size_t, gssize isn't defined here on all systems.Owen Taylor2001-07-021-5/+5
* Require GLib-1.3.7Owen Taylor2001-06-294-4/+4
* Couple of bug fixes for the last change.Owen Taylor2001-06-268-301/+271
* pango/pango-markup.c: modules/arabic/arabic-xft.c (arabic_engine_shape):Owen Taylor2001-06-258-302/+48
* changed version to 0.17Hans Breuer2001-06-225-24/+27
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-1426-516/+456
* 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