summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentchoosermenu.c
Commit message (Expand)AuthorAgeFilesLines
* Use stupid quotes instead of dumb quotesMatthias Clasen2015-09-231-1/+1
* GtkRecentChooserMenu: Better typographyMatthias Clasen2014-09-291-2/+2
* gtk: Don't use GObjectClass.constructorJasper St. Pierre2014-06-261-19/+8
* GtkRecentChooserMenu: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-22/+37
* GtkRecentChooserMenu: Set current uri before activating an item.Juan Pablo Ugarte2014-04-281-5/+6
* all: Name more idles and timeoutsBastien Nocera2014-03-261-0/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-3/+3
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* Drop some unnecessary includesMatthias Clasen2013-07-191-2/+0
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-4/+4
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* Deprecate GtkAction and GtkUIManagerWilliam Jon McCann2013-06-301-1/+10
* Deprecate GtkImageMenuItemWilliam Jon McCann2013-06-271-2/+10
* GtkRecentChooserMenu: avoid accessing a NULL actionTristan Van Berkom2013-04-061-0/+3
* Fix malformed doc commentsMatthias Clasen2012-04-121-1/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk/*: Use g_list_free_full() convenience functionJavier Jardón2012-01-051-2/+1
* Drop the last remaining translated g_warning/g_error callsColin Walters2011-04-291-4/+4
* Free MenuPopulateData struct in all the cases.Paolo Borelli2011-04-151-12/+29
* Fixed gtk_recent_chooser_menu_set_current_filter to update the local pointer.Tristan Van Berkom2011-02-051-5/+4
* recent-chooser: Use gtk_recent_info_get_gicon()Christian Persch2010-10-221-32/+7
* gtkrecentchoosermenu: unseal private pointerJavier Jardón2010-07-131-6/+7
* Use GtkBin accessorsJavier Jardón2010-07-131-1/+1
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Move documentation to inline comments: GtkRecentChooserMenuJavier Jardón2010-05-211-0/+28
* Rename gtk_activatable_reset to gtk_activatable_sync_action_properties,Matthias Clasen2009-02-221-17/+16
* Always show images.Matthias Clasen2009-01-311-0/+3
* More action-related fixesMatthias Clasen2009-01-261-2/+3
* i Bug 560228 – Add "action-controller" property to GtkWidgetClassMatthias Clasen2009-01-231-2/+61
* Use C_() instead of Q_(). String change!Matthias Clasen2008-10-271-9/+5
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* gtk/gtkicontheme.h include <gdk/gdk.h> instead of <gdk/gdkscreen.h>.Michael Natterer2008-04-181-2/+0
* gtk/gtkcellview.c gtk/gtkcolorbutton.c gtk/gtkentrycompletion.cMichael Natterer2008-03-041-1/+0
* Set no-show-all flag on the placeholder menu item.Emmanuele Bassi2008-02-111-0/+1
* Fix possible recursion by resetting the idle source id. (#507605, WilliamEmmanuele Bassi2008-01-101-10/+14
* Remove the warning for the "select-multiple" property getter. (#476686,Emmanuele Bassi2007-09-141-3/+1
* Port the GtkRecentChooser default implementation widget to the newEmmanuele Bassi2007-07-231-31/+26
* Apply a patch by Emmanuele Bassi to limit the number of shown recentMatthias Clasen2007-07-201-3/+0
* Avoid gratitious use of g_strdup_printf().Matthias Clasen2007-07-131-2/+14
* Remove a surplus GDK_THREADS_LEAVE() and avoid a potential use after freeChris Wilson2007-07-041-5/+5
* Move filtering of the recent files list into the shared implementation; doEmmanuele Bassi2007-03-151-95/+3
* Various clean ups in the GtkRecent code. (see #338843)Emmanuele Bassi2007-03-141-119/+30
* Fix the english of the comment; remove some type checking; use betterEmmanuele Bassi2007-02-101-17/+23
* Add support for both prepending and appending custom menu items.Emmanuele Bassi2007-02-091-57/+103
* Keep count of the displayed items to build the menu items mnemonic insteadEmmanuele Bassi2007-02-081-1/+26
* Ellipsize the menu items label if they grow too much. (#357303)Emmanuele Bassi2007-01-151-9/+26
* Don't leak the icon pixbuf after setting it to the image menu item. FoundEmmanuele Bassi2007-01-081-0/+1
* Use the right object when disconnecting from the GtkRecentManager::changedEmmanuele Bassi2006-12-311-10/+16
* Move the signal and idle disconnections into the dispose function, as wellEmmanuele Bassi2006-12-311-13/+36