summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros.Owen Taylor2004-07-265-28/+52
* Add missing macro to make the last change actually compile.Owen Taylor2004-07-265-0/+22
* Match backtrack context against the output glyphs not the input glyphsOwen Taylor2004-07-265-12/+36
* Make Check_Property() take a OTL_GlyphItem, add a gproperties field toOwen Taylor2004-07-2610-60/+139
* Fix C99ism. I am clearly the last man stuck in the dark age of C.Morten Welinder2004-07-245-1/+22
* return TRUE for PANGO_SCRIPT_COMMON and PANGO_SCRIPT_INHERITED.Owen Taylor2004-07-205-0/+23
* === Released 1.5.1 ===PANGO_1_5_1Owen Taylor2004-07-196-1/+44
* Add support for ChainContextSubstFormat3.Owen Taylor2004-07-195-1/+35
* Fix pervasive buffer overruns when skipping glyphs when matching contexts.Owen Taylor2004-07-196-351/+308
* Need to export this function as a symbol if not in the header file sinceOwen Taylor2004-07-198-21/+49
* #143601: Felipe HeidrichOwen Taylor2004-07-165-7/+68
* Replace non-breaking-space with a normal space before looking it up.Owen Taylor2004-07-155-0/+30
* Add PangoEllipsizeMode, pango_layout_set_ellipsize(), implement. (#59071)Owen Taylor2004-07-1420-104/+1350
* Fix problem when we only figured out latin script for 'en' not forOwen Taylor2004-07-145-5/+52
* Add a GType for PangoMatrix (#145532, Torsten Schoenfeld)Owen Taylor2004-07-137-0/+47
* Add missing doc fileOwen Taylor2004-07-131-0/+52
* Make static. (#147512, Morten Welinder)Owen Taylor2004-07-135-1/+21
* Reverse order of pangoft2/pangoxft in Makefile; apparently automakeOwen Taylor2004-07-135-17/+41
* Make table constant. (#145515, Morten Welinder)Owen Taylor2004-07-135-1/+21
* Fix C99ism. (#147415, self.)Morten Welinder2004-07-125-1/+21
* Render U+00A0 (non-break-space) as a space.Changwoo Ryu2004-07-115-0/+24
* Split most of the guts of pangoft2topgm.c into separate source files toOwen Taylor2004-07-108-572/+177
* Const-ification fix.Owen Taylor2004-07-105-3/+23
* One more constification.Owen Taylor2004-07-106-4/+24
* Add _pango prefix for _pango_ft2_font_get_cache_glyph_data and friendsOwen Taylor2004-07-106-17/+41
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-1023-498/+241
* Add hinted/transform flags to the font structure to allow efficientOwen Taylor2004-07-1010-103/+345
* Add declaration for pango_ot_buffer_set_rtl.Manish Singh2004-07-095-0/+18
* Add missing row for the WORD_JOINER class. (#145833, Billy Biggs)Owen Taylor2004-07-085-1/+31
* Fixed commitOwen Taylor2004-07-084-0/+52
* Add pango_context_get_font_map()Owen Taylor2004-07-085-6/+30
* Missed earlier commit.Owen Taylor2004-07-081-0/+12
* Add letter spacing correction to the last character, not the one justMorten Welinder2004-07-075-1/+25
* Fix double cluster increment.PANGO_1_5_0Owen Taylor2004-06-285-3/+44
* Fix bug with using wrong uline value.Owen Taylor2004-06-246-3/+81
* Don't generate all-unicode.txt when cross-compiling. (#135503, J. AliOwen Taylor2004-06-235-1/+25
* Add PANGO_TYPE_LAYOUT_ITER. (#138408, Johan Dahlin)Owen Taylor2004-06-235-0/+22
* #143693, Sayamindu DasguptaOwen Taylor2004-06-2310-7/+75
* Add new letter_spacing attribute.Owen Taylor2004-06-2322-269/+762
* Handle new Unicode-4.0 WORD_JOINER and NEXT_LINE classes. (#143436, JeroenOwen Taylor2004-06-226-35/+136
* Allow %NULL for @matrix. (#144775, Diego González)Owen Taylor2004-06-225-3/+50
* #143556, Noah MischOwen Taylor2004-06-216-5/+57
* Initialize state->lang from context->language if not otherwise set.Owen Taylor2004-06-216-1/+44
* use x-large instead of 100 in the markup example. (#142355, Doug Quale).Owen Taylor2004-06-215-2/+35
* *** empty log message ***Owen Taylor2004-06-216-4/+50
* pango/modules.c (append_engines): Fix some missing statics. (#142237,Owen Taylor2004-06-218-5/+45
* Use the gcc-3.3 strict-aliasing compatible macros from fterrcompat.hOwen Taylor2004-06-215-8/+38
* Missed commit: add -lm dependency to pkg-config files.Owen Taylor2004-06-2110-2/+168
* Fix leak when inserting an empty attributes. (#140771, Morten Welinder)Owen Taylor2004-06-215-1/+28
* Handle setting the same object back. (#143523, Morten Welinder)Owen Taylor2004-06-215-3/+27