summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* window: Fail if the parent window and the visual don't matchBenjamin Otte2012-09-281-0/+5
* quartz: Fix garbage content when windows are initially mappedKristian Rietveld2012-09-281-0/+19
* Fix gdk docs buildMatthias Clasen2012-09-181-1/+1
* GdkWindow: remove reference to a long-removed exampleMatthias Clasen2012-09-181-19/+0
* quartz: Bug 674108 - Hard crash due to wrong NSAutoreleasePool stackingMichael Natterer2012-09-141-16/+29
* Implement gtk-primary-button-warps-slider GtkSettingKristian Rietveld2012-09-111-0/+65
* gdk: s/availible/available/Bastien Nocera2012-09-101-1/+1
* gdk: fix GI annotation and document for {map,add}_virtual_modifiersDaiki Ueno2012-09-101-6/+5
* Be more strict in ignoring ineffective modifiersMatthias Clasen2012-09-091-3/+3
* Protect sectond call of nsevent hasPreciseScrollingDeltas from pre-LionJohn Ralls2012-09-031-1/+3
* Try harder to discriminate Shift-F10 and F10Matthias Clasen2012-09-011-5/+15
* 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