summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkwindow-win32.c
Commit message (Expand)AuthorAgeFilesLines
...
* API: window: Remove suppport for changing wmclass_name/groupBenjamin Otte2016-10-161-6/+2
* GDK W32: Fix dragging AeroSnap applicationРуслан Ижбулатов2016-06-051-5/+5
* GDK W32: Fix positioning of reparented windowJeremy Tan2016-04-151-3/+3
* GDK W32: Fix bounding rect calculation on window creation The bounding rect s...Jeremy Tan2016-04-131-2/+2
* GDK W32: Deduplicate reparentingРуслан Ижбулатов2016-04-121-9/+0
* win32: rollback change and use _gdk_displayIgnacio Casal Quinteiro2016-04-111-1/+1
* GDK W32: Don't move windows into top-left corner on style changeРуслан Ижбулатов2016-04-061-1/+1
* GDK W32: Use a dumb window class for decorative windowsРуслан Ижбулатов2016-03-301-1/+42
* GDK W32: Add/subtract shadow when (un)snappingРуслан Ижбулатов2016-03-301-21/+124
* GDK W32: Add/subtract shadow when drag-resizingРуслан Ижбулатов2016-03-301-0/+21
* GDK W32: Draw snap indicators for AeroSnapРуслан Ижбулатов2016-03-301-15/+512
* GDK W32: Add drag-to-snap feature to AeroSnapРуслан Ижбулатов2016-03-301-0/+681
* GDK W32: Improve AeroSnap - don't resize windows that fitРуслан Ижбулатов2016-03-301-7/+61
* GDK W32: Re-implement AeroSnap for CSD windowsРуслан Ижбулатов2016-03-301-0/+273
* GDK W32: Erase hidden layered windows before showing themРуслан Ижбулатов2016-03-291-16/+91
* GDK W32: Implement show_window_menu()Руслан Ижбулатов2016-03-291-0/+29
* GDK W32: Don't move iconic windowsРуслан Ижбулатов2016-03-181-8/+24
* GDK W32: Fix shown window position calculation for dialogs and splashesРуслан Ижбулатов2016-03-141-3/+3
* GDK W32: Fix pointer-under-window code for custom resizeРуслан Ижбулатов2016-03-141-6/+40
* GDK W32: Fix a typoРуслан Ижбулатов2016-03-121-1/+1
* GDK W32: Partially rollback the custom resize for GL windowsРуслан Ижбулатов2016-03-101-27/+90
* GDK-Win32: Make update_stye_bits() available within the backendChun-wei Fan2016-03-081-11/+10
* Win32: Disable layered windows for GLChun-wei Fan2016-03-081-3/+11
* Remove unused variableРуслан Ижбулатов2016-03-031-1/+0
* GDK W32: Fix redrawing during drag-move with no compositionРуслан Ижбулатов2016-03-031-8/+40
* GDK W32: Set default cursor from our own theme right awayРуслан Ижбулатов2016-03-031-0/+10
* GDK W32: Force correct mouse cursor for custom resize/moveРуслан Ижбулатов2016-03-031-7/+82
* GDK W32: Use layered windowsРуслан Ижбулатов2016-03-021-36/+279
* GDK W32: custom (non-WM) drag-move and drag-resize codeРуслан Ижбулатов2016-03-021-60/+328
* wip _gdk_displayPaolo Borelli2016-02-221-7/+8
* 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: get rid of _gdk_screen global variableIgnacio Casal Quinteiro2016-01-151-3/+3
* GDK W32: Don't use WM-drawn shadow for tooltipsРуслан Ижбулатов2016-01-141-2/+1
* win32: remove _gdk_root global variablePaolo Borelli2016-01-141-62/+33
* 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
* Don't use g_slist_next in the windows backendMatthias Clasen2015-10-201-2/+2
* gdk: Finish conversion to in-struct GdkWindow list nodesAlexander Larsson2015-09-211-4/+3
* GDK: Add cursor theme support to W32 backendРуслан Ижбулатов2015-05-201-1/+4
* GDK: Use GdkCursor objects to keep track of W32 cursors, not HCURSORРуслан Ижбулатов2015-05-201-39/+10
* GDK-W32: remove trailing whitespace everywhereРуслан Ижбулатов2015-04-291-104/+104
* Enable RGBA windows on W32Руслан Ижбулатов2015-04-291-2/+51
* gdk-win32: Clean Up A BitChun-wei Fan2015-04-171-6/+2
* Revert "gdk-win32: Clean Up A Bit"Chun-wei Fan2015-04-171-2/+6
* gdk-win32: Clean Up A BitChun-wei Fan2015-04-171-6/+2
* Add OpenGL Support for the GDK Windows BackendChun-wei Fan2014-12-171-7/+17
* gdk: Deprecate static gravitiesBenjamin Otte2014-10-061-10/+0