summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Released 0.13PANGO_0_13Owen Taylor2000-11-172-0/+7
* Test against start not zero.Owen Taylor2000-11-171-1/+1
* hu Nov 16 13:23:43 2000 Owen Taylor <otaylor@redhat.com>Owen Taylor2000-11-162-110/+141
* Declare variable j so it compilesHavoc Pennington2000-11-161-1/+2
* Make some vars static. Implement pango_module_register function. MoveElliot Lee2000-11-163-27/+46
* Fix problem with unbreakable words at start of line longer than lineOwen Taylor2000-11-161-30/+37
* Fix problem where right-aligned lines weren't getting properly offsetOwen Taylor2000-11-151-4/+5
* Rewrite of good portions of line-break code to be more readable, workOwen Taylor2000-11-151-106/+188
* get the value of any rise attribute (pango_layout_run_get_extents): takeHavoc Pennington2000-11-151-7/+31
* Every character must be part of some cluster, so when we dont' have anOwen Taylor2000-11-141-1/+11
* Define HAVE_FRIBIDI.Tor Lillqvist2000-11-1411-2/+34
* Fix low underline code to deal with run_ink == NULL.Owen Taylor2000-11-147-15/+28
* Don't need to check_lines, pango_layout_get_iter() will do thatHavoc Pennington2000-11-141-5/+3
* Patches from long ago: Make pango_layout slightly more robust. DoElliot Lee2000-11-131-1/+7
* Add new PangoLayoutIter entry pointsHavoc Pennington2000-11-135-255/+1265
* Remove fribidi include.Owen Taylor2000-11-131-2/+1
* Renamed pango_attribute_compare to pango_attribute_equal. Renamed compareSebastian Wilhelmi2000-11-135-41/+41
* Remove UNICODE_LIBS UNICODE_CFLAGSHavoc Pennington2000-11-131-1/+1
* Remove checks for iconv - we now depend on g_iconv wrapper defined inOwen Taylor2000-11-122-2/+0
* Include a stripped-down version of fribidi to avoid the extra dependency.Owen Taylor2000-11-1216-21/+2327
* Don't corrupt the array.Robert Brady2000-11-121-4/+5
* Add accessor to get the text from the layoutHavoc Pennington2000-11-122-0/+18
* Add code to call SetTextAlign, but commented out.Tor Lillqvist2000-11-115-4/+26
* Added missing filesRobert Brady2000-11-084-0/+468
* Add a per-PangoXFontMap cache for X Atoms.Robert Brady2000-11-085-6/+600
* Return the accel keyvalHavoc Pennington2000-11-011-0/+3
* Fix bug where not all text was appended when parsing acceleratorsHavoc Pennington2000-11-011-0/+15
* Add a new attribute for scaling a font; also required addingHavoc Pennington2000-11-0113-152/+2603
* Added docs for the publically exported functions in this module, evenOwen Taylor2000-10-302-1/+38
* Fix up doc comments not to have obvious errors that gtk-doc barfs on.Owen Taylor2000-10-294-9/+22
* adapted g_Type_register_*() calls. GLib wants an additional flag field toTim Janik2000-10-2510-10/+10
* pango/pango.def Add new entry points.Tor Lillqvist2000-10-036-3/+60
* Remove comma at end of enumeration list.Martin Baulig2000-09-291-1/+1
* was pango_tab_array_new_with_defaults; apparently I didn't check in theHavoc Pennington2000-09-291-6/+6
* Change to return allocated array.Havoc Pennington2000-09-272-14/+17
* Add a tab array field to PangoLayout, and use it when laying out the textHavoc Pennington2000-09-255-29/+573
* Fix bug where wrong attribute list was unreferenced.Owen Taylor2000-09-115-3/+70
* Minor fixes to Owen's patch below to make it work.Jonathan Blandford2000-09-081-28/+127
* Utilize G_GNUC_CONST.Elliot Lee2000-08-304-4/+4
* Don't produce a warning unless loading all fonts fails, if loading allOwen Taylor2000-08-222-48/+129
* Get font directory path with pango_config_key_get("PangoFT2/FontPath"). IfTor Lillqvist2000-08-217-68/+193
* Handle also ft_pixel_mode_mono glyphs.Tor Lillqvist2000-08-207-15/+69
* New file.Tor Lillqvist2000-08-201-0/+20
* Add parameter telling whether to print warning or not if string isn'tTor Lillqvist2000-08-2013-189/+2969
* fix a bit of indentationOwen Taylor2000-08-131-3/+3
* Fix incorrect list rearrangement that caused some segfaults. Pay attentionElliot Lee2000-08-092-15/+26
* If the first pango_skip_space fails, remember to free enginepair beforeElliot Lee2000-08-083-4/+12
* Find the bug, people!Elliot Lee2000-08-041-2/+1
* Fix segfault when tmp_list has no 'prev' pointer. Infinite loops do notElliot Lee2000-08-044-14/+42
* Fix problem with the way extents for the layout lines were summed togetherOwen Taylor2000-08-021-8/+6