]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-2
cvsignore updates
[~andy/gtk] / ChangeLog.pre-2-2
index dee05f90c282be125e778e8818b053e94ee0848f..d206b49b534d616087893713e5226bcbbbb95586 100644 (file)
@@ -1,3 +1,127 @@
+2000-10-17    <jrb@redhat.com>
+
+       * gtk/gtktreeview.c: Draw the arrows correctly.
+
+       * gtk/gtktreemodel.c: Added user docs.
+
+       * gtk/gtk.h: remove gtktreedatalist.h.
+
+       * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
+       parent when generating my type.
+
+       * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
+       POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
+
+2000-10-16    <jrb@redhat.com>
+
+       * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
+       GtkTreeModel from object to interface.
+
+2000-10-16  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
+       compilation
+
+2000-10-16  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeselection.c: Add API documentation to all public
+       functions.
+
+       * gtk/gtktreeviewcolumn.c: Added API documentation to all public
+       functions.
+
+2000-10-15  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
+       proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
+       docs to all public functions.
+
+       * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
+       gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
+       gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
+       gtk/gtktreemodel.h, gtk/gtktreeselection.c,
+       gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
+       issue.
+
+2000-10-14  Robert Brady  <robert@suse.co.uk>
+
+       * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
+
+2000-10-12  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
+       values other then G_TYPE_STRING.
+       * gtk/gtktreeselection.c: Minor commenting updates.
+       * gtk/gtktreeview.c: Format updates.
+
+2000-10-09  Tor Lillqvist  <tml@iki.fi>
+
+       * README.win32: Update.
+
+       * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
+       lines that had been deleted by mistake (?).
+
+       * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
+       also the case fg==white and bg==black (but still not randomly
+       coloured cursors). Thanks to Wolfgang Sourdeau.
+
+       * gdk/win32/*.c: Silence gcc -Wall.
+
+       * gtk/gtk.def: Add missing entry points.
+
+       Fixes by Hans Breuer:
+
+       * gdk/makefile.msc
+       * gdk/win32/makefile.msc: Update.
+
+       * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
+       some MSVC thing, presumably), cause breakpoint on failures. Add
+       GDK_NOR case. Call g_log_set_always_fatal.
+
+       * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
+       should be pased by reference.
+       
+       * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
+       
+       * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
+
+       * gdk/win32/gdkevents-win32.c
+       * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
+
+       * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
+       implementation object.
+
+       * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
+       not just windows.
+       
+       * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
+       Use the wrapper object.
+       
+2000-10-06  Havoc Pennington  <hp@redhat.com>
+
+       * Makefile.am (SRC_SUBDIRS): contrib subdir
+
+       * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
+       so it can be used in Xlib version
+
+       * demos/testpixbuf.c (update_timeout): error checking from 1.0
+       tree
+
+       * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
+       change from 1.0 tree that returns first frame of animation
+       if the loaded file is an animation.
+
+        * contrib: add new directory to hold stuff that comes with GTK+
+       but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
+       
+       * configure.in: add contrib/*
+
+2000-10-05  Havoc Pennington  <hp@redhat.com>
+
+        * demos/testpixbuf-save.c: add pixbuf save test
+
+       * demos/Makefile.am: add testpixbuf-save.c
+
 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with