summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkwindow-win32.c
Commit message (Expand)AuthorAgeFilesLines
* 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: Implement show_window_menu()Руслан Ижбулатов2016-03-291-0/+29
* GDK W32: Erase hidden layered windows before showing themРуслан Ижбулатов2016-03-291-16/+91
* 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
* Initialize impl_window for foreign W32 windowsРуслан Ижбулатов2014-09-081-0/+1
* gdkwindow-win32.c: Fix build on Visual C++Chun-wei Fan2014-08-061-1/+1
* When wrapping a foreign W32 window, don't forget to store its HWNDРуслан Ижбулатов2014-08-051-0/+1
* Suppress a warning from SetWindowLongPtr()Руслан Ижбулатов2014-08-041-2/+18
* W32: Don't crash when opacity is set for non-toplevelРуслан Ижбулатов2014-08-021-2/+1
* W32: Implement rudimentary WM_NCHITTEST handlingРуслан Ижбулатов2014-07-291-3/+2
* Remove gdk_win32_input_shape_combine_region()Руслан Ижбулатов2014-07-241-4/+4
* win32: remove set but not used variablesIgnacio Casal Quinteiro2014-07-231-17/+0
* gdkwindow: Provide a default implementation of process_updates_recurseJasper St. Pierre2014-06-221-8/+0
* gdkwidow: Make queue_antiexpose optionalJasper St. Pierre2014-06-211-7/+0
* gdkwindow-win32: Remove queue_antiexpose implementationJasper St. Pierre2014-06-211-9/+0
* gdkwindow: Don't bother with a return parameter for queue_antiexposeJasper St. Pierre2014-06-211-4/+2