aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Update EWMH mouse warping fix in the READMEHEAD7.0trunkWolfgang Müller2022-01-23-1/+1
* Have _NET_ACTIVE_WINDOW warp the pointer only on direct user inputWolfgang Müller2022-01-23-0/+11
* Mention EWMH mouse warping fix in the READMEWolfgang Müller2022-01-17-0/+1
* Do not warp mouse to windows marked active by EWMHWolfgang Müller2022-01-17-1/+0
* Use PRId64 to print int64_tWolfgang Müller2022-01-17-1/+2
* Allow bare numbers for key and mouse bindings; taken from similar support in ...okan2022-01-17-6/+17
* sync parse.y changes from base; ok naddy@okan2021-12-03-11/+11
* Do not attempt to grab keys without a keycode; this incidentally allows XF86 ...okan2021-12-03-1/+3
* Make it possible to override pkg-config in the Makefile6.9Wolfgang Müller2021-04-27-2/+4
* Remove mention of window title history from cwm.1Juhani Krekelä2021-04-27-2/+2
* Add links to relevant commits in READMEWolfgang Müller2021-04-27-9/+9
* Add READMEWolfgang Müller2021-04-27-0/+27
* Do not include ignored clients in the window menuWolfgang Müller2021-04-27-0/+2
* Warp pointer to last active window if there is no active clientWalter Alejandro Iglesias2021-04-27-0/+10
* Raise windows automatically when entering fullscreenWynn Wolf Arbor2021-04-27-0/+2
* Return the window position overlay menu to its old formatWynn Wolf Arbor2021-04-27-2/+2
* Migrate to an XDG-compliant config file locationWynn Wolf Arbor2021-04-27-13/+25
* Fix several sign-compare warningsWynn Wolf Arbor2021-04-27-4/+6
* Calculate colors using the client's visual and colormapWynn Wolf Arbor2021-04-27-14/+41
* Plug a memory leak in conf_clearWynn Wolf Arbor2021-04-27-9/+2
* Fix string truncation in menu_drawWynn Wolf Arbor2021-04-27-1/+1
* Remove matching on window title historyWynn Wolf Arbor2021-04-27-44/+3
* Remove wm menuWynn Wolf Arbor2021-04-27-102/+4
* Remove ssh menuWynn Wolf Arbor2021-04-27-85/+0
* Remove path completion in the exec menuWynn Wolf Arbor2021-04-27-48/+0
* Add gitignoreWynn Wolf Arbor2021-04-27-0/+5
* Convert MakefileWynn Wolf Arbor2021-04-27-17/+23
* Add BSD compatibility functions and headersWynn Wolf Arbor2021-04-27-13/+786
* Revert "use u_char for buffers in yylex"Wynn Wolf Arbor2021-04-27-5/+5
* Replace INFTIM with -1Wynn Wolf Arbor2021-04-27-1/+1
* Use pledge(3) only on OpenBSDWynn Wolf Arbor2021-04-27-0/+2
* Define __dead if missingWynn Wolf Arbor2021-04-27-0/+4
* Keep pointer within window on maximize/fullscreen togglekn@openbsd.org2021-04-27-1/+5
* Fixed memory leak in xu_get_strprop.tobias2020-04-26-2/+4
* Prevent out of boundary write with configuration files in which too many quot...tobias2020-04-18-2/+2
* Allow configuring a percentage window size of the master window during htile/...okan2020-04-18-11/+51
* zap stray tabsokan2020-03-26-2/+2
* Instead of using _NET_ACTIVE_WINDOW on restart, use the pointer location to d...okan2020-03-26-45/+25
* Add support for SIGINT/SIGTERM.okan2020-03-26-5/+10
* Simplify conditional construct.tim2020-03-26-6/+3
* Trim event_mask to those that the root window actually needs.okan2020-03-26-11/+8
* No need to lookup current client early; move to right before it is needed.okan2020-03-26-4/+2
* Recommit 1.259, but now with TAILQ_FOREACH_SAFE.tim2020-03-26-10/+12
* Revert previous. Causes a crash as reported by Tom Murphy.tim2020-03-18-10/+8
* Simplify list markup.tim2020-03-18-27/+4
* Plug two memory leaks. Also get rid of a variable that is no longer necessary.tim2020-03-18-8/+10
* Remove ColormaskChange from event-mask since there's no event handler.okan2020-03-18-3/+3
* Unrelated style fixes, consistency changes and sorting, appropriate dosage/re...okan2020-03-18-452/+471
* Allow the 'empty' group clients to be window-{h,v}tile'd.okan2020-03-18-7/+1
* Map ('5') and allow mod5mask (altgr) as a modifier.okan2020-03-18-18/+13