| Commit message (Expand) | Author | Age | Files | Lines |
* | widget: Remove show_all vfunc | Timm Bäder | 2017-01-20 | 1 | -13/+0 |
* | treeview: Remove gtk_tree_view_get_bin_window() | Benjamin Otte | 2017-01-08 | 1 | -3/+0 |
* | Use Unicode in translatable strings | Piotr Drąg | 2016-12-19 | 1 | -2/+2 |
* | recentchooserdefault: Stop implementing GtkActivatable | Timm Bäder | 2016-10-18 | 1 | -91/+1 |
* | Remove redundant declarations | Emmanuele Bassi | 2016-10-17 | 1 | -2/+0 |
* | API: stylecontext: Remove state argument from getters | Benjamin Otte | 2016-10-16 | 1 | -1/+1 |
* | port to new gtk_menu_popup_at_* () functions | William Hua | 2016-07-19 | 1 | -48/+9 |
* | gtk: Port to new monitor api | Matthias Clasen | 2016-04-27 | 1 | -22/+19 |
* | gtk: Strip newlines from g_warning and g_error | Matthias Clasen | 2016-02-28 | 1 | -2/+2 |
* | css: Query icon theme from style, not from settings | Benjamin Otte | 2015-12-02 | 1 | -4/+5 |
* | dnd: Split GtkDragSourceSite into its own file | Benjamin Otte | 2015-11-25 | 1 | -0/+1 |
* | Cosmetic: Avoid explicit state variables | Matthias Clasen | 2015-11-14 | 1 | -3/+1 |
* | Code cleanup | Matthias Clasen | 2015-07-31 | 1 | -2/+1 |
* | Use standard cursor names | Matthias Clasen | 2015-07-26 | 1 | -5/+1 |
* | GtkRecentChooser: Use a better busy cursor | Matthias Clasen | 2015-05-07 | 1 | -8/+12 |
* | Fix a crash in recent chooser DND | Hiroyuki Ito | 2014-09-06 | 1 | -7/+1 |
* | GtkRecentChooserDefault: Adapt to explicit notify | Matthias Clasen | 2014-06-09 | 1 | -27/+52 |
* | Split GtkWindowGroup into its own file | Matthias Clasen | 2014-06-04 | 1 | -0/+1 |
* | all: Name more idles and timeouts | Bastien Nocera | 2014-03-26 | 1 | -0/+1 |
* | resources: move resources into a subdirectory | William Jon McCann | 2014-01-23 | 1 | -1/+1 |
* | recentchooserdefault: Clean up load_id when we have nothing left to do | Jasper St. Pierre | 2013-12-04 | 1 | -0/+1 |
* | Another round of template binding api changes | Matthias Clasen | 2013-07-26 | 1 | -9/+9 |
* | Rename the widget template API | Emmanuele Bassi | 2013-07-26 | 1 | -18/+18 |
* | widget: Use a real offset in gtk_widget_class_automate_child | Alexander Larsson | 2013-07-26 | 1 | -9/+9 |
* | Drop some unnecessary includes | Matthias Clasen | 2013-07-19 | 1 | -2/+0 |
* | Move wholly deprecated classes to gtk/deprecated/ | Matthias Clasen | 2013-07-19 | 1 | -3/+3 |
* | Deprecate and hardcode gtk-recent-files-limit | William Jon McCann | 2013-07-09 | 1 | -18/+3 |
* | gtk: Use new macros for defining private data | Emmanuele Bassi | 2013-07-09 | 1 | -5/+2 |
* | Deprecate GtkAction and GtkUIManager | William Jon McCann | 2013-06-30 | 1 | -1/+7 |
* | Deprecate GtkIconFactory, GtkIconSet, GtkIconSource | William Jon McCann | 2013-06-26 | 1 | -8/+1 |
* | Start migrating internals away from GtkStock | William Jon McCann | 2013-06-24 | 1 | -10/+3 |
* | GtkRecentChooserDefault: Define children with a GtkBuilder template | Tristan Van Berkom | 2013-04-08 | 1 | -348/+271 |
* | gtk: Query font size directly | Benjamin Otte | 2012-12-06 | 1 | -5/+4 |
* | 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 |