summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Add ZWS to hacky break algorithm.Owen Taylor2000-05-059-176/+243
* add support for fribidi-config (needs fribidi v0.1.10 or higher). AlsoManish Singh2000-05-011-1/+1
* Come up with a reasonable guess for metrics for empty lines based on theOwen Taylor2000-04-241-4/+104
* New function for visual (left-right, not forward-back) cursor navigationOwen Taylor2000-04-243-55/+407
* Add a function pango_layout_line_get_x_ranges(), to allow handlingOwen Taylor2000-04-185-78/+588
* Doc updates.Owen Taylor2000-04-052-2/+1
* Add user data to PangoContextOwen Taylor2000-04-059-115/+487
* fribidi-0.1.9 wants UCS-4 not UCS2; switch accordingly.Owen Taylor2000-04-043-5/+59
* Fix handling of positions at character limits.Owen Taylor2000-04-041-2/+5
* Fix off-by-one error for RTL runs.Owen Taylor2000-04-036-58/+133
* Use "UTF-8" with the dash as the charset name for utf-8. (Change suggestedOwen Taylor2000-03-303-16/+151
* Handle right alignment for width == -1, align within total width ofOwen Taylor2000-03-223-17/+50
* Memory management functions for PangoItem.Owen Taylor2000-03-1325-188/+596
* Release pango-0.8Owen Taylor2000-03-106-56/+496
* First draft of highlevel driver. It currently only handles a paragraph asOwen Taylor2000-03-0811-105/+1103
* Convert log_clusters[] use from char offsets to byte offset - should makeOwen Taylor2000-03-079-271/+385
* Add functions to convert font descriptions to and from human-readableOwen Taylor2000-02-293-7/+265
* Add size to the font description structure instead of continually passingOwen Taylor2000-02-257-85/+50
* Fix problem where charsets specified in alias files where being ignoredOwen Taylor2000-02-191-3/+12
* Release 0.7Owen Taylor2000-02-171-2/+2
* Make refcounted.Owen Taylor2000-02-1613-261/+569
* Add documentation for attributes.Owen Taylor2000-02-153-179/+645
* Start of attribute lists.Owen Taylor2000-02-152-0/+574
* make dist fixups.Owen Taylor2000-02-112-2/+4
* Added recent API changes. Doc comment fixesOwen Taylor2000-02-111-2/+5
* Up version to match 0.6 release that was made yesterday.Owen Taylor2000-02-112-37/+39
* Add style selector, rewrite family selector to use list_families().Owen Taylor2000-02-115-40/+275
* updates.Owen Taylor2000-02-091-1/+1
* Moved the primary size and charset matching inside of Pango instead of onOwen Taylor2000-02-081-84/+133
* Start at reworking code to do size and charset lookups simultaneously.Owen Taylor2000-02-081-40/+185
* Switch the option menu for a combo box.Owen Taylor2000-02-072-45/+557
* Add a call to get a glyph for unknown an unknown char.Owen Taylor2000-02-029-62/+331
* Conditionally define G_N_ELEMENTS() when using glib-1.3.Owen Taylor2000-02-015-20/+25
* The great header file reorganization. Split up roughtly by objects.Owen Taylor2000-02-0115-271/+2069
* Updates to match recent API changes.Owen Taylor2000-01-261-0/+3
* Updated to use new X font mechanism.Owen Taylor2000-01-182-17/+40
* back away from the strict charset model to having subfonts arbitrarilyOwen Taylor2000-01-172-238/+228
* Switch GlyphStrings to have a single array of PangoGlyphInfo instead ofOwen Taylor2000-01-175-73/+73
* Eliminate PangoCFont; For X, encode charset into upper 16 bits of 32 bitOwen Taylor2000-01-155-573/+349
* reindented. updatedOwen Taylor2000-01-131-1/+3
* Initial revisionOwen Taylor2000-01-1318-0/+3006