Age | Commit message (Expand) | Author |
2024-04-10 | Grab the pointer against the root window instead of the client we're attempting | Okan Demirmen |
2023-07-20 | Allow cwm(1) to cycle through windows of the same window class as the | Okan Demirmen |
2023-03-22 | cwm: fix a semi-transparency border issue with some applications | Omar Polo |
2022-10-15 | Fix overlapping menu items as reported by kn@ and probably others at | Okan Demirmen |
2022-02-27 | cycling fix: when no client is active, warp pointer to last active; | Okan Demirmen |
2022-02-26 | whitespace | Okan Demirmen |
2022-02-26 | Fix spelling of some unused MWM hints; from Sean C. Farley. | Okan Demirmen |
2022-01-27 | Add group-last command that shows only the previously active group; ok okan | op |
2021-12-24 | Allow bare numbers for key and mouse bindings; taken from similar | Okan Demirmen |
2021-11-22 | sync parse.y changes from base; ok naddy@ | Okan Demirmen |
2021-11-19 | Do not attempt to grab keys without a keycode; this incidentally allows | Okan Demirmen |
2021-04-22 | Keep pointer within window on maximize/fullscreen toggle | kn |
2020-04-25 | Fixed memory leak in xu_get_strprop. | Tobias Stoeckmann |
2020-04-16 | Prevent out of boundary write with configuration files in which too many | Tobias Stoeckmann |
2020-04-16 | Allow configuring a percentage window size of the master window during | Okan Demirmen |
2020-03-24 | zap stray tabs | Okan Demirmen |
2020-03-24 | Instead of using _NET_ACTIVE_WINDOW on restart, use the pointer location | Okan Demirmen |
2020-03-23 | Add support for SIGINT/SIGTERM. | Okan Demirmen |
2020-03-20 | Simplify conditional construct. | Tim van der Molen |
2020-03-20 | Trim event_mask to those that the root window actually needs. | Okan Demirmen |
2020-03-20 | No need to lookup current client early; move to right before it is | Okan Demirmen |
2020-03-16 | Recommit 1.259, but now with TAILQ_FOREACH_SAFE. | Tim van der Molen |
2020-03-14 | Revert previous. Causes a crash as reported by Tom Murphy. | Tim van der Molen |
2020-03-13 | Simplify list markup. | Tim van der Molen |
2020-03-13 | Plug two memory leaks. Also get rid of a variable that is no longer | Tim van der Molen |
2020-02-28 | Remove ColormaskChange from event-mask since there's no event handler. | Okan Demirmen |
2020-02-27 | Unrelated style fixes, consistency changes and sorting, appropriate | Okan Demirmen |
2020-02-07 | Allow the 'empty' group clients to be window-{h,v}tile'd. | Okan Demirmen |
2020-02-03 | Map ('5') and allow mod5mask (altgr) as a modifier. | Okan Demirmen |
2020-01-22 | add, then use, xvasprintf, checking for appropriate return. | Okan Demirmen |
2020-01-21 | Ensure the pointer stays within client bounds after a window 'snap' (to edge). | Okan Demirmen |
2019-08-13 | Because cwm warps the pointer during a client move (to stay within the client), | Okan Demirmen |
2019-08-12 | Fix regression from r1.107 (lost a return); kettenis@ pointed out the high | Okan Demirmen |
2019-07-09 | Add application section | kn |
2019-07-02 | command uses execvp(3) not execve(2) | kn |
2019-04-29 | Plug a memory leak in log_debug(); OK okan@ | Tim van der Molen |
2019-04-29 | Handle _NET_WM_NAME changes. | Tim van der Molen |
2019-03-11 | Check the atom type on propertynotify before iterating. | Okan Demirmen |
2019-03-10 | use screen_find() for xrandr crtc changes | Okan Demirmen |
2019-03-10 | Find the managed screen from the parent window for client_current(). | Okan Demirmen |
2019-03-08 | Print window id in hex; while here, remove unnecessary newline. | Okan Demirmen |
2019-03-08 | Similar to keypress event, fetch the screen from the event root window in the | Okan Demirmen |
2019-03-08 | extend verbose logging for key/button events | Okan Demirmen |
2019-03-08 | [keypress event] turns out we've been checking the wrong window for a matching | Okan Demirmen |
2019-03-08 | add parans for readibility | Okan Demirmen |
2019-03-07 | Teach client_current() to use a screen to find the current client instead of | Okan Demirmen |
2019-03-07 | check cc->gc directly | Okan Demirmen |
2019-03-07 | zip extra lines | Okan Demirmen |
2019-03-07 | gc clientq inside groups, instead use the better maintained one per-screen | Okan Demirmen |
2019-03-07 | shuffle deck chairs: rename group actions to match intent for clarity | Okan Demirmen |