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