summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Remove gdk_window_flush_if_exposing as its not needed anymoreAlexander Larsson2012-08-231-32/+0
* Fix flashing in non-double-buffered widgetsAlexander Larsson2012-08-231-35/+30
* gdkwindow.c: Fix up window debug codeAlexander Larsson2012-08-231-6/+44
* Avoid unnecessary window flushesAlexander Larsson2012-08-231-2/+3
* quartz: add evil casting to make sure time wraps correctly on 32bit machinesMichael Natterer2012-08-231-2/+5
* Implement gdk_quartz_keymap_lookup_keyJohn Ralls2012-08-221-5/+3
* Leave GDK_THREADS_ENTER/LEAVE visible for nowMatthias Clasen2012-08-061-4/+0
* Expand the thread deprecation documentationMatthias Clasen2012-08-011-1/+3
* Improve threading documentationMatthias Clasen2012-07-301-4/+13
* gdk: Deprecate thread functionsMatthias Clasen2012-07-302-0/+34
* gdk: Don't use GDK_THREADS_ENTER/LEAVE macros internallyMatthias Clasen2012-07-308-32/+34
* wayland: Fallback to setting transient windows if no seat availableRob Bradford2012-07-181-13/+15
* wayland: Don't compare against GdkWindowTypeHint as a bitmaskRob Bradford2012-07-181-3/+3
* wayland: Add default settings implementation for Wayland backend.José Dapena Paz2012-07-171-2/+68
* wayland: Initial version of keyboard key event handlingJosé Dapena Paz2012-07-162-455/+205
* wayland: Hook up _get_num_lock / _get_caps_lock to read from XKB stateJosé Dapena Paz2012-07-161-2/+4
* wayland: Remove unused function declarationRob Bradford2012-07-161-1/+0
* wayland: Remove annoying whitespaceRob Bradford2012-07-161-1/+0
* wayland: Create and expose an xkb_state on the keymap objectJosé Dapena Paz2012-07-162-2/+6
* wayland: Refactor the keymap handling so it is associated with deviceJosé Dapena Paz2012-07-164-71/+65
* wayland: Use the correct union member for axis eventsRob Bradford2012-07-161-1/+1
* wayland: implementation of pointer_handle_axis.José Dapena Paz2012-07-161-0/+35
* wayland: Implement the keyboard_enter/keyboard_leave eventsRob Bradford2012-07-161-0/+45
* wayland: data_device.data_offer now has a safe object wrapperRob Bradford2012-07-161-8/+2
* wayland: Process the keymap that is sent over from the compositorRob Bradford2012-07-165-0/+71
* wayland: Expose _gdk_wayland_display_get_keymap internallyRob Bradford2012-07-161-3/+3
* wayland: Ensure we destroy the shell surface when destroying the surfaceRob Bradford2012-07-121-11/+22
* wayland: wl_shell_surface_set_popup requires a valid seat and serialRob Bradford2012-07-121-1/+12
* wayland: Protocol update: wl_pointer_set_cursor takes a serialRob Bradford2012-07-121-1/+6
* wayland: Protocol update: wl_shell_surface_resize and _move take serialsRob Bradford2012-07-121-2/+9
* wayland: Save the serial number for the ping eventRob Bradford2012-07-121-0/+7
* wayland: Save the serial numbers for the pointer eventsRob Bradford2012-07-121-1/+12
* wayland: Add internal API for handling Wayland serial numbersRob Bradford2012-07-123-1/+19
* wayland: Ensure that _get_client_pointer returns a pointerRob Bradford2012-07-121-1/+12
* wayland: Port to libxkbcommon API changesRob Bradford2012-07-121-2/+2
* wayland: Switch to new wayland cursors mechanismRob Bradford2012-07-124-91/+77
* wayland: Protocol change: wl_buffer_damageRob Bradford2012-07-121-14/+0
* wayland: Protocol change: configure eventRob Bradford2012-07-121-1/+0
* wayland: Protocol change: wl_shell_surface_* take surfaces for parentsRob Bradford2012-07-121-2/+2
* wayland: Remove unused variableRob Bradford2012-07-121-1/+0
* wayland: Temporary disable/hackaround keyboard codeRob Bradford2012-07-121-4/+21
* wayland: Port to SHM pool allocation mechanismRob Bradford2012-07-121-30/+38
* wayland: Port to new input protocol mechanismRob Bradford2012-07-124-61/+377
* wayland: Load cursor theme using new Wayland cursor libraryRob Bradford2012-07-122-0/+26
* wayland: Remove unhelpful debug messageRob Bradford2012-07-121-3/+0
* wayland: Protocol change: ping event on shell_surfaceRob Bradford2012-07-121-0/+9
* wayland: Update to new header path for xkbcommonRob Bradford2012-07-123-3/+3
* Change signal parameter names in GdkWindow to be valid C identifiersPhil Clayton2012-07-111-8/+8
* Bug 676077: Fix handling of Keyboard Input on WindowsChun-wei Fan2012-06-251-1/+8
* GdkDevice: Fix an inverted assertionMatthias Clasen2012-06-201-1/+1