]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
gdk/gdkcolor.c (gdk_colormap_new) Fix memory leak: colormap->colors was
[~andy/gtk] / ChangeLog.pre-2-6
index 60dbfcca7e7164fd54298a55f53f0c68b39d272d..035debccd0e954ecd0a509c73dd0c1e8e7e2f30d 100644 (file)
@@ -1,3 +1,108 @@
+1999-09-14  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/gdkcolor.c (gdk_colormap_new)
+       * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
+       colormap->colors was allocated twice.
+
+       * gdk/win32/gdk.c: Remove some unused stuff.
+
+       * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
+       colormap.
+
+       * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
+       * gtk/gtklabel.h (gtk_label_get_type)
+       * gtk/gtktipsquery.c (gtk_tips_query_get_type)
+       * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
+       in a couple of places, not guint.
+
+Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+       * configure.in,po/et.po: added Estonian language file
+
+Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+       * configure.in,po/da.po: added Danish file
+
+Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
+
+       * docs/gtkfaq.sgml: Minor FAQ Update
+
+Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
+
+       * docs/gtkfaq.sgml: FAQ update
+
+1999-08-27  Tor Lillqvist  <tml@iki.fi>
+
+       Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
+       way to get window contents continually refreshed while resizing. I
+       didn't like the effects myself, so it's not on by default.
+
+       * gdk/win32/gdkprivate.h: New flag variable
+       gdk_event_func_from_window_proc, FALSE by default.
+
+       * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
+       environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
+       are passed --gdk-event-func-from-window-proc.
+
+       * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
+       and we have am event_func, call it instead of enqueing the event.
+
+1999-08-23  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
+       Kelley: Set expose_count in GdkEventExposes correctly.
+
+       * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
+       MULTIPLE_WINDOW_CLASSES).
+
+       * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
+       for bug in NT, apparently NT *does* draw the end pixel, too, in
+       LineTo with a one-pixel pen, so we don't have to do it ourselves.
+
+1999-08-21  Tor Lillqvist  <tml@iki.fi>
+
+       Improvements by Hans Breuer: 
+
+       * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
+
+       * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
+       CS_?REDRAW flags as they cause lots of (late) redraws when "show
+       window contents while dragging" is turned on. Allocate at least
+       one unique class for every GdkWindowType. If support for single
+       window-specific icons is ever needed (eg. Dialog specific), every
+       such window should get its own class.
+
+1999-08-19  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
+       error that caused crashes.
+
+1999-08-17  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
+       window, use ScrollWindowEx, and call UpdateWindow. This prevents
+       bugs when for instance part of the window was outside the
+       display. Thanks to Philippe Colantoni for finding and fixing this.
+
+1999-08-16  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
+       endpoint calculations which were totally wrong. (A little RTFMing
+       helps a lot ;-)
+
+       * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
+       from a separate directory, not from gettext, because of licensing
+       issues (we want to use the LGPL version).
+
+       * README.win32: Mention the intl from glibc vs from gettext issue.
+
+1999-08-13  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
+       in the key event handling: Now AltGr chars work again. Also,
+       now Alt-digits are passed up as well as Control-digits.
+       Pass keypad plus and minus as normal plus and minus.
+
 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
 
         * docs/gtkfaq.sgml: FAQ Update