| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use g_list_next in gtkmain.c | Matthias Clasen | 2015-10-20 | 1 | -1/+1 |
* | Fix accessibility not getting initialized in gtk_init() if a default display ... | Christoph Reiter | 2015-10-07 | 1 | -1/+7 |
* | gtkmain: Add nullable annotations | Timm Bäder | 2015-09-23 | 1 | -5/+5 |
* | Fix a startup ordering problem | Matthias Clasen | 2015-08-25 | 1 | -4/+9 |
* | gtkmain: Handle rewriting of event fields during grabs for touchpad events | Carlos Garnacho | 2015-08-12 | 1 | -0/+16 |
* | gtkmain: Don't process WM events if there's a grab on another toplevel | Carlos Garnacho | 2015-08-04 | 1 | -2/+7 |
* | Add a private function to determine if we simulate | Matthias Clasen | 2015-07-31 | 1 | -0/+11 |
* | gtkmain: Ignore grab for events in child popovers | Carlos Garnacho | 2015-06-17 | 1 | -0/+56 |
* | main: Push the current event on the stack before we start needing it | Rui Matos | 2015-06-08 | 1 | -12/+8 |
* | DND: Move private api to a private header | Matthias Clasen | 2015-05-16 | 1 | -1/+1 |
* | gtkwindow: Move window dragging to a standalone drag gesture | Carlos Garnacho | 2015-03-02 | 1 | -6/+8 |
* | main: Make gtk_get_option_group() available to bindings | Bastien Nocera | 2015-02-12 | 1 | -1/+1 |
* | Add support for loading gtk3-only modules | Lars Uebernickel | 2015-02-04 | 1 | -1/+12 |
* | Make global GDK libgtk_only functions more private | Emmanuele Bassi | 2014-11-08 | 1 | -12/+7 |
* | GtkTooltip: Move nonexported API to a private header | Matthias Clasen | 2014-10-19 | 1 | -1/+1 |
* | Remove some redundant code | Matthias Clasen | 2014-09-26 | 1 | -9/+3 |
* | gtk: Fix return-annotation of gtk_get_default_language to "transfer none" | Rico Tzschichholz | 2014-08-21 | 1 | -1/+1 |
* | GtkActionHelper: add some debugging output | Ryan Lortie | 2014-08-03 | 1 | -1/+2 |
* | Add a 'touchscreen' debug flag | Matthias Clasen | 2014-07-10 | 1 | -1/+2 |
* | gtkmain: One more combine | Jasper St. Pierre | 2014-06-29 | 1 | -5/+0 |
* | gtkmain: Combine two switch cases that are the same | Jasper St. Pierre | 2014-06-29 | 1 | -9/+5 |
* | gtkmain: Rearrange code | Jasper St. Pierre | 2014-06-23 | 1 | -18/+25 |
* | gtkwidget: Actually mark set_double_buffered as deprecated | Jasper St. Pierre | 2014-06-23 | 1 | -0/+2 |
* | Revert "gtkwidget: Widgets are now always double-buffered" | Jasper St. Pierre | 2014-06-23 | 1 | -8/+15 |
* | gtkwidget: Widgets are now always double-buffered | Jasper St. Pierre | 2014-06-20 | 1 | -15/+8 |
* | gdkwindow: Deprecate gdk_window_flush | Jasper St. Pierre | 2014-06-20 | 1 | -7/+0 |
* | Split GtkWindowGroup into its own file | Matthias Clasen | 2014-06-04 | 1 | -0/+1 |
* | gtk: add missing ownership annotations ported from Vala | Evan Nemerson | 2014-05-27 | 1 | -2/+2 |
* | gtk: fix many callback annotations to include closure information | Evan Nemerson | 2014-05-27 | 1 | -1/+1 |
* | Minor documentation edit | Matthias Clasen | 2014-05-12 | 1 | -0/+4 |
* | Make the inspector available via GTK_DEBUG | Matthias Clasen | 2014-05-10 | 1 | -2/+10 |
* | Use GDK's current window tracking when synthesizing events in GTK+ | Owen W. Taylor | 2014-03-12 | 1 | -10/+0 |
* | docs: use Returns: consistently | William Jon McCann | 2014-02-19 | 1 | -9/+9 |
* | Docs: use // for comments in examples | Matthias Clasen | 2014-02-14 | 1 | -11/+11 |
* | docs: fully break lines in examples | William Jon McCann | 2014-02-12 | 1 | -7/+14 |
* | docs: use apostrophe in *'ve | William Jon McCann | 2014-02-07 | 1 | -1/+1 |
* | docs: use apostrophes in *n't | William Jon McCann | 2014-02-07 | 1 | -10/+10 |
* | docs: use proper apostrophe | William Jon McCann | 2014-02-07 | 1 | -2/+2 |
* | docs: use proper quotes | William Jon McCann | 2014-02-05 | 1 | -1/+1 |
* | docs: don't use <replaceable> | William Jon McCann | 2014-02-04 | 1 | -1/+1 |
* | docs: don't use <parameter> tags | William Jon McCann | 2014-02-04 | 1 | -6/+6 |
* | docs: use ` instead of <literal> | William Jon McCann | 2014-02-04 | 1 | -3/+3 |
* | docs: use quotes instead of <firstterm> | William Jon McCann | 2014-02-04 | 1 | -3/+3 |
* | docs: don't use <application> tags | William Jon McCann | 2014-02-04 | 1 | -4/+4 |
* | docs: don't use <option> | William Jon McCann | 2014-02-04 | 1 | -3/+3 |
* | docs: replace all <examples> with markdown headings | William Jon McCann | 2014-02-04 | 1 | -9/+6 |
* | Docs: Don't use note elements | Matthias Clasen | 2014-02-02 | 1 | -4/+0 |
* | Docs: Use markdown for lists | Matthias Clasen | 2014-02-02 | 1 | -45/+27 |
* | docs: remove spurious para | William Jon McCann | 2014-02-01 | 1 | -2/+2 |
* | docs: don't escape entities in example code | William Jon McCann | 2014-01-29 | 1 | -2/+2 |