- 09 Jun, 2014 1 commit
-
-
Matthias Clasen authored
-
- 19 Feb, 2014 1 commit
-
-
William Jon McCann authored
Instead of Return value:
-
- 07 Feb, 2014 1 commit
-
-
William Jon McCann authored
-
- 05 Feb, 2014 2 commits
-
-
William Jon McCann authored
-
William Jon McCann authored
-
- 18 Jan, 2014 1 commit
-
-
Volker Sobek authored
This replaces all occurrences of 'explicitely' with 'explicitly'. Only code comments and gtk-doc statements are affected. https://bugzilla.gnome.org/show_bug.cgi?id=722429
-
- 10 Sep, 2013 1 commit
-
-
- 20 Jul, 2013 1 commit
-
-
Matthias Clasen authored
We've recently a number of classes wholly. For these cases, move the headers and sources to gtk/deprecated/ and adjust Makefiles and includes accordingly. Affected classes: GtkAction GtkActionGroup GtkActivatable GtkIconFactory GtkImageMenuItem GtkRadioAction GtkRecentAction GtkStock GtkToggleAction GtkUIManager
-
- 19 Jul, 2013 1 commit
-
-
Chun-wei Fan authored
Declare variables at the top to the block. G_GNUC_BEGIN_IGNORE_DEPRECATIONS and G_GNUC_END_IGNORE_DEPRECATIONS with a ';' at the end is still considered a statement, even if these macros expand to nothing, which C89 compilers don't really like (oddly speaking)- but this is life.
-
- 09 Jul, 2013 1 commit
-
-
William Jon McCann authored
The GtkRecentChooser already has a property that can be used to set this on a per widget basis and the recent manager already has a max-age limit.
-
- 30 Jun, 2013 1 commit
-
-
William Jon McCann authored
It is recommended to use GAction et al and GtkBuilder.
-
- 06 Apr, 2013 1 commit
-
-
Tristan Van Berkom authored
While GtkRecentChooser implementations accept for the "filter" property to unset the current filter, the API fires an unneeded assertion. This patch removes the assertion.
-
- 13 Apr, 2012 1 commit
-
-
Matthias Clasen authored
Most of these are forgotten :'s and similar details which gtk-doc now warns about.
-
- 27 Feb, 2012 1 commit
-
-
Javier Jardón authored
-
- 05 Jan, 2012 1 commit
-
-
Javier Jardón authored
-
- 20 Jan, 2011 1 commit
-
-
Pavel Holejsovsky authored
-
- 21 Sep, 2010 1 commit
-
-
Matthias Clasen authored
-
- 25 Aug, 2010 1 commit
-
-
Javier Jardón authored
-
- 10 Jul, 2010 1 commit
-
-
- 18 May, 2010 1 commit
-
-
Javier Jardón authored
-
- 02 May, 2010 1 commit
-
-
Christian Dywan authored
-
- 04 Apr, 2010 2 commits
-
-
Johan Dahlin authored
This commit was created using a script that searched for all docstrings containing a parameter and the string 'or %NULL'. Gdk backends and demos excluded as they are not part of a public API https://bugzilla.gnome.org/show_bug.cgi?id=610474
-
Colin Walters authored
The Gtk-custom.c file in gir-repository contained a number of introspection annotations. Merge those into the GTK source files. Some documentation was moved from the tmpl/ files to accomodate the addition of annotations.
-
- 19 Feb, 2010 1 commit
-
-
Johan Dahlin authored
This commit was created using a script that searched for all docstrings containing a parameter and the string 'or %NULL'. Gdk backends and demos excluded as they are not part of a public API https://bugzilla.gnome.org/show_bug.cgi?id=610474
-
- 16 Dec, 2009 1 commit
-
-
Colin Walters authored
The Gtk-custom.c file in gir-repository contained a number of introspection annotations. Merge those into the GTK source files. Some documentation was moved from the tmpl/ files to accomodate the addition of annotations.
-
- 22 Feb, 2009 1 commit
-
-
Matthias Clasen authored
* gtk/gtk.symbols: * gtk/gtkactivatable.[hc]: Rename gtk_activatable_reset to gtk_activatable_sync_action_properties, since the previous name was deemed too generic. Update all implementations. svn path=/trunk/; revision=22389
-
- 31 Jan, 2009 1 commit
-
-
Matthias Clasen authored
* gtk/gtkrecentchooser.c (gtk_recent_chooser_set_use_action_appearance): Avoid a compiler warning. Patch by Magnus Boman. svn path=/trunk/; revision=22261
-
- 23 Jan, 2009 2 commits
-
-
Matthias Clasen authored
svn path=/trunk/; revision=22198
-
Matthias Clasen authored
Rework the way actions and proxies interact, to make the interaction less ad hoc, more extensible, and better suited for support in GUI builders like glade. To be used as a proxy, a widget must now implement the GtkActivatable interface, and GtkActivatable implementations are responsible for syncing their appearance with the action and for activating the action. All the widgets that are commonly used as proxies implement GtkActivatable now. Patch by Tristan van Berkom. * gtk/gtkactivatable.[hc]: The GtkActivatable interface. * gtk/gtkbutton.c: * gtk/gtktogglebutton.c: * gtk/gtktoolitem.c: * gtk/gtktoolbutton.c: * gtk/gtktoggletoolbutton.c: * gtk/gtkmenuitem.c: * gtk/gtkcheckmenuitem.c: * gtk/gtkimagemenuitem.c: * gtk/gtkradiomenuitem.c: * gtk/gtkrecentchooserprivate.h: * gtk/gtkrecentchooser.c: * gtk/gtkrecentchooserdefault.c: * gtk/gtkrecentchoosermenu.c: Implement GtkActivatable. * gtk/gtkaction.[hc]: Move appearance synchronization to GtkActivatable implementations. * gtk/gtkradioaction.c: * gtk/gtkrecentaction.c: * gtk/gtktoggleaction.c: * gtk/gtkactiongroup.c: Adapt. * gtk/gtk.h: Include gtkactivatable.h * gtk/gtk.symbols: Add new functions svn path=/trunk/; revision=22195
-
- 01 Jul, 2008 1 commit
-
-
Cody Russell authored
svn path=/trunk/; revision=20724
-
- 30 Jun, 2008 1 commit
-
-
Cody Russell authored
2008-06-30 Cody Russell <bratsche@gnome.org> * Practically everything changed. Change all references of GIMP Toolkit (and variations of it) to GTK+ Toolkit, showing no mercy at all to our beloved ancestry. (#540529) svn path=/trunk/; revision=20709
-
- 12 Feb, 2008 1 commit
-
-
Emmanuele Bassi authored
2008-02-12 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentchooser.c: (gtk_recent_chooser_class_init): Set the default value of the :show-not-found property to TRUE, as every implementation sets it to TRUE already. * gtk/gtkrecentchooserdefault.c: (_gtk_recent_chooser_default_init): Sync show_tips to the default value of the :show-tips property. svn path=/trunk/; revision=19535
-
- 30 Jul, 2007 1 commit
-
-
Emmanuele Bassi authored
2007-07-29 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentchooser.c: Add documentation for properties and fix the deprecation marker for the show-numbers accessor functions (Murray Cumming). * gtk/gtkrecentchooser.h: Add deprecation guards around gtk_recent_chooser_set_show_numbers() and gtk_recent_chooser_get_show_numbers(), as promised during last development cycle. svn path=/trunk/; revision=18556
-
- 14 Mar, 2007 1 commit
-
-
Emmanuele Bassi authored
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
-
- 18 Aug, 2006 1 commit
-
-
Matthias Clasen authored
-
- 14 Aug, 2006 1 commit
-
-
Emmanuele Bassi authored
2006-08-14 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentchooser.c: (gtk_recent_chooser_add_filter), (gtk_recent_chooser_remove_filter), (gtk_recent_chooser_set_filter): Add a check on the filter argument, instead of blindly passing it to underlying implementation. * gtk/gtkrecentchoosermenu.c: (gtk_recent_chooser_menu_add_filter), (gtk_recent_chooser_menu_remove_filter), (gtk_recent_chooser_menu_list_filters): Implement these GtkRecentChooser methods, by setting and returning the only GtkRecentFilter object supported by a GtkRecentChooserMenu. (#347856, reported by Rod Butcher)
-
- 11 Jul, 2006 1 commit
-
-
Emmanuele Bassi authored
2006-07-11 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentchooser.c (gtk_recent_chooser_set_show_numbers), (gtk_recent_chooser_get_show_numbers): Check if the chooser implementation supports the "show-number" property and use a meaningful warning in case it doesn't; tell developers not to use these functions.
-
- 02 May, 2006 1 commit
-
-
Matthias Clasen authored
-
- 04 Apr, 2006 1 commit
-
-
Matthias Clasen authored
2006-04-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrecentchooser.c (gtk_recent_chooser_error_quark): * gtk/gtkrecentmanager.c (gtk_recent_manager_error_quark): * gtk/gtkfilechooser.c (gtk_file_chooser_error_quark): * gtk/gtkfilesystem.c (gtk_file_system_error_quark): * gtk/gtkicontheme.c (gtk_icon_theme_error_quark): No point in making the error path fast by caching quarks.
-
- 30 Mar, 2006 1 commit
-
-
Matthias Clasen authored
2006-03-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrecentmanager.h (struct _GtkRecentData): Fix the doc comment format. * gtk/gtkrecentmanager.c (gtk_recent_manager_has_item) (gtk_recent_manager_purge_items, gtk_recent_manager_lookup_item) (gtk_recent_manager_get_limit, gtk_recent_manager_add_full) (gtk_recent_manager_get_items, gtk_recent_manager_remove_item): * gtk/gtkrecentfilter.c (gtk_recent_filter_add_age): * gtk/gtkrecentchooser.c (gtk_recent_chooser_set_show_numbers) (gtk_recent_chooser_set_sort_func): * gtk/gtknotebook.h (gtk_notebook_set_tab_detachable): Sync parameter names between .c and .h files to help gtk-doc.
-