0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow cwm(1) to cycle through windows of the same window class as the active window; default key binding to M-grave, respectively Alt-Tilde, like other window managers have as well. More... 8 months ago
cwm: fix a semi-transparency border issue with some applications
op
More... about 1 year ago
Fix overlapping menu items as reported by kn@ and probably others at some point; with op@ and Walter Alejandro Iglesias helping along the way. Consistently use font ascent+descent instead of an arbitrary font height+1 for individual menu item rectangles and placement. More... over 1 year ago
cycling fix: when no client is active, warp pointer to last active; from Walter Alejandro Iglesias. More... about 2 years ago
whitespace More... about 2 years ago
Fix spelling of some unused MWM hints; from Sean C. Farley. More... about 2 years ago
Add group-last command that shows only the previously active group; ok okan
op
More... about 2 years ago
Allow bare numbers for key and mouse bindings; taken from similar support in other parse.y's; from Leon Fischer <[email protected]>. More... over 2 years ago
sync parse.y changes from base; ok naddy@ More... over 2 years ago
Do not attempt to grab keys without a keycode; this incidentally allows XF86 keys support. More... over 2 years ago
Keep pointer within window on maximize/fullscreen toggle
kn
More... almost 3 years ago
Fixed memory leak in xu_get_strprop. More... almost 4 years ago
Prevent out of boundary write with configuration files in which too many quoted arguments are stored for other window managers. More... almost 4 years ago
Allow configuring a percentage window size of the master window during htile/vtile actions. From Uwe Werler, with a few manpage tweaks. More... almost 4 years ago
zap stray tabs More... about 4 years ago
Instead of using _NET_ACTIVE_WINDOW on restart, use the pointer location to determine what client to set active. Reduces a round trip for every window. More... about 4 years ago
Add support for SIGINT/SIGTERM. More... about 4 years ago
Simplify conditional construct.
tim
More... about 4 years ago
Trim event_mask to those that the root window actually needs. More... about 4 years ago
No need to lookup current client early; move to right before it is needed. More... about 4 years ago
Recommit 1.259, but now with TAILQ_FOREACH_SAFE.
tim
More... about 4 years ago
Revert previous. Causes a crash as reported by Tom Murphy.
tim
More... about 4 years ago
Simplify list markup.
tim
More... about 4 years ago
Plug two memory leaks. Also get rid of a variable that is no longer necessary.
tim
More... about 4 years ago
Remove ColormaskChange from event-mask since there's no event handler. More... about 4 years ago
Unrelated style fixes, consistency changes and sorting, appropriate dosage/removal of wrappers, simplification of name queue, client cycle joins other kb/mb bound functions. More... about 4 years ago
Allow the 'empty' group clients to be window-{h,v}tile'd. More... about 4 years ago
Map ('5') and allow mod5mask (altgr) as a modifier. More... about 4 years ago
add, then use, xvasprintf, checking for appropriate return. More... about 4 years ago
Ensure the pointer stays within client bounds after a window 'snap' (to edge). More... about 4 years ago