summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Remove an unnecessary includeMatthias Clasen2012-02-211-4/+0
* Add a way to get the current modifier stateMatthias Clasen2012-02-216-6/+50
* x11: Fix first call to _gdk_x11_keymap_key_is_modifier()Bastien Nocera2012-02-191-0/+1
* Remove unused functionsAlexander Larsson2012-02-191-27/+0
* Don't unnecessarily clear background twice in no EXPOSE_MASK caseAlexander Larsson2012-02-191-12/+1
* Fix background clearing when exposing with non-double buffered widgetsAlexander Larsson2012-02-191-7/+25
* Always make offscreen window rgbaAlexander Larsson2012-02-131-8/+1
* x11: Cancel _NET_WM_MOVERESIZE if we get a matching ButtonReleaseRui Matos2012-02-092-46/+106
* Fix transparency handling with non-double-buffered drawingAlexander Larsson2012-02-091-3/+8
* Fix non-double-buffered drawingAlexander Larsson2012-02-091-3/+3
* Make the default background for GdkWindows transparentAlexander Larsson2012-02-091-1/+2
* broadway: terminate v7 input to avoid parsing uninit memory.Michael Meeks2012-01-311-2/+6
* Use G_SOURCE_CONTINUE/REMOVEMatthias Clasen2012-01-303-3/+3
* wayland: Fix return type from gdk_wayland_window_configure()Kristian Høgsberg2012-01-301-1/+1
* wayland: Also synthesize a configure event from gdk_window_wayland_move_resizeKristian Høgsberg2012-01-292-28/+33
* gdkevents: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-3/+3
* gdk: Add macros for left, middle and right buttonsCarlos Garcia Campos2012-01-271-0/+31
* quartz: s/gdk_cursor_ref/g_object_ref/Michael Natterer2012-01-261-2/+2
* Bug 667691 - implement gdk_window_restack() for QuartzMichael Natterer2012-01-261-1/+12
* win32: fix gdk_win32_window_raiseDieter Verfaillie2012-01-251-1/+5
* gdkapplaunchcontext: Add tags to code exampleJavier Jardón2012-01-251-0/+2
* broadway: Properly handle masked websocket messagesAlexander Larsson2012-01-251-3/+12
* Fix visibility notification event reportingAlexander Larsson2012-01-201-1/+1
* quartz: add virtual modifiers already in GDK, just as X11 does itMichael Natterer2012-01-191-0/+7
* wayland: Destroy shell surface as we destroy the surfaceKristian Høgsberg2012-01-191-0/+1
* wayland: Report middle and right buttons correctlyKristian Høgsberg2012-01-181-2/+15
* wayland: Update modifiers handling to match new semanticsRob Bradford2012-01-181-5/+3
* wayland: Handle request for selection atoms when there's no selectionKristian Høgsberg2012-01-171-1/+1
* wayland: Adapt move_resize vfunc implementation to match semanticsRob Bradford2012-01-171-1/+5
* Add Since: to gdk_x11_device_get_id(), gdk_x11_device_manager_lookup(), gdk_x...Alexandre Rostovtsev2012-01-162-0/+6
* wayland: Set GdkWindow focused state based on keyboard focusKristian Høgsberg2012-01-163-30/+26
* wayland: Implement client side keyboard repeatKristian Høgsberg2012-01-161-4/+63
* x11: Fix the _NET_SUPPORTING_WM_CHECK window fetch to be spec compliantRui Matos2012-01-161-36/+53
* wayland: Free the internal selection data when the selection is clearedRob Bradford2012-01-131-0/+11
* wayland: Fix memory handling for the selection callbacksRob Bradford2012-01-132-5/+8
* wayland: Add basic API for setting and clearing the selection on the deviceRob Bradford2012-01-132-0/+158
* wayland: Expose basic mechanism for getting selection content by callbackRob Bradford2012-01-132-1/+127
* wayland: Add call to get types available for the selection as atomsRob Bradford2012-01-132-0/+41
* wayland: Remove unused variables to silence compiler warningRob Bradford2012-01-131-4/+0
* wayland: Set surface type based on GdkWindow hintKristian Høgsberg2012-01-131-2/+13
* wayland: Update to new SHM buffer format typeRob Bradford2012-01-131-1/+1
* wayland: Remove unused variable from grab implementationRob Bradford2012-01-121-3/+0
* wayland: Fix compilation warning for destroy function implementationRob Bradford2012-01-121-1/+1
* wayland: Fix implementation of gdk_atom_nameRob Bradford2012-01-121-2/+2
* wayland: Remove unused variableRob Bradford2012-01-121-1/+0
* Non-XInput2 build fixPatrick Welche2012-01-101-1/+1
* wayland: Constrain the window configure requests to the window's geometryRob Bradford2012-01-091-0/+11
* wayland: Implement set_geometry_hints vfuncRob Bradford2012-01-091-0/+10
* wayland: Make the resize and move functions use gdk_device_ungrabRob Bradford2012-01-091-25/+13
* wayland: Add implementations for the device_grab / device_ungrab vfuncsKristian Høgsberg2012-01-091-0/+46