root / trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @220 [220] 5 months funkiedamouse Changed comments to fit PEP 8 better.
(edit) @219 [219] 5 months funkiedamouse Added docstring comments and doctest invocation.
(edit) @218 [218] 6 months funkiedamouse Modified docstrings in examplewm.py to more closely match PEP 8.
(edit) @217 [217] 6 months funkiedamouse Added docstrings to all classes and functions in examplewm.py.
(edit) @216 [216] 7 months petli Stability fixes: handle destroyed windows better in some Client methods; …
(edit) @215 [215] 8 months petli Proof-of-concept frame implementation
(edit) @214 [214] 8 months petli Withdrawing windows proxied by CompositeProxy? didn't work at all, really. …
(edit) @213 [213] 8 months funkiedamouse Added a client mixin for setting opacity based on focus. Probably won't …
(edit) @212 [212] 8 months funkiedamouse Merged plcm changes from petli.
(edit) @211 [211] 8 months funkiedamouse Added XMMS2 status for the ModeWindow?.
(edit) @209 [209] 9 months funkiedamouse Added support for key handlers added to self at runtime instead of just …
(edit) @208 [208] 9 months funkiedamouse Added code to allow the user to change the symbol used as the degree …
(edit) @207 [207] 9 months funkiedamouse Modified mw_acpi to work with the latest 2.6 kernel; now we accept both …
(edit) @206 [206] 9 months funkiedamouse We no longer need to check for modewindow_pos, as modewindow uses …
(edit) @205 [205] 9 months funkiedamouse Added import for string, since splitpane failed on a traceback without it.
(edit) @204 [204] 9 months funkiedamouse Corrected Y coordinate calculation for menus.
(edit) @203 [203] 9 months funkiedamouse Corrected some comments, and added a docstring and version information to …
(edit) @202 [202] 10 months funkiedamouse Changed 'my' to 'self' for all class methods.
(edit) @201 [201] 10 months mwm Mass delete of CVS $Id lines.
(edit) @200 [200] 10 months mwm Add code to catch ConfigureNotify? changes to a screen. For now, the screen …
(edit) @199 [199] 10 months mwm Add misc.txt with some incompatible changes.
(edit) @198 [198] 10 months funkiedamouse Converted all indentation to more closely match PEP 8; no tabs are used …
(edit) @197 [197] 10 months funkiedamouse Modified ElementTree? imports to work with both Python 2.5-bundled …
(edit) @196 [196] 11 months mwm Extend the plpwm xml configuration facilities to allow for …
(edit) @195 [195] 18 months mwm Move pane configuration data into the xml config file. Update config …
(edit) @194 [194] 18 months mwm Add an example ~/.plpwmrc.xml file.
(edit) @193 [193] 18 months mwm keys.py: Add allmap to map all printable latin1 keys to a single …
(edit) @191 [191] 2 years mwm Remove handling of RemoveClient?. This was a nop prior to wmanager. 1.27, …
(edit) @190 [190] 2 years mwm Fix a typo in a comment
(edit) @189 [189] 2 years mwm Update plpwm.py example for dual heads. Tweak pane_utilities so browsers …
(edit) @188 [188] 2 years mwm Update my exaple file. Fixes to the input and pane_utilities for dealing …
(edit) @187 [187] 3 years petli Rewrote yesterdays hack to get dynamic border colors. Now it is much more …
(edit) @186 [186] 3 years petli New mixin: DynamicColorBorderClient?. border.py was restructured for this, …
(edit) @185 [185] 3 years petli Avoid crashing when some ACPI proc directories are not present
(edit) @184 [184] 3 years petli Some tweaks to my wm
(edit) @183 [183] 3 years petli RemoveClient? event bug fix
(edit) @182 [182] 3 years petli Minor mw_acpi fix for 2.6 kernels
(edit) @181 [181] 3 years petli Views can now be managed on a most-recently-visited basis, set …
(edit) @180 [180] 3 years mwm Add imdb websearch button. Move google images to make way for it. Mabye …
(edit) @179 [179] 3 years mwm Add websearch class that reads a string from the user, then launches a web …
(edit) @178 [178] 3 years mwm Turn the refernces to what used to be globals in plpwm.py in …
(edit) @177 [177] 3 years mwm Move a lot of utilities code out of examples/plpwm.py into …
(edit) @176 [176] 3 years mwm Update the plpwm to my new, one-video-card, environment.
(edit) @175 [175] 3 years petli Modewindow module to track status files
(edit) @174 [174] 3 years petli Support Linux 2.6 cpu freq interface
(edit) @173 [173] 4 years petli Improve IM tracing: avoid having clients of the same type overwriting each …
(edit) @172 [172] 4 years petli Added ClientIconified? and ClientDeiconified? events. Used these for an …
(edit) @171 [171] 4 years mwm Update inspect.py to use the random modules instead of the obsolescent …
(edit) @170 [170] 4 years petli Added mw_acpi, to display battery and other status information on modern …
(edit) @169 [169] 4 years mwm Status is Production/Stable, not ProductionS/Stable.
(edit) @168 [168] 4 years mtigges A new module which provides event handling in the same way keys.py does …
(edit) @167 [167] 4 years mtigges Thwarts a crash that thwarts a crash if the window manager calls eval to …
(edit) @166 [166] 4 years mtigges simple little mixin to print your gmail inbox status to the modewindow.
(edit) @165 [165] 4 years mtigges a pair of mixins that control xmms, and provide modewindow output
(edit) @164 [164] 4 years mtigges Added a simple function in the base class to set the position to …
(edit) @163 [163] 4 years mtigges added the feature to centre the menu if -1,-1 is passed as the position to …
(edit) @162 [162] 5 years petli Remove the old path settings from the small tools (this should go into …
(edit) @160 [160] 5 years mwm Add the pdf file to the repository.
(edit) @159 [159] 5 years mwm Change the version number to 2.6a
(edit) @158 [158] 5 years mwm We now provide a pdf copy of the documentation.
(edit) @157 [157] 5 years mwm Cleaning up before rolling out 2.6.
(edit) @156 [156] 5 years mwm Set up news for a 2.6a release.
(edit) @155 [155] 5 years mwm Remove xlibpath.py.in, as we no longer have a configuration phase to …
(edit) @154 [154] 5 years mwm Update the NEWS file for the 2.6 release.
(edit) @153 [153] 5 years mwm We no longer configure the scripts, so remove the reference to …
(edit) @152 [152] 5 years mwm Get the 2.5 NEWS file into HEAD.
(edit) @151 [151] 5 years mwm Final piece for setup.py
(edit) @150 [150] 5 years mwm Check in changes preparing for the release.
(edit) @149 [149] 5 years mwm Get a distutils in places that works so CVS users can use it. It's still …
(edit) @148 [148] 5 years mwm Cleaning up things in preperation to creating a distutils distribution.
(edit) @147 [147] 5 years mwm Swappd the behavior of C-space and C-S-Space.
(edit) @146 [146] 5 years petli Fix bugs on negative window coords
(edit) @145 [145] 5 years mwm Add gnucash to the set of one-keystroke applications.
(edit) @144 [144] 6 years petli Use default bell volume if no matching view is found.
(edit) @143 [143] 6 years petli Cleaned up my petliwm.py a bit, dropping unused code.
(edit) @142 [142] 6 years petli Small tweaks to petliwm
(edit) @141 [141] 6 years mwm Fix the one reference to the window I didn't catch the first time.
(edit) @140 [140] 6 years mwm Fix the bug where panes was resizing subwindows as well as windows …
(edit) @139 [139] 6 years mwm Tweak the initial pane recreation to remove any new panes on the main …
(edit) @138 [138] 6 years petli Add function to mute mixer
(edit) @137 [137] 6 years petli Various improvemens and fixes to Screen.system(), and mixer control module …
(edit) @136 [136] 7 years petli Check for allow_self_changes when a managed window attempts to map itself
(edit) @135 [135] 7 years mwm My new keyboard doesn't have a menu key, so change that binding to Meta-M. …
(edit) @134 [134] 7 years mwm Finish the move to the windows/menu keys. Some whitespace cleanup while …
(edit) @133 [133] 7 years mwm Sigh. Add another cleanup to a moved function. Grumble.
(edit) @132 [132] 7 years mwm Move the applications menus from m to a.
(edit) @131 [131] 7 years mwm Add the call to the cleanup in the one fucntion moved into …
(edit) @130 [130] 7 years mwm Rearrange all the key mappsing so I actually use the Windows and Menu …
(edit)