diff options
author | Alexander Larsson <alexl@redhat.com> | 2000-12-21 10:31:30 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2000-12-21 10:31:30 +0000 |
commit | a92170b6ca3c53ef67b280a5e6d471fe42d0f092 (patch) | |
tree | 26e9f405d60ca0891fde14b059a3b51a6a01ba87 /ChangeLog.pre-2-0 | |
parent | dadf966b3b82a10bf5ae81e3eebae63a6df14003 (diff) | |
download | gtk+-a92170b6ca3c53ef67b280a5e6d471fe42d0f092.tar.gz |
For linux-fb get the pangoft2 cflags and libs. This needs a recent pango
2000-12-21 Alexander Larsson <alexl@redhat.com>
* configure.in:
For linux-fb get the pangoft2 cflags and libs. This needs a recent
pango version.
Remove modules/linux-fb/Makefile.
* gdk/linux-fb/gdkdrawable-fb2.c:
Render glyphs using freetype.
* gdk/linux-fb/gdkfb.h:
Add new fb-specific functions needed for managing windows.
* gdk/linux-fb/gdkmain-fb.c:
Remove gdk_font_init/fini() calls.
* gdk/linux-fb/gdkpango-fb.c:
Remove old implementation. Use pangoft2 instead.
* gdk/linux-fb/gdkprivate-fb.h:
Remove PangoFBFont and related stuff.
* gdk/linux-fb/gdkwindow-fb.c:
Implement drawable->get_visible_region.
Implement support for _gdk_window_set_child_handler () and
_gdk_window_get_decorations().
* modules/Makefile.am:
Remove linux-fb subdir.
* modules/linux-fb/*:
Removed all.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 8573b4e9e8..6d4b4b2549 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,36 @@ +2000-12-21 Alexander Larsson <alexl@redhat.com> + + * configure.in: + For linux-fb get the pangoft2 cflags and libs. This needs a recent + pango version. + Remove modules/linux-fb/Makefile. + + * gdk/linux-fb/gdkdrawable-fb2.c: + Render glyphs using freetype. + + * gdk/linux-fb/gdkfb.h: + Add new fb-specific functions needed for managing windows. + + * gdk/linux-fb/gdkmain-fb.c: + Remove gdk_font_init/fini() calls. + + * gdk/linux-fb/gdkpango-fb.c: + Remove old implementation. Use pangoft2 instead. + + * gdk/linux-fb/gdkprivate-fb.h: + Remove PangoFBFont and related stuff. + + * gdk/linux-fb/gdkwindow-fb.c: + Implement drawable->get_visible_region. + Implement support for _gdk_window_set_child_handler () and + _gdk_window_get_decorations(). + + * modules/Makefile.am: + Remove linux-fb subdir. + + * modules/linux-fb/*: + Removed all. + 2000-12-20 Jonathan Blandford <jrb@redhat.com> * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init |