1
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 21 hours ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated NEWS to contain the latest changes, changed the version number to 2.7rc1 in anticipation of the upcoming release, cleaned up documentation, regenerated the MANIFEST file, and rewrote setup.py with some changes from Python-Xlib. More... over 14 years ago
Added support for the URGENT and DEMANDS_ATTENTION hints in FrameProxy. More... almost 15 years ago
Fix incompatibility with Python 2.6 More... almost 15 years ago
Grab every key event when ido window is open More... about 15 years ago
Make ACPI polling a little more stable in suspend/resume situations by rescheduling timer before checking files. This is the lazy fix, the proper one would put exception handlers in all the necessary places. More... about 15 years ago
Further event redesign preparatory work: break general filter code out of cfilter into new module filters, and modernise it a bit. More... over 15 years ago
Use the new EventMask class, letting WindowDispatcher just pass on calls to that object. More... over 15 years ago
New event dispatcher and mask management classes, with unit tests. Not actually used by the rest of the code yet. More... over 15 years ago
Fix a bad cut'n'paste in Client.iconify() that left some crucial events masked out. It's a wonder anything worked, really. This was introduced in r212, or possibly the lost r210 whose massive conflicts r212 cleaned up. More... over 15 years ago
ido.py: choose windows like ido.el chooses buffers in Emacs More... over 15 years ago
Tweaks to my plwm after upgrading from an ancient Slackware to a modern Xubuntu More... over 15 years ago
Added ALSA support to the mixer interface More... over 15 years ago
Don't display the non-throttled case of 100% in the status bar More... over 15 years ago
When watching files, allow matching contents against a regexp to determine if the file should be considered present or not. More... over 15 years ago
Some tweaks to my plwm (petliwm.py) More... over 15 years ago
Changed comments to fit PEP 8 better. More... almost 16 years ago
Added docstring comments and doctest invocation. More... almost 16 years ago
Modified docstrings in examplewm.py to more closely match PEP 8. More... almost 16 years ago
Added docstrings to all classes and functions in examplewm.py. More... almost 16 years ago
Stability fixes: handle destroyed windows better in some Client methods; don't crash in CompositionProxy for GLX-infested visuals More... almost 16 years ago
Proof-of-concept frame implementation More... about 16 years ago
Withdrawing windows proxied by CompositeProxy didn't work at all, really. One reason turned out to be a bug which must have been there since the dawn of plwm, but never triggered until now. More... about 16 years ago
Added a client mixin for setting opacity based on focus. Probably won't work with plcm, but works fine with xcompmgr. More... about 16 years ago
Merged plcm changes from petli. More... about 16 years ago
Added XMMS2 status for the ModeWindow. More... about 16 years ago