| Commit message (Expand) | Author | Age | Files | Lines |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | gtk/*: Use g_list_free_full() convenience function | Javier Jardón | 2012-01-05 | 1 | -10/+3 |
* | Use the workarea when placing popups | Matthias Clasen | 2011-12-18 | 1 | -2/+2 |
* | Bug 659406 - Abstract what triggers a context menu | Michael Natterer | 2011-09-27 | 1 | -3/+1 |
* | Bug 659406 - Abstract what triggers a context menu | Michael Natterer | 2011-09-26 | 1 | -2/+2 |
* | Clean up unneeded includes | Matthias Clasen | 2011-08-28 | 1 | -2/+1 |
* | More include cleanups | Matthias Clasen | 2011-06-07 | 1 | -2/+2 |
* | GtkRecentChooserDefault: derive from GtkBox, not GtkVBox | Matthias Clasen | 2011-06-07 | 1 | -9/+11 |
* | recentchooser: Fix default size setting | Benjamin Otte | 2011-04-27 | 1 | -1/+4 |
* | Make GtkRecentChooser use GtkStyleContext | Carlos Garnacho | 2011-01-04 | 1 | -1/+5 |
* | gtk: Use g_object_unref instead of gdk_cursor_unref | Benjamin Otte | 2010-12-21 | 1 | -1/+1 |
* | gtk: remove "gboolean homogeneous" from gtk_box_new() | Michael Natterer | 2010-11-02 | 1 | -2/+2 |
* | Use gtk_box_new() instead gtk_[v|h]box_new() | Javier Jardón | 2010-10-30 | 1 | -1/+1 |
* | recent-chooser: Use gtk_recent_info_get_gicon() | Christian Persch | 2010-10-22 | 1 | -15/+10 |
* | Use the new GtkComboBoxText API | Javier Jardón | 2010-10-15 | 1 | -5/+5 |
* | Move GtkSizeRequest into GtkWidget | Benjamin Otte | 2010-09-26 | 1 | -4/+3 |
* | Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request() | Javier Jardón | 2010-09-15 | 1 | -2/+5 |
* | Use gtk_window_has_group() to know if the window has an explicit window group. | Javier Jardón | 2010-08-24 | 1 | -4/+3 |
* | gtk/gtkrecentchooserdefault.c: Use accessor functions to access GtkWindow | Javier Jardón | 2010-08-23 | 1 | -2/+4 |
* | gtk/gtkrecentchooserdefault.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -6/+11 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_REALIZED | Javier Jardón | 2010-03-03 | 1 | -2/+2 |
* | Deprecate flag macros for toplevel, state, no window and composite child | Christian Dywan | 2010-01-04 | 1 | -1/+1 |
* | Don't leak a GtkRecentInfo. Found by Tommi Rantala | Matthias Clasen | 2009-02-28 | 1 | -0/+1 |
* | Rename gtk_activatable_reset to gtk_activatable_sync_action_properties, | Matthias Clasen | 2009-02-22 | 1 | -15/+15 |
* | i Bug 560228 – Add "action-controller" property to GtkWidgetClass | Matthias Clasen | 2009-01-23 | 1 | -3/+80 |
* | Bug 556954 – gtk+/gtk/gtkrecentchooserdefault.c: mismatching allocation | Matthias Clasen | 2008-10-24 | 1 | -1/+1 |
* | gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c | Michael Natterer | 2008-08-12 | 1 | -3/+2 |
* | gtk/gtkdnd-quartz.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkfilesel.c | Sven Neumann | 2008-08-11 | 1 | -2/+2 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | gtk/gtkicontheme.h include <gdk/gdk.h> instead of <gdk/gdkscreen.h>. | Michael Natterer | 2008-04-18 | 1 | -2/+0 |
* | Use gtk_drag_*_add_{text,uri}_targets instead of hardcoded target tables. | Matthias Clasen | 2008-02-16 | 1 | -20/+9 |
* | Set the default value of the :show-not-found property to TRUE, as every | Emmanuele Bassi | 2008-02-12 | 1 | -1/+1 |
* | Port the GtkRecentChooser default implementation widget to the new | Emmanuele Bassi | 2007-07-23 | 1 | -36/+66 |
* | Apply a patch by Emmanuele Bassi to limit the number of shown recent | Matthias Clasen | 2007-07-20 | 1 | -2/+30 |
* | Avoid gratitious use of g_strdup_printf(). | Matthias Clasen | 2007-07-13 | 1 | -1/+1 |
* | Escape markup entities in the name and URI before displaying them. | Emmanuele Bassi | 2007-06-29 | 1 | -5/+10 |
* | Use a static variable to hold the singleton and remove the code that binds | Emmanuele Bassi | 2007-06-19 | 1 | -6/+11 |
* | Reset the state on dispose. | Emmanuele Bassi | 2007-05-18 | 1 | -1/+3 |
* | Mark string for translation. (#439437) | Emmanuele Bassi | 2007-05-18 | 1 | -15/+7 |
* | Move filtering of the recent files list into the shared implementation; do | Emmanuele Bassi | 2007-03-15 | 1 | -141/+17 |
* | Various clean ups in the GtkRecent code. (see #338843) | Emmanuele Bassi | 2007-03-14 | 1 | -149/+82 |
* | Set the HIG spacings directly instead of using style-set handlers. Fix the | Christian Persch | 2006-12-25 | 1 | -1/+1 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -11/+1 |
* | 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 | -1/+0 |
* | Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) | Matthias Clasen | 2006-10-03 | 1 | -4/+1 |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 1 | -3/+0 |
* | Show non existing resources by default. (recent_meta_data_func): Do not | Emmanuele Bassi | 2006-08-06 | 1 | -5/+1 |