| Commit message (Expand) | Author | Age | Files | Lines |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | Enable introspection of X11-specific functions and methods | Pavel Holejsovsky | 2011-08-01 | 1 | -5/+5 |
* | Call _exit instead of exit from X error handlers | Matthias Clasen | 2011-03-31 | 1 | -1/+1 |
* | x11: Do dnd event handling via gdk_window_add_filter() | Benjamin Otte | 2011-02-01 | 1 | -0/+3 |
* | x11: Register wm_protocols function with gdk_window_add_filter() | Benjamin Otte | 2011-02-01 | 1 | -0/+4 |
* | Mark api with xlib types as skipped | Johan Dahlin | 2011-01-20 | 1 | -2/+2 |
* | Fix up GDK docs | Matthias Clasen | 2010-12-25 | 1 | -1/+35 |
* | x11: Rename GdkDisplayX11 to GdkX11Display | Benjamin Otte | 2010-12-21 | 1 | -1/+1 |
* | API: gdk: GDK_DISPLAY_OBJECT() => GDK_DISPLAY() | Benjamin Otte | 2010-12-21 | 1 | -1/+1 |
* | Drop g[dt]k_set_locale | Matthias Clasen | 2010-12-21 | 1 | -2/+0 |
* | Add vfuncs for gdk_test apis | Matthias Clasen | 2010-12-21 | 1 | -142/+1 |
* | Remove the --sync commandline option | Matthias Clasen | 2010-12-21 | 1 | -6/+0 |
* | Clean up gdkx.h a bit | Matthias Clasen | 2010-12-21 | 1 | -4/+3 |
* | Get rid of the _gdk_selection_property global | Matthias Clasen | 2010-12-21 | 1 | -2/+0 |
* | Rename _gdk_xgrab_ apis to _gdk_x11_window_ | Matthias Clasen | 2010-12-21 | 1 | -8/+8 |
* | Rename _gdk_send_xevent to _gdk_x11_display_send_xevent | Matthias Clasen | 2010-12-21 | 1 | -25/+10 |
* | Rename _gdk_event_mask_table to _gdk_x11_event_mask_table | Matthias Clasen | 2010-12-21 | 1 | -5/+5 |
* | Consistently use per-display error traps in the X11 backend | Matthias Clasen | 2010-12-21 | 1 | -2/+2 |
* | Add vfuncs for _gdk_windowing_event_data_{copy,free} | Matthias Clasen | 2010-12-21 | 1 | -11/+0 |
* | Make gdk_set_sm_client_id X11-specific | Matthias Clasen | 2010-12-21 | 1 | -22/+0 |
* | Don't access GdkDisplay fields directly | Javier Jardón | 2010-12-21 | 1 | -2/+2 |
* | Work toward turning GdkDisplayManager into a backend singleton | Matthias Clasen | 2010-12-21 | 1 | -16/+1 |
* | Make GdkDevice parallel-implementable | Matthias Clasen | 2010-12-21 | 1 | -47/+0 |
* | Move gdk_get_display to common code | Matthias Clasen | 2010-12-21 | 1 | -6/+0 |
* | Add gdk_event_[gs]et_source_device(). | Carlos Garnacho | 2010-12-15 | 1 | -1/+1 |
* | Inclusion cleanups in sources | Matthias Clasen | 2010-10-14 | 1 | -10/+8 |
* | gdk: gdk_drawable_get_display() => gdk_window_get_display() | Benjamin Otte | 2010-09-26 | 1 | -2/+2 |
* | Use g_warning() for X errors and X IO errors | Owen W. Taylor | 2010-09-21 | 1 | -10/+9 |
* | Improve tests for X error traps, fix two bugs | Havoc Pennington | 2010-09-18 | 1 | -3/+10 |
* | Revamp and modernize X error traps | Havoc Pennington | 2010-09-18 | 1 | -89/+195 |
* | Replace crufty old code for gdk error traps with GQueue and GSlice | Havoc Pennington | 2010-09-18 | 1 | -26/+9 |
* | Remove trailing whitespace and obsolete doc comments from gdk_error_trap code | Havoc Pennington | 2010-09-18 | 1 | -30/+11 |
* | gdk/: fully remove gdkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | s/GdkRegion/cairo_region_t/ in all of gtk | Benjamin Otte | 2010-06-29 | 1 | -1/+1 |
* | Implement GdkRegion in terms of cairo_region_t | Benjamin Otte | 2010-06-29 | 1 | -10/+13 |
* | Remove gdk_*et_use_xshm() deprecated functions | Javier Jardón | 2010-05-26 | 1 | -11/+0 |
* | Merge the xi2-for-master branch | Matthias Clasen | 2010-05-25 | 1 | -184/+82 |
* | Base pointer grab on get-offscreen-parent | Alexander Larsson | 2009-06-08 | 1 | -81/+17 |
* | Fix up gdk_window_set_has_native rename issues | Alexander Larsson | 2009-06-01 | 1 | -1/+1 |
* | Rename gdk_window_set_has_native to gdk_window_ensure_native | Alexander Larsson | 2009-06-01 | 1 | -1/+1 |
* | Initial version of input support | Alexander Larsson | 2009-05-29 | 1 | -1/+2 |
* | Make sure we report grab broken on window destroy | Alexander Larsson | 2009-04-02 | 1 | -0/+1 |
* | Move implicit grab tracking totally to common code | Alexander Larsson | 2009-04-02 | 1 | -49/+0 |
* | New approach for grab tracking code | Alexander Larsson | 2009-04-02 | 1 | -59/+52 |
* | Ref windows during _gdk_x11_roundtrip_async | Alexander Larsson | 2009-04-02 | 1 | -2/+4 |
* | Remove unused code | Alexander Larsson | 2009-04-02 | 1 | -22/+0 |
* | Track pointer grabs on Xserver time | Alexander Larsson | 2009-04-02 | 1 | -8/+43 |
* | Move keyboard grab state tracking code to common code | Alexander Larsson | 2009-04-02 | 1 | -73/+6 |
* | Move keyboard grab info to common code | Alexander Larsson | 2009-04-02 | 1 | -28/+24 |
* | Don't sent native MotionHint masks on pointer grabs as then we won't get enou... | Alexander Larsson | 2009-04-02 | 1 | -1/+6 |