summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentchooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* gtk/*: Use g_list_free_full() convenience functionJavier Jardón2012-01-051-10/+3
* Use the workarea when placing popupsMatthias Clasen2011-12-181-2/+2
* Bug 659406 - Abstract what triggers a context menuMichael Natterer2011-09-271-3/+1
* Bug 659406 - Abstract what triggers a context menuMichael Natterer2011-09-261-2/+2
* Clean up unneeded includesMatthias Clasen2011-08-281-2/+1
* More include cleanupsMatthias Clasen2011-06-071-2/+2
* GtkRecentChooserDefault: derive from GtkBox, not GtkVBoxMatthias Clasen2011-06-071-9/+11
* recentchooser: Fix default size settingBenjamin Otte2011-04-271-1/+4
* Make GtkRecentChooser use GtkStyleContextCarlos Garnacho2011-01-041-1/+5
* gtk: Use g_object_unref instead of gdk_cursor_unrefBenjamin Otte2010-12-211-1/+1
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-2/+2
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* recent-chooser: Use gtk_recent_info_get_gicon()Christian Persch2010-10-221-15/+10
* Use the new GtkComboBoxText APIJavier Jardón2010-10-151-5/+5
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-4/+3
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-2/+5
* Use gtk_window_has_group() to know if the window has an explicit window group.Javier Jardón2010-08-241-4/+3
* gtk/gtkrecentchooserdefault.c: Use accessor functions to access GtkWindowJavier Jardón2010-08-231-2/+4
* gtk/gtkrecentchooserdefault.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-6/+11
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-2/+2
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-1/+1
* Don't leak a GtkRecentInfo. Found by Tommi RantalaMatthias Clasen2009-02-281-0/+1
* Rename gtk_activatable_reset to gtk_activatable_sync_action_properties,Matthias Clasen2009-02-221-15/+15
* i Bug 560228 – Add "action-controller" property to GtkWidgetClassMatthias Clasen2009-01-231-3/+80
* Bug 556954 – gtk+/gtk/gtkrecentchooserdefault.c: mismatching allocationMatthias Clasen2008-10-241-1/+1
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-3/+2
* gtk/gtkdnd-quartz.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkfilesel.cSven Neumann2008-08-111-2/+2
* 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
* Use gtk_drag_*_add_{text,uri}_targets instead of hardcoded target tables.Matthias Clasen2008-02-161-20/+9
* Set the default value of the :show-not-found property to TRUE, as everyEmmanuele Bassi2008-02-121-1/+1
* Port the GtkRecentChooser default implementation widget to the newEmmanuele Bassi2007-07-231-36/+66
* Apply a patch by Emmanuele Bassi to limit the number of shown recentMatthias Clasen2007-07-201-2/+30
* Avoid gratitious use of g_strdup_printf().Matthias Clasen2007-07-131-1/+1
* Escape markup entities in the name and URI before displaying them.Emmanuele Bassi2007-06-291-5/+10
* Use a static variable to hold the singleton and remove the code that bindsEmmanuele Bassi2007-06-191-6/+11
* Reset the state on dispose.Emmanuele Bassi2007-05-181-1/+3
* Mark string for translation. (#439437)Emmanuele Bassi2007-05-181-15/+7
* Move filtering of the recent files list into the shared implementation; doEmmanuele Bassi2007-03-151-141/+17
* Various clean ups in the GtkRecent code. (see #338843)Emmanuele Bassi2007-03-141-149/+82
* Set the HIG spacings directly instead of using style-set handlers. Fix theChristian Persch2006-12-251-1/+1
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-11/+1
* 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-1/+0
* Apply a patch by Behdad Esfahbod to reduce relocations. (#359053)Matthias Clasen2006-10-031-4/+1
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-3/+0
* Show non existing resources by default. (recent_meta_data_func): Do notEmmanuele Bassi2006-08-061-5/+1
* Do not leak the URI returned by the model; select the row when callingEmmanuele Bassi2006-07-101-14/+16