]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Change the format of the snapshot version to match glib
[~andy/gtk] / ChangeLog
index 62e9630f5dc350934715f57759397269167eee0f..597693f489c598096e9ddf4d057bfb96a909aecd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,127 @@
+2000-08-10  Havoc Pennington  <hp@redhat.com>
+
+       * Makefile.am (snapshot): Change the format of the snapshot
+       version to match glib
+
+       * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
+       from EXTRA_DIST since it doesn't seem to exist
+
+2000-08-10  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
+       version of the directory name (not the UTF-8 one) when building
+       the path name to stat().
+
+2000-08-03  Elliot Lee  <sopwith@redhat.com>
+
+       * gdk/gdkpango.c (gdk_draw_layout_line): Don't runs with a PANGO_ATTR_SHAPE set.
+
+Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
+       Peter Osterlund to simplify the code while keeping the
+       functionality the same.
+
+Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
+       is_viewable() test further inside the function, since removing the 
+       window from the redraw list without clearing ->update_area
+       was also very broken.
+
+2000-08-02  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Check for <unistd.h>.
+
+2000-08-01  Martin Baulig  <baulig@suse.de>
+
+       * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
+       to display the message that this is a development version of GTK+.
+
+Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
+       was depending on widget->allocation instead of the width of text_area,
+       which was incorrect for subclasses like GtkSpinButton.
+
+       * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
+       with width == 1 tests that should be width == -1.
+
+Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
+       (broken, Elliot, every single window blank on X) custom code with call
+       to gdk_window_is_viewable() which a) prevents code duplicate and
+       b) works. 
+
+2000-07-31  Elliot Lee  <sopwith@redhat.com>
+
+       * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order to get the GDK_PARENT_ROOT() macro to work.
+       * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
+       * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces of, windows that aren't shown.
+       * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of pointer grab stuff.
+
+Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
+
+        * docs/gtkfaq.sgml docs/gtk-faq.sgml:
+         s/gtk_main_iteration/g_main_iteration/
+
+         Did this already in change:
+               Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
+         don't know how it got reverted.
+
+2000-07-31  Stanislav Brabec  <utx@penguin.cz>
+
+       * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
+       gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
+
+       * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
+       not gdk_pixbuf.
+
+2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
+
+       * configure.in,po/{sp,sr}.po: Added Serbian files
+
+2000-07-30  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
+
+       * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
+       Remove the g_pipe_readable_msg stuff. Not needed with new GLib
+       GIOChannel implementation.
+
+       * gdk/win32/gdkinput.c
+       * gdk/win32/gdkpango-win32.c: Update license name here, too.
+
+       * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
+       definition to match prototype.
+
+       * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
+
+2000-07-27  Elliot Lee  <sopwith@redhat.com>
+
+       * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
+       function, to allow handling image formats that cannot be detected
+       by looking at content alone.
+
+Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
+
+       * docs/tutorial/*.gif *.jpg *.eps
+         Update these to the same look-n-feel.
+         Why does including images in DocBook suck so badly?
+
+Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
+
+        * gtk/gtktable.c: applied patch from Phil Thompson
+        <phil@river-bank.demon.co.uk> that enables space settings for
+        the last row/columns as well.
+
+Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
+
+        * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
+        updates the license headers to the GNU Lesser General Public License,
+        as well as updating the copyright year to 2000.
+
 2000-07-26  Robert Brady  <rwb197@zepler.org>
 
        * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
 
 2000-07-25  Havoc Pennington  <hp@redhat.com>
 
->>>>>>> 1.1355
        * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
        using GtkProgressBar. See Changes-2.0.txt for details.