summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Fix move-resize emulation with XI2Matthias Clasen2011-12-091-0/+27
* wayland: Load cursors from wayland directory under XDG_DATA_DIRSRob Bradford2011-12-091-22/+44
* window: copy back window surface data when the implicit paint is flushedCosimo Cecchi2011-12-071-13/+17
* window: trivial cleanupCosimo Cecchi2011-12-061-1/+1
* window: remove unused arguments and variablesCosimo Cecchi2011-12-061-7/+3
* wayland: Port from wl_shell to wl_surface_shellRob Bradford2011-12-052-55/+56
* Merge branch 'transparent-windows'Alexander Larsson2011-12-053-230/+315
|\
| * gdk: gdk_window_get_update_area don't remove alpha covered areasAlexander Larsson2011-12-051-5/+16
| * gdk: gdk_window_move_regionAlexander Larsson2011-12-051-5/+59
| * gdk: Fix alpha window background paintings on non-implicit paintsAlexander Larsson2011-12-051-0/+14
| * gdk: Remove unused _gdk_window_calculate_full_clip_regionAlexander Larsson2011-12-052-113/+0
| * Handle has_alpha_background for parent-relative backgroundsAlexander Larsson2011-12-051-31/+82
| * gdk: Fix repaint of layered region during move_regionAlexander Larsson2011-12-011-1/+6
| * gdk: Fix repaint of layered region during scrollAlexander Larsson2011-12-011-2/+9
| * gdk: Fix repaint of layered region during raiseAlexander Larsson2011-12-011-17/+3
| * gdk: Make sure we don't copy to/from layered regions when moving a windowAlexander Larsson2011-12-011-3/+19
| * gdk: Track the layered areaAlexander Larsson2011-12-012-14/+41
| * gdk: Track wether windows have alpha in the backgroundAlexander Larsson2011-12-012-0/+52
| * testwindows: Test transparent backgroundsAlexander Larsson2011-12-011-0/+4
| * gdk: Expose bottommost windows firstAlexander Larsson2011-12-011-55/+41
| * gdk: Remove now unused region tags completelyAlexander Larsson2011-12-012-15/+0
* | wayland: Update to recent API changesKristian Høgsberg2011-12-025-85/+21
|/
* XI2: Push error traps around XIQueryDevice callsMatthias Clasen2011-11-302-12/+25
* win32: Make all GDK_WINDOW_TEMP always on topAlexander Larsson2011-11-251-8/+10
* Fix a typoMatthias Clasen2011-11-221-1/+1
* Revert "Clean up includes"Matthias Clasen2011-11-221-1/+1
* Clean up includesMatthias Clasen2011-11-221-1/+1
* win32: Don't double free stuff when finalizing drag contextAlexander Larsson2011-11-211-8/+0
* win32: Don't dereference keyboard_grab if it is NULLAlexander Larsson2011-11-211-1/+2
* win32: Make gdk_drag_context_new staticAlexander Larsson2011-11-211-1/+1
* win32: get rid of GdkDragContextPrivateWin32 and related machinery.Dieter Verfaillie2011-11-211-127/+118
* Fix gdk_cairo_region_create_from_surface on big endianMichel Dänzer2011-11-191-0/+4
* gdk: remove the GET_EFFECTIVE_KEYMAP() stuff from gdkkeys-x11.cMichael Natterer2011-11-182-72/+18
* gdk_x11_keymap_get_modifier_mask(): always return a valueMichael Natterer2011-11-181-2/+2
* Turn the private #define for the group-shifting modifier into APIMichael Natterer2011-11-184-1/+28
* Bug 663856 - Make option-foo accelerators use the right symbolMichael Natterer2011-11-181-5/+11
* win32: make fixup_event correctly ref all GdkWindow membersAlexander Larsson2011-11-171-0/+8
* ref, don't unref, requestor member when copying GdkEventsAlexander Larsson2011-11-171-1/+1
* Fix uninitialized digest_len field, causing WebSocket handshake to g_assert.C. Scott Ananian2011-11-141-2/+2
* quartz: fix a race condition when waking up the CGRunLoopMichael Natterer2011-11-111-3/+6
* win32: Make grab cursors work againAlexander Larsson2011-11-103-59/+46
* win32: Fix gdk_win32_window_translateAlexander Larsson2011-11-101-8/+58
* win32: fix pasting screenshots taken with PrintScreen or Alt+PrintScreenDieter Verfaillie2011-11-101-0/+11
* win32: fix some typosDieter Verfaillie2011-11-101-3/+3
* win32: Fix some warningsAlexander Larsson2011-11-105-5/+7
* win32: Ensure newly mapped toplevels are inside the workareaAlexander Larsson2011-11-101-0/+51
* win32: Fix placement at initial positionAlexander Larsson2011-11-101-6/+31
* win32: Fix synaptics trackpad issuesAlexander Larsson2011-11-101-7/+60
* win32: Add gdk_win32_window_get_impl_hwndAlexander Larsson2011-11-103-0/+10
* win32: Fix modal_hint handlingAlexander Larsson2011-11-103-30/+32