| Commit message (Expand) | Author | Age | Files | Lines |
* | Add rule to regenerate man pages from Docbook. (man_MANS): Add | Matthias Clasen | 2003-06-17 | 1 | -1/+19 |
* | Add an autogenerated index. | Matthias Clasen | 2003-06-16 | 1 | -0/+4 |
* | libtool 1.5 installs DLLs in the bin directory, so look there, too. | Tor Lillqvist | 2003-06-13 | 1 | -0/+5 |
* | Fix bug in determining when we cross line boundaries. (#103421, Matthias | Owen Taylor | 2003-06-05 | 1 | -0/+6 |
* | Improve handling of empty ink rectangles; rework for simplicity. (#103662) | Owen Taylor | 2003-06-04 | 1 | -0/+6 |
* | Credits to Patrick Welche. | Tor Lillqvist | 2003-06-04 | 1 | -1/+2 |
* | Need config.h here, too, for HAVE_X. Thanks to Patrick Welche. | Tor Lillqvist | 2003-06-04 | 1 | -0/+4 |
* | Add bug number to last ChangeLog entry | Owen Taylor | 2003-06-02 | 1 | -2/+2 |
* | Make sure the face is unlocked before returning from pango_xft_font_real_get_... | Keith Packard | 2003-06-02 | 1 | -0/+5 |
* | Don't put statements with side-effects inside g_assert()! (#114137, Jeff | Owen Taylor | 2003-06-02 | 1 | -1/+7 |
* | Add pango_ft2_font_map_set_default_substitute. | Tor Lillqvist | 2003-05-30 | 1 | -0/+4 |
* | Fix a stupid bug in the shortcircuit case. | Owen Taylor | 2003-05-30 | 1 | -0/+11 |
* | When applying attribute to a glyph item, handle attributes that split | Owen Taylor | 2003-05-29 | 1 | -0/+8 |
* | Add HAVE_X. | Tor Lillqvist | 2003-05-29 | 1 | -0/+21 |
* | (#107630, Federic Zhang) | Owen Taylor | 2003-05-28 | 1 | -0/+9 |
* | added support for rise, strikethru and shape attributes. (#109900). | Sven Neumann | 2003-05-28 | 1 | -0/+5 |
* | Limit the size of the buffers we alloca(). (#104238 | Owen Taylor | 2003-05-27 | 1 | -0/+5 |
* | Clean up so that tests for Xft/FreeType are only run when we find | Owen Taylor | 2003-05-27 | 1 | -0/+10 |
* | Patch from Morten Welinder to collect characters into runs of the same | Owen Taylor | 2003-05-27 | 1 | -0/+7 |
* | Get the fontnmap for the right screen (#113452, Morten Welinder) | Owen Taylor | 2003-05-27 | 1 | -0/+6 |
* | Fix typo for FreeType dependencies in the enable_explicit_deps case. | Owen Taylor | 2003-05-27 | 1 | -0/+5 |
* | Use g_object_new() rather than g_type_create_instance() (Patch from | Owen Taylor | 2003-05-27 | 1 | -0/+10 |
* | Add code to check for "./pangorc" so that it works uninstalled. | Owen Taylor | 2003-05-27 | 1 | -0/+5 |
* | Fix some incorrect edge cases for RTL text. (#102952, Padraig O'Briain) | Owen Taylor | 2003-05-02 | 1 | -0/+6 |
* | Fix a harmless uninitialized memory read. (#109625, Rich Burridge) | Owen Taylor | 2003-05-02 | 1 | -0/+5 |
* | Hash case insensitively (#106942, Morten Welinder) | Owen Taylor | 2003-04-30 | 1 | -0/+5 |
* | Add the fonconfig cflags/libs to FREETYPE_CFLAGS/LIBS. (#111326, Noah | Owen Taylor | 2003-04-29 | 1 | -0/+8 |
* | Accept libtool-1.5. (#111482) | Owen Taylor | 2003-04-24 | 1 | -0/+4 |
* | Documentation fix. | Matthias Clasen | 2003-04-23 | 1 | -0/+4 |
* | More careful handling of face->charmap; if is NULL, try to set a unicode | Owen Taylor | 2003-04-16 | 1 | -0/+7 |
* | When loading in Load_Chain{Sub,Pos}ClassRule, the limit we have only | Owen Taylor | 2003-04-16 | 1 | -0/+8 |
* | Free the right string. | Owen Taylor | 2003-04-16 | 1 | -0/+5 |
* | Always include freetype.h even when not ENABLE_ENGINE | ENABLE_BACKEND. | Owen Taylor | 2003-04-15 | 1 | -0/+5 |
* | Fix mispelled constant from last commit. | Owen Taylor | 2003-04-15 | 1 | -0/+5 |
* | Fix confusion between boolean and FT_Error return. (#108358, Noah Levitt) | Owen Taylor | 2003-04-15 | 1 | -0/+8 |
* | Don't look for Xft unless we found FreeType. (#109753) | Owen Taylor | 2003-04-15 | 1 | -0/+5 |
* | Switch around the code so that pango_font_description_set_family (desc, | Owen Taylor | 2003-04-15 | 1 | -0/+9 |
* | Avoid complex quoting mess that didn't work with all shells. (#108001) | Owen Taylor | 2003-04-15 | 1 | -0/+5 |
* | Fix infinite loop in the case where the charmap contains a character > | Owen Taylor | 2003-04-15 | 1 | -0/+6 |
* | Cast some enumeration members that are bigger than signed integers to | Owen Taylor | 2003-04-15 | 1 | -0/+6 |
* | Fix off-by-one error. (#108620, Noah Levitt) | Owen Taylor | 2003-04-15 | 1 | -0/+5 |
* | Fix out-of-bounds read where the value wasn't actually used. (#106744, | Owen Taylor | 2003-04-15 | 1 | -0/+5 |
* | Return FALSE, not -1 in g_return_val_if_fail(). (#107666, Morten | Owen Taylor | 2003-04-15 | 1 | -0/+6 |
* | Fix some stupid type registration/ class size problems from last commit. | Owen Taylor | 2003-04-15 | 1 | -0/+5 |
* | Switch over the way that module entry points work, taking advantage of the | Owen Taylor | 2003-04-14 | 1 | -0/+26 |
* | disable antialiasing if requested. Fixes bug #109370. | Sven Neumann | 2003-04-03 | 1 | -0/+9 |
* | pango/pangoft2.c (pango_ft2_render_layout) pango/pangowin32.c | Sven Neumann | 2003-04-02 | 1 | -0/+8 |
* | pango/pangoft2-fontmap.c fixed typos in inline docs. | Sven Neumann | 2003-03-28 | 1 | -0/+5 |
* | make similar changes to the ones on glib head (call gtk-docize, etc). | James Henstridge | 2003-03-11 | 1 | -0/+36 |
* | Add an --enable-debug configure argument defaulting to 'yes' for unstable | Owen Taylor | 2003-02-17 | 1 | -0/+25 |