summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Avoid an extra type check in gdk_screen_get_defaultMatthias Clasen2015-09-071-4/+4
* gdk window: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-10/+11
* device: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-94/+96
* gdk window: Remove an unneeded variableMatthias Clasen2015-09-061-4/+1
* wayland: Remove an overeager assertMatthias Clasen2015-09-041-3/+2
* wayland: Don't broadcast selection owner changesJonas Ådahl2015-09-021-17/+22
* Fix the buildMatthias Clasen2015-08-311-0/+2
* wayland: Stop key repeat on focus outMatthias Clasen2015-08-311-0/+2
* wayland: Stop key repeat when a seat goes awayMatthias Clasen2015-08-311-0/+1
* wayland: Trivial refactorMatthias Clasen2015-08-311-10/+12
* wayland: Make display closing workMatthias Clasen2015-08-281-5/+9
* wayland: Be more careful when destroying windowsMatthias Clasen2015-08-281-1/+5
* Trivial formatting fixMatthias Clasen2015-08-281-2/+2
* wayland: Don't assert non-recursing in gdk_window_destroyMatthias Clasen2015-08-281-2/+0
* Trivial formatting fixMatthias Clasen2015-08-281-2/+1
* Bug 736125 - The default gtk accelerator mod mask does not include all defaul...John Ralls2015-08-253-1/+16
* wayland: Only bind supported unstable pointer gestures globalJonas Ådahl2015-08-212-2/+6
* gdkevent: Hold refs to device/source_deviceCarlos Garnacho2015-08-191-4/+12
* wayland: Use g_get_prgname() to get the xdg_surface.set_app_id stringJonas Ådahl2015-08-181-3/+1
* Add a note to gdk_screen_get_width/height_mmMatthias Clasen2015-08-151-2/+8
* wayland: calculate screen physical sizeCarlos Garnacho2015-08-151-1/+28
* Revert "wayland: require WAYLAND_DISPLAY be set to open wayland display"Ray Strode2015-08-141-4/+1
* wayland: change wl_log level to G_LOG_LEVEL_DEBUGRay Strode2015-08-141-1/+1
* wayland: require WAYLAND_DISPLAY be set to open wayland displayRay Strode2015-08-141-1/+4
* GDK W32: Add missing commasРуслан Ижбулатов2015-08-141-2/+2
* wayland: Implement touchpad gesture eventsCarlos Garnacho2015-08-123-0/+252
* wayland: Add touchpad gestures protocolCarlos Garnacho2015-08-122-0/+175
* gdk: Proxy touchpad events through the client-side window hierarchyCarlos Garnacho2015-08-121-1/+100
* gdk: Add GDK_TOUCHPAD_GESTURE_MASK to GdkEventMaskCarlos Garnacho2015-08-122-1/+4
* gdk: Add touchpad gesture events and event types.Carlos Garnacho2015-08-122-0/+171
* quartz: Implement CSD drag resize for all edges/cornersChristoph Reiter2015-08-083-33/+67
* wayland: Don't assume drag context has a source window when finalizingJonas Ådahl2015-08-051-4/+11
* wayland: Ensure modal hint gets set on mapRui Matos2015-08-031-3/+13
* wayland: Invalidate our gtk_surface when we're unmappedRui Matos2015-08-031-0/+6
* Code cleanupMatthias Clasen2015-07-313-7/+3
* wayland: Return a display nameMatthias Clasen2015-07-281-1/+7
* x11: Make selection handling work across screensMatthias Clasen2015-07-272-2/+28
* quartz: disable system shadows if a GdkWindow shadow is set.Christoph Reiter2015-07-272-2/+20
* quartz: Fix buildingPatrick Griffis2015-07-271-3/+3
* quartz: Check if a drag ends inside a known windowMatthias Clasen2015-07-261-0/+28
* wayland: Fix initial fullscreen monitor supportGiovanni Campagna2015-07-261-1/+2
* win32: Support all css cursor namesMatthias Clasen2015-07-261-0/+10
* broadway: fix use-after-free on read errorsPeter Wu2015-07-261-5/+7
* Added api to set a window to fullscreen on a given monitor.Jeremy Whiting2015-07-256-2/+74
* GdkEvent: Turn out parameters optionalCarlos Garnacho2015-07-241-4/+4
* GdkEvent: Fix introspection annotations on gdk_event_get(_root)_coordsCarlos Garnacho2015-07-241-4/+4
* gdk-win32: Send fake release key event for shift keyPavel Grunt2015-07-231-0/+34
* quartz: remove maximized state when the window position/size is changedChristoph Reiter2015-07-232-0/+30
* quartz: implement maximized/unmaximizedChristoph Reiter2015-07-233-16/+49
* quartz: make moving CSD windows right up to the screen's menu bar work.Christoph Reiter2015-07-231-0/+16