summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* gdk: remove the display->list_devices vfuncPaolo Borelli2016-02-292-33/+7
* win32: init wintab when the device manager is constructedPaolo Borelli2016-02-293-7/+5
* win32: actually call _gdk_win32_screen_on_displaychange_eventPaolo Borelli2016-02-291-0/+1
* gdk: remove the core_pointer field from GdkDisplayPaolo Borelli2016-02-291-4/+2
* win32: close the screen when disposing the displayPaolo Borelli2016-02-281-0/+2
* win32: factor out on_displaychange_event method for the screenPaolo Borelli2016-02-283-14/+16
* win32: make init_root_window private to the screen objectPaolo Borelli2016-02-283-4/+4
* win32: move functionPaolo Borelli2016-02-281-39/+39
* win32: rename initialization function for clarityPaolo Borelli2016-02-283-4/+5
* win32: do not confuse gtk-docPaolo Borelli2016-02-281-1/+1
* win32: move gdkvisual code in gdkscreenPaolo Borelli2016-02-286-373/+325
* gdk: calculate pixel color shift and precision lazilyPaolo Borelli2016-02-271-27/+21
* gdk: factor out utility shared among backendsPaolo Borelli2016-02-271-25/+0
* W32: Fix for commit 1f74f12d9, re-enabling decimal separator keyFredy Paquet2016-02-262-2/+22
* GDK W32: Fix the filling of MINMAXINFOРуслан Ижбулатов2016-02-261-19/+19
* Win32: fix warningPaolo Borelli2016-02-221-1/+1
* wip _gdk_displayPaolo Borelli2016-02-223-44/+55
* Win32: fold the gdkinput.c file in gdkdisplay-win32.cPaolo Borelli2016-02-227-78/+42
* Win32: remove leftover functionPaolo Borelli2016-02-221-6/+0
* Win32: free the monitors arrayPaolo Borelli2016-02-191-0/+6
* Win32: chain up screen finalizePaolo Borelli2016-02-191-5/+1
* Win32: remove the _gdk_monitors global variablePaolo Borelli2016-02-194-144/+154
* Win32: remove the _is_win8_or_above global variablePaolo Borelli2016-02-194-10/+8
* 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