- 04 Aug, 2004 7 commits
-
-
Matthias Clasen authored
2004-08-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooser.[hc]: Add setter and getter for the ::show-hidden property. (#145610, Jeff Franks)
-
Matthias Clasen authored
2004-08-04 Matthias Clasen <mclasen@redhat.com> * tests/testiconview.c: Add buttons to select and unselect all nodes, make the popup menu actually work. * gtk/gtkiconview.c: Make GTK_SELECTION_BROWSE work as intended, let button 3 presses through to the app, to make popup menus work.
-
Matthias Clasen authored
2004-08-04 Matthias Clasen <mclasen@redhat.com> * tests/Makefile.am: Add testiconview. * tests/testiconview.c: A test for GtkIconView * tests/gnome-textfile.png: ...which uses this image.
-
Matthias Clasen authored
Wed Aug 4 01:37:57 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktreeview.c: * gtk/gtktreestore.c: * gtk/gtktreemodelfilter.c: * gtk/gtknotebook.c: s/childs/children/g.
-
Matthias Clasen authored
Wed Aug 4 01:04:48 2004 Matthias Clasen <maclas@gmx.de> Fix #133446, noticed by Christian Persch: * gtk/gtkaction.c (gtk_action_class_init): Add a new boolean property ::visible-overflown. * gtk/gtkaction.c (gtk_action_create_menu_proxy): Don't create a menu proxy if visible_overflown is FALSE.
-
Matthias Clasen authored
Tue Aug 3 20:16:26 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkactiongroup.[hc]: Make the the GtkAction{Toggle,Radio,}Entry* arguments to the gtk_action_group_add_..._actions() functions const, since the most common use case is to use a static array. (142334, Mariano Suarez-Alvarez)
-
Matthias Clasen authored
Tue Aug 3 20:03:33 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkuimanager.c (get_node): Make gtk_ui_manager_add_ui() accept paths with a leading "/ui". (#149077, David Malcolm)
-
- 03 Aug, 2004 5 commits
-
-
Matthias Clasen authored
Tue Aug 3 18:38:40 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktreemodelfilter.c: Correct the return type of gtk_tree_model_filter_get_flags(). (#149195, Morten Welinder)
-
Matthias Clasen authored
Tue Aug 3 18:16:55 2004 Matthias Clasen <maclas@gmx.de> Fix #149191, reported by Morten Welinder: * gtk/gtkmain.c: Include gtkclipboard.h, * gtk/gtkwidget.h: Declare _gtk_widget_grab_notify, not _gtk_widget_emit_grab_notify.
-
Matthias Clasen authored
Tue Aug 3 14:50:14 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkicontheme.c (add_size): Add missing parens. (#149190, Morten Welinder)
-
Matthias Clasen authored
Tue Aug 3 14:29:49 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombobox.c (gtk_combo_box_menu_fill): Remove accidentally committed debug code.
-
Matthias Clasen authored
Tue Aug 3 01:19:12 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombobox.c (gtk_combo_box_relayout_item): Optimize for the case that row_column and col_column are unset. (#148868, Lorenzo Gil Sánchez)
-
- 02 Aug, 2004 14 commits
-
-
Soeren Sandmann authored
Mon Aug 2 21:52:45 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gdk/x11/gdkwindow-x11.c (ensure_sync_counter): New function. Make sure the sync counter is recreated when a window is reparented to become a toplevel. (#148358)
-
Matthias Clasen authored
2004-08-02 Matthias Clasen <mclasen@redhat.com> * tests/testcombo.c: Some trees in combo boxes.
-
Matthias Clasen authored
2004-08-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c: Rework the combo box to handle tree models. (#139582, Matt Walton)
-
Matthias Clasen authored
2004-08-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtk-sections.txt: Add hover-expand setter and getter.
-
Matthias Clasen authored
2004-08-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.h: * gtk/gtktreeview.c: * gtk/gtktreeprivate.h: Add a new boolean property ::hover-expand and make the treeview expand/collapse rows on mouseover if it is set.
-
Matthias Clasen authored
2004-08-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.h: Remove some erroneous declarations.
-
Matthias Clasen authored
2004-08-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Don't crash if the displayed row is gone.
-
Morten Welinder authored
2004-08-02 Morten Welinder <terra@gnome.org> * gtk/gtkentry.c (gtk_entry_motion_notify): C99ism.
-
Matthias Clasen authored
Mon Aug 2 02:07:43 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentrycompletion.c (_gtk_entry_completion_popdown): Don't steal the pointer grab from the context menu of the entry. (#148686, Christian Persch)
-
Matthias Clasen authored
Mon Aug 2 01:30:03 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktextview.[hc]: * gtk/gtkentry.[hc]: Add a new binding signal ::backspace, bind it to the backspace key, and make it pay attention to the Pango backspace_deletes_character attribute. (#119891, Noah Levitt, patch by Theppitak Karoonboonyanan)
-
Matthias Clasen authored
Mon Aug 2 01:02:57 2004 Matthias Clasen <maclas@gmx.de> * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): (gdk_check_wm_desktop_changed): Add missing error traps. (#149011, Thomas Leonard)
-
Matthias Clasen authored
Mon Aug 2 00:21:26 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktextview.c (blink_cb): Add the same warning that the blink_cb() in GtkEntry already has. (#148733)
-
Matthias Clasen authored
Mon Aug 2 00:12:16 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentry.c (gtk_entry_class_init): (gtk_entry_get_alignment): (gtk_entry_set_alignment): Document the xalign property and its getter and setter as 2.4 additions. (#148978, Axel Simon) Mon Aug 2 00:11:31 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkuimanager.c (gtk_ui_manager_class_init): * gtk/gtkactiongroup.c (gtk_action_group_class_init): Use canonical signal names in doc comments, since gtk-doc won't pick up signal docs with underscores.
-
Matthias Clasen authored
Sun Aug 1 23:57:06 2004 Matthias Clasen <maclas@gmx.de> * io-pcx.c (pcx_increment_load_data_1): Fix progressive loading of 8bit pcx files. (#148518, Magnus Bergman)
-
- 01 Aug, 2004 5 commits
-
-
Funda Wang authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Jonathan Blandford authored
Thu Jul 29 16:36:42 2004 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeprivate.h: New arguments * gtk/gtktreeview.c: (gtk_tree_view_class_init): Add key_release callback (gtk_tree_view_init): Initialize timeout handler (gtk_tree_view_unrealize): clear timeout if needed (gtk_tree_view_key_press): Typeahead support (gtk_tree_view_key_release): Not used yet -- will be needed for typeahead. (gtk_tree_view_search_entry_flush_timeout): Remove typeahead entry in a timeout. (gtk_tree_view_ensure_interactive_directory): (gtk_tree_view_real_start_interactive_search): (gtk_tree_view_search_init): (gtk_tree_view_start_interactive_search): Typeahead support added. (gtk_tree_view_search_dialog_hide): Clear timeout and text when we hide.
-
Matthias Clasen authored
-
- 31 Jul, 2004 3 commits
-
-
Matthias Clasen authored
Sat Jul 31 17:20:22 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtk-sections.txt: Add some forgotten functions. Sat Jul 31 17:18:57 2004 Matthias Clasen <maclas@gmx.de> * gtk/framebuffer.sgml: * gtk/windows.sgml: * gtk/x11.sgml: * gtk/running.sgml: Reorganize backend-specific cmdline arguments and environment variables, fill the Windows sections, add XDG_DATA_HOME, XDG_DATA_DIRS.
-
Matthias Clasen authored
Sat Jul 31 01:13:01 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkwindow.c: * gtk/gtkentry.c: * gtk/gtkaction.c: Use the canonical form of signal names after "notify::". Otherwise, no notification arrives. GObject should have a warning for that, really. (#148879, Lorenzo Gil Sánchez)
-
Matthias Clasen authored
Sat Jul 31 00:42:08 2004 Matthias Clasen <maclas@gmx.de> * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_above): Don't set both states at once. (#148789, Matthew Garret)
-
- 30 Jul, 2004 5 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2004-07-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.h: * gtk/gtkcombobox.c: Change the api for separators to use a separator function instead of a boolean column. * tests/testcombo.c: Update to match the api change.
-
Kartik B. Mistry authored
-
Matthias Clasen authored
Fri Jul 30 02:21:41 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): Fix the positioning of the popup.
-
Matthias Clasen authored
Fri Jul 30 00:56:31 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_active_changed): Implement this in terms of gtk_combo_box_get_active_iter(), instead of gtk_combo_box_get_active().
-
- 29 Jul, 2004 1 commit
-
-
Federico Mena Quintero authored
2004-07-29 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault): Add a field for an "add to shortcuts" menu item. (popup_menu_detach_cb): Clear out the field. (file_list_build_popup_menu): Only build the menu here. (file_list_update_popup_menu): Build the menu, then update the sensitivity of its items. (file_list_popup_menu): Use file_list_update_popup_menu(). (bookmarks_check_add_sensitivity): Also set the sensitivity of the popup menu item. Correctly handle the case for a *single* file. Simplify a bit. (bookmarks_add_selected_folder): New helper function; code moved over from add_bookmark_button_clicked_cb(). (add_bookmark_button_clicked_cb): Use the function above. (selection_check): Rather than returning a boolean value for emptiness, actually return the number of selected rows. Also, simplify a bit. (get_selected_path): New helper function.
-