summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* gdk: don't install gdkversionmacros.h twiceCosimo Cecchi2012-02-271-1/+1
* Add some documentation around deprecationsMatthias Clasen2012-02-272-1/+29
* gdk: correct a 'Since' note in the docsMatthias Clasen2012-02-271-1/+1
* gdk: Use versioned deprecationsMatthias Clasen2012-02-2712-20/+44
* Add versioned deprecation macrosMatthias Clasen2012-02-273-1/+192
* gdk: pull more precondition checks into the generic gdkscreen.cMichael Natterer2012-02-244-24/+5
* Clean up whitespace in _gdk_window_got_eventMatthias Clasen2012-02-231-54/+49
* gdk: Ensure that GdkPointerWindowInfo is only generated for pointersCarlos Garnacho2012-02-232-11/+18
* Fix an uninitialized variable warningMatthias Clasen2012-02-231-1/+1
* xi2: Get the effective group state by ORing the XIGroupState valuesCarlos Garnacho2012-02-231-1/+1
* gdk: Keep track of the last slave device usedCarlos Garnacho2012-02-233-4/+17
* quartz: implement GdkScreen::get_monitor_workarea()Michael Natterer2012-02-231-1/+25
* quartz: make function keys work (again?)Michael Natterer2012-02-231-28/+41
* x11: s/_/-/ in signal name "window-manager-changed"Michael Natterer2012-02-211-1/+1
* GdkScreen: fix precondition checks in the public APIMichael Natterer2012-02-216-156/+99
* 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