summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-22import Mesa 11.0.6Jonathan Gray
2018-01-08Quick fix: exit after a failed execvp in u_spawn instead; previously we did inOkan 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-08Revert 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-02Only exec the fallback when in CWM_EXEC_WM state.Okan Demirmen
Broken quit noticed by Ve Telko.
2017-12-31Import Mesa 17.2.8Jonathan Gray
2017-12-31Import Mesa 17.2.8Jonathan Gray
2017-12-31Import Mesa 17.2.8Jonathan Gray
2017-12-31Import Mesa 17.2.8Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2017-12-31If read() returns EIO, then the wsmouse device has gone away and our fdPhilip 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-31updateJonathan Gray
2017-12-31Merge Mesa 17.2.8Jonathan Gray
2017-12-31Import Mesa 17.2.8Jonathan Gray
2017-12-31Import Mesa 17.2.8Jonathan Gray
2017-12-30Typo, from Julien Steinhauser.Okan Demirmen
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2017-12-29If the replacement window manager fails to start, restart the fallback (theOkan Demirmen
original invocation of cwm).
2017-12-29Convert menu-exec-wm from an abritrary exec menu, into a config-based menu fromOkan 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-29As done for buttonrelease, work specific un-cycling and un-highlighting actionsOkan 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-29Merge group_toggle_membership_leave into the buttonrelease event and only doOkan Demirmen
border work for a group/ungroup action.
2017-12-29add helper function client_show to bring together like actions for unhide/raiseOkan Demirmen
2017-12-27Add support for re-exec'ing with SIGHUP; equivalent to the already built-inOkan Demirmen
'restart' function.
2017-12-27Use poll and XNextEvent to replace XNextEvent blocking inside the x11 eventOkan Demirmen
handler.
2017-12-22zap stray that snuck inOkan Demirmen
2017-12-22Return the connection number for the display.Okan Demirmen
2017-12-22Fix a few comments and while here, wrap some long lines.Okan Demirmen
2017-12-19Use a variable to keep track of flags for menu_filter().Okan Demirmen
2017-12-19Add support for _NET_WM_STATE_SKIP_PAGER and _NET_WM_STATE_SKIP_TASKBAR; eerilyOkan Demirmen
close to cwm's 'ignore'. Roughly based on an initial diff from Walter Alejandro Iglesias, but with support for both Atoms and without cwm-based bindings.
2017-12-16syncTheo de Raadt
2017-12-15Update to FreeType 2.8.1David Coppa
OK matthieu@
2017-12-15remove duplicate ExposureMaskOkan Demirmen
2017-12-13Disable Unicode canonical composition by default because that'sIngo Schwarze
less surprising and makes copy and paste work better, even though some none-default fonts currently do not display combining accents. Problem reported by Philippe Meunier <meunier at ccs dot neu dot edu>. Root cause found by bentley@. OK bentley@, and the general direction was also supported by stsp@.
2017-12-13move variable declarations up, to match everything elseOkan Demirmen
2017-12-12clean up after previous (noprompt removal)Okan Demirmen
2017-12-11Unconditionally show prompt on menus, regardless of invocation.Okan Demirmen
2017-12-10Remove libpthread-stubs.Matthieu Herrb
2017-12-08updateMatthieu Herrb
2017-12-08syncMatthieu Herrb
2009-05-22import libpthread-stubs 0.1Matthieu Herrb