summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
...
* add assertion that shaper != NULL to catch engine problems fasterHavoc Pennington2000-12-144-8/+16
* Update for newest FreeType2. (pango_ft2_font_finalize): gcc warns aboutTor Lillqvist2000-12-141-5/+4
* #include <string.h>Elliot Lee2000-12-111-0/+1
* delete lang engineHavoc Pennington2000-12-027-164/+1622
* Make sure that we don't end up in an infinite loop due to zero-width tabs.Owen Taylor2000-12-011-50/+68
* Use g_file_test().Tor Lillqvist2000-11-301-6/+1
* Define PANGO_VERSION.Tor Lillqvist2000-11-308-12/+78
* Some tiny changes to correspond to fribidi-0.15Owen Taylor2000-11-293-24/+5
* Fix this to make iteration over runs work properlyHavoc Pennington2000-11-201-1/+1
* New file.Tor Lillqvist2000-11-1910-101/+216
* 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