summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Fix out of source tree building for gdk/broadwayJean Parpaillon2012-10-221-2/+2
* wayland: Update to reflect protocol changesScott Moreau2012-10-196-44/+28
* Add gdk version macros for 3.8Stefano Facchini2012-10-171-0/+14
* quartz: Actually use the window background PATTERN colorKristian Rietveld2012-10-091-1/+1
* gdk: only emit display-opened after the default display has been setCosimo Cecchi2012-10-082-3/+7
* x11: Put function in header, don't declare them externBenjamin Otte2012-10-062-4/+4
* gdk: Ignore headers for declared functionsBenjamin Otte2012-10-064-1/+6
* Make process_all_updates draw synchronouslyAlexander Larsson2012-10-021-0/+5
* broadway: Use binary websockets if availableAlexander Larsson2012-10-014-19/+172
* broadway: Output message data directly to bufferAlexander Larsson2012-10-011-162/+93
* broadway: Encode urls directly into message bufferAlexander Larsson2012-10-011-56/+52
* broadway: Restructure outputAlexander Larsson2012-10-011-25/+27
* broadway: Fix indentationAlexander Larsson2012-10-011-22/+22
* broadway: Detect binary websockets supportAlexander Larsson2012-10-012-9/+23
* broadway: Centralize cmd parsingAlexander Larsson2012-10-011-79/+75
* 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