summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-05-13Warn about too large Windows -> X clipboard pastesJon Turney1-0/+18
2018-05-13Implement INCR protocol for X clipboard -> Windows clipboardJon Turney5-221/+290
2018-05-13Fix a problem with initially maximized windowsJon Turney2-30/+46
2018-05-13Re-order window creation processJon Turney4-35/+61
2018-05-13Remove a duplicate SW_SHOWNORMAL in winUpdateWindowsWindow()Jon Turney1-5/+0
2018-05-13Improvements to WM debugJon Turney1-4/+6
2018-05-13Downgrade xcb error reporting to debugJon Turney1-8/+8
2018-05-13Handle _NET_WM_STATE messagesJon Turney1-4/+46
2018-05-13Make all windows resizable unless WM_NORMAL_HINTS indicates otherwiseJon Turney1-1/+7
2018-05-13Avoid artefacts when resizing a windowJon Turney1-0/+24
2018-05-13Simpleminded composite attemptJon Turney10-7/+160
2018-05-13Push multiwindow wndproc WM_PAINT down into engineJon Turney4-36/+68
2018-05-13Align winBltExposedRegionsShadowGDI() with winTopLevelWindowProc's WM_PAINTJon Turney1-5/+30
2018-05-13hw/xwin: support SKIPTASKBAR style in XWinrcYaakov Selkowitz5-3/+30
2018-05-13Only apply MINIMIZE/MAXIMIZE style from XWinrc when mapping the windowJon Turney1-6/+12
2018-05-13Map window in WM_WINDOWPOSCHANGED not WM_SHOWWINDOWJon Turney1-64/+68
2018-05-13Don't alter window style in WM_SHOWWINDOWJon Turney2-12/+5
2018-05-13Rename WM_WM_MAP[23]Jon Turney3-10/+10
2018-05-13Update WM_STATE, _NET_WM_STATE when window state changesJon Turney1-37/+136
2018-05-13Track the window state in multiwindow mode.Jon Turney3-6/+67
2018-05-13Separate logfile name format and logfile nameJon Turney4-12/+10
2018-05-13Remove duplicate LogInit() callsJon Turney5-35/+6
2018-05-13Defend against crashes in glxWinScreenProbe()Jon Turney1-9/+108
2018-05-13Add EWMH properties for describing multiple desktops to the root windowYaakov Selkowitz1-4/+35
2018-05-13In glxWinSetPixelFormat handle the case where wglChoosePixelFormatARB()Jon Turney1-20/+24
2018-05-13Ignore WM_NORMAL_HINTS PPosition if it is the originJon Turney1-7/+19
2018-05-13Give counts of pixel formats which couldn't be used for various reasonsJon Turney1-6/+26
2018-05-13Don't report pbuffer size limitsJon Turney1-5/+10
2018-05-13hw/xwin/glx: Don't create fbConfigs for un-accelerated pixelFormatsJon Turney1-0/+4
2018-05-13Fix sometimes missing sysmenu icon on Vista and laterJon Turney2-13/+23
2018-05-13Establish the default style initially in winApplyHints()Jon Turney1-10/+18
2018-05-13hw/xwin: Allow gtk_window_maximize() to maximize window in multiwindow modeJon Turney1-0/+11
2018-05-13In multiwindow mode, flash taskbar for X windows which have the urgency hint setJon Turney1-0/+44
2018-05-13Improve multiwindow internal WM PropertyNotify debug outputJon Turney1-0/+9
2018-05-13hw/xwin: Display host system and architecture in 'About...' dialogJon Turney3-3/+6
2018-05-13Undefine _XSERVER64 in multiwindow WMJon Turney3-62/+67
2018-05-13Work-around problems with using Xlib client macros in the server in a 64-bit ...Jon Turney2-6/+6
2018-05-13Adjust keyboard functions so that they are useful in a libraryJon Turney4-19/+32
2018-05-13Move keyboard event utility functions to wmutil libraryJon Turney13-317/+382
2018-05-13Adjust winMouseWheel() interface so it's useful in libraryJon Turney7-28/+64
2018-05-13Move winMouseWheel() to wmutil libraryJon Turney4-73/+118
2018-05-13Adjust winXCursorToHCURSOR() interface so it's useful in libraryJon Turney3-94/+140
2018-05-13Move winXCursorToHCURSOR() to wmutil libraryJon Turney5-288/+386
2018-05-13Rename ErrorF()->winError() in icon_convert.cJon Turney3-5/+18
2018-05-13Move winXIconToHICON() to wmutil libraryJon Turney7-534/+651
2018-05-12hw/xwin: allow XKB configuration in XWinrcYaakov Selkowitz3-0/+104
2018-05-12hw/xwin: allow DPI configuration in XWinrcYaakov Selkowitz6-0/+32
2018-05-12Add crash reportingJon Turney1-0/+4
2018-05-10Log stdout and stderr for processes started from the notification area iconJon Turney1-16/+115
2018-05-10hw/xwin: Add XF86 xkb private actions for grab debugging to XWinJon Turney1-0/+32