0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Ensure clients stay within the viewable bounds on placement, even with empty borders; based on a patch from Vadim Vygonets. More... about 7 years ago
Clean up, unify and accurately calculate edge distance with client move/resize actions, so as to not lose windows off the edge. More... about 7 years ago
Switch bwidth type; unfortunately X11 is inconsistent. More... about 7 years ago
The r1.36 menuq_add() conversion did this one wrong; fix by reverting to the original code which adds to resultentry list, as opposed to the wrong one in menuq_add(). Fixes crash noticed by at least Rickard Gustafsson. More... about 7 years ago
Remove 'noresult' (and simplify) as it does nothing and makes the logic around it needless. History doesn't show what this might have been used for in future iterations. More... about 7 years ago
search_match_path() isn't supposed to return anything. More... about 7 years ago
Move queue init to caller so it's only called once in a few cases. More... about 7 years ago
sort More... about 7 years ago
Raise the previously focused window, instead of the previous window in the cycle list; seems to match behaviour of other wm's; from Walter Alejandro Iglesias. More... about 7 years ago
For {h,v}tile, instead of keeping the master client's {h,v} geometry, expand it to %50 of the area, then fill in the remaining space with the other clients in the same group; from Gerrit Meyerheim. More... about 7 years ago
Fix group hidden state when a client wants to be on all desktops on start; reported by Vadim Vygonets with diff, but another approach was taken. More... over 7 years ago
Call client_resize instead of client_move after client_placecalc since the size may also change. More... over 7 years ago
Typo on binding name; from Redouan Ait Mallouk. More... over 7 years ago
Ensure client stays inbound on key-based resize; based on logic existing in key-based client move; from Vadim Vygonets. More... over 7 years ago
When a window has a user or program specified position, ensure the edge of the final position is at least viewable and warp'able by the difference of bwidth; prevents mapping windows completely off the virtual screen. More... over 7 years ago
stray newlines More... over 7 years ago
Add search_print_text(), a default callback for mi->print in menu_filter(). While here, normalize the remaining search_print_* argument paramters. More... over 7 years ago
Consistent use of menuq_add for ssh menu. More... over 7 years ago
Now that dim.{x,y} are available early, use them before requiring a MotionNotify event. More... over 7 years ago
Set dim.{x,y} during client_init and update on resize, instead of (re)calculating only when applying hints. More... over 7 years ago
'window-search' is spelled 'menu-window'; the former snuck in during the conversion('menu-window' already existed and was properlly documented); found the hard way by sthen@ while trying to convert. More... over 7 years ago
Fold unbinding functions into one for each, key and mouse; plugs a leak when unbinding a mouse button bound to a command. More... over 7 years ago
use the correct type More... over 7 years ago
Tame the number of 'exec' and 'path' search_match wrappers. No functional change now, though more can likely go later, losing the (paritally complete or incomplete/broken) argument completion bits. More... over 7 years ago
Switch ssh menu to search_match_text; like group/window/cmd menus, use only a substring match. The previous matching is only intended for the exec menus. More... over 7 years ago
Change 'menu-window' to display all windows; then add 'menu-window-hidden' for the previous behaviour of 'menu-window'. 'menu-window' becomes the default binding; use 'bind-mouse "1" menu-window-hidden' to restore old behaviour for those who prefer. More... over 7 years ago
Normalize bind function names, based on a few categories: window, group, menu and pointer. More... over 7 years ago
Use an additional check with lstat(2) when d_type is unknown. More... over 7 years ago
revert previous; upcoming changes will hopefully deal with these more naturally. More... over 7 years ago
Add a wrapper based upon xevent handlers around client move/resize for key and mouse bindings. More... over 7 years ago