]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
Copy newer versions of JH_CHECK_XML_CATALOG and JH_PATH_XML_CATALOG from
[~andy/gtk] / ChangeLog.pre-2-8
index 9ceec25ae6cede636e11eae80c617936629e6fa7..c4e7bd1c0063f84e10bf2bf21a2c683a766123cd 100644 (file)
@@ -1,3 +1,60 @@
+2003-08-11  Matthias Clasen  <maclas@gmx.de>
+
+       * acinclude.m4: Copy newer versions of JH_CHECK_XML_CATALOG and JH_PATH_XML_CATALOG from
+       gtk-doc to enable configuring without xmlcatalog in PATH.  (#119115)
+
+2003-08-10  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkwidget.h (struct _GtkWidget): Mark some members as public.  (#119463) 
+
+2003-08-09  Noah Levitt  <nlevitt@columbia.edu>
+
+       * gdk/gdkevents.h:
+       * docs/reference/gdk/tmpl/windows.sgml: Elaborate a bit more in the
+       docs on GdkFilterFunc and GdkFilterReturn.
+
+2003-08-09  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcalendar.c:  Add and hook in gtk_calendar_scroll,
+       to let the mouse wheels select the month. Scrolling down
+       moves forward in time. (#53134, Abigail Brady) 
+
+       * gtk/gtkcalendar.c: Complete the RTL flipping support for GtkCalendar, make it
+       possible to flip the headings using the "magic translated string" technique. 
+       Translators, note the comment in gtk_calendar_init() explaining this.  (#102416)
+
+       * gtk/gtkcalendar.c: Get the information about the first day of the week from
+       the locale using another instance of the "magic translated string" technique.
+       Ignore the display option GTK_CALENDAR_WEEK_START_MONDAY with a warning.  (#87977)
+
+       * gtk/gtkcalendar.c: Add DND support to GtkCalendar. The selected date is dragged
+       as text, formatted via strftime %x. Text drops are accepted if g_date_set_parse()
+       can make sense of the text. A dedicated data format for date DND has not been 
+       introduced yet, since there didn't seem to be sufficient consensus on such a format
+       on xdg-list.  (#117297)
+       
+2003-08-08  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach): Fix 
+       a segfault.  (#115284, Jan Kratochvil) 
+
+2003-08-08  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkevents-win32.c (print_event): Print also the root
+       coordinates for events that have such. Print coordinates for enter
+       and leave events.
+
+       (gdk_event_translate): Don't use event uninitialixed in the
+       return_exposes branch of the WM_PAINT handler.
+
+       * gdk/win32/gdkwindow-win32.c (gdk_window_new,
+       _gdk_windowing_window_get_pointer, _gdk_windowing_window_at_pointer): 
+       Must offset top-level window coordinates here, too.
+
+2003-08-08  Matthias Clasen  <maclas@gmx.de>
+
+       * demos/gtk-demo/appwindow.c (do_appwindow): Hide the resize grip when maximized or fullscreen.
+
 2003-08-07  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkinput-win32.h