Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-31 | Import Mesa 17.2.8 | Jonathan Gray | |
2017-12-31 | Import Mesa 17.2.8 | Jonathan Gray | |
2017-12-31 | Import Mesa 17.2.8 | Jonathan Gray | |
2017-12-31 | Import Mesa 17.2.8 | Jonathan Gray | |
2017-12-31 | Import Mesa 17.2.8 | Jonathan Gray | |
2017-12-31 | Import Mesa 17.2.8 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2018-01-08 | Quick fix: exit after a failed execvp in u_spawn instead; previously we did in | Okan Demirmen | |
u_exec, but the introduction of re-exec'ing the previous invocation of cwm if 'exec_wm' failed missed the 'exec' failing path. Will likely split out as a proper fix. Odd behaviour reported by Ve Telko. | |||
2018-01-08 | Revert to Mesa 13.0.6 again. | Jonathan Gray | |
Corruption has again been reported on Intel hardware running Xorg with the modesetting driver (which uses OpenGL based acceleration instead of SNA acceleration the intel driver defaults to). Reported in various forms on Sandy Bridge (X220), Ivy Bridge (X230) and Haswell (X240). Confirmed to not occur with the intel driver but the xserver was changed to default to the modesetting driver on >= gen4 hardware (except Ironlake). One means of triggering this is to open a large pdf with xpdf on an idle machine and highlight a section of the document. There have been reports of gpu hangs on gen4 intel hardware (T500 with GM45, X61 with 965GM) when starting Xorg as well. | |||
2018-01-02 | Only exec the fallback when in CWM_EXEC_WM state. | Okan Demirmen | |
Broken quit noticed by Ve Telko. | |||
2017-12-31 | Import Mesa 17.2.8 | Jonathan Gray | |
2017-12-31 | Import Mesa 17.2.8 | Jonathan Gray | |
2017-12-31 | Import Mesa 17.2.8 | Jonathan Gray | |
2017-12-31 | Import Mesa 17.2.8 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2017-12-31 | If read() returns EIO, then the wsmouse device has gone away and our fd | Philip Guenther | |
to it is useless, so detach the xserver driver and close it. Modeled on similar code in xf86-input-{keyboard,mouse} reminded by Frank Groeneveld (frank (at) frankgroeneveld.nl) ok matthieu@ kettenis@ | |||
2017-12-31 | update | Jonathan Gray | |
2017-12-31 | Merge Mesa 17.2.8 | Jonathan Gray | |
2017-12-31 | Import Mesa 17.2.8 | Jonathan Gray | |
2017-12-31 | Import Mesa 17.2.8 | Jonathan Gray | |
2017-12-30 | Typo, from Julien Steinhauser. | Okan Demirmen | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2017-12-29 | If the replacement window manager fails to start, restart the fallback (the | Okan Demirmen | |
original invocation of cwm). | |||
2017-12-29 | Convert menu-exec-wm from an abritrary exec menu, into a config-based menu from | Okan Demirmen | |
which one may configure (wm <name> <path_and_args>) (and choose) specific window managers to replace the running one. 'wm cwm cwm' is included by default. No objections and seems sensible to sthen. | |||
2017-12-29 | As done for buttonrelease, work specific un-cycling and un-highlighting actions | Okan Demirmen | |
into the keyrelease event, only performing what's actually needed for each; should result in much fewer events against keyreleases. No intended behaviour change. Additionally, like we do for group membership, grab the keyboard only when required for cycling. | |||
2017-12-29 | Merge group_toggle_membership_leave into the buttonrelease event and only do | Okan Demirmen | |
border work for a group/ungroup action. | |||
2017-12-29 | add helper function client_show to bring together like actions for unhide/raise | Okan Demirmen | |
2017-12-27 | Add support for re-exec'ing with SIGHUP; equivalent to the already built-in | Okan Demirmen | |
'restart' function. | |||
2017-12-27 | Use poll and XNextEvent to replace XNextEvent blocking inside the x11 event | Okan Demirmen | |
handler. | |||
2017-12-22 | zap stray that snuck in | Okan Demirmen | |
2017-12-22 | Return the connection number for the display. | Okan Demirmen | |
2017-12-22 | Fix a few comments and while here, wrap some long lines. | Okan Demirmen | |
2017-12-19 | Use a variable to keep track of flags for menu_filter(). | Okan Demirmen | |