| Commit message (Expand) | Author | Age | Files | Lines |
* | Reformat my entries to 80 columns. | Matthias Clasen | 2003-08-11 | 5 | -10/+15 |
* | Copy newer versions of JH_CHECK_XML_CATALOG and JH_PATH_XML_CATALOG from | Matthias Clasen | 2003-08-10 | 6 | -6/+42 |
* | Move DPI substitution before FcDefaultSubstitute so it actually works. | Owen Taylor | 2003-08-08 | 6 | -1/+31 |
* | Replace --family/--scale options with a single --font | Owen Taylor | 2003-08-08 | 7 | -46/+81 |
* | Add option to run 'display' on the output as well as/instead of specifying | Owen Taylor | 2003-08-08 | 7 | -26/+162 |
* | Deprecate pango_ft2_get_context(), pango_ft2_font_map_for_display(), | Owen Taylor | 2003-08-08 | 10 | -60/+223 |
* | Get rid of a bunch of leftovers from the conversion from viewer; add | Owen Taylor | 2003-08-08 | 7 | -322/+343 |
* | New function. Uses the Uniscribe ScriptIsSimple() function to check if | Tor Lillqvist | 2003-08-07 | 6 | -7/+115 |
* | Fix C99 variable declaration. | Soeren Sandmann | 2003-08-03 | 6 | -1/+27 |
* | Fix sign of metrics->descent. | Owen Taylor | 2003-08-03 | 7 | -3/+38 |
* | Missed new file from last commit: | Owen Taylor | 2003-08-03 | 1 | -0/+45 |
* | Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-based | Owen Taylor | 2003-08-03 | 48 | -540/+2886 |
* | Really make pangoxft depend on pangoft2. (#119024) | Noah Levitt | 2003-08-03 | 6 | -1/+26 |
* | Basic docs for the new stuff. | Owen Taylor | 2003-08-03 | 5 | -2/+208 |
* | Make pangoxft depend on pangoft2. | Owen Taylor | 2003-08-03 | 42 | -2370/+1347 |
* | Remove some leftovers. | Owen Taylor | 2003-08-02 | 6 | -2/+25 |
* | Remove. | Owen Taylor | 2003-08-02 | 17 | -958/+78 |
* | Remove old X font shapers. | Owen Taylor | 2003-08-02 | 35 | -7502/+65 |
* | Add API to kern a complete glyph string. Remove API to kern individual | Soeren Sandmann | 2003-08-02 | 10 | -107/+224 |
* | Rewrite handling of IGNORE_SPECIAL_MARKS to be properly "ignore marks of | Owen Taylor | 2003-07-29 | 6 | -9/+63 |
* | Revert back out the FreeType patch preventing ligatures of not-originally | Owen Taylor | 2003-07-28 | 6 | -33/+48 |
* | Check for lookahead glyphs in the right place. (Patch from #116860) | Owen Taylor | 2003-07-27 | 7 | -6/+51 |
* | Fix return value to only contain TTO_Err_Not_Covered if *no* lookups | Owen Taylor | 2003-07-27 | 6 | -45/+110 |
* | Fix problem where NULL mpreFixups wasn't getting returned properly. | Owen Taylor | 2003-07-27 | 6 | -1/+31 |
* | Fix confusion between boolean and FT_Error return. (GSUB equivalent of fix | Owen Taylor | 2003-07-27 | 6 | -2/+33 |
* | Move allocation afer initial checks, fixing memory leak. | Owen Taylor | 2003-07-26 | 7 | -10/+60 |
* | Fix various memory leaks from error returns that should have been jumps to | Owen Taylor | 2003-07-26 | 7 | -6/+36 |
* | Fix additional places where TTO_Err_Not_Covered wasn't considered a | Owen Taylor | 2003-07-26 | 6 | -4/+34 |
* | If applying a ligature lookup makes adjacent two glyphs that were not | Owen Taylor | 2003-07-26 | 6 | -8/+73 |
* | Fix some FreeType1 variable declarations that snuck in from the last | Owen Taylor | 2003-07-26 | 7 | -4/+39 |
* | OpenType-1.4 update: backtrack information is stored with the item closest | Owen Taylor | 2003-07-26 | 7 | -15/+70 |
* | Update of GPOS and GSUB support to OpenType 1.3 (From FreeType, Werner | Owen Taylor | 2003-07-26 | 7 | -3/+100 |
* | Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which allow lookup | Owen Taylor | 2003-07-26 | 8 | -8/+69 |
* | Fix a couple of places where TTO_Err_Not_Covered wasn't considered a | Owen Taylor | 2003-07-26 | 6 | -2/+107 |
* | Improvements to OpenType-dumping code, based on changes in Qt by Lars | Owen Taylor | 2003-07-26 | 2 | -13/+241 |
* | Port pre-base-mantra fixup code from ICU, as needed for Tamil and | Owen Taylor | 2003-07-25 | 11 | -13/+262 |
* | Remove leftover FRIBIDI_LIBS reference. (Pointed out by Sven Neumann) | Owen Taylor | 2003-07-25 | 6 | -6/+6 |
* | Port of some fixes from ICU. | Owen Taylor | 2003-07-25 | 7 | -176/+226 |
* | Get rid of explicit tables detailing the members of structs, use the | Noah Levitt | 2003-07-25 | 8 | -267/+81 |
* | removed redundant call to pango_layout_line_get_extents() (#116822). | Sven Neumann | 2003-07-24 | 6 | -56/+114 |
* | Remove leftover FRIBIDI_LIBS reference. (Pointed out by Sven Neumann) | Owen Taylor | 2003-07-24 | 6 | -1/+26 |
* | Commit change from a while ago. | Owen Taylor | 2003-07-24 | 1 | -6/+16 |
* | Fix trivial bug in last commit | Owen Taylor | 2003-07-24 | 1 | -1/+1 |
* | Fix trivial bug in last commit. | Owen Taylor | 2003-07-24 | 5 | -5/+5 |
* | Handle NULL item->analysis.font. (#14576, Morten Welinder) | Owen Taylor | 2003-07-24 | 6 | -2/+29 |
* | Fix uses of g_assert() around statements with side effects. (#115498, | Owen Taylor | 2003-07-24 | 6 | -5/+39 |
* | Generate runtest.sh so we can use ECHO_C, ECHO_N, SHELL (#114944) | Owen Taylor | 2003-07-24 | 8 | -54/+36 |
* | Clean up checks for usp10.h | Owen Taylor | 2003-07-24 | 7 | -46/+59 |
* | Remove vestiges of support for external fribidi library. | Owen Taylor | 2003-07-24 | 8 | -49/+28 |
* | Remove Qt-based example; it was only testing the obsolete pango-x backend, | Owen Taylor | 2003-07-24 | 7 | -101/+46 |