Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Utilize G_GNUC_CONST. | Elliot Lee | 2000-08-30 | 1 | -1/+1 |
| | | | | Utilize G_GNUC_CONST. | ||||
* | add comment delimiters around trailing text after #endifs to remove warnings | Christopher Blizzard | 2000-06-19 | 1 | -1/+1 |
| | |||||
* | Fix problem with unloading fonts. | Owen Taylor | 2000-06-05 | 1 | -1/+0 |
| | | | | | | | | | | | Mon Jun 5 15:35:03 2000 Owen Taylor <otaylor@redhat.com> * pango/pangox-fontcache.c (pango_x_font_cache_unload): Fix problem with unloading fonts. * pango/pangox-fontmap.c pango/pangox-private.h pangox/pangox.c: Add a simple PangoXFont; get rid of the eternal caching of all fonts. | ||||
* | Add libgobject. | Owen Taylor | 2000-05-28 | 1 | -0/+80 |
Sat May 27 20:36:56 2000 Owen Taylor <otaylor@redhat.com> * pango/Makefile.am configure.in: Add libgobject. * pango/pango-fontmap.[ch]: GObject'ify PangoFontMap. (Pango now requires GLib-1.3 to compile) * pango/pangox-fontmap.c pango/pangox-private.h: Break the fontmap code in libpangox out into a separate file. Tue May 23 10:32:25 2000 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_set_text): Allow -1 for the length. |