summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
...
* win32: Don't use API_CALL for SetWindowLongAlexander Larsson2011-11-101-3/+3
* win32: Make flush/sync work like in XAlexander Larsson2011-11-103-15/+10
* win32: Add custom placements for some window typesAlexander Larsson2011-11-102-2/+90
* win32: More robust way to ensure we get a configure event after move/resizeAlexander Larsson2011-11-103-42/+21
* win32: Ensure we always send a configure event when changing size/posAlexander Larsson2011-11-103-9/+50
* win32: By default, allow windows larger than the screenAlexander Larsson2011-11-101-0/+3
* win32: Fix size or style changes during fullscreenAlexander Larsson2011-11-101-12/+19
* win32: Use WM_NCDESTROY instead of WM_DESTROYAlexander Larsson2011-11-101-1/+1
* win32: Don't remove the window from the handle table on destroyAlexander Larsson2011-11-101-2/+0
* win32: Make set_keep_above work also for non-mapped windowsAlexander Larsson2011-11-101-21/+21
* win32: Send window-state-changes before configure eventsAlexander Larsson2011-11-102-33/+35
* win32: Send initial configureAlexander Larsson2011-11-101-2/+3
* win32: Ignore client requested window move/size during SIZEMOVEAlexander Larsson2011-11-104-2/+19
* win32: Remove most special casing of WINPOSCHANGED during modal opsAlexander Larsson2011-11-101-117/+86
* win32: Fix missed resize exit messageAlexander Larsson2011-11-101-1/+10
* win32: Handle all window changes in WINDOWPOSCHANGEDAlexander Larsson2011-11-101-169/+138
* win32: Fix up window_showAlexander Larsson2011-11-101-55/+15
* win32: Call GetQueueStatus instead of PeekMessage PM_NOREMOVEDieter Verfaillie2011-11-101-6/+3
* win32: Better crossing events and grab destination reportingAlexander Larsson2011-11-101-76/+314
* win32: Record the native event mask in useAlexander Larsson2011-11-102-4/+14
* win32: Use right native_window for implicit grabsAlexander Larsson2011-11-101-2/+2
* win32: in window_at_pointer, ensure that we handle non-client areas correctlyAlexander Larsson2011-11-101-5/+18
* win32: Handle implicit grabsAlexander Larsson2011-11-101-1/+20
* win32: Update input device code to use the new property names in constructorAlexander Larsson2011-11-101-2/+2
* win32: Fix up initialization order of input subsystemAlexander Larsson2011-11-103-4/+7
* win32: Fix DnD when drag icon is below the pointerDieter Verfaillie2011-11-101-19/+60
* win32: dnd should not be registerd for offscreen windowsDieter Verfaillie2011-11-101-0/+3
* Win32: Fix _gdk_windowing_window_at_pointer to correctly return a toplevelPeter Clifton2011-11-101-26/+50
* Win32: Ensure native back-end for windows where the user requests their handlePeter Clifton2011-11-101-0/+10
* Add G_ENABLE_DEBUG #ifdef check in gdkdisplay-win32.cChun-wei Fan2011-11-101-0/+3
* win32: resurect Windows clipboard selection notificationMarc-André Lureau2011-11-103-26/+200
* win32: Resurrect some enter/leave notify events for native windowsHans Breuer2011-11-101-12/+14
* win32: Never pass SWP_NOSIZE or SWP_NOMOVE to SetWindowPosNeil Roberts2011-11-101-12/+3
* broadway: Initial support fro V7+ websocketsMichael Meeks2011-11-104-148/+386
* Drop use of GDK_DISABLE_DEPRECATED guards in gdkMatthias Clasen2011-11-094-14/+0
* Drop references to g_thread_init()Matthias Clasen2011-11-091-14/+11
* quartz: include all buttons' state in GdkEventMotion.stateMichael Natterer2011-11-091-17/+2
* quartz: include all buttons' states in GdkEventButton.stateMichael Natterer2011-11-091-5/+6
* Bug 663605 - Fix event->state of many event types on quartzMichael Natterer2011-11-081-34/+63
* x11: Implement GDK_WINDOW_STATE_FOCUSED on top of _NET_WM_STATE_FOCUSEDRui Matos2011-11-082-1/+30
* gdk: Add GDK_WINDOW_STATE_FOCUSED to GdkWindowStateRui Matos2011-11-082-2/+4
* gdk: exclude MOD1 from the virtual modifier mappingMichael Natterer2011-11-071-8/+12
* quartz: handle recursive CFRunLoopsMichael Natterer2011-11-061-20/+29
* quartz: use get_toplevel_from_ns_event in one more placeKristian Rietveld2011-11-061-6/+1
* quartz: make gdk_quartz_osx_version conform to coding styleKristian Rietveld2011-11-061-6/+5
* quartz: make test_resize () conform to coding styleKristian Rietveld2011-11-061-16/+15
* quartz: Process motion events within windows bounds without window setKristian Rietveld2011-11-061-10/+54
* quartz: Factor out toplevel from NSEvent code into functionKristian Rietveld2011-11-061-9/+25
* quartz: Separate out screen_point conversion in functionKristian Rietveld2011-11-061-37/+22
* quartz: remove unused variableKristian Rietveld2011-11-061-5/+0