summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* win32: Fix buildAlexander Larsson2013-02-181-1/+0
* Reimplement _NET_WM_SYNC_REQUEST inside X11 backendOwen W. Taylor2013-02-141-14/+0
* Move single-include guards inside include guardsMatthias Clasen2012-12-287-21/+21
* Fix broken function pointer declarations on windowsAlan McGovern2012-11-291-2/+3
* gdk: Don't use GDK_THREADS_ENTER/LEAVE macros internallyMatthias Clasen2012-07-301-6/+6
* Fix windres invocationРуслан Ижбулатов2012-06-192-2/+2
* win32: Fix up wintab supportAlexander Larsson2012-04-0310-398/+779
* win32: Ensure we update GDK_WINDOW_STATE_FOCUSEDAlexander Larsson2012-03-161-0/+5
* win32: Finish making query_state() vfunc a void vfuncKalev Lember2012-03-101-14/+9
* gdk: Make query_state() vfunc a void vfuncBenjamin Otte2012-03-092-14/+12
* win32: Remove some unused input stuff to make win32 build againAlexander Larsson2012-03-066-110/+17
* Change FSF AddressJavier Jardón2012-02-2734-102/+34
* 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