| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix API docs. (#148627) | Owen Taylor | 2004-07-28 | 1 | -3/+1 |
* | Save the order in which features were added and use that when applying | Owen Taylor | 2004-07-27 | 4 | -33/+58 |
* | Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros. | Behdad Esfahbod | 2004-07-27 | 2 | -35/+35 |
* | Fix bug to copy glyph from in_string, not out_string. | Behdad Esfahbod | 2004-07-27 | 1 | -2/+2 |
* | Fix allocation and indexing in NewGlyphClasses array. (#130661, Masatake | Owen Taylor | 2004-07-26 | 1 | -7/+7 |
* | mini_width/height are still (before render patch) in pixels, not Pango | Owen Taylor | 2004-07-26 | 1 | -4/+4 |
* | Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros. | Owen Taylor | 2004-07-26 | 1 | -28/+28 |
* | Add missing macro to make the last change actually compile. | Owen Taylor | 2004-07-26 | 1 | -0/+2 |
* | Match backtrack context against the output glyphs not the input glyphs | Owen Taylor | 2004-07-26 | 1 | -12/+12 |
* | Make Check_Property() take a OTL_GlyphItem, add a gproperties field to | Owen Taylor | 2004-07-26 | 6 | -60/+91 |
* | return TRUE for PANGO_SCRIPT_COMMON and PANGO_SCRIPT_INHERITED. | Owen Taylor | 2004-07-20 | 1 | -0/+3 |
* | Add support for ChainContextSubstFormat3. | Owen Taylor | 2004-07-19 | 1 | -1/+15 |
* | Fix pervasive buffer overruns when skipping glyphs when matching contexts. | Owen Taylor | 2004-07-19 | 2 | -351/+284 |
* | Need to export this function as a symbol if not in the header file since | Owen Taylor | 2004-07-19 | 4 | -21/+21 |
* | #143601: Felipe Heidrich | Owen Taylor | 2004-07-16 | 1 | -7/+16 |
* | Replace non-breaking-space with a normal space before looking it up. | Owen Taylor | 2004-07-15 | 1 | -0/+6 |
* | Add PangoEllipsizeMode, pango_layout_set_ellipsize(), implement. (#59071) | Owen Taylor | 2004-07-14 | 8 | -103/+1184 |
* | Fix problem when we only figured out latin script for 'en' not for | Owen Taylor | 2004-07-14 | 1 | -5/+28 |
* | Add a GType for PangoMatrix (#145532, Torsten Schoenfeld) | Owen Taylor | 2004-07-13 | 2 | -0/+22 |
* | Make static. (#147512, Morten Welinder) | Owen Taylor | 2004-07-13 | 1 | -1/+1 |
* | Reverse order of pangoft2/pangoxft in Makefile; apparently automake | Owen Taylor | 2004-07-13 | 1 | -17/+17 |
* | Make table constant. (#145515, Morten Welinder) | Owen Taylor | 2004-07-13 | 1 | -1/+1 |
* | Fix C99ism. (#147415, self.) | Morten Welinder | 2004-07-12 | 1 | -1/+1 |
* | Const-ification fix. | Owen Taylor | 2004-07-10 | 1 | -3/+3 |
* | One more constification. | Owen Taylor | 2004-07-10 | 2 | -4/+4 |
* | Add _pango prefix for _pango_ft2_font_get_cache_glyph_data and friends | Owen Taylor | 2004-07-10 | 2 | -17/+17 |
* | Make PangoMatrix arguments const where appropriate. | Owen Taylor | 2004-07-10 | 19 | -498/+161 |
* | Add hinted/transform flags to the font structure to allow efficient | Owen Taylor | 2004-07-10 | 6 | -103/+281 |
* | Add declaration for pango_ot_buffer_set_rtl. | Manish Singh | 2004-07-09 | 1 | -0/+2 |
* | Add missing row for the WORD_JOINER class. (#145833, Billy Biggs) | Owen Taylor | 2004-07-08 | 1 | -1/+11 |
* | Add pango_context_get_font_map() | Owen Taylor | 2004-07-08 | 5 | -6/+30 |
* | Add letter spacing correction to the last character, not the one just | Morten Welinder | 2004-07-07 | 1 | -1/+1 |
* | Fix double cluster increment.PANGO_1_5_0 | Owen Taylor | 2004-06-28 | 1 | -3/+0 |
* | Fix bug with using wrong uline value. | Owen Taylor | 2004-06-24 | 2 | -3/+61 |
* | #143693, Sayamindu Dasgupta | Owen Taylor | 2004-06-23 | 3 | -5/+27 |
* | Add new letter_spacing attribute. | Owen Taylor | 2004-06-23 | 12 | -269/+552 |
* | Handle new Unicode-4.0 WORD_JOINER and NEXT_LINE classes. (#143436, Jeroen | Owen Taylor | 2004-06-22 | 1 | -33/+73 |
* | Allow %NULL for @matrix. (#144775, Diego González) | Owen Taylor | 2004-06-22 | 1 | -3/+26 |
* | #143556, Noah Misch | Owen Taylor | 2004-06-21 | 1 | -4/+4 |
* | Initialize state->lang from context->language if not otherwise set. | Owen Taylor | 2004-06-21 | 2 | -1/+4 |
* | *** empty log message *** | Owen Taylor | 2004-06-21 | 2 | -4/+6 |
* | pango/modules.c (append_engines): Fix some missing statics. (#142237, | Owen Taylor | 2004-06-21 | 4 | -5/+5 |
* | Use the gcc-3.3 strict-aliasing compatible macros from fterrcompat.h | Owen Taylor | 2004-06-21 | 1 | -8/+14 |
* | Fix leak when inserting an empty attributes. (#140771, Morten Welinder) | Owen Taylor | 2004-06-21 | 1 | -1/+4 |
* | Handle setting the same object back. (#143523, Morten Welinder) | Owen Taylor | 2004-06-21 | 1 | -3/+3 |
* | Revert the last change, assert that initialization succeeded. | Owen Taylor | 2004-06-21 | 1 | -8/+2 |
* | For cleanliness, unref the fontmap if we get an error from FreeType. | Owen Taylor | 2004-06-21 | 3 | -5/+29 |
* | Changes to support extra arguments. | Christopher Blizzard | 2004-06-17 | 2 | -4/+6 |
* | Add export of pangofc-decoder.h. Build pangofc-decoder.c. | Christopher Blizzard | 2004-06-09 | 7 | -18/+414 |
* | Remove stray semi-colon. (#143516, Morten Welinder) | Owen Taylor | 2004-06-02 | 1 | -1/+1 |