| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk/gtkicontheme.h include <gdk/gdk.h> instead of <gdk/gdkscreen.h>. | Michael Natterer | 2008-04-18 | 1 | -2/+0 |
* | gtk/gtkcellview.c gtk/gtkcolorbutton.c gtk/gtkentrycompletion.c | Michael Natterer | 2008-03-04 | 1 | -1/+0 |
* | Set no-show-all flag on the placeholder menu item. | Emmanuele Bassi | 2008-02-11 | 1 | -0/+1 |
* | Fix possible recursion by resetting the idle source id. (#507605, William | Emmanuele Bassi | 2008-01-10 | 1 | -10/+14 |
* | Remove the warning for the "select-multiple" property getter. (#476686, | Emmanuele Bassi | 2007-09-14 | 1 | -3/+1 |
* | Port the GtkRecentChooser default implementation widget to the new | Emmanuele Bassi | 2007-07-23 | 1 | -31/+26 |
* | Apply a patch by Emmanuele Bassi to limit the number of shown recent | Matthias Clasen | 2007-07-20 | 1 | -3/+0 |
* | Avoid gratitious use of g_strdup_printf(). | Matthias Clasen | 2007-07-13 | 1 | -2/+14 |
* | Remove a surplus GDK_THREADS_LEAVE() and avoid a potential use after free | Chris Wilson | 2007-07-04 | 1 | -5/+5 |
* | Move filtering of the recent files list into the shared implementation; do | Emmanuele Bassi | 2007-03-15 | 1 | -95/+3 |
* | Various clean ups in the GtkRecent code. (see #338843) | Emmanuele Bassi | 2007-03-14 | 1 | -119/+30 |
* | Fix the english of the comment; remove some type checking; use better | Emmanuele Bassi | 2007-02-10 | 1 | -17/+23 |
* | Add support for both prepending and appending custom menu items. | Emmanuele Bassi | 2007-02-09 | 1 | -57/+103 |
* | Keep count of the displayed items to build the menu items mnemonic instead | Emmanuele Bassi | 2007-02-08 | 1 | -1/+26 |
* | Ellipsize the menu items label if they grow too much. (#357303) | Emmanuele Bassi | 2007-01-15 | 1 | -9/+26 |
* | Don't leak the icon pixbuf after setting it to the image menu item. Found | Emmanuele Bassi | 2007-01-08 | 1 | -0/+1 |
* | Use the right object when disconnecting from the GtkRecentManager::changed | Emmanuele Bassi | 2006-12-31 | 1 | -10/+16 |
* | Move the signal and idle disconnections into the dispose function, as well | Emmanuele Bassi | 2006-12-31 | 1 | -13/+36 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -5/+1 |
* | Apply the tip only if we have a displayable name for the item. (#365031, | Emmanuele Bassi | 2006-11-16 | 1 | -9/+11 |
* | Provide a fast path returning NULL when the limit is set to 0. | Emmanuele Bassi | 2006-11-16 | 1 | -1/+5 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -8/+0 |
* | Break when an item is found and activated. (#353449, based on a patch by | Emmanuele Bassi | 2006-08-29 | 1 | -9/+11 |
* | initialize a variable | Matthias Clasen | 2006-08-18 | 1 | -1/+3 |
* | Add a check on the filter argument, instead of blindly passing it to | Emmanuele Bassi | 2006-08-14 | 1 | -12/+27 |
* | Remove the idle source in ::finalize... | Emmanuele Bassi | 2006-08-10 | 1 | -7/+8 |
* | Show non existing resources by default. (recent_meta_data_func): Do not | Emmanuele Bassi | 2006-08-06 | 1 | -23/+26 |
* | Lazily populate the menu when creating it and after the manager emits the | Emmanuele Bassi | 2006-08-03 | 1 | -104/+147 |
* | fix typo to make it compile again. | Michael Natterer | 2006-07-20 | 1 | -1/+1 |
* | Correctly chain up the finalization vfunc. (#348089, Chris Wilson) | Emmanuele Bassi | 2006-07-20 | 1 | -1/+1 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -4/+2 |
* | Do not leak the groups string vector. (#344607, John Finlay) | Emmanuele Bassi | 2006-06-11 | 1 | -0/+2 |
* | Allow NULL to mean the default manager. (#344530, John Finlay) | Matthias Clasen | 2006-06-11 | 1 | -1/+1 |
* | avoid some trivial differences in translated strings | Matthias Clasen | 2006-05-28 | 1 | -1/+1 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Add missing break. (#336769, Morten Welinder) | Behdad Esfahbod | 2006-04-01 | 1 | -0/+1 |
* | Fix some symbol aliasing glitches | Matthias Clasen | 2006-03-29 | 1 | -0/+7 |
* | Make gtkalias.h the last included file. | Emmanuele Bassi | 2006-03-29 | 1 | -7/+7 |
* | Import GtkRecent* from libegg. | Emmanuele Bassi | 2006-03-29 | 1 | -0/+1225 |