]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Updates
[~andy/gtk] / ChangeLog
index a6a247483eb10b67877b605fde6a38a6e20c80f4..d4229e80c0d47487b489bc4fab7512fbcba24e6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,221 @@
+2008-09-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Updates
+
+       * configure.in: Bump version to 2.14.0
+
+2008-09-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcolorsel.c: Set page_size to 0 for the spinbuttons
+       in the color selector.
+
+       * README.in: Add a note about the GtkAdjustment clamping change
+
+2008-09-03  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 550528 - IconView DND interface does not work if only used as
+       source
+
+       * gtk/gtkiconview.c: Make source-only DND work. 
+       Found by Alex Simon
+
+2008-09-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtk.symbols: Add some missing symbols
+
+2008-09-03  Matthias Clasen  <mclasen@redhat.com>
+       
+       * gtk/gtkprintsettings.c: Fix order of includes to avoid unwanted
+       PLT entries.
+
+2008-09-03  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkmenu.c
+       * gtk/gtkmenuitem.c: remove unused macro cruft. Also remove some
+       unneeded includes.
+
+2008-09-03  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkarrow.c: expose-event returns gboolean not gint,
+       reindented static prototypes and did some minor cleanups.
+
+2008-09-03  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkmenu.c: some more trivial cosmetic fixes.
+
+2008-09-03  Christian Dywan  <christian@imendio.com>
+
+       Bug 547449 – Entry/ Combo popup misplaced after resize
+
+       * gtk/gtkcombobox.c (gtk_combo_box_menu_position),
+       (gtk_combo_box_size_allocate): reposition the combo popup when the
+        allocation changes
+       * gtk/gtkentry.c (gtk_entry_size_allocate): reposition the
+        completion popup when the allocation changes
+
+2008-09-03  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkmenu.c (get_arrows_visible_area): proper function header
+       formatting.
+
+2008-09-02  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkdialog.c (gtk_dialog_delete_event_handler): return
+       gboolean instead of gint. Reindent static prototypes.
+
+2008-09-02  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkwidget.c (gtk_widget_get_allocation): removed this
+       function because there is massive disagreement about how to
+       implement it. Needs some general discussion in the next
+       development cycle about how our C api should evolve.
+
+       * gtk/gtk.symbols: changed accordingly.
+
+2008-09-01  Wouter Bolsterlee  <wbolster@svn.gnome.org>
+
+       * gtk/gtkselection.c:
+       Update documentation for gtk_selection_data_get_data to
+       match the changes introduced in -r21232 (the length
+       parameter was removed).
+
+2008-08-30  Matthew Barnes  <mbarnes@redhat.com>
+
+       Bug 549943 – gtk_tool_shell_get_relief_style() always returns
+       GTK_RELIEF_NONE
+
+       * gtk/gtktoolshell.c (gtk_tool_shell_get_relief_style): Return
+       the correct relief style.
+
+2008-08-29  Björn Lindqvist  <bjourne@gmail.com>
+
+       Bug 437791 – Animation is played at the wrong speed
+
+       * gdk-pixbuf/io-gif.c (gif_get_lzw): Better 100 ms timeout for
+       broken GIFs with 0 frame timeout.
+
+2008-08-29  Christian Dywan  <christian@imendio.com>
+
+       Bug 549810 – Memory leaks in printing code
+
+       * gtk/gtkprintjob.c (gtk_print_job_set_property):
+       * modules/printbackends/file/gtkprintbackendfile.c
+       (output_file_from_settings):
+       * modules/printbackends/test/gtkprintbackendtest.c
+       (output_test_from_settings): free some temporary strings.
+       Patch by Yevgen Muntyan.
+
+2008-08-29  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkwidget.h: move the gtk_widget_get_parent() and
+       gtk_widget_get_parent_window() prototypes together with their
+       respective setters.
+
+       * gtk/gtkwidget.c: move gtk_widget_get_parent_window() together
+       with its setter.
+
+2008-08-29  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkscrolledwindow.c: events return gboolean not gint,
+       reindent prototypes.
+
+2008-08-29  Michael Natterer  <mitch@imendio.com>
+
+       * configure.in: remove -DPANGO_DISABLE_SINGLE_INCLUDES from
+       CPPFLAGS, I committed that accidentially.
+
+2008-08-29  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkpaned.c: minor indentation / coding style fixes.
+
+2008-08-29  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 549262 – GtkScrolledWindow should not accept focus unless
+       GTK_CAN_FOCUS is set
+
+       * gtk/gtkscrolledwindow.c (gtk_scrolled_window_focus): only grab the
+       focus, if GTK_WIDGET_CAN_FOCUS() returns TRUE. Patch by Sven 
+       Herzberg
+
+2008-08-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtk.symbols:
+       * gtk/gtkselection.[hc]: Split gtk_selection_data_get_data into
+       gtk_selection_data_get_data and gtk_selection_data_get_length.
+       Proposed by Owen Taylor.
+
+2008-08-28  Christian Dywan  <christian@imendio.com>
+
+       Bug 549734 – gtk_selection_data_get_data prototype is wrong
+
+       * gtk/gtkselection.[ch] (gtk_selection_data_get_data): make the
+       'length' argument of gtk_selection_data_get_data a 'gint', that's
+       what it should be.
+
+2008-08-27  Cody Russell  <bratsche@gnome.org>
+
+       * gdk/win32/gdkevents-win32.c:
+       * gdk/win32/gdkwindow-win32.c (show_window_recurse): Check if 
+       the window's state has GDK_WINDOW_STATE_MAXIMIZED set before
+       calling ShowWindow (), and show using SW_SHOWMAXIMIZED or
+       SW_RESTORE accordingly.  This fixes an issue where maximized
+       windows that are iconified do not restore back to maximized
+       when you click the taskbar. (#528975)
+
+2008-08-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkprintoperation.c: Documentation fixes.
+
+2008-08-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/x11/gdkwindow-x11.c:
+       * gdk/win32/gdkwindow-win32.c: Return FALSE from reparent
+       implementations to avoid #548993. Patch by Ed Catmur.
+
+2008-08-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/printbackends/cups/gtkprintbackendcups.c: Don't capitalize
+       "per" in "Pages per Sheet".
+
+2008-08-26  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 549354 – Crash trying to open a file on a remote folder
+
+       * gtk/gtkfilechooserdefault.c (error_message_with_parent): Handle
+       the fact that parent may be NULL without crashing. 
+
+2008-08-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/printbackends/cups/gtkprintbackendcups.c: Replace 
+       a long timeout with a second-granularity timeout.
+
+2008-08-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkprintunixdialog.c:
+       * modules/printbackends/cups/gtkprintbackendcups.c: Add translator
+       hints to many strings.
+
+2008-08-25  Gian Mario Tagliaretti  <gianmt@gnome.org>
+
+       Bug 549236 – missing Since 2.14 in gtk_file_chooser_get_file
+       
+       * gtk/gtkmountoperation.c:
+        * gtk/gtkfontsel.c:
+        * gtk/gtkfilechooser.c: Fix the docs, missing Since 2.14.
+
+2008-08-21  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtksettings.c: When reconstructing the color hash, try
+       harder to avoid unnecessary notification, since this can lead
+       to infinite reloading of rc files in some situations.
+
+2008-08-21  Cody Russell  <bratsche@gnome.org>
+
+       * gdk/win32/gdkevents-win32.c (doesnt_want_key): Remove the checks
+       to see if the window is modally blocked.  This doesn't get us anything,
+       and it confuses the search window in GtkTreeView (and potentially other
+       utility windows in other apps).  (#520165)
+
 2008-08-21  Michael Natterer  <mitch@imendio.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_realize): small formatting fix.