summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* GdkDeviceManagerXI2: don't set user_time on ButtonReleaseDan Winship2011-04-121-1/+2
* GdkWindowImplX11: Struct packing improvementsMatthias Clasen2011-04-121-3/+3
* GdkX11Screen: Struct packing improvementsMatthias Clasen2011-04-122-32/+34
* GdkX11DragContext: Struct packing improvementsMatthias Clasen2011-04-121-4/+3
* GdkX11DeviceXI: Struct packing improvementsMatthias Clasen2011-04-121-5/+4
* GdkScreen: Struct packing improvementsMatthias Clasen2011-04-121-3/+2
* GdkWindow: Struct packing improvementsMatthias Clasen2011-04-121-23/+26
* GdkDisplay: Struct packing improvementsMatthias Clasen2011-04-121-5/+4
* GdkCursor: Struct packing improvementsMatthias Clasen2011-04-121-2/+1
* Merge branch 'gdk-backend-wayland'Kristian Høgsberg2011-04-1217-1/+5560
|\
| * wayland: Add modifier masks for meta, hyper and super keysgdk-backend-waylandKristian Høgsberg2011-03-011-0/+39
| * wayland: Add another cursor (left-ptr)Kristian Høgsberg2011-03-011-0/+1
| * Merge remote-tracking branch 'origin/master' into gdk-backend-waylandKristian Høgsberg2011-02-2636-568/+631
| |\
| * | wayland: Map transient surfaces as suchKristian Høgsberg2011-02-111-5/+32
| * | wayland: Only set x, y, and modifiers if the pointers are non-NULLKristian Høgsberg2011-02-111-3/+6
| * | wayland: Remove window cursor hashKristian Høgsberg2011-02-111-17/+0
| * | wayland: There's only one screenKristian Høgsberg2011-02-113-23/+8
| * | wayland: Trim some unused struct fieldsKristian Høgsberg2011-02-115-77/+3
| * | wayland: Drop empty gdkscreen-wayland.hKristian Høgsberg2011-02-104-39/+1
| * | wayland: Drop GdkToplevelWayland and gdkwindow-wayland.hKristian Høgsberg2011-02-104-161/+48
| * | wayland: Fix resizing from other corners than just botton-rightKristian Høgsberg2011-02-103-15/+41
| * | wayland: Remove some fprintf debug messagesKristian Høgsberg2011-02-102-6/+0
| * | wayland: Fix hiding and withdrawing surfacesKristian Høgsberg2011-02-101-8/+9
| * | wayland: Keep a reference to the surface we last attachedKristian Høgsberg2011-02-102-34/+17
| * | wayland: Port over missing xkb functionality from X11 backendKristian Høgsberg2011-02-101-1/+89
| * | wayland: Copy gdk_wayland_keymap_translate_keyboard_state from X11 backendKristian Høgsberg2011-02-101-1/+183
| * | wayland: Adjust the hw keycode in key events for min_key_codeKristian Høgsberg2011-02-101-5/+4
| * | wayland: Add a few more cursorsKristian Høgsberg2011-02-101-0/+11
| * | wayland: Return surface coordinates and mask in window_at_positionKristian Høgsberg2011-02-101-0/+3
| * | wayland: Send visibility event after mapKristian Høgsberg2011-02-101-0/+3
| * | wayland: Fix indentationKristian Høgsberg2011-02-101-5/+5
| * | wayland: Unref the keyboard focus surface when losing keyboard focusKristian Høgsberg2011-02-101-1/+1
| * | wayland: Use GDK_NOTE for logging event debug messagesKristian Høgsberg2011-02-101-7/+30
| * | wayland: Set event screenKristian Høgsberg2011-02-101-0/+4
| * | wayland: Pretend selection works, print debug messageKristian Høgsberg2011-02-101-1/+4
| * | wayland: Copy translate_keyboard_string() form x11 backendKristian Høgsberg2011-02-101-52/+65
| * | wayland: Actually return device in _gdk_wayland_device_get_device()Kristian Høgsberg2011-02-101-1/+1
| * | wayland: Handle blank cursorKristian Høgsberg2011-02-101-6/+26
| * | wayland: Clear modifier mask before restoring from keyboard_focus valueKristian Høgsberg2011-02-091-0/+1
| * | wayland: Consolidate device and devicemanager implementationKristian Høgsberg2011-02-098-653/+516
| * | wayland: Support setting cursorsKristian Høgsberg2011-02-0913-162/+218
| * | wayland: Use wayland-eglKristian Høgsberg2011-02-083-84/+31
| * | Track 2.99.3 API changesKristian Høgsberg2011-02-085-83/+20
| * | Clean up buffer handling a bitKristian Høgsberg2011-02-052-83/+82
| * | Remove leftover _gdk_windowing_set_cairo_surface_size()Kristian Høgsberg2011-02-051-10/+0
| * | Hook up xkb_keysym_to_string and xkb_string_to_keysymKristian Høgsberg2011-02-051-2/+22
| * | Implement GdkKeymap using libxkbcommonKristian Høgsberg2011-02-055-41/+218
| * | Invalidate window on configureKristian Høgsberg2011-02-051-18/+21
| * | Create and attach buffer at process_updates timeKristian Høgsberg2011-02-053-73/+63
| * | Remove copy of grab enum that's now in wayland coreKristian Høgsberg2011-02-051-29/+12