summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* win32: get rid of GdkDragContextPrivateWin32 and related machinery.Dieter Verfaillie2011-11-211-127/+118
* Fix gdk_cairo_region_create_from_surface on big endianMichel Dänzer2011-11-191-0/+4
* gdk: remove the GET_EFFECTIVE_KEYMAP() stuff from gdkkeys-x11.cMichael Natterer2011-11-182-72/+18
* gdk_x11_keymap_get_modifier_mask(): always return a valueMichael Natterer2011-11-181-2/+2
* Turn the private #define for the group-shifting modifier into APIMichael Natterer2011-11-184-1/+28
* Bug 663856 - Make option-foo accelerators use the right symbolMichael Natterer2011-11-181-5/+11
* win32: make fixup_event correctly ref all GdkWindow membersAlexander Larsson2011-11-171-0/+8
* ref, don't unref, requestor member when copying GdkEventsAlexander Larsson2011-11-171-1/+1
* Fix uninitialized digest_len field, causing WebSocket handshake to g_assert.C. Scott Ananian2011-11-141-2/+2
* quartz: fix a race condition when waking up the CGRunLoopMichael Natterer2011-11-111-3/+6
* win32: Make grab cursors work againAlexander Larsson2011-11-103-59/+46
* win32: Fix gdk_win32_window_translateAlexander Larsson2011-11-101-8/+58
* win32: fix pasting screenshots taken with PrintScreen or Alt+PrintScreenDieter Verfaillie2011-11-101-0/+11
* win32: fix some typosDieter Verfaillie2011-11-101-3/+3
* win32: Fix some warningsAlexander Larsson2011-11-105-5/+7
* win32: Ensure newly mapped toplevels are inside the workareaAlexander Larsson2011-11-101-0/+51
* win32: Fix placement at initial positionAlexander Larsson2011-11-101-6/+31
* win32: Fix synaptics trackpad issuesAlexander Larsson2011-11-101-7/+60
* win32: Add gdk_win32_window_get_impl_hwndAlexander Larsson2011-11-103-0/+10
* win32: Fix modal_hint handlingAlexander Larsson2011-11-103-30/+32
* win32: Don't use API_CALL for SetWindowLongAlexander Larsson2011-11-101-3/+3
* win32: Make flush/sync work like in XAlexander Larsson2011-11-103-15/+10
* win32: Add custom placements for some window typesAlexander Larsson2011-11-102-2/+90
* win32: More robust way to ensure we get a configure event after move/resizeAlexander Larsson2011-11-103-42/+21
* win32: Ensure we always send a configure event when changing size/posAlexander Larsson2011-11-103-9/+50
* win32: By default, allow windows larger than the screenAlexander Larsson2011-11-101-0/+3
* win32: Fix size or style changes during fullscreenAlexander Larsson2011-11-101-12/+19
* win32: Use WM_NCDESTROY instead of WM_DESTROYAlexander Larsson2011-11-101-1/+1
* win32: Don't remove the window from the handle table on destroyAlexander Larsson2011-11-101-2/+0
* win32: Make set_keep_above work also for non-mapped windowsAlexander Larsson2011-11-101-21/+21
* win32: Send window-state-changes before configure eventsAlexander Larsson2011-11-102-33/+35
* win32: Send initial configureAlexander Larsson2011-11-101-2/+3
* win32: Ignore client requested window move/size during SIZEMOVEAlexander Larsson2011-11-104-2/+19
* win32: Remove most special casing of WINPOSCHANGED during modal opsAlexander Larsson2011-11-101-117/+86
* win32: Fix missed resize exit messageAlexander Larsson2011-11-101-1/+10
* win32: Handle all window changes in WINDOWPOSCHANGEDAlexander Larsson2011-11-101-169/+138
* win32: Fix up window_showAlexander Larsson2011-11-101-55/+15
* win32: Call GetQueueStatus instead of PeekMessage PM_NOREMOVEDieter Verfaillie2011-11-101-6/+3
* win32: Better crossing events and grab destination reportingAlexander Larsson2011-11-101-76/+314
* win32: Record the native event mask in useAlexander Larsson2011-11-102-4/+14
* win32: Use right native_window for implicit grabsAlexander Larsson2011-11-101-2/+2
* win32: in window_at_pointer, ensure that we handle non-client areas correctlyAlexander Larsson2011-11-101-5/+18
* win32: Handle implicit grabsAlexander Larsson2011-11-101-1/+20
* win32: Update input device code to use the new property names in constructorAlexander Larsson2011-11-101-2/+2
* win32: Fix up initialization order of input subsystemAlexander Larsson2011-11-103-4/+7
* win32: Fix DnD when drag icon is below the pointerDieter Verfaillie2011-11-101-19/+60
* win32: dnd should not be registerd for offscreen windowsDieter Verfaillie2011-11-101-0/+3
* Win32: Fix _gdk_windowing_window_at_pointer to correctly return a toplevelPeter Clifton2011-11-101-26/+50
* Win32: Ensure native back-end for windows where the user requests their handlePeter Clifton2011-11-101-0/+10
* Add G_ENABLE_DEBUG #ifdef check in gdkdisplay-win32.cChun-wei Fan2011-11-101-0/+3