| Commit message (Expand) | Author | Age | Files | Lines |
* | acconfig.h support for --with-xftconfig-dir= path to system XftConfig file | Manish Singh | 2001-11-24 | 5 | -24/+49 |
* | free the font description when we don't need it anymore | Kristian Rietveld | 2001-11-24 | 1 | -0/+2 |
* | Fix for bug 65183; i.e. do not call g_utf8_next_char(next) when next is | Padraig O'Briain | 2001-11-23 | 1 | -11/+20 |
* | removed the arbitrary limit to 10 fonts. Instead make the command line | Hans Breuer | 2001-11-23 | 10 | -138/+188 |
* | Remove duplicates. | Matthias Clasen | 2001-11-22 | 1 | -6/+6 |
* | Version 0.22. Updated Update. Don't look like a doc comment. | Owen Taylor | 2001-11-21 | 1 | -3/+2 |
* | Always turn on anti-aliasing. | Tor Lillqvist | 2001-11-21 | 2 | -55/+49 |
* | Don't free font_pattern if we opened the XftFont, since the XftFont claims | Alex Larsson | 2001-11-20 | 1 | -1/+2 |
* | Fix typo. | Tor Lillqvist | 2001-11-19 | 1 | -1/+1 |
* | Take both dpi_x and dpi_y as arguments. Doesn't currently handle dpi_x | Alex Larsson | 2001-11-19 | 2 | -4/+5 |
* | Add new function pango_context_load_fontset() to wrap | Alex Larsson | 2001-11-18 | 9 | -10/+63 |
* | Suffix package names with datestamp. Add the Pango modules. | Tor Lillqvist | 2001-11-18 | 5 | -13/+58 |
* | Add XFT_MATRIX and XFT_MINSPACE macro definitions if missing. | Alexander Larsson | 2001-11-18 | 1 | -0/+8 |
* | shut up cvs | Manish Singh | 2001-11-18 | 1 | -0/+2 |
* | New PangoFontset class. | Alexander Larsson | 2001-11-18 | 2 | -0/+450 |
* | Check for LEX and YACC. This will be made optional later, with the build | Alexander Larsson | 2001-11-18 | 43 | -2077/+10692 |
* | Add pangoxft-private.h. | Matthias Clasen | 2001-11-11 | 2 | -2/+2 |
* | Build separate developer package. | Tor Lillqvist | 2001-11-08 | 1 | -0/+1 |
* | Add a function pango_xft_picture_render() to render onto an Xft picture | Owen Taylor | 2001-11-05 | 2 | -40/+139 |
* | don't bother with module dir recalculation if LIBDIR isn't defined | Hans Breuer | 2001-11-03 | 3 | -10/+15 |
* | Patch from Alex Larsson to improve line breaking algorithm so that it | Owen Taylor | 2001-11-02 | 1 | -85/+158 |
* | Patch from Darin Adler, with updates, to use g_ascii_* instead of | Owen Taylor | 2001-11-02 | 7 | -59/+60 |
* | Neat Win32 feature: A prebuilt Pango package can be installed in a random | Tor Lillqvist | 2001-10-31 | 2 | -25/+27 |
* | Remove declarations of unimplemented functions | Matthias Clasen | 2001-10-30 | 3 | -41/+103 |
* | New file, used to build distribution package for Windows. | Tor Lillqvist | 2001-10-28 | 2 | -0/+49 |
* | Typo fix. | Matthias Clasen | 2001-10-27 | 1 | -2/+2 |
* | Forgotten files. | Matthias Clasen | 2001-10-27 | 1 | -1/+1 |
* | Documentation updates. | Matthias Clasen | 2001-10-26 | 8 | -5/+82 |
* | Allow NULL run_logical. (#63014, Tony Graham) | Owen Taylor | 2001-10-25 | 1 | -5/+9 |
* | Remove the rest of the silly pango file-reading code from | Owen Taylor | 2001-10-18 | 1 | -3/+1 |
* | (Fixes from Frank Belew, #58905) | Owen Taylor | 2001-10-18 | 4 | -1432/+17 |
* | pango/tmpl/x-fonts.sgml pango/break.c small documentation fixes. | Matthias Clasen | 2001-10-15 | 2 | -34/+33 |
* | another missing comment end marker and some fixes in gtk-doc comments. | Sven Neumann | 2001-10-15 | 4 | -45/+73 |
* | add missing comment end marker to make it compile | Manish Singh | 2001-10-15 | 1 | -3/+4 |
* | Documentation updates. | Matthias Clasen | 2001-10-14 | 3 | -58/+80 |
* | Typo fixes. | Matthias Clasen | 2001-10-13 | 2 | -16/+153 |
* | Add module-defs-win32.c. | Tor Lillqvist | 2001-10-10 | 2 | -1/+3 |
* | protect from indexing off the end of the embedding_levels array by only | Matt Wilson | 2001-10-09 | 1 | -5/+7 |
* | fix wrong check for incorrect attrs_len | Havoc Pennington | 2001-10-05 | 1 | -1/+2 |
* | use g_object_new() instead of g_new() to create a PangoFT2Face. Fixes bug | Sven Neumann | 2001-10-04 | 1 | -1/+1 |
* | remove assertion I shouldn't have put in there | Havoc Pennington | 2001-10-03 | 1 | -1/+0 |
* | try to fix up the sentence breaking a bit, specifically for sentences that | Havoc Pennington | 2001-10-03 | 1 | -42/+49 |
* | require one more log attr in the buffer passed in, to account for the end | Havoc Pennington | 2001-10-03 | 4 | -23/+67 |
* | don't include family name if PANGO_FONT_MASK_FAMILY is not set. | Sven Neumann | 2001-10-03 | 2 | -2/+2 |
* | Add the Win32 GDI Pango backend to autoconfiguration: | Tor Lillqvist | 2001-10-03 | 6 | -28/+59 |
* | g_string_printfa => g_string_append_printf. | Owen Taylor | 2001-10-01 | 1 | -2/+2 |
* | Typo fix: s/pang/pango/ in warning message | Manish Singh | 2001-09-29 | 1 | -1/+1 |
* | Use PANGO_FONT_MASK_* not PANGO_ATTR_* when manipulating the mask. Add | Owen Taylor | 2001-09-28 | 1 | -14/+15 |
* | Fix wrapper version to have boolean result. (#61248, Eric Lemings.) | Owen Taylor | 2001-09-27 | 1 | -3/+6 |
* | Version 0.20PANGO_0_20 | Owen Taylor | 2001-09-25 | 4 | -33/+18 |