diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2000-11-13 17:40:23 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2000-11-13 17:40:23 +0000 |
commit | be698675c7c043e3161362b99b9dc656531c91b4 (patch) | |
tree | a3979694f4aaa32d26fc3c864380e60487d46e1f /ChangeLog.pre-2-2 | |
parent | b664be5ffb0f854c8e7464f34e93eb15227a8d2b (diff) | |
download | gtk+-be698675c7c043e3161362b99b9dc656531c91b4.tar.gz |
Cleanup and reindent of GtkFB.
Added some serial mouse support.
Updates to latest Gtk+/pango
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index d4b2a4f709..4ea80557cc 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,55 @@ +2000-11-13 Alexander Larsson <alexl@redhat.com> + + * gdk/linux-fb/*.[ch]: + Massive reindent to gtk+ standard. My hands hurt. + + * gdk/linux-fb/gdkcolor-fb.c: + Move GdkColorPrivateFB from inherited to windowing_data + + * gdk/linux-fb/gdkcursor-fb.c: + _gdk_cursor_new_from_pixmap made static + + * gdk/linux-fb/gdkdnd-fb.c: + GdkDragContextPrivate moved to windowing_data + + * gdk/linux-fb/gdkdrawable-fb2.c: + Removed endian.h, use glib endianness macros instead + Some cleanups in the usage of GDK_DRAWABLE_FBDATA + and GDK_DRAWABLE_IMPL_FBDATA + + * gdk/linux-fb/gdkfont-fb.c: + Add empty gdk_font_load(). Needed for linking of Gtk+. + + * gdk/linux-fb/gdkimage-fb.c: + Removed endian.h, use glib endianness macros instead + Moved GdkImagePrivateFB to windowing_data + gdk_image_new_bitmap didn't always allocate enough + memory. + + * gdk/linux-fb/gdkinput-ps2.c: + Added semi-working support for MS serial mice. + + * gdk/linux-fb/gdkprivate-fb.h: + s/GdkWindowPrivate/GdkWindowObject/ + Removed GdkWindowPrivate typedef + s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/ + Removed GDK_DRAWABLE_P + Move GdkColorPrivateFB from inherited to windowing_data + Moved GdkImagePrivateFB to windowing_data + + * gdk/linux-fb/gdkvisual-fb.c: + Removed some unused debug code. + + * gdk/linux-fb/gdkwindow-fb.c: + Use stock cursors instead of including X headers. + s/GdkWindowPrivate/GdkWindowObject/ + + * gdk/linux-fb/mitypes.h: + Removed unused types. + + * modules/linux-fb/basic.c: + Use the pango fribidi wrappers. + 2000-11-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c, |