]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
const correctness fixes
[~andy/gtk] / ChangeLog.pre-2-10
index 34f7f4d15c3e9befd666dd694f5323f4c1855173..28a729fd63a44e62fc970dffffa1afe54b70f34a 100644 (file)
@@ -1,3 +1,99 @@
+2005-11-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * perf/treeview.c: const correctness fixes
+       found by Arjan van de Ven and gcc.
+
+2005-11-16  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkimage.c (animation_timeout): call
+       gtk_window_process_updates() so the animation keeps running even
+       if the main loop is busy with sources that eat a lot of cpu with
+       high priority. Fixes bug #321444.
+
+       (gtk_image_new_from_animation): document the fact that the
+       animation will stop running if the main loop is busy with sources
+       that have priorities higher than G_PRIORITY_DEFAULT.
+
+       * tests/testimage.c: added test case that shows an animation even
+       though a cpu-eating idle function is running.
+
+2005-11-16  Michael Natterer  <mitch@imendio.com>
+
+       * gdk/x11/gdkevents-x11.c (_gdk_events_uninit): new internal
+       function which destroys the display's event source. Also removes
+       the source from the global display_sources list and unrefs it.
+
+       * gdk/x11/gdkprivate-x11.h: declare the function.
+
+       * gdk/x11/gdkdisplay-x11.c (gdk_display_x11_dispose): call it
+       instead of half-destroying the source here.
+
+2005-11-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktreestore.c (gtk_tree_store_move): Fix a memory
+       leak.  (#321032, Peter Zelezny)
+
+2005-11-15  Michael Natterer  <mitch@imendio.com>
+
+       * gdk/x11/gdkdisplay-x11.c (gdk_display_x11_finalize): destroy
+       display->xid_ht as late as possible (right before XCloseDisplay)
+       because it still needs to be around when the display's screens are
+       finalized. (#85715)
+
+2005-11-14  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkselection.c (gtk_selection_data_set_uris): Don't
+       leak result.  (#321441, Tommi Komulainen)
+
+2005-11-14  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes):
+       Don't crash if there is no builtin icon.
+
+2005-11-14  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_set_property):
+       removed redundant calls to g_object_notify().
+
+2005-11-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/gdkcolor.c (gdk_color_parse): Documentation 
+       improvements.  (#321338)
+
+       * gtk/gtktextiter.c (gtk_text_iter_forward_search): Make
+       limit an inclusive boundary.  (#321299)
+
+2005-11-12  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/Makefile.am: fixed icon rules so gtkbuiltincache.h is only
+       rebuilt if needed.
+
+2005-11-12  Dom Lachowicz <cinamod@hotmail.com>
+
+       * modules/engines/ms-windows/msw_style.c: Bug #313627. Make win32 
+       theme's handling of toolbars, handleboxes, and menubars more in-line
+       with Microsoft's IE style.
+       * modules/engines/ms-windows/*.c: Indentation cleanups
+       
+2005-11-12  Matthias Clasen  <mclasen@redhat.com>
+
+       Make builtin icons work in gtk_window_set_icon_name() 
+       (#321046, Maxim Udushlivy)
+
+       * gtk/gtkicontheme.c (insert_theme): Always insert the default
+       theme.
+       (ensure_valid_themes): Call _gtk_icon_theme_ensure_builtin_cache()
+       from here.
+       (theme_lookup_icon, find_builtin_icon): ...and not from here.
+       (gtk_icon_theme_lookup_icon): Remove an unncessary assert.
+       (gtk_icon_theme_get_icon_sizes): Also check builtin icons.
+
+2005-11-12  Tor Lillqvist  <tml@novell.com>
+
+       * gtk/gtkfilesystemwin32.c (filename_get_info): Don't hide
+       dotfiles, no such convention on Win32. Just hide files with the
+       hidden attribute. (#314627)
+
 2005-11-11  Federico Mena Quintero  <federico@ximian.com>
 
        * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Do not