summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* Fix monitors enumeration bugVasiliy Nuzha2014-10-061-1/+1
* gdk: Deprecate static gravitiesBenjamin Otte2014-10-061-10/+0
* win32: provide an implementation for gdk_test_simulate_key().Jehan2014-09-221-1/+78
* Initialize impl_window for foreign W32 windowsРуслан Ижбулатов2014-09-081-0/+1
* win32: Set the right source deviceMatthias Clasen2014-08-151-1/+1
* Fix various warningsРуслан Ижбулатов2014-08-133-15/+17
* Fix some print format warningsРуслан Ижбулатов2014-08-132-3/+3
* Fix various warnings about unused thingsРуслан Ижбулатов2014-08-137-19/+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
* GDK W32: add environment variable to override system font scalingРуслан Ижбулатов2014-07-311-0/+9
* GDK W32: support font scalingРуслан Ижбулатов2014-07-311-0/+14
* W32: Implement rudimentary WM_NCHITTEST handlingРуслан Ижбулатов2014-07-293-8/+49
* 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
* win32: fix the buildMatthias Clasen2014-07-031-3/+2
* 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
* gdkevents-win32: Remove dead codeJasper St. Pierre2014-06-211-41/+2
* gdkwindow: Don't bother with a return parameter for queue_antiexposeJasper St. Pierre2014-06-211-4/+2
* gdkwindow: Remove the internal cairo_surface used for out-of-band paintingJasper St. Pierre2014-06-201-11/+0
* Use Adwaita on Windows tooMatthias Clasen2014-06-131-5/+1
* gdkselection-win32.c: Declare Variables At Top Of BlockChun-wei Fan2014-05-161-3/+6
* gdk/win32: VK_SNAPSHOT maps to GDK_PrintMarc-André Lureau2014-04-241-0/+2
* win32: add more clipboard data checks to avoid crashMarc-André Lureau2014-04-242-0/+8
* W32: correctly guess max window size from the size of the workarea of the scr...Руслан Ижбулатов2014-04-161-2/+21
* Revert "W32: RGBA GDK backend (broken)"Руслан Ижбулатов2014-04-103-44/+3
* Revert "W32: Implement composition check for GDK"Руслан Ижбулатов2014-04-103-56/+0
* W32: Implement composition check for GDKРуслан Ижбулатов2014-04-103-0/+56
* W32: RGBA GDK backend (broken)Руслан Ижбулатов2014-04-103-3/+44
* gdkproperty-win32.c: Fix gtk-font-name handlingChun-wei Fan2014-03-281-0/+30
* Implement get_root_origin generically for all backendsJasper St. Pierre2014-03-171-22/+0
* Remove the return value of GdkWindowImpl::get_root_coordsJasper St. Pierre2014-02-271-2/+1
* Gdk: fix wrong user_data handling in resize_cairo_surface()Giovanni Campagna2014-02-261-4/+2
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-073-7/+7
* docs: use proper apostropheWilliam Jon McCann2014-02-073-6/+6
* win32: remove useless comment since we do not support win98 anymoreIgnacio Casal Quinteiro2014-01-271-7/+0
* win32: handle again gtk-font-nameIgnacio Casal Quinteiro2014-01-271-4/+2
* GDK-Win32: Ensure sources use UNIX line endingsChun-wei Fan2013-12-042-477/+477
* Win32: Set the shows-desktop platform settingMatthias Clasen2013-11-151-0/+6
* gdk/win32/gdkevents-win32.c: Fix typoChun-wei Fan2013-11-131-1/+1
* Handle recursion from motion event handlersOwen W. Taylor2013-11-111-2/+2
* gdk/win32: remove extra allocation for \r removalMarc-André Lureau2013-11-091-6/+4
* Win32 : fixes Bug 679019 (Popup menu misplaced in dual monitor)Manuel Bachmann2013-11-011-0/+6
* Win32: Honor the geometry when GDK_HINT_MAX_SIZE is set.Cody Russell2013-10-311-2/+6
* gdk/win32/gdkdevice-virtual.c: Various fixesChun-wei Fan2013-08-261-5/+5