| Commit message (Expand) | Author | Age | Files | Lines |
* | README: update v6.7 | Leah Neukirchen | 2020-05-22 | 2 | -1/+9 |
* | cvsimport | Leah Neukirchen | 2020-05-14 | 15 | -521/+540 |
|\ |
|
| * | 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 |
* | | use PKG_CONFIG for cross compilation in gentoo | A. Tammy | 2020-04-21 | 1 | -2/+4 |
* | | cvsimport | okan | 2020-02-07 | 8 | -27/+25 |
|\| |
|
| * | 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 |
* | | parse.y: use "queue.h" | Leah Neukirchen | 2020-02-10 | 1 | -1/+1 |
* | | README: update v6.6 | Leah Neukirchen | 2020-01-04 | 1 | -2/+9 |
* | | Makefile: use gpg2 | Leah Neukirchen | 2020-01-04 | 1 | -1/+1 |
* | | cvsimport | okan | 2019-08-13 | 6 | -4/+13 |
|\| |
|
| * | 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 |
* | | cvsimport | okan | 2019-03-11 | 11 | -272/+308 |
|\| |
|
| * | 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 |
| * | Separate out the menu window from the client resize/move geom window; in each | okan | 2019-03-04 | 6 | -80/+93 |
| * | fix a few misplaced (and misnamed) ewmh root window functions | okan | 2019-03-04 | 3 | -15/+15 |