summaryrefslogtreecommitdiff
path: root/pango/pangox.c
Commit message (Expand)AuthorAgeFilesLines
* Add some missing statics. (#142299, Morten Welinder)Owen Taylor2004-05-271-2/+2
* Fix up off-by-one for right bound when drawing PANGO_UNDERLINE_ERROR.Owen Taylor2004-02-291-1/+1
* un Feb 29 15:31:09 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-02-291-0/+21
* Remove.Owen Taylor2003-08-021-459/+14
* Patch from Morten Welinder to collect characters into runs of the sameOwen Taylor2003-05-271-14/+47
* Use g_object_new() rather than g_type_create_instance() (Patch fromOwen Taylor2003-05-271-1/+1
* pango/pangoft2.c (pango_ft2_render_layout) pango/pangowin32.cSven Neumann2003-04-021-58/+18
* Draw the unknown glyph box with X primitives rather than hoping that someOwen Taylor2002-12-091-85/+86
* Roughly clip glyphs into the X coordinate area to avoid wrap-around.Owen Taylor2002-12-071-13/+27
* Get rid of unnecessary casts for g_object_{ref,unref}Manish Singh2002-10-141-2/+2
* Make charset ordering more important than ordering in the fontOwen Taylor2002-07-311-3/+4
* Add a implementation of strtok_r (copied from glibc) for machines thatOwen Taylor2002-05-131-8/+48
* Rewrite average_digit_width computation to go through the same shapingOwen Taylor2002-03-251-105/+147
* Fix problem with returned width on lines other than the first lineOwen Taylor2001-12-101-1/+1
* acconfig.h support for --with-xftconfig-dir= path to system XftConfig fileManish Singh2001-11-241-1/+1
* Check for LEX and YACC. This will be made optional later, with the buildAlexander Larsson2001-11-181-1/+1
* (Fixes from Frank Belew, #58905)Owen Taylor2001-10-181-1/+1
* add missing comment end marker to make it compileManish Singh2001-10-151-3/+4
* Documentation updates.Matthias Clasen2001-10-141-55/+67
* protect from indexing off the end of the embedding_levels array by onlyMatt Wilson2001-10-091-5/+7
* Up to 0.19.Owen Taylor2001-09-181-30/+35
* s/shutdown/dispose/ to adapt to GObject changes.Tim Janik2001-07-021-4/+4
* Couple of bug fixes for the last change.Owen Taylor2001-06-261-79/+6
* pango/pango-markup.c: modules/arabic/arabic-xft.c (arabic_engine_shape):Owen Taylor2001-06-251-1/+1
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-26/+29
* Fix problem with information loss when converting leaves to branches.Owen Taylor2001-05-281-1/+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-271-9/+194
* Remove a lot of instances of "Error parsing ligature info" that somehowOwen Taylor2001-03-151-4/+4
* fix a cheesy bug in setting approximate_digit_widthHavoc Pennington2001-03-081-2/+2
* add approximate_digit_width fieldHavoc Pennington2001-02-281-4/+24
* Add approximate_char_width fieldHavoc Pennington2001-02-281-0/+42
* memory leak fixHavoc Pennington2001-02-111-1/+1
* take a PangoColor not a PangoAttrColorHavoc Pennington2001-01-261-2/+2
* Adopt to new prototype for g_utf8_to_ucs4 (etc.).Owen Taylor2001-01-051-3/+1
* Update the default list of included modules forAlexander Larsson2001-01-031-2/+2
* touch sysconfdir/pango/pango.modules even if there are no dynamic modules,Havoc Pennington2000-12-151-3/+14
* Fix low underline code to deal with run_ink == NULL.Owen Taylor2000-11-141-1/+1
* Remove fribidi include.Owen Taylor2000-11-131-2/+1
* Include a stripped-down version of fribidi to avoid the extra dependency.Owen Taylor2000-11-121-3/+4
* Add a per-PangoXFontMap cache for X Atoms.Robert Brady2000-11-081-5/+519
* adapted g_Type_register_*() calls. GLib wants an additional flag field toTim Janik2000-10-251-1/+1
* Remove hardcoded path to my home directory! Allow specifying the file onOwen Taylor2000-07-311-0/+1
* Add the pangowin32 sources.Tor Lillqvist2000-07-181-2/+2
* Remove tests for libunicodeOwen Taylor2000-06-211-9/+6
* GTK+ should compile now... sorry about the mess...Havoc Pennington2000-06-211-3/+8
* *** empty log message ***Owen Taylor2000-06-081-2/+2
* Add a function to free cached information for a particular display. (ThisOwen Taylor2000-06-061-10/+11
* Fix problem with unloading fonts.Owen Taylor2000-06-051-1/+30