]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
Make limit an inclusive boundary. (#321299)
[~andy/gtk] / ChangeLog.pre-2-10
index e68539e17292b5ca360d9f1e7e6bc3e9d09a8f04..29615937ed117143b0b3736b9278dc97e687574d 100644 (file)
@@ -1,3 +1,72 @@
+2005-11-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * 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
+       check whether the path is a folder.  It is useful to bookmark
+       files as well (e.g. todo.txt), and this will also help
+       performance.
+       (shortcuts_add_bookmark_from_path): Likewise.
+       (shortcuts_activate_iter): Change folders or select files, as
+       appropriate.
+
+2005-11-11  Federico Mena Quintero  <federico@ximian.com>
+
+       * tests/autotestfilechooser.c (main): Use
+       g_log_set_default_handler() instead of explicitly setting a
+       handler for each domain.
+
+       * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Only get
+       the base path of the volume if it is mounted.
+
+2005-11-11  Michael Natterer  <mitch@imendio.com>
+
+       Added per-stepper API for GtkRange's stepper sensitivity as
+       discussed in bug #321056:
+
+       * gtk/gtkenums.h: added GtkSensitivityType which can be
+       { AUTO, ON, OFF }.
+
+       * gtk/gtkrange.[ch]: added properties "lower-stepper-sensitivity"
+       and "upper-stepper-sensitivity" and public getters/setters for
+       them. Changed stepper drawing to honor the new properties.
+
+       * gtk/gtk.symbols: added the new symbols.
+
 2005-11-10  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkcombobox.c: Add show-popup and hide-popup signals and