summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* 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
* s/is_break/is_line_break/g;Havoc Pennington2001-01-224-12/+78
* Use correct font metrics information.82001-01-181-4/+4
* Allow '+' in the filename.Tor Lillqvist2001-01-077-12/+15
* Adapt to new g_utf8_to_ucs4() prototype.Owen Taylor2001-01-071-2/+1
* Adopt to new prototype for g_utf8_to_ucs4 (etc.).Owen Taylor2001-01-053-10/+3
* put creation of module file here. Fixes problem if you 'make install' withHavoc Pennington2001-01-041-0/+11
* i2001-01-04 Alexander Larsson <alla@lysator.liu.se>Alexander Larsson2001-01-041-1/+4
* Update the default list of included modules forAlexander Larsson2001-01-035-12/+38
* Remove timing printfs.Alexander Larsson2000-12-221-15/+0
* Disable debug.Alexander Larsson2000-12-221-1/+1
* Only a script engine here.Tor Lillqvist2000-12-216-2/+133
* Change usage to say pango-config instead of glib-config. Add support forAlexander Larsson2000-12-216-111/+130
* Add opentype/.Owen Taylor2000-12-212-6/+6
* Since Xft may only be available statically without shlib deps, check forOwen Taylor2000-12-2026-14/+17400
* Fix build breakage, reported by Alex Larsson and Yasushi ShojiHavoc Pennington2000-12-182-5/+6
* move pango_shape and pango_reorder_items in here.Havoc Pennington2000-12-1614-88/+432
* touch sysconfdir/pango/pango.modules even if there are no dynamic modules,Havoc Pennington2000-12-156-27/+29
* Use a fallback shaper if no engine is found for a range, the fallbackHavoc Pennington2000-12-152-2/+60
* Add PANGO_XFT_IS_FONT to the public header.Owen Taylor2000-12-152-3/+6
* Fix macro breakage.Owen Taylor2000-12-155-16/+1122