summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentchoosermenu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-5/+1
* Apply the tip only if we have a displayable name for the item. (#365031,Emmanuele Bassi2006-11-161-9/+11
* Provide a fast path returning NULL when the limit is set to 0.Emmanuele Bassi2006-11-161-1/+5
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-8/+0
* Break when an item is found and activated. (#353449, based on a patch byEmmanuele Bassi2006-08-291-9/+11
* initialize a variableMatthias Clasen2006-08-181-1/+3
* Add a check on the filter argument, instead of blindly passing it toEmmanuele Bassi2006-08-141-12/+27
* Remove the idle source in ::finalize...Emmanuele Bassi2006-08-101-7/+8
* Show non existing resources by default. (recent_meta_data_func): Do notEmmanuele Bassi2006-08-061-23/+26
* Lazily populate the menu when creating it and after the manager emits theEmmanuele Bassi2006-08-031-104/+147
* fix typo to make it compile again.Michael Natterer2006-07-201-1/+1
* Correctly chain up the finalization vfunc. (#348089, Chris Wilson)Emmanuele Bassi2006-07-201-1/+1
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-4/+2
* Do not leak the groups string vector. (#344607, John Finlay)Emmanuele Bassi2006-06-111-0/+2
* Allow NULL to mean the default manager. (#344530, John Finlay)Matthias Clasen2006-06-111-1/+1
* avoid some trivial differences in translated stringsMatthias Clasen2006-05-281-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Add missing break. (#336769, Morten Welinder)Behdad Esfahbod2006-04-011-0/+1
* Fix some symbol aliasing glitchesMatthias Clasen2006-03-291-0/+7
* Make gtkalias.h the last included file.Emmanuele Bassi2006-03-291-7/+7
* Import GtkRecent* from libegg.Emmanuele Bassi2006-03-291-0/+1225