summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* win32: Always pass a window to the default event filtersBenjamin Otte2016-02-111-5/+6
* win32: Remove _gdk_display usge from dnd codeBenjamin Otte2016-02-111-35/+17
* win32: Make cursor code work without _gdk_displayBenjamin Otte2016-02-111-16/+8
* win32: Stop using _gdk_display global in device codeBenjamin Otte2016-02-114-15/+17
* win32: Remove deprecation warnings in dnd codeBenjamin Otte2016-02-111-27/+15
* win32: Remove deprecation warnings in devicemanager codeBenjamin Otte2016-02-111-11/+12
* win32: Use g_set_object()Benjamin Otte2016-02-111-24/+10
* win32: Fix empty body warningBenjamin Otte2016-02-111-1/+3
* win32: properly handle show and focusIgnacio Casal Quinteiro2016-02-081-3/+12
* win32: on focus restore the window if iconifiedYevgen Muntyan2016-02-081-0/+3
* win32 geometry: reorganize code to avoid prototypesIgnacio Casal Quinteiro2016-01-231-22/+19
* win32 device manager: reorganize code to avoid prototypesIgnacio Casal Quinteiro2016-01-231-21/+12
* win32 virtual device: reorganize code to avoid prototypesIgnacio Casal Quinteiro2016-01-231-61/+21
* win32 device: reorganize code to avoid prototypesIgnacio Casal Quinteiro2016-01-231-67/+27
* wintab: reorganize code to avoid prototypesIgnacio Casal Quinteiro2016-01-231-66/+21
* W32: Detect ticks wraparoundРуслан Ижбулатов2016-01-181-1/+3
* win32: get rid of _gdk_screen global variableIgnacio Casal Quinteiro2016-01-156-19/+25
* win32: fix warningIgnacio Casal Quinteiro2016-01-151-1/+1
* GDK W32: Don't use WM-drawn shadow for tooltipsРуслан Ижбулатов2016-01-141-2/+1
* win32: remove _gdk_root global variablePaolo Borelli2016-01-1411-101/+124
* W32: avoid code duplication in gdkdevice-win32|virtualPaolo Borelli2015-12-223-106/+15
* Win32: call dnd exit when finalizing the displayPaolo Borelli2015-12-171-0/+1
* Win32: move CoInitialize to dnd initPaolo Borelli2015-12-172-2/+4
* win32: Use GdkSeatDefault to implement GdkSeatCarlos Garnacho2015-12-153-0/+29
* gdk: Allow passing the start coordinates in drag_beginMatthias Clasen2015-12-132-2/+4
* GDK W32: Add a comment for clarityРуслан Ижбулатов2015-11-261-0/+3
* GDK W32: Clarify the use of the second argument to SetWindowPos()Руслан Ижбулатов2015-11-261-10/+24
* GDK W32: Don't use SetWindowLong() to set/unset WS_EX_TOPMOSTРуслан Ижбулатов2015-11-261-8/+38
* GDK W32: Only restack windows with matching always-on-top statusРуслан Ижбулатов2015-11-221-3/+46
* GDK W32: Refactor restacking functions a bitРуслан Ижбулатов2015-11-221-82/+95
* win32: do not use g_clear_pointer also on the clipboard windowIgnacio Casal Quinteiro2015-11-131-2/+6
* win32: do not use g_clear_pointer to destroy the windowIgnacio Casal Quinteiro2015-11-131-1/+6
* win32: destroy clipboard notification window on disposeIgnacio Casal Quinteiro2015-11-122-21/+28
* win32: chain up on display disposeIgnacio Casal Quinteiro2015-11-121-1/+3
* win32: handle WM_DISPLAYCHANGE globallyPaolo Borelli2015-10-313-14/+84
* win32: Fix introspection syntaxMatthias Clasen2015-10-221-1/+1
* Don't use g_slist_next in the windows backendMatthias Clasen2015-10-202-6/+6
* Clean up handling of _gdk_win32_grab_cursorMatthias Clasen2015-10-171-4/+2
* W32: Add missing reference taking in gdk_device_virtual_grab()Руслан Ижбулатов2015-10-171-1/+1
* win32: fix warnings about signed/unsigned mismatchIgnacio Casal Quinteiro2015-10-164-10/+11
* win32: use the same type as the prototypeIgnacio Casal Quinteiro2015-10-161-1/+1
* win32: use the same parameter name as the implementationIgnacio Casal Quinteiro2015-10-082-2/+2
* gdk: Finish conversion to in-struct GdkWindow list nodesAlexander Larsson2015-09-211-4/+3
* MSVC Builds: Massive Rename of ProjectsChun-wei Fan2015-09-151-8/+8
* build: Clean Up Visual Studio Project GenerationChun-wei Fan2015-09-151-0/+17
* GDK W32: Add missing commasРуслан Ижбулатов2015-08-141-2/+2
* win32: Support all css cursor namesMatthias Clasen2015-07-261-0/+10
* gdk-win32: Send fake release key event for shift keyPavel Grunt2015-07-231-0/+34
* GDK: Add cursor theme support to W32 backendРуслан Ижбулатов2015-05-206-74/+721
* GDK: Use GdkCursor objects to keep track of W32 cursors, not HCURSORРуслан Ижбулатов2015-05-205-92/+47