Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-01 | Let the config parser continue parsing even after encountering an error; | Okan Demirmen | |
original idea (with now-outdated patch) from Thomas Adam. Since we now report where errors exist, this now makes more sense. Expand a bit on config file parsing in the cwm(1). Discussed with a few, including sthen; ok sthen. | |||
2014-01-30 | re-add lost free from previous | Okan Demirmen | |
2014-01-30 | Switch ignoreq to winname struct since it's basically the same thing; | Okan Demirmen | |
removes limit on name matching. | |||
2014-01-30 | use the same autogroupwin variable as everywhere else | Okan Demirmen | |
2014-01-30 | Move cwm_status around to avoid header fu, and remove extraneous signal | Okan Demirmen | |
header from xevents.c; noticed by Christian Neukirchen. | |||
2014-01-30 | Remove duplicate mouse functions and instead use the kbfunc ones. No | Okan Demirmen | |
user visable changes at this point, but they'll merge at an appropriate time. | |||
2014-01-29 | Minimize trivial differences between a few kb and mb functions. | Okan Demirmen | |
2014-01-29 | keybinding -> key binding | Okan Demirmen | |
2014-01-29 | Merge keybinding and mousebinding queues into using the same merged | Okan Demirmen | |
struct, binding; they were essentially the same accept for what was 'pressed', keysym or button. | |||
2014-01-29 | Much like we do for keyboard and mouse bindings, remove duplicates for | Okan Demirmen | |
command name - last match. | |||
2014-01-29 | Check command name/path for truncation and provide user feedback during | Okan Demirmen | |
config parse (and use conf_cmd_add to populate defaults); based on a discussion with Tiago Cunha. While this looks ugly, there are likely some other changes here to come. | |||
2014-01-28 | Check ignore windowname for truncation and provide user feedback during | Okan Demirmen | |
config parse; based on a discussion with Tiago Cunha. | |||
2014-01-28 | The EWMH spec states that if the cardinal returned is 0xFFFFFFFF (-1) | Okan Demirmen | |
then the window should appear on all desktops, which in our case is assigned to group 0. Found to fix stalonetray due to the non-ewmh aware range checking in group_movetogroup(); from Thomas Adam. | |||
2014-01-28 | Move conf_init/clear into main - no behaviour change; from Tiago Cunha. | Okan Demirmen | |
2014-01-27 | move some init up and shed some blank lines | Okan Demirmen | |
2014-01-27 | simplify parse_config using assignment; inspired by a very old diff from | Okan Demirmen | |
Tiago Cunha. | |||
2014-01-24 | more range checking | Okan Demirmen | |
2014-01-24 | correct arguments and drop the cast. | Okan Demirmen | |
sanity check by oga@nicotinebsd | |||
2014-01-23 | no need to quote within warning | Okan Demirmen | |
2014-01-23 | If no title is supplied, term uses only the basename for its title. | Okan Demirmen | |
This is useless when searching for windows launched via the ssh command menu; supply a more useful title: '[ssh] <hostname>'. Idea from todd@, ok todd@ | |||
2014-01-22 | zap whitespace | Okan Demirmen | |
2014-01-22 | cwm_argv doesn't need to be global any longer | Okan Demirmen | |
2014-01-22 | start properly releasing X resources during teardown | Okan Demirmen | |
2014-01-22 | Somewhat streamline event loop/restart/quit handling; most notable | Okan Demirmen | |
change allows a restart to trigger proper teardown first, even though teardown is not (yet) complete. After some discussion with oga@nicotinebsd.org regarding a more complicated version/idea. | |||
2014-01-21 | Sprinkle a few more const; from Tiago Cunha. | Okan Demirmen | |
2014-01-20 | Save the ptr position before lowering via kbd, so as to be able to cycle | Okan Demirmen | |
back with the pointer in the right place; matches behaviour when lowering via the mouse function. | |||
2014-01-20 | merge KBFLAG_NEEDCLIENT and MOUSEBIND_CTX_*; brings kbfunc and mousefunc | Okan Demirmen | |
bits even closer. | |||
2014-01-20 | Use argument to pass down flags for mousefunc cyclegroup; removes | Okan Demirmen | |
rcyclegroup wrapper need - now similar to kbfunc. | |||
2014-01-20 | constify and rename some confusing variables around cmdq. | Okan Demirmen | |
2014-01-20 | - remove redundant range check for buttons in conf_bind_mouse. | Okan Demirmen | |
- make conf_bind_kbd return error on non-matches to match what conf_bind_mouse does. - rename some variables while here for clarity. - constify bind and cmd. from Tiago Cunha. | |||
2014-01-20 | Add a function that adds an entry to a menuq, normalizing a common code | Okan Demirmen | |
path; from Tiago Cunha. | |||
2014-01-18 | OpenBSD needs the same treatment as FreeBSD to avoid xterm -hold | Matthieu Herrb | |
chewing CPU cycles. Reported by Kevin Chadwick. | |||
2014-01-05 | Missing files for xauth 1.0.8 | Matthieu Herrb | |
2014-01-04 | Update to xauth 1.0.8 | Matthieu Herrb | |
2014-01-03 | use consistent types | Okan Demirmen | |
2014-01-03 | state is long | Okan Demirmen | |
2014-01-02 | calculate proper menu width/height on the first Expose event; 'jump' (while ↵ | Okan Demirmen | |
using gap) noticed by Christian Neukirchen | |||
2014-01-02 | Accept _NET_CURRENT_DESKTOP ClientMessage; from Thomas Adam, though | Okan Demirmen | |
instead of group toggle, group only. | |||
2014-01-02 | Accept _NET_WM_DESKTOP clientmessage; from Thomas Adam | Okan Demirmen | |
2014-01-02 | bring mousefunc closer to kbfunc | Okan Demirmen | |
2014-01-02 | gc keycode in keybinding since we only deal with keysym now | Okan Demirmen | |
2014-01-02 | rename for clarity | Okan Demirmen | |
2014-01-02 | When a client doesn't specify size hints, nothing prevents a resize to | Okan Demirmen | |
0x0 - don't allow this situation during mouse resize (check already in place for kbd resize). Reported by brynet@ | |||
2014-01-02 | Don't play with libxcursor if XCURSOR_THEM is defined. | Matthieu Herrb | |
2014-01-02 | Update to xterm-300. Tested by ajacoutot@ and shadchin@. | Matthieu Herrb | |
2013-12-17 | missing stdarg.h include | Okan Demirmen | |
2013-12-17 | replace with memset | Okan Demirmen | |
2013-12-16 | Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint. | Okan Demirmen | |
Since we already have a form of 'maximize', we need to differentiate between 'maximize' and the new 'fullscreen' mode. The 'maximize' mode will continue to honor gap but now *retains* the border, matching the 'vert/horz maximize' behaviour. The new 'fullscreen' mode supports and follows the _NET_WM_STATE_FULLSCREEN hint, allowing the client perform additional window modifications; in this mode, cwm(1) will *ignore* gap, remove borders and freeze(move/resize) the client. Additionally, 'fullscreen' mode will remember various combinations of previous states. * default keybinding changes: CM-f 'fullscreen', CM-m 'maximize' (re-map as desired). Positive feedback from a few, testing and ok sthen@ | |||
2013-12-13 | Teach screen_find_xinerama() to apply gap only when told to do so; | Okan Demirmen | |
adjust callers. Needed for an upcoming feature. | |||
2013-12-13 | Instead of using work area, use the Xinerama area for snap calculations; | Okan Demirmen | |
based on a patch from Thomas Adam with appropriate adjustments for gap. |