summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released 0.13PANGO_0_13Owen Taylor2000-11-1719-92/+336
* Test against start not zero.Owen Taylor2000-11-178-1/+36
* hu Nov 16 13:23:43 2000 Owen Taylor <otaylor@redhat.com>Owen Taylor2000-11-1612-110/+271
* Declare variable j so it compilesHavoc Pennington2000-11-168-1/+37
* Make some vars static. Implement pango_module_register function. MoveElliot Lee2000-11-1610-27/+95
* Fix problem with unbreakable words at start of line longer than lineOwen Taylor2000-11-168-30/+72
* Fix problem where right-aligned lines weren't getting properly offsetOwen Taylor2000-11-158-4/+47
* commit ChangeLog entryOwen Taylor2000-11-157-0/+49
* Rewrite of good portions of line-break code to be more readable, workOwen Taylor2000-11-158-106/+230
* get the value of any rise attribute (pango_layout_run_get_extents): takeHavoc Pennington2000-11-158-7/+73
* 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-1419-2/+92
* Fix low underline code to deal with run_ink == NULL.Owen Taylor2000-11-1420-96/+476
* Don't need to check_lines, pango_layout_get_iter() will do thatHavoc Pennington2000-11-148-5/+52
* Add italic/bold variantsHavoc Pennington2000-11-138-0/+39
* Patches from long ago: Make pango_layout slightly more robust. DoElliot Lee2000-11-138-1/+49
* Add new PangoLayoutIter entry pointsHavoc Pennington2000-11-1315-255/+1573
* Remove fribidi include.Owen Taylor2000-11-1320-43/+343
* Renamed pango_attribute_compare to pango_attribute_equal. Renamed compareSebastian Wilhelmi2000-11-1315-46/+144
* Remove UNICODE_LIBS UNICODE_CFLAGSHavoc Pennington2000-11-1312-7/+77
* Added a fallback Korean font which comes with X.Robert Brady2000-11-138-3/+49
* Add missing fileOwen Taylor2000-11-131-0/+18
* Replace fallback shaper with a call to pango_x_fallback_shape, this setsRobert Brady2000-11-139-18/+44
* Remove checks for iconv - we now depend on g_iconv wrapper defined inOwen Taylor2000-11-1214-69/+103
* Include a stripped-down version of fribidi to avoid the extra dependency.Owen Taylor2000-11-1234-128/+2512
* Don't corrupt the array.Robert Brady2000-11-128-4/+40
* Add accessor to get the text from the layoutHavoc Pennington2000-11-129-0/+53
* Add code to call SetTextAlign, but commented out.Tor Lillqvist2000-11-1112-4/+89
* Added missing filesRobert Brady2000-11-084-0/+468
* Shiny new Indic shapers!Robert Brady2000-11-0830-4616/+3795
* Add a per-PangoXFontMap cache for X Atoms.Robert Brady2000-11-0812-6/+733
* New Arabic shaper from Karl Koehler.Owen Taylor2000-11-0217-544/+683
* Return the accel keyvalHavoc Pennington2000-11-018-0/+38
* Fix bug where not all text was appended when parsing acceleratorsHavoc Pennington2000-11-018-7/+57
* improved some X11 fotn registry aliasesPablo Saratxaga2000-11-0112-5/+69
* Add a new attribute for scaling a font; also required addingHavoc Pennington2000-11-0128-698/+3245
* Added docs for the publically exported functions in this module, evenOwen Taylor2000-10-309-1/+115
* Add missing filesOwen Taylor2000-10-295-0/+736
* Fix up doc comments not to have obvious errors that gtk-doc barfs on.Owen Taylor2000-10-2921-57/+441
* adapted g_Type_register_*() calls. GLib wants an additional flag field toTim Janik2000-10-2517-10/+52
* TODO: Figure out how to localise digits.Robert Brady2000-10-211-0/+7
* Fix < to &lt;Owen Taylor2000-10-211-1/+1
* pango/pango.def Add new entry points.Tor Lillqvist2000-10-0316-18/+348
* Put the pkg-config scripts back to the correct pkg-config syntaxMartin Baulig2000-09-302-18/+12
* Set this to `$(libexecdir)/pkgconfig'; this is the directory whereMartin Baulig2000-09-2910-13/+68
* 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-298-6/+48
* Change to return allocated array.Havoc Pennington2000-09-279-14/+52
* TODO updatesOwen Taylor2000-09-261-1/+1
* Add a tab array field to PangoLayout, and use it when laying out the textHavoc Pennington2000-09-2512-29/+629