summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* GdkScreen: fix precondition checks in the public APIMichael Natterer2012-02-211-15/+14
* win32: fix gdk_win32_window_raiseDieter Verfaillie2012-01-251-1/+5
* Add gdk_screen_get_monitor_workareaMatthias Clasen2011-12-181-1/+2
* win32: Make all GDK_WINDOW_TEMP always on topAlexander Larsson2011-11-251-8/+10
* win32: Don't double free stuff when finalizing drag contextAlexander Larsson2011-11-211-8/+0
* win32: Don't dereference keyboard_grab if it is NULLAlexander Larsson2011-11-211-1/+2
* win32: Make gdk_drag_context_new staticAlexander Larsson2011-11-211-1/+1
* win32: get rid of GdkDragContextPrivateWin32 and related machinery.Dieter Verfaillie2011-11-211-127/+118
* win32: make fixup_event correctly ref all GdkWindow membersAlexander Larsson2011-11-171-0/+8
* win32: Make grab cursors work againAlexander Larsson2011-11-103-59/+46
* win32: Fix gdk_win32_window_translateAlexander Larsson2011-11-101-8/+58
* win32: fix pasting screenshots taken with PrintScreen or Alt+PrintScreenDieter Verfaillie2011-11-101-0/+11
* win32: fix some typosDieter Verfaillie2011-11-101-3/+3
* win32: Fix some warningsAlexander Larsson2011-11-105-5/+7
* win32: Ensure newly mapped toplevels are inside the workareaAlexander Larsson2011-11-101-0/+51
* win32: Fix placement at initial positionAlexander Larsson2011-11-101-6/+31
* win32: Fix synaptics trackpad issuesAlexander Larsson2011-11-101-7/+60
* win32: Add gdk_win32_window_get_impl_hwndAlexander Larsson2011-11-102-0/+9
* win32: Fix modal_hint handlingAlexander Larsson2011-11-103-30/+32
* 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: 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