Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-29 | Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandr | Owain Ainsworth | |
reconfiguration events and change our sizes depending on that. We also detect the xinerama screens for maximize, vertmaximize and initial window placement. This could be improved by automatically resizing maximized windows when the screen resolution changes and by moving windows that would be hidden into visible space. Said changes will come shortly. Tested by many. matthieu@ didn't oppose. | |||
2008-09-23 | xterm 237. tested by krw@ oga@ and others. | Matthieu Herrb | |
2008-09-22 | .Bl needs a matching .El. From Martin Toft a while ago, thanks! | Owain Ainsworth | |
2008-09-22 | Improve wording of the ``ignore'' directive. From Martin Toft a while | Owain Ainsworth | |
ago, ok okan@ from similar amount of time ago. | |||
2008-09-22 | *sigh* Revert the diff that wasn't meant to go in yet. | Owain Ainsworth | |
note to self: When you mean to type cvs commit search.c, don't forget the filename. | |||
2008-09-22 | Display the current window title not a previous one in the case of | Owain Ainsworth | |
``show all'' in the window search dialogue. Noticed and diff from Tim van der Molen, thanks! | |||
2008-09-14 | Remove deprecated applications (have been disabled for several month). | Matthieu Herrb | |
2008-09-13 | build xcompmgr. | Matthieu Herrb | |
2008-09-13 | Patch from X.Org -current: Make usage() report the current version. | Matthieu Herrb | |
2008-09-13 | Xenocara build infrastructure and regen autotools files. | Matthieu Herrb | |
2008-09-13 | Import xcompmgr 1.1.4. | Matthieu Herrb | |
It will replace the version in ports now that its license has been clarified. ok ajacoutot@ balmer@ oga@. | |||
2008-09-07 | Enable xinput, disable xsetmode & xsetpointer. | Matthieu Herrb | |
2008-09-07 | Xenocara build infrastructure and regen autotools files. | Matthieu Herrb | |
2008-09-07 | Import xinput 1.3.0. Replaces xsetmode(1)/xsetpointer(1). | Matthieu Herrb | |
2008-09-03 | Keep the exec menu entries sorted. | Can Erkin Acar | |
Go for it okan@ | |||
2008-09-01 | Remove extra semi-colon after conditional. Tested by phessler@. | Matthieu Herrb | |
2008-08-27 | xwininfo 1.0.4 | Matthieu Herrb | |
2008-08-27 | xwd 1.0.2 | Matthieu Herrb | |
2008-08-25 | xterm-236. Tested by form@ and simon@. | Matthieu Herrb | |
2008-07-22 | fix the froggy problem. | Owain Ainsworth | |
Implement a handler for the MappingEvent, meaning that the keymap has changed. When this happens, ungrab all bindings, update the map, and regrab. Fixes the problem where some keybindings wouldn't work under non us or uk keymaps (especially the .fr map, it seems). Issue noticed by ajacoutot@, ratchov@, and a few people on misc. Based on an initial diff from ratchov@. ok okan. | |||
2008-07-22 | We've been handling grabbing wrong all this time (noticed at c2k8). | Owain Ainsworth | |
add conf_grab() and conf_ungrab, and use them in the keybinding manipulation functions to {,un}grab the binding for all screens we have defined. the lovely little ordering problem comes in here, since when we parse the config initially Screenq is empty, so regrab after we fill the queue, hopefully later reordering will remove this little need and there will be much rejoicing. ok okan. | |||
2008-07-22 | split x_setup() into two. dpy_init() for setting up the display and | Owain Ainsworth | |
checking the X config, and x_setup to set up the screens. There's an ordering problem that means that some of this init needs to come after the config is parsed, the rest should ideally happen before though. This is a rough split, it will be refined later. Again, needed for an upcoming change. ok okan. | |||
2008-07-22 | Add xu_key_ungrab() and a mirror to xu_key_ungrab(). a couple of changes | Owain Ainsworth | |
that are coming up depend on it. ok okan. | |||
2008-07-22 | Kill screen_init(). it's been stubbed out for a while now. I don't envision it | Owain Ainsworth | |
coming back in it's current form. ok okan@. | |||
2008-07-22 | kill another leftover prototype. | Owain Ainsworth | |
ok okan@ | |||
2008-07-20 | Formatting fix. From Tim van der Molden. | Matthieu Herrb | |
2008-07-18 | Put back the initialisation of gc in group_cycle. No cookie for okan. | Owain Ainsworth | |
Reported by Dan Harnett, thanks! | |||
2008-07-16 | add cwm to exec/restart menu | Okan Demirmen | |
ok matthieu@ oga@ | |||
2008-07-15 | move client_vertmaximize to a more sensible location, purely for readability. | Okan Demirmen | |
"don't mind at all" oga@ | |||
2008-07-15 | save an X call and use what we already have stored. | Okan Demirmen | |
ok oga@ | |||
2008-07-15 | don't compensate for bwidth twice. | Okan Demirmen | |
ok oga@ | |||
2008-07-11 | Nm makes more sense than Xr, from Pierre Riteau - thanks! | Okan Demirmen | |
2008-07-11 | Change "a window" to "current window" in documentation. it's more correct. | Owain Ainsworth | |
While i'm here: Capital letter and full stop in descriptions in cwmrc.5 "looks good - do it" okan@. | |||
2008-07-11 | add Xr for cwm(1) | Okan Demirmen | |
2008-07-11 | no more hidden (and mysterious) config reloads and allow binding a key | Okan Demirmen | |
to a config reload; CMS-r by default. ok oga@ | |||
2008-07-11 | replace snprintf with strlcpy | Okan Demirmen | |
ok oga@ | |||
2008-07-11 | we already have ymax, so use it instead of asking X for it again. | Okan Demirmen | |
ok oga@ | |||
2008-07-11 | spacing, declaration lineup to be consistent throughout cwm, | Okan Demirmen | |
readability, and a bit of knf. ok oga@ | |||
2008-07-02 | puffy 4.4 | Todd T. Fries | |
2008-06-30 | only cycle through visible *and* non-ignored windows. | Okan Demirmen | |
ok oga@ | |||
2008-06-25 | Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3, | Owain Ainsworth | |
so it's hard to press by accident, but there if you need it. requested (in a way) and tested by johan and todd. | |||
2008-06-25 | Support mod4 (windows key) in mouse bindings too. | Owain Ainsworth | |
2008-06-25 | Support shift in mouse bindings. There's really no reason not to. | Owain Ainsworth | |
tested by johan@ and todd@. | |||
2008-06-25 | Actually grab the correct mouse buttons for a window, instead of doing the | Owain Ainsworth | |
old hardcoded ones (which now can be wrong). tested by todd@ and johan@. | |||
2008-06-25 | Sort flags. | Owain Ainsworth | |
From Pierre Riteau, thanks! ok okan@. | |||
2008-06-25 | Stop keyboard move moving the window utterly off the screen. If that | Owain Ainsworth | |
happens there's no way to get it back. Also, stop resize making a windows size negative or zero. X does not like that one bit. Diff from Martynas. Ok okan@. | |||
2008-06-19 | regen | Matthieu Herrb | |
2008-06-19 | - Don't depend on installed lbxproxy. | Matthieu Herrb | |
- Comment out the lbxproxy config in sample configuration file. problem noticed by naddy@ | |||
2008-06-19 | Don't link "-lX11 -lXau -lXdmcp" twice. | Owain Ainsworth | |
From Martin Toft, thanks! | |||
2008-06-18 | No need to map/unmap the window on hide/show since we already do the | Owain Ainsworth | |
same to its parent. "makes sense" okan@. |