- 01 Aug, 2004 2 commits
-
-
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 3 commits
-
-
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.
-
Anders Carlsson authored
2004-07-29 Anders Carlsson <andersca@gnome.org> * demos/gtk-demo/Makefile.am: * demos/gtk-demo/clipboard.c: (copy_button_clicked), (paste_received), (paste_button_clicked), (do_clipboard): Add clipboard demo.
-
Federico Mena Quintero authored
2004-07-28 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault): Store signal IDs in gulongs, not guints! (gtk_file_chooser_default_hierarchy_changed): We now monitor the focus widget on our toplevel to know which widget was last focused at the time our "should_respond" method gets called. (shortcuts_activate_selected): New helper function. (shortcuts_get_selected): New helper function. (remove_selected_bookmarks): Use shortcuts_get_selected(). (bookmarks_check_remove_sensitivity): Likewise. (shortcuts_reorder): Likewise. (shortcuts_activate_iter): Renamed from shortcuts_activate_item(). Activate by iter, not by item number. (save_folder_combo_changed_cb): Use shortcuts_activate_iter(). (shortcuts_row_activated_cb): Likewise. (gtk_file_chooser_default_should_respond): If the last focused widget on the toplevel was the shortcuts list, activate the selected shortcut.
-
- 28 Jul, 2004 5 commits
-
-
cinamod authored
-
Matthias Clasen authored
2004-07-28 Matthias Clasen <mclasen@redhat.com> * gdk/linux-fb/gdkprivate-fb.h: Make the fb backend compile against current freetype. (#148558, Nicolas Deves)
-
Matthias Clasen authored
2004-07-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c: Replace the EXPANDER_MAX macro by ROW_HEIGHT. (#145528)
-
Matthias Clasen authored
2004-07-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkuimanager.c: Warning fixes.
-
Matthias Clasen authored
2004-07-28 Matthias Clasen <mclasen@redhat.com> * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_background): Fix prototype mismatch. (#148589, Nicolas Deves)
-
- 27 Jul, 2004 8 commits
-
-
Anders Carlsson authored
2004-07-28 Anders Carlsson <andersca@gnome.org> * gdk/x11/gdkdrawable-x11.c (gdk_draw_rectangle_alpha_libgtk_only): Cast to 32-bit integers when premultiplying, suggested by Keith Packard.
-
Anders Carlsson authored
-
Anders Carlsson authored
2004-07-27 Anders Carlsson <andersca@gnome.org> * demos/gtk-demo/iconview.c: (do_iconview): * gdk/gdkdrawable.h: * gdk/linux-fb/gdkdrawable-fb2.c: (gdk_draw_rectangle_alpha_libgtk_only): * gdk/win32/gdkdrawable-win32.c: (gdk_draw_rectangle_alpha_libgtk_only): * gdk/x11/gdkdrawable-x11.c: (gdk_x11_draw_image), (get_impl_drawable), (gdk_x11_draw_pixbuf), (gdk_draw_rectangle_alpha_libgtk_only): Add gdk_draw_rectangle_alpha_libgtk_only which uses XRenderFillRectangle on X11. It's stubbed out on the Win32 and fb backends. * gtk/gtkiconview.c: (gtk_icon_view_paint_rubberband): Use gdk_draw_rectangle_alpha_libgtk_only here.
-
Anders Carlsson authored
2004-07-27 Anders Carlsson <andersca@gnome.org> * gtk/gtkaboutdialog.c: (gtk_about_dialog_init), (text_view_style_set), (add_credits_page), (display_credits_dialog), (display_license_dialog): Remove dialog separators, fix text view background setting, use Close buttons instead of OK buttons.
-
Matthias Clasen authored
2004-07-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_ensure_interactive_directory): Add a frame around the C-f popup to stop it from merging visually in whatever is underneath.
-
Matthias Clasen authored
2004-07-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtk-sections.txt: Add gtk_combo_box_get_popup_accessible.
-
Matthias Clasen authored
2004-07-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.h: * gtk/gtkcombobox.c (gtk_combo_box_get_popup_accessible): New function necessary to make GtkComboBox accessible. (#132847, Padraig O'Briain)
-
Matthias Clasen authored
Tue Jul 27 02:34:06 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkwidget.c (gtk_widget_dispose): Hide parentless windows when disposing them. (#133231, Michael Natterer)
-
- 26 Jul, 2004 4 commits
-
-
Matthias Clasen authored
2004-07-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtklabel.c (gtk_label_class_init): Expand the documentation for GtkLabel::ellipsize.
-
Matthias Clasen authored
-
Christian Rose authored
2004-07-26 Christian Rose <menthos@menthos.com> * po/sv.po, po-properties/sv.po: Fix for #148437. Thanks to Robert Ögren for discovering the problem.
-
Matthias Clasen authored
Mon Jul 26 00:38:27 2004 Matthias Clasen <maclas@gmx.de> Make the GtkComboBox in list mode scroll if the list is too large to fit in the popup. (#135543) * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add a scrolled window to the popup in list mode. (gtk_combo_box_list_position): Calculate the height of the popup so that it fits on the screen, set the scrollbar policy of the scrolled window appropriately. (gtk_combo_box_popup): Use the height calculated by gtk_combo_box_list_position(). (gtk_combo_box_remeasure): Don't add unnecessary padding. (gtk_combo_box_size_request): But add the focus with here. (gtk_combo_box_list_setup): Connect to enter notify on the popup window to activate auto scrolling. (gtk_combo_box_list_enter_notify): Activate auto scrolling. (gtk_combo_box_list_button_pressed): Setup a timeout for auto scrolling. (gtk_combo_box_list_scroll_timeout): Timeout function for auto scrolling. (gtk_combo_box_list_auto_scroll): Scroll the list when the pointer leaves the window.
-
- 25 Jul, 2004 1 commit
-
-
Matthias Clasen authored
Sun Jul 25 19:51:17 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtknotebook.c (gtk_notebook_scroll): Ignore scroll events from the content of the page. (#148409, Gabriel de Perthuis)
-
- 24 Jul, 2004 1 commit
-
-
Soeren Sandmann authored
Sat Jul 24 21:38:12 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbar.c (internal_insert_element): Warn if you try to add a tool item to a toolbar using the deprecated API.
-
- 23 Jul, 2004 5 commits
-
-
Matthias Clasen authored
Fri Jul 23 13:04:10 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkdnd.c (gtk_drag_dest_set): Create the change to initialize target_list to an empty list instead of NULL, since it broke tree dnd. (#148215, Ernst Persson) * gtk/gtkdnd.c (gtk_drag_dest_add_text_targets): * gtk/gtkdnd.c (gtk_drag_source_add_text_targets): Instead handle target list being NULL here.
-
Dafydd Harries authored
-
Matthias Clasen authored
Fri Jul 23 11:11:10 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing): align the entry in the same way as the cell. (#136749)
-
Matthias Clasen authored
Fri Jul 23 11:00:17 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): Don't iterate too far up. (#147965, Olivier Sessink)
-
Matthias Clasen authored
Fri Jul 23 10:28:43 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktreeview.c (gtk_tree_view_finalize): * gtk/gtkradioaction.c (gtk_radio_action_finalize): * gtk/gtkfontsel.c (gtk_font_selection_finalize): * gtk/gtkcellview.c (gtk_cell_view_finalize): * gtk/gtkcalendar.c (gtk_calendar_finalize): * gtk/gtkactiongroup.c (gtk_action_group_finalize): Remove unnecessary checks. (#148175, Morten Welinder)
-
- 22 Jul, 2004 3 commits
-
-
Gustavo M. D. Vieira authored
2004-07-22 Gustavo Maciel Dias Vieira <gustavo@sagui.org> * pt_BR.po: Updated Brazilian Portuguese translation done by Afonso Celso Medina <afmedina@uol.com.br>.
-
Matthias Clasen authored
-
Amanpreet Singh Alam authored
-