summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gtk-dialog-authentication.svg gtk-dialog-error.svg gtk-dialog-info.svgJakub Steiner2007-03-2311-0/+2852
| | | | | | | | | | | | 2007-03-23 Jakub Steiner <jimmac@ximian.com> * gtk-dialog-authentication.svg * gtk-dialog-error.svg * gtk-dialog-info.svg * gtk-dialog-question.svg * gtk-dialog-warning.svg: Start with a Tango face-lift. svn path=/trunk/; revision=17560
* Fix a couple of comment typos (#421627)Rodney Dawes2007-03-232-2/+6
| | | | | | | | | 2007-03-23 Rodney Dawes <dobey@novell.com> * gtk/gtkicontheme.c: Fix a couple of comment typos (#421627) svn path=/trunk/; revision=17559
* Add a keybinding (C-h) to toggle whether to show hidden files. (#344657,Matthias Clasen2007-03-232-6/+31
| | | | | | | | | | | | 2007-03-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c: Add a keybinding (C-h) to toggle whether to show hidden files. (#344657, Wouter Bolsterlee, Priit Laes, et al) svn path=/trunk/; revision=17557
* Add a keybinding to toggle the visibility of the location entry. (#383354,Matthias Clasen2007-03-232-13/+42
| | | | | | | | | | | | 2007-03-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c: Add a keybinding to toggle the visibility of the location entry. (#383354, John Pye, patch by Carlos Garnacho) svn path=/trunk/; revision=17555
* Freeze property notification. Handle the gtk-color-scheme xsetting beingMatthias Clasen2007-03-223-8/+23
| | | | | | | | | | | | | | | | 2007-03-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtksettings.c (merge_color_scheme): Freeze property notification. * gtk/gtksettings.c (_gtk_settings_handle_event): Handle the gtk-color-scheme xsetting being unset. * gtk/gtkrc.c (gtk_rc_reparse_all_for_settings): Handle recursion locally. svn path=/trunk/; revision=17553
* Remove debug spewMatthias Clasen2007-03-222-2/+4
| | | | svn path=/trunk/; revision=17551
* Add a new API call gtk_icon_theme_list_contexts so that one can chooseRodney Dawes2007-03-216-0/+90
| | | | | | | | | | | | | | 2007-03-21 Rodney Dawes <dobey@novell.com> * gtk/gtk.symbols: * gtk/gtkicontheme.[ch]: * docs/reference/gtk/gtk-sections.txt: * tests/testicontheme.c: Add a new API call gtk_icon_theme_list_contexts so that one can choose icons from a theme by context (#420719) svn path=/trunk/; revision=17550
* Updated Albanian translation.Laurent Dhima2007-03-212-1952/+2190
| | | | svn path=/trunk/; revision=17549
* Document the ::event signal (#420703).Ross Burton2007-03-212-1/+19
| | | | | | | | | 2007-03-21 Ross Burton <ross@burtonini.com> * gtk/gtktexttag.c: Document the ::event signal (#420703). svn path=/trunk/; revision=17547
* add _gtk_tree_view_column_get_focus_area().Kristian Rietveld2007-03-204-105/+129
| | | | | | | | | | | | | | | | | | | | | | | | | 2007-03-20 Kristian Rietveld <kris@gtk.org> * gtk/gtktreeviewcolumn.c: * gtk/gtktreeprivate.h: add _gtk_tree_view_column_get_focus_area(). * gtk/gtktreeview.c (gtk_tree_view_clamp_column_visible): add focus_to_cell parameter, rework to handle clamping columns which are bigger than the available page size better, (gtk_tree_view_key_press): remove code handling moving the focus to other column headers, (gtk_tree_view_header_focus): add clamp_column_visible parameter, fix RTL support, don't wrap around when moving focus to other column headers, call gtk_tree_view_clamp_column_visible() instead of duplicating code, (gtk_tree_view_focus): only clamp the column visible when we are explicitly moving to another column header (fixes #399555, Charles Kerr), (gtk_tree_view_move_cursor_left_right): update call to gtk_tree_view_clamp_column_visible(). svn path=/trunk/; revision=17546
* Add some hints about titles on about dialogsMatthias Clasen2007-03-194-0/+25
| | | | svn path=/trunk/; revision=17545
* Ensure that the prefix is valid UTF-8. (#419568, Nickolay V. Shmyrev)Matthias Clasen2007-03-192-1/+19
| | | | | | | | | | 2007-03-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentrycompletion.c (gtk_entry_completion_compute_prefix): Ensure that the prefix is valid UTF-8. (#419568, Nickolay V. Shmyrev) svn path=/trunk/; revision=17543
* Add the multipress input method. (#417446, Johannes Schmid, MurrayMatthias Clasen2007-03-187-0/+870
| | | | | | | | | | | | | | | | 2007-03-18 Matthias Clasen <mclasen@redhat.com> * modules/input/gtkimcontextmultipress.[hc]: * modules/input/im-multipress.conf: * modules/input/immultipress.c: * modules/input/README.multipress: Add the multipress input method. (#417446, Johannes Schmid, Murray Cumming) * modules/input/Makefile.am: Glue svn path=/trunk/; revision=17541
* Change whitespace in ChangeLog entry for consistency.Chris Wilson2007-03-171-2/+2
| | | | svn path=/trunk/; revision=17539
* Initialise nxvisuals to 0 in order to handle XGetVisualInfo() failuresChris Wilson2007-03-172-0/+7
| | | | | | | | | | | 2007-03-17 Chris Wilson <chris@chris-wilson.co.uk> * gdk/x11/gdkvisual-x11.c (_gdk_visual_init): Initialise nxvisuals to 0 in order to handle XGetVisualInfo() failures gracefully. (#419171) svn path=/trunk/; revision=17538
* Remove useless inlined function and propagate the properties to theEmmanuele Bassi2007-03-172-19/+20
| | | | | | | | | | | | | 2007-03-17 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentaction.c (recent_chooser_set_property), (gtk_recent_action_set_property): Remove useless inlined function and propagate the properties to the GtkRecentChooser objects we create, instead of all the proxies. (set_current_filter): Remove 'inline' marker. svn path=/trunk/; revision=17536
* Rename get_submenu() to create_menu(); rename gtk_action_get_submenu() toEmmanuele Bassi2007-03-165-21/+34
| | | | | | | | | | | | | | | | 2007-03-16 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkaction.h: * gtk/gtkaction.c: Rename get_submenu() to create_menu(); rename gtk_action_get_submenu() to gtk_action_create_menu(). * gtk/gtkrecentaction.c: Update for GtkAction change. * gtk/gtkuimanager.c (update_node): Update for GtkAction change; also, use the menu from the GtkAction for both menuitem and toolitem nodes. svn path=/trunk/; revision=17535
* Fix changelog.Xan Lopez2007-03-161-1/+1
| | | | svn path=/trunk/; revision=17534
* Fix documentation error in gtk_widget_set_redraw_on_allocate.Xan Lopez2007-03-162-1/+6
| | | | | | | * gtk/gtkwidget.c: Fix documentation error in gtk_widget_set_redraw_on_allocate. svn path=/trunk/; revision=17533
* Scroll to make the selected printer visible. (#418403, Nickolay V.Matthias Clasen2007-03-162-1/+15
| | | | | | | | | | | | 2007-03-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintunixdialog.c (printer_added_cb): Scroll to make the selected printer visible. (#418403, Nickolay V. Shmyrev, patch by Christian Persch) svn path=/trunk/; revision=17531
* Merged from gtk-2-10:Federico Mena Quintero2007-03-162-1/+23
| | | | | | | | | | | | | | 2007-03-15 Federico Mena Quintero <federico@novell.com> Merged from gtk-2-10: * gtk/gtkfilechooserdefault.c (find_good_size_from_style): PANGO_PIXELS() gives us device units, which are *points* in pangocairo's parlance, but we want actual pixels. So, get the screen's resolution to compute the actual number of pixels. Fixes bug #418585. svn path=/trunk/; revision=17530
* remove spurious conflict marker from ChangeLogEmmanuele Bassi2007-03-151-1/+0
| | | | svn path=/trunk/; revision=17527
* Remove unused GError; do not allocate GtkRecentData and use a variable onEmmanuele Bassi2007-03-152-27/+30
| | | | | | | | | | 2007-03-15 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentmanager.c (gtk_recent_manager_add_item): Remove unused GError; do not allocate GtkRecentData and use a variable on the stack. (#418673, Morten Welinder) svn path=/trunk/; revision=17525
* Add GtkActionClass::get_submenu() vfunc: actions providing a menu item orEmmanuele Bassi2007-03-1511-31/+1018
| | | | | | | | | | | | | | | | | | | | | | | | 2007-03-15 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkaction.[ch]: Add GtkActionClass::get_submenu() vfunc: actions providing a menu item or a menu tool button with already a submenu should return the GtkMenu widget. * gtk/gtkuimanager.c (update_node): If an action provides its own submenu, use it instead of adding an empty one * gtk/gtkrecentaction.[ch]: Add GtkRecentAction, an action implementing the GtkRecentChooser interface for displaying the list of recently used files into menus and toolbars generated using GtkUIManager. (#338843) * gtk/Makefile.am: * gtk/gtk.h: * gtk/gtk.symbols: Add GtkRecentAction API to the build. * tests/testactions.c: Exercise the GtkRecentAction API. svn path=/trunk/; revision=17524
* Protect ensure_valid_themes() from recursion, which can happen for exampleChris Wilson2007-03-152-38/+71
| | | | | | | | | | | | 2007-03-15 Chris Wilson <chris@chris-wilson.co.uk> * gtk/gtkicontheme.c (ensure_valid_themes), (rescan_themes), (gtk_icon_theme_rescan_if_needed): Protect ensure_valid_themes() from recursion, which can happen for example if the app tries to reload an icon from within a theme-changed handler. (#418531) svn path=/trunk/; revision=17523
* Add stubs for gdk_notify_startup_complete_with_id andRichard Hult2007-03-152-1/+19
| | | | | | | | | | 2007-03-15 Richard Hult <richard@imendio.com> * gdk/quartz/gdkmain-quartz.c: Add stubs for gdk_notify_startup_complete_with_id and gdk_window_set_startup_id here too. svn path=/trunk/; revision=17521
* Fix documentation errors. (Morten Welinder)Emmanuele Bassi2007-03-152-2/+7
| | | | | | | | | 2007-03-15 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentmanager.c: Fix documentation errors. (Morten Welinder) svn path=/trunk/; revision=17519
* Add gdk_notify_startup_complete_with_id and gdk_window_set_startup_id.Tor Lillqvist2007-03-153-1/+21
| | | | | | | | | | | | 2007-03-15 Tor Lillqvist <tml@novell.com> * gdk/gdk.symbols: Add gdk_notify_startup_complete_with_id and gdk_window_set_startup_id. * gdk/win32/gdkmain-win32.c: Add dummy implementations of the above. svn path=/trunk/; revision=17518
* Move filtering of the recent files list into the shared implementation; doEmmanuele Bassi2007-03-156-240/+150
| | | | | | | | | | | | | | | | | | | | | 2007-03-15 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentchooserprivate.h: * gtk/gtkrecentchooserutils.c: Move filtering of the recent files list into the shared implementation; do the filtering before the sorting, so that we always clamp on the desired size. (#418219) * gtk/gtkrecentchoosermenu.c: Remove the filtering of the list, as it's already been done. * gtk/gtkrecentchooserdefault.c: Ditto; also remove the GtkTreeModelFilter: just reload the view if the sorting and filtering properties change. * gtk/testrecentchoosermenu.c: Exercise the limit property. svn path=/trunk/; revision=17516
* Make gtk_widget_set_extension_events() work on already realized widgetsMichael Natterer2007-03-143-25/+93
| | | | | | | | | | | | | | | | | | | | | 2007-03-14 Michael Natterer <mitch@imendio.com> Make gtk_widget_set_extension_events() work on already realized widgets (bug #379550, Tommi Komulainen) * gdk/x11/gdkinput.c (gdk_input_set_extension_events): allow to be called multiple times without leaking and work correctly when already realized (don't rely on a configure event following). * gtk/gtkwidget.c (gtk_widget_set_extension_events_internal): new internal function which walks the GdkWindow tree and sets the extension events on all windows that belong to the widget. (gtk_widget_realize) (gtk_widget_set_extension_events): use the new function. svn path=/trunk/; revision=17515
* Various clean ups in the GtkRecent code. (see #338843)Emmanuele Bassi2007-03-147-285/+290
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-03-14 Emmanuele Bassi <ebassi@gnome.org> Various clean ups in the GtkRecent code. (see #338843) * gtk/gtkrecentchooserdefault.c: * gtk/gtkrecentchoosermenu.c: * gtk/gtkrecentchooserprivate.h: * gtk/gtkrecentchooserutils.c: Move the recent chooser function for getting the sorted and clamped list of recent files from the manager outside the implementations. * gtk/gtkrecentchooserdefault.c (chooser_set_sort_type): Repopulate the list when the sorting order changes. (gtk_recent_chooser_default_dispose), (gtk_recent_chooser_default_finalize): Move object unref and source removal from finalize to dispose. * gtk/gtkrecentchooser.c (gtk_recent_chooser_type_init): Relax the prerequisite for the GtkRecentChooser interface implementations, from GtkObject to GObject. (gtk_recent_chooser_class_init): Use GTK_PARAM_* instead of G_PARAM_* svn path=/trunk/; revision=17514
* be@latin.po: Added actual Belarusian Latin translation by Ales Navicki.Ihar Hrachyshka2007-03-132-1273/+1658
| | | | svn path=/trunk/; revision=17510
* Apply patch by Vytautas Liuolia for changing the startup notification idEmmanuele Bassi2007-03-138-7/+249
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-03-13 Emmanuele Bassi <ebassi@gnome.org> Apply patch by Vytautas Liuolia for changing the startup notification id on a window in the X11 backend. (#347375) * gdk/gdk.h: * gdk/gdkx.h: * gdk/x11/gdkdisplay-x11.c: Add gdk_notify_startup_complete_wit_id() and gdk_x11_display_get_startup_notification_id(). * gdk/gdkwindow.h: * gdk/x11/gdkwindow-x11.c: Add gdk_window_set_startup_id(). * gtk/gtkwindow.h: * gtk/gtkwindow.c: Add gtk_window_set_startup_id(), used to change the startup notification id. (gtk_window_class_init), (gtk_window_init), (gtk_window_set_property): Add write-only "startup-id" property to GtkWindow. (gtk_window_realize): Set the startup notification id on a GtkWindow if it's valid. (gtk_window_map): If we have another valid startup notification id then finish the notification process. svn path=/trunk/; revision=17508
* Fix tabbed browsing in epiphany. (#413664, Christian Persch)Matthias Clasen2007-03-132-3/+9
| | | | | | | | | | | 2007-03-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c (gtk_notebook_real_insert_page): Fix tabbed browsing in epiphany. (#413664, Christian Persch) svn path=/trunk/; revision=17505
* Update Ukrainian translation.Maxim Dziumanenko2007-03-121-2/+2
| | | | | | | | | 2007-03-12 Maxim Dziumanenko <dziumanenko@gmail.com> * Update Ukrainian translation. svn path=/trunk/; revision=17498
* Clarify docs.Matthias Clasen2007-03-122-1/+7
| | | | svn path=/trunk/; revision=17497
* Doc improvementsMatthias Clasen2007-03-123-1/+9
| | | | svn path=/trunk/; revision=17496
* Fix an oversight in an example.Matthias Clasen2007-03-122-1/+4
| | | | svn path=/trunk/; revision=17495
* Doc improvementsMatthias Clasen2007-03-122-48/+53
| | | | svn path=/trunk/; revision=17494
* Set the background of the panel window on style changes. (#402144,Matthias Clasen2007-03-122-0/+22
| | | | | | | | | | | | 2007-03-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkspinbutton.c (gtk_spin_button_style_set): Set the background of the panel window on style changes. (#402144, Benjamin Berg) svn path=/trunk/; revision=17492
* Remove an obsolete commentMatthias Clasen2007-03-122-3/+5
| | | | svn path=/trunk/; revision=17491
* Don't copy PangoLanguage. (#340031, Morten Welinder)Matthias Clasen2007-03-122-1/+6
| | | | | | | | | | | 2007-03-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property): Don't copy PangoLanguage. (#340031, Morten Welinder) svn path=/trunk/; revision=17489
* Handle the row reference path being NULL. (#410565, Joe Markus Clarke,Matthias Clasen2007-03-122-9/+18
| | | | | | | | | | 2007-03-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserbutton.c (change_icon_theme_get_info_cb): Handle the row reference path being NULL. (#410565, Joe Markus Clarke, patch by Chris Wilson) svn path=/trunk/; revision=17487
* Handle Menu key presses without crash. (#385637, Christian Persch)Matthias Clasen2007-03-122-4/+22
| | | | | | | | | | | 2007-03-11 Matthias Clasen <mclasen@redhat.com> * tests/testiconview.c: Handle Menu key presses without crash. (#385637, Christian Persch) svn path=/trunk/; revision=17485
* Don't crash if active_tips_data is NULL. (#382904, Li Yuan)Matthias Clasen2007-03-122-1/+6
| | | | | | | | | | | 2007-03-11 Matthias Clasen <mclasen@redhat.com> * gtk/gtktooltips.c (gtk_tooltips_get_info_from_tip_window): Don't crash if active_tips_data is NULL. (#382904, Li Yuan) 2 svn path=/trunk/; revision=17483
* Set first_para_mark to NULL. (#396805, Colin Leroy, patch by MarianoMatthias Clasen2007-03-122-0/+6
| | | | | | | | | | | 2007-03-11 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextview.c (gtk_text_view_set_buffer): Set first_para_mark to NULL. (#396805, Colin Leroy, patch by Mariano Suárez-Alvarez) svn path=/trunk/; revision=17481
* immediately bail out if current_folder is NULL. (#350988, lots ofKristian Rietveld2007-03-122-0/+16
| | | | | | | | | | | 2007-03-12 Kristian Rietveld <kris@gtk.org> * gtk/gtkfilechooserdefault.c (check_save_entry): immediately bail out if current_folder is NULL. (#350988, lots of reporters, modified patch by Jan Darmochwal). svn path=/trunk/; revision=17479
* Updated Brazilian Portuguese translationRaphael Higino2007-03-112-1622/+1239
| | | | svn path=/trunk/; revision=17476
* Updated Serbian translationGoran Rakic2007-03-113-1144/+1255
| | | | svn path=/trunk/; revision=17474
* invalid po revision date prevented correct buildGuillaume Savaton2007-03-112-1/+5
| | | | | | | | | 2007-03-11 Guillaume Savaton <llumeao@gmail.com> * Corrected po file for esperanto translation: invalid po revision date prevented correct build svn path=/trunk/; revision=17473