summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-11-11In glxWinSetPixelFormat handle the case where wglChoosePixelFormatARB()Jon Turney1-20/+24
2015-11-11Check that window position is visible on non-rectangular virtual desktopsJon Turney1-8/+12
2015-11-11Ignore WM_NORMAL_HINTS PPosition if it is the originJon Turney1-7/+19
2015-11-11Correctly interpret WM_HINTS, WM_NORMAL_HINTS properties on x86_64Jon Turney1-8/+20
2015-11-11Give counts of pixel formats which couldn't be used for various reasonsJon Turney1-6/+26
2015-11-11Don't report pbuffer size limitsJon Turney1-5/+10
2015-11-11hw/xwin/glx: Don't create fbConfigs for un-accelerated pixelFormatsJon Turney1-0/+4
2015-11-11Fix sometimes missing sysmenu icon on Vista and laterJon Turney2-13/+23
2015-11-11Fix appearance of windows with only WM_NORMAL_HINTSJon Turney1-0/+4
2015-11-11Improve handling of no-decoration motif hintJon Turney1-1/+1
2015-11-11Remove decorations from _NET_WM_WINDOW_TYPE_SPLASH type windows.Jon Turney1-0/+9
2015-11-10hw/xwin: Allow gtk_window_maximize() to maximize window in multiwindow modeJon Turney1-0/+11
2015-11-10In multiwindow mode, flash taskbar for X windows which have the urgency hint setJon Turney1-0/+44
2015-11-10Improve multiwindow internal WM PropertyNotify debug outputJon Turney1-0/+9
2015-11-10hw/xwin: Display host architecture triplet in 'About...' dialogJon Turney2-2/+2
2015-11-10Merge branch 'xcbification'Jon Turney14-989/+620
2015-11-10Unsilence an XErrorHandlerJon Turney1-2/+0
2015-11-10XGetWMNormalHints() returns non-zero on successJon Turney1-2/+1
2015-11-10Undefine _XSERVER64 in multiwindow WMJon Turney3-62/+66
2015-11-10Work-around problems with using Xlib client macros in the server in a 64-bit ...Jon Turney3-10/+10
2015-11-10Adjust keyboard functions so that they are useful in a libraryJon Turney4-19/+32
2015-11-10Move keyboard event utility functions to wmutil libraryJon Turney11-315/+378
2015-11-10Adjust winMouseWheel() interface so it's useful in libraryJon Turney6-28/+63
2015-11-10Move winMouseWheel() to wmutil libraryJon Turney3-73/+117
2015-11-10Adjust winXCursorToHCURSOR() interface so it's useful in libraryJon Turney3-94/+140
2015-11-10Move winXCursorToHCURSOR() to wmutil libraryJon Turney4-288/+383
2015-11-10Rename ErrorF()->winError() in icon_convert.cJon Turney3-4/+18
2015-11-10Move winXIconToHICON() to wmutil libraryJon Turney5-534/+628
2015-11-10Tidy-up of winmsg.hJon Turney3-41/+14
2015-11-10hw/xwin: allow XKB configuration in XWinrcYaakov Selkowitz3-0/+104
2015-11-10hw/xwin: allow DPI configuration in XWinrcYaakov Selkowitz6-0/+32
2015-11-10Add crash reportingJon Turney1-0/+5
2015-11-10Log stdout and stderr for processes started from the notification area iconJon Turney1-16/+115
2015-11-10hw/xwin: Add XF86 xkb private actions for grab debugging to XWinJon Turney1-0/+32
2015-11-10Turn on -nolock if /tmp is on FAT or exFATJon Turney1-0/+22
2015-11-10Make AIGLX work in non-toplevel windowsJon Turney5-36/+319
2015-11-10Add an item to open the logfile to the default tray icon menuJon Turney2-3/+22
2015-11-10OS version detection and reportingJon Turney1-10/+95
2015-11-10Consolidate XInitThreads/XSupportsLocale() in a single place.Jon Turney3-38/+21
2015-11-10Avoid logging BUILDERADDRJon Turney1-1/+0
2015-11-10Fix the long-broken -silent-dup-error optionJon Turney2-78/+10
2015-11-10Xming: Fix the annoying menu/tooltip punch-through problem in -multiwindow mode.Colin Harrison1-0/+2
2015-11-10Cause the X server to terminate if the WM internal client thread exits due to...Jon Turney1-1/+22
2015-11-10xcbify internal window managerJon Turney3-569/+593
2015-11-10In multiwindow mode, do window minimization entirely in the WMJon Turney3-55/+20
2015-11-10Remove WM_(UN|)MANAGE messages, which are now never sentJon Turney4-24/+1
2015-11-10Remove allowOtherWM, which is now always FALSEJon Turney3-43/+9
2015-11-10Remove winIsInternalWMRunning(), which now always returns FALSEJon Turney4-292/+5
2015-11-10Warning fix for DMXJon Turney1-1/+1
2015-11-10Bodge around prototype scoping issues with winauth.cJon Turney2-0/+10