]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-0
Store just pixel value of background colour.
[~andy/gtk] / ChangeLog.pre-2-0
index 6d2c86b99c1c6d6367dd12b45519c88c5a9ff0a8..6e023987eb627c6054211bad514ca254b3415e92 100644 (file)
@@ -1,3 +1,106 @@
+2000-03-04  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
+       just pixel value of background colour.
+
+       * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
+       containing code snippet previously duplicated in a couple of
+       places.
+       
+       * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
+       gdk_colormap_color.
+
+       * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
+       GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
+       events for autorepeated Shift, Control and Alt keys. Use
+       gdk_colormap_color.
+
+       * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
+       pointer is inside the window the cursor of which we are setting,
+       call SetCursor immediately.
+
+       * gdk/win32/makefile.cygwin
+       * gtk/makefile.cygwin: If we don't have the build number stamp
+       file, use zero.
+
+       * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
+       gtk_paned_set_gutter_size as empty.
+
+       * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
+       
+Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
+
+       * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
+         gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
+         docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
+         docs/gtk_tut.sgml docs/gtk.texi TODO:
+
+         Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
+
+Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
+
+        * gtk/gtkcalendar.c: Implement num_marked_dates,
+          and don't emit mutiple day_selected signals on
+          month_prev.
+
+2000-02-25  Jonathan Blandford  <jrb@redhat.com>
+
+       * docs/make-todo (lineno): let title and logo be configurable so
+       that GNOME can use this script too.
+
+       * TODO.xml: added logourl and a title
+
+Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * TODO.xml: Added some UI items, and an explanatory
+       comment at the top of the file.
+
+Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
+
+       * TODO.xml: some updates, added abunch of new entries.
+       a note for those fiddeling with this file, when done
+       with it, invoke:
+       $ ./docs/make-todo TODO.xml >/dev/null
+       and correct output errors before comitting changes.
+
+Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * TODO.xml: Added XML-structured TODO file.
+       * docs/make-todo: python script to turn TODO.xml into
+         pretty XML output. 
+
+2000-02-23  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
+       the function to let it draw the seven dots, instead of the old,
+       much maligned, method.
+       (draw_dot): New function to draw a dot.
+
+       * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
+       to draw the handle inside the border width as opposed to outside.
+       Use paint function instead of gdk_draw_point.
+
+       * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
+       to draw the handle inside the border width as opposed to outside.
+       Use paint function instead of gdk_draw_point.
+
+       * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
+       Change indenting to be more GTK like.
+
+Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
+
+        * docs/gtk_tut.sgml: New section on GtkCalendar
+        * examples/calendar: Update example code
+
+Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
+
+       * docs/gtkfaq.sgml: FAQ Update
+
+2000-02-19  Anders Carlsson  <andersca@gnu.org>
+
+       * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
+       to prevent the scroll event to be propagated upwards.
+
 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove