summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* minor todo.xml updateOwen Taylor2000-09-181-1/+2
* Fix bug where wrong attribute list was unreferenced.Owen Taylor2000-09-1112-3/+154
* Minor fixes to Owen's patch below to make it work.Jonathan Blandford2000-09-088-28/+225
* Use iso10646-1 fonts for Georgian, Ethiopic, Cherokee, Canadian, Ogham,Robert W Brady2000-09-048-0/+44
* Check in this file, since it isn't from the Unicode consortium.Owen Taylor2000-08-318-0/+220
* add item about red squiggle underline to TODO.xmlOwen Taylor2000-08-311-0/+14
* revert accidentally committed change to pangox.aliasesOwen Taylor2000-08-311-2/+0
* Add /usr/lib/qt-2.2.0 to the list.Owen Taylor2000-08-3112-2436/+2597
* Utilize G_GNUC_CONST.Elliot Lee2000-08-3011-4/+32
* Don't produce a warning unless loading all fonts fails, if loading allOwen Taylor2000-08-229-48/+206
* Get font directory path with pango_config_key_get("PangoFT2/FontPath"). IfTor Lillqvist2000-08-2115-70/+296