| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix problem with positions at the ends of lines (#63328, reported by Dov | Owen Taylor | 2002-03-01 | 1 | -26/+29 |
* | Check for errors when loading font face, fall back to sans, exit with | Alex Larsson | 2002-02-28 | 1 | -7/+47 |
* | don't link libpango-ot into the module. added libpango-ot.la to | Sven Neumann | 2002-02-28 | 1 | -3/+3 |
* | Move .la files to beginning of link line ... may prevent some problems | Owen Taylor | 2002-02-27 | 1 | -1/+1 |
* | Add $(X_EXTRA_LIBS) (reported Richard Warren) | Owen Taylor | 2002-02-27 | 1 | -2/+2 |
* | Fix some C++ style comments. (David L. Cooper II) | Owen Taylor | 2002-02-27 | 1 | -2/+2 |
* | Try to load something (load sans) if we can't load a font that Xft listed. | Owen Taylor | 2002-02-26 | 1 | -0/+25 |
* | Fix trailing , on enumerations. (#72572, Miroslaw Dobrzanski-Neumann) | Owen Taylor | 2002-02-25 | 1 | -3/+3 |
* | Rewrite to reduce the number of strcmps. | Owen Taylor | 2002-02-24 | 1 | -49/+115 |
* | Rewrite to reduce the number of strcmps. | Owen Taylor | 2002-02-24 | 1 | -44/+41 |
* | Fix problem where we unref'ed before we ref'ed resulting in entries in the | Owen Taylor | 2002-02-24 | 2 | -6/+10 |
* | Add some class padding for future expansion. | Owen Taylor | 2002-02-23 | 3 | -0/+30 |
* | Version 0.25PANGO_0_25 | Owen Taylor | 2002-02-17 | 2 | -2/+2 |
* | added makefile.msc to EXTRA_DIST | Hans Breuer | 2002-02-15 | 1 | -0/+1 |
* | update version, use -FImsvc_recommended_pragmas.h and add $(DIRENT_LIBS) | Hans Breuer | 2002-02-10 | 1 | -3/+3 |
* | isspace -> g_ascii_isspace (pango_font_description_from_string): isspace | Darin Adler | 2002-02-10 | 6 | -20/+20 |
* | at Feb 2 18:27:38 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-02-02 | 1 | -3/+3 |
* | move to next element in list. | Anders Carlsson | 2002-02-01 | 1 | -0/+2 |
* | Fix problem with detected root node. (Based on patch from Matthias Clasen, | Owen Taylor | 2002-01-29 | 1 | -2/+2 |
* | Add some return-if-fails to catch loading size 0 fonts. | Owen Taylor | 2002-01-29 | 1 | -0/+2 |
* | Fix problems with computing the length of the paragraph delimiter. | Owen Taylor | 2002-01-24 | 1 | -1/+1 |
* | fix memory leak of "text", reported by Jason Tackaberry | Havoc Pennington | 2002-01-21 | 1 | -0/+1 |
* | Clean up underline drawing. Fixes segfaults. | Alexander Larsson | 2002-01-20 | 1 | -20/+37 |
* | Add glyph_cache_destroy to PangoFont. This is slightly ugly, we should | Alexander Larsson | 2002-01-18 | 2 | -44/+164 |
* | A string ending in a paragraph delimiter has an empty line at the end. | Owen Taylor | 2002-01-16 | 1 | -1/+1 |
* | Initialize the static_family field. (Fix from Zack Rusin) | Owen Taylor | 2002-01-16 | 1 | -0/+2 |
* | slight correction to pango_layout_get_extents(), docs still need to be | Havoc Pennington | 2002-01-14 | 2 | -20/+20 |
* | fix up docs to be clearer about PANGO_SCALE, as suggested by Dennis | Havoc Pennington | 2002-01-13 | 1 | -12/+12 |
* | allow setting attrs to NULL | Havoc Pennington | 2002-01-11 | 1 | -1/+2 |
* | docs tweak (pango_layout_iter_next_cluster): update iter->index here | Havoc Pennington | 2002-01-11 | 1 | -1/+6 |
* | Split comma separated family names and add them in pieces, so they are all | Owen Taylor | 2002-01-11 | 2 | -8/+25 |
* | Fix read of unitialized memory (#66067, Hidetoshi Tajima) | Owen Taylor | 2002-01-10 | 1 | -1/+1 |
* | Don't offset the logical rect by y_offset - this generally is not desired, | Owen Taylor | 2002-01-10 | 1 | -2/+2 |
* | Add g_error if font match fails, referencing bug #68030, which is the | Alex Larsson | 2002-01-10 | 1 | -0/+4 |
* | g_return_if_fail() if the desc's family is NULL. (#67947, report from | Owen Taylor | 2002-01-09 | 1 | -1/+2 |
* | Include glib-object.h, Add G_BEGIN_DECLS/END_DECLS to pango-enum-types.h. | Owen Taylor | 2002-01-09 | 1 | -2/+2 |
* | Update the field mask in the merged description. | Owen Taylor | 2002-01-02 | 1 | -0/+4 |
* | Silence gcc -Wall, initialise a couple of variables. | Tor Lillqvist | 2002-01-01 | 3 | -3/+17 |
* | Set lfCharSet to DEFAULT_CHARSET always. Conditional debugging output with | Tor Lillqvist | 2002-01-01 | 2 | -22/+24 |
* | pango/pango-fontmap.c (pango_font_map_load_fontset) return_val_if_fail() | Owen Taylor | 2001-12-26 | 2 | -2/+4 |
* | Version 0.23, require glib-1.3.12PANGO_0_23 | Owen Taylor | 2001-12-23 | 1 | -1/+1 |
* | Fix doc comment. | Owen Taylor | 2001-12-20 | 1 | -1/+1 |
* | Remove incorrect special casing of initial line. (Reported by Darin Adler) | Owen Taylor | 2001-12-20 | 1 | -5/+1 |
* | Fix doc comment. Move include outside G_BEGIN_DECLS. Add const to avoid | Darin Adler | 2001-12-17 | 3 | -4/+4 |
* | Resuming aborted commit | Sebastian Wilhelmi | 2001-12-13 | 3 | -0/+3 |
* | include config.h so the definition of MINI_XFTCONFIG_DIR is actually used | Sven Neumann | 2001-12-12 | 1 | -2/+4 |
* | Initialize MiniXft library before calling MiniXftConfigSubstitute. | Alexander Larsson | 2001-12-12 | 2 | -5/+5 |
* | Fix the details in clipping to the bitmap size. | Alex Larsson | 2001-12-12 | 1 | -22/+20 |
* | Fix problem with returned width on lines other than the first line | Owen Taylor | 2001-12-10 | 4 | -4/+4 |
* | Fix problem where length passed in didn't get adjusted for paragraph | Owen Taylor | 2001-12-07 | 1 | -1/+4 |