]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
Integrate the ms-windows theme engine (better known as Wimp) into the
[~andy/gtk] / ChangeLog.pre-2-6
index 80d99a995a7633e1841a3061ba1aad73cab70e1a..2678e195f1822b48c71b6aa1a60a2aebee63cb2d 100644 (file)
@@ -1,5 +1,280 @@
+2004-08-30  Matthias Clasen  <mclasen@redhat.com>
+
+       Integrate the ms-windows theme engine (better known as Wimp)
+       into the autotools build. Wimp (http://gtk-wimp.sourceforge.net/) 
+       was written by Raymond Penners and Dom Lachowicz. The Wimp 0.6.2
+       sources have been added to the GTK+ source tree in 
+       modules/engines/ms-windows, and there is a ChangeLog detailing 
+       the history of Wimp. (#109615, Havoc Pennington)
+       
+       * configure.in: Generate modules/engines/Makefile and 
+       modules/engines/ms-windows/Makefile.
+
+       * modules/Makefile.am (SUBDIRS): Add engines.
+
+       * modules/engines/Makefile.am: Compile ms-windows for win32.
+
+2004-08-30  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktextview.c (gtk_text_view_delete_surrounding_handler): Make it compile.
+
+2004-08-27  Matthias Clasen  <mclasen@redhat.com>
+
+       Fix #151112, Olexiy Avramchenko:
+       
+       * gtk/gtktreeview.c (gtk_tree_view_search_entry_flush_timeout): 
+       * gtk/gtkiconview.c (scroll_timeout, layout_callback) 
+       (gtk_icon_view_item_accessible_idle_do_action): 
+       * gtk/gtkcombobox.c (list_popup_resize_idle, popdown_idle) 
+       (popup_idle): Protect idle callbacks and timeouts with 
+       GDK_THREADS_ENTER/_LEAVE.
+
+       * gtk/gtkfilechooserbutton.c (update_dialog_idle): New function to
+       call update_dialog() from an idle with the necessary protection.
+
+Mon Aug 30 01:34:42 2004  Matthias Clasen  <maclas@gmx.de>
+
+       Changes to make sure input methods respect the editability
+       of entries and text views. #114173, Noah Levitt.
+       
+       * gtk/gtkentry.c (popup_targets_received): Make the Input 
+       Methods menuitem insensitive if we're not editable.
+
+       * gtk/gtkentry.c (gtk_entry_delete_surrounding_cb): 
+       * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): 
+       * gtk/gtkentry.c (gtk_entry_commit_cb): Don't change anything 
+       if we're not editable.
+
+       * gtk/gtkentry.c (gtk_entry_focus_out): 
+       * gtk/gtkentry.c (gtk_entry_focus_in): Only send focus_in and
+       focus_out to the im context if we're editable.
+
+       * gtk/gtkentry.c (gtk_entry_set_property): Reset the im context
+       if the entry just became non-editable.
+
+       * gtk/gtktextview.c (gtk_text_view_delete_surrounding_handler): 
+       Use gtk_text_buffer_delete_interactive() to not delete
+       non-editable portions of text.
+
+2004-08-30  Tor Lillqvist  <tml@iki.fi>
+
+       * modules/input/Makefile.am (im_ime_la_LIBADD): Link with -limm32.
+
+       * modules/input/gtkimcontextime.c: Use quotes in #includes, to
+       find headers when building inside GTK+ sources.
+
+2004-08-27  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkdnd-win32.c (GdkDragContextPrivateWin32): Add
+       drop_failed, like in the X11 backend. Nothing sets it, though.
+       (gdk_drag_drop_succeeded): Copy from X11 backend.
+
+Thu Aug 26 23:58:11 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_key_press): Don't crash
+       if model is not set. Noted by Mariano Suarez-Alvarez.
+
+Thu Aug 26 22:44:12 2004  Matthias Clasen  <maclas@gmx.de>
+
+       Provide information about how an adjustment change in a range 
+       widget happened. Add a "slider-moved" signal which reports how 
+       a user is interacting with the range, whether they are clicking 
+       on a stepper or the trough, or dragging the slider.  (#133263,
+       Thomas Fitzsimmons)
+
+       * gtk/gtkmarshalers.list: Add signal type BOOLEAN:ENUM,DOUBLE.
+       * gtk/gtkrange.c (gtk_range_class_init): Add "change-value"
+       signal.
+       (gtk_range_internal_set_value): Rename to
+       gtk_range_real_change_value.  Add GtkScrollType parameter.  Emit
+       the change-value signal when the range's value changes.
+       (update_slider_position, gtk_range_scroll_event, step_back,
+       step_forward, page_back, page_forward, scroll_begin,
+       scroll_end): Change gtk_range_internal_set_value to
+       gtk_range_real_change_value.
+       * gtk/gtkrange.h (struct _GtkRangeClass): Declare change_value
+       function.
+
+>>>>>>> 1.5765
+2004-08-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/input/Makefile.am: Build imime.la on Windows.
+
+       * modules/input/gtkimcontextime.h: 
+       * modules/input/gtkimcontextime.c: 
+       * modules/input/imime.c: 
+       * modules/input/imm-extra.h: Add the IME input method for Win32
+       written by Takuro Ashie and Kazuko IWAMOTO. The code was previously
+       hosted at http://sourceforge.jp/projects/imime.  (#135195)
+
+2004-08-26  Bill Haneman <billh@gnome.org>
+
+       * gtk/gtktreeview:
+       (gtk_tree_view_move_cursor_up_down):
+       If a multi-selection list contains only one item,
+       select it on cursor_up or cursor_down.
+       Fixes bug #131226.
+       [patch from Padraig O'Briain]
+
+2004-08-26  Matthias Clasen  <mclasen@redhat.com>
+
+       Make gdk_window_process_[all]_updates() respect 
+       update_freeze_counter  (#144272, Soeren Sandmann)
+       
+       * gdk/gdkwindow.c (gdk_window_schedule_update): New function to
+       install an idle for gdk_window_update_idle() if one isn't there
+       already.
+       (gdk_window_process_all_updates): 
+       (gdk_window_process_updates): Only process the updates if the
+       window isn't frozen.
+       (gdk_window_invalidate_maybe_recurse): Schedule an update when
+       necessary.
+       (gdk_window_thaw_updates): Use gdk_window_schedule_update() instead
+       of directly installing the idle.
+
+2004-08-22  Robert Ögren  <gtk@roboros.com>
+
+       On Win32, make graphical tablets work on multi-monitor systems.
+       (#145467, reported by buttknock1@ya...)
+
+       * gdk/win32/gdkinput-win32.c (gdk_input_translate_coordinates):
+       Use dimensions of _gdk_parent_root as screen size.
+       (gdk_input_get_root_relative_geometry): Get coordinates relative
+       to GDK root window instead of Win32 coordinates.
+       (_gdk_input_other_event): Updated accordingly.
+
+Wed Aug 25 17:24:17 2004  Manish Singh  <yosh@gimp.org>
+
+       * gdk/x11/gdkfont-x11.c: remove unused gdk_font_charset_for_locale()
+       function.
+
+       * gdk/x11/gdkinput-x11.c (_gdk_input_common_init): remove unused
+       variables num_extensions and extensions.
+
+       * gtk/gtkhsv.c: remove unused gtk_hsv_get_focus_gc() function.
+
+Wed Aug 25 17:14:58 2004  Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_search_activate): initialize
+       path so we don't potentially use an undefined pointer.
+
+       * gtk/gtkfilechooserdefault.c (shortcuts_list_create): add G_CALLBACK
+       cast for tree_view_keybinding_cb.
+
+       * gtk/gtkfilechooserdefault.c (location_entry_create): cast to
+       GTK_FILE_CHOOSER_ENTRY for _gtk_file_chooser_entry_set_file_part()
+       calls.
+
+       * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_start_editing):
+       cast to GTK_COMBO_BOX for gtk_combo_box_set_active_iter() call.
+
+       * gtk/gtkselection.c (selection_get_text_plain): make len a gsize,
+       since that's what g_convert_with_fallback() expects.
+
+Wed Aug 25 16:14:34 2004  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_search_activate): activate the
+       typeahead entry on enter.
+
+2004-08-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkmenu.c (gtk_menu_attach_to_widget): Steal ATTACHED_MENUS
+       list so its tail isn't freed when we re-set it, noticed
+       by Hans Petter Jansson.
+
+       * gtk/gtksizegroup.c (gtk_size_group_add_widget): Fix
+       a typo, noticed by Tim Janik.
+
+Wed Aug 25 15:15:56 2004  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Change the Down
+       button to be end-justified, so that clicking on it is a stable
+       operation.
+
+Tue Aug 24 02:06:37 2004  Jonathan Blandford  <jrb@gnome.org>
+
+       * gtk/gtktreeview.c
+       (gtk_tree_view_real_expand_collapse_cursor_row): Don't handle the
+       event if we have no children.
+
+       * gtk/gtkfilechooserdefault.c (trap_activate_cb):
+       (tree_view_keybinding_cb):Since GtkTreeView has a keybinding
+        attached to '/', we need to catch keypresses before the TreeView
+        gets them.
+       (gtk_file_chooser_default_class_init): add '/' to be a keybinding
+       to the C-l dialog.
+       (location_entry_create): Clear the text to "" when loading a file.
+       This has a much better feel than putting the currently selected
+       in.
+       * #include <errno.h>
+
+2004-08-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilechooserdefault.c (check_is_folder): Use get_file_info() rather 
+       than trying get_folder() and checking for an error directly because older 
+       versions of the gnome-vfs backend don't return an error 
+       immediately.  (#150852, Zack Cerza )
+
+2004-08-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Post-release version bump.
+
+       * === Released 2.5.2 ===
+
+       * gdk/abicheck.sh:
+       * gtk/abicheck.sh: Make work during make distcheck.
+       
+       * docs/RELEASE-HOWTO: Add hint about doing make check 
+       before make distcheck.
+       
+       * gtk/gtk.symbols: Add some missing symbols.
+
+       * gtk/gtkiconview.c: Add some missing statics.
+
+2004-08-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Updates for 2.5.2
+
+Wed Aug 25 00:22:48 2004  Søren Sandmann  <sandmann@redhat.com>
+
+       * gtk/gtksequence.c: Remove debug spew
+
+Wed Aug 25 00:09:07 2004  Søren Sandmann  <sandmann@redhat.com>
+
+       * gtk/gtkliststore.c (gtk_list_store_move_after): Fix logical
+       errors in gtk_list_store_move_before/after(). (#150983, patch by
+       Robert Ögren).
+
+Tue Aug 24 21:46:42 2004  Søren Sandmann  <sandmann@redhat.com>
+
+       * gtk/gtksequence.c (_gtk_sequence_move): Just return if the
+       parameters are identical. (#150159, Robert Ögren)
+
+2004-08-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkaction.c (connect_proxy, disconnect_proxy): Handle 
+       action_group being NULL.  (#150869,  Tommi Komulainen)
+
+2004-08-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/gdkimage.c (allocate_scratch_images): Use the correct 
+       index variable.  (#150941, Tommi Komulainen)
+
+2004-08-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Take header
+       height and adjustment into account.  (#136496, Pawek Salek)
+
+Mon Aug 23 17:19:19 2004  Jonathan Blandford  <jrb@redhat.com>
+
+       * configure.in:
+       * docs/tools/Makefile.am (clean-local): add the doc shooter to the
+       docs dir as an uninstalled helper tool.
+
 2004-08-23  Matthias Clasen  <mclasen@redhat.com>
 
+       * gdk/x11/gdkwindow-x11.c (show_window_internal): Make it compile.
+
        * gdk/x11/gdkwindow-x11.h (struct _GdkToplevelX11): Add a 
        user_time field.
 
@@ -81,7 +356,7 @@ Sun Aug 22 15:46:56 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
 Sun Aug 22 13:44:53 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtkpaned.c (gtk_paned_class_init): Use PROP_MAX_POSITION,
-       not PROP_MIN_POSITION for the max_position property. Fix pointet
+       not PROP_MIN_POSITION for the max_position property. Fix pointed
        out by Tommi Komulainen.
 
 Sun Aug 22 13:32:33 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
@@ -394,7 +669,7 @@ Thu Aug 12 21:02:57 2004  Matthias Clasen  <maclas@gmx.de>
 Thu Aug 12 01:35:46 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkiconview.c: Make the icon view accessible by
-       implementing the necesssary ATK interfaces.  (#149728,
+       implementing the necessary ATK interfaces.  (#149728,
        Padraig O'Briain)
 
 Thu Aug 12 00:02:29 2004  Matthias Clasen  <maclas@gmx.de