summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove hardcoded path to my home directory! Allow specifying the file onOwen Taylor2000-07-312-1/+2
* Destroy the layout->font_desc to avoid a memory leak.Martin Baulig2000-07-311-0/+3
* Typo.Tor Lillqvist2000-07-271-1/+1
* pango/pango.def New files, forgot to commit earlier.Tor Lillqvist2000-07-272-0/+154
* include <stdlib.h>Owen Taylor2000-07-221-0/+1
* A bit of code cleanup.Owen Taylor2000-07-215-15/+203
* Free buffer strings.Owen Taylor2000-07-216-34/+487
* Use 0xFFFE to produce the default glyph. (create_bitmap_dibsection): ZeroTor Lillqvist2000-07-193-23/+33
* Don't try to use the ! command, not available in all systems. Move the !Tor Lillqvist2000-07-193-3/+6
* Add Tahoma and Angsana New, these common fonts have Thai characters.Tor Lillqvist2000-07-183-81/+123
* Add the pangowin32 sources.Tor Lillqvist2000-07-186-13/+26
* pango/pango-utils.h pango/pango-utils.c pango/pangox-fontmap.c Move theTor Lillqvist2000-07-167-531/+344
* pango/pangowin32.h pango/pangowin32-private.h pango/pangowin32-fontcache.cTor Lillqvist2000-07-1510-14/+4057
* Fix bug in home directory substitution.Owen Taylor2000-07-111-1/+1