]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
Make limit an inclusive boundary. (#321299)
[~andy/gtk] / ChangeLog.pre-2-10
index baadc6423377abdef4a13395c7bf0c4a1d625221..29615937ed117143b0b3736b9278dc97e687574d 100644 (file)
@@ -1,3 +1,112 @@
+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
+       emit them when the popup is shown or hidden.  (#162531, Tommi
+       Komulainen)
+
+       * tests/testcombo.c: Add an example of popuplating a combobox
+       on click.
+
+       * gtk/gtktreeview.c (gtk_tree_view_motion_resize_column): Another
+       erroneous semicolon.
+
+       * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get): Remove an erroneous
+       semicolon. 
+
+       Don't corrupt odd keymaps (#316638, Kean Johnston)
+       
+       * gdk/x11/gdkkeys-x11.c (set_symbol): Auxiliary function to
+       handle frobbing keymaps with odd numbers of syms/code.
+       
+       * gdk/x11/gdkkeys-x11.c (update_keymaps): Use set_symbol() to 
+       frob the keymap.
+
+       Improve navigation to parent folders.  (#318444, Andrei Yurkevich)
+       
+       * gtk/gtkpathbar.[hc]: Add a child_path argument to
+       the path_clicked signal.
+       * gtk/gtkfilechooserdefault.c (path_bar_clicked): Select the
+       child_path, if it is provided.
+       * gtk/marshalers.list (path_bar_clicked): Add the necessary
+       glue.
+
+       * gtk/gtkmenu.c: Fix some compiler warnings. (#321141,
+       Kjartan Maraas)
+       
+       * gtk/gtk.symbols: 
+       * gtk/gtktreeview.h: 
+       * gtk/gtktreeview.c: Implement a getter for headers-clickable.
+       (#163851, Richard Hult)
+
 2005-11-10  Michael Natterer  <mitch@imendio.com>
 
        Applied patch from maemo-gtk that addresses many issues wrt