| Commit message (Expand) | Author | Age | Lines |
* | Fix several sign-compare warnings | Wynn Wolf Arbor | 2021-04-27 | -4/+6 |
* | Calculate colors using the client's visual and colormap | Wynn Wolf Arbor | 2021-04-27 | -14/+41 |
* | Plug a memory leak in conf_clear | Wynn Wolf Arbor | 2021-04-27 | -9/+2 |
* | Fix string truncation in menu_draw | Wynn Wolf Arbor | 2021-04-27 | -1/+1 |
* | Remove matching on window title history | Wynn Wolf Arbor | 2021-04-27 | -44/+3 |
* | Remove wm menu | Wynn Wolf Arbor | 2021-04-27 | -102/+4 |
* | Remove ssh menu | Wynn Wolf Arbor | 2021-04-27 | -85/+0 |
* | Remove path completion in the exec menu | Wynn Wolf Arbor | 2021-04-27 | -48/+0 |
* | Add gitignore | Wynn Wolf Arbor | 2021-04-27 | -0/+5 |
* | Convert Makefile | Wynn Wolf Arbor | 2021-04-27 | -17/+23 |
* | Add BSD compatibility functions and headers | Wynn Wolf Arbor | 2021-04-27 | -13/+786 |
* | Revert "use u_char for buffers in yylex" | Wynn Wolf Arbor | 2021-04-27 | -5/+5 |
* | Replace INFTIM with -1 | Wynn Wolf Arbor | 2021-04-27 | -1/+1 |
* | Use pledge(3) only on OpenBSD | Wynn Wolf Arbor | 2021-04-27 | -0/+2 |
* | Define __dead if missing | Wynn Wolf Arbor | 2021-04-27 | -0/+4 |
* | Keep pointer within window on maximize/fullscreen toggle | kn@openbsd.org | 2021-04-27 | -1/+5 |
* | Fixed memory leak in xu_get_strprop. | tobias | 2020-04-26 | -2/+4 |
* | Prevent out of boundary write with configuration files in which too many quot... | tobias | 2020-04-18 | -2/+2 |
* | Allow configuring a percentage window size of the master window during htile/... | okan | 2020-04-18 | -11/+51 |
* | zap stray tabs | okan | 2020-03-26 | -2/+2 |
* | Instead of using _NET_ACTIVE_WINDOW on restart, use the pointer location to d... | okan | 2020-03-26 | -45/+25 |
* | Add support for SIGINT/SIGTERM. | okan | 2020-03-26 | -5/+10 |
* | Simplify conditional construct. | tim | 2020-03-26 | -6/+3 |
* | Trim event_mask to those that the root window actually needs. | okan | 2020-03-26 | -11/+8 |
* | No need to lookup current client early; move to right before it is needed. | okan | 2020-03-26 | -4/+2 |
* | Recommit 1.259, but now with TAILQ_FOREACH_SAFE. | tim | 2020-03-26 | -10/+12 |
* | Revert previous. Causes a crash as reported by Tom Murphy. | tim | 2020-03-18 | -10/+8 |
* | Simplify list markup. | tim | 2020-03-18 | -27/+4 |
* | Plug two memory leaks. Also get rid of a variable that is no longer necessary. | tim | 2020-03-18 | -8/+10 |
* | Remove ColormaskChange from event-mask since there's no event handler. | okan | 2020-03-18 | -3/+3 |
* | Unrelated style fixes, consistency changes and sorting, appropriate dosage/re... | okan | 2020-03-18 | -452/+471 |
* | Allow the 'empty' group clients to be window-{h,v}tile'd. | okan | 2020-03-18 | -7/+1 |
* | Map ('5') and allow mod5mask (altgr) as a modifier. | okan | 2020-03-18 | -18/+13 |
* | add, then use, xvasprintf, checking for appropriate return. | okan | 2020-03-18 | -10/+18 |
* | Ensure the pointer stays within client bounds after a window 'snap' (to edge). | okan | 2020-03-18 | -1/+2 |
* | Because cwm warps the pointer during a client move (to stay within the client... | okan | 2019-08-24 | -1/+3 |
* | Fix regression from r1.107 (lost a return); kettenis@ pointed out the high po... | okan | 2019-08-24 | -1/+2 |
* | Add application section | kn | 2019-07-09 | -4/+8 |
* | command uses execvp(3) not execve(2) | kn | 2019-07-02 | -3/+3 |
* | Plug a memory leak in log_debug(); OK okan@ | tim | 2019-04-29 | -1/+2 |
* | Handle _NET_WM_NAME changes. | tim | 2019-04-29 | -2/+3 |
* | Check the atom type on propertynotify before iterating. | okan | 2019-03-11 | -4/+6 |
* | use screen_find() for xrandr crtc changes | okan | 2019-03-10 | -12/+9 |
* | Find the managed screen from the parent window for client_current(). | okan | 2019-03-10 | -5/+9 |
* | Print window id in hex; while here, remove unnecessary newline. | okan | 2019-03-08 | -2/+2 |
* | Similar to keypress event, fetch the screen from the event root window in the | okan | 2019-03-08 | -7/+5 |
* | extend verbose logging for key/button events | okan | 2019-03-08 | -5/+8 |
* | [keypress event] turns out we've been checking the wrong window for a matching | okan | 2019-03-08 | -7/+8 |
* | add parans for readibility | okan | 2019-03-08 | -5/+5 |
* | Teach client_current() to use a screen to find the current client instead of | okan | 2019-03-07 | -16/+23 |