0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 24 hours ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use position on root to figure out region. More... over 8 years ago
Start cleaning up name vs function differences; replace magic numbers. More... over 8 years ago
Clean up unused defines. More... over 8 years ago
Extend region to include both view and work areas; switch to region_find() which no longer needs to recalculate gap each time a client (or menu) is created or altered. If no RandR, fall back to display dimensions while building regions instead of during execution. More... over 8 years ago
Only when mapping clients from an initial wm start or restart, query the pointer and if it matches the child window, activate it; new clients will not need to make this roundtrip to the server. More... over 8 years ago
On execwm, we should properly release resources before exec'ing into a new window manager; so allow CWM_EXEC_WM to assign new wm to wm_argv and pass through cwm_status (now EXECWM) so that x_teardown() gets called before exec'ing the new window manager. Removes the need for a separate x_restart() now, using new wm_argv; and consolidates errno for execvp. More... over 8 years ago
Lost fix from r1.112; add comment. More... over 8 years ago
Mechanical change: group->gc More... over 8 years ago
Add consistent checks against NULL. More... over 8 years ago
Move client cycle grab/ungrab into a more relevant place; while here, update comments about why we need to grab/ungrab the keyboard. More... over 8 years ago
Re-add lost chunk in group_cycle from r1.113. More... over 8 years ago
Further simplify _NET_WM_DESKTOP handling using new group_assign(). More... over 8 years ago
oops; remove left over debug print More... over 8 years ago
Allowing sending a valid 'nogroup' (0) group_ctx to group_assign() (since we init all groups), though assigning the client's group to NULL for 'sticky'; use this simplification in a few places (others to follow). More... over 8 years ago
Split out sticky mode checks and the restoring of a client's group and _NET_WM_DESKTOP from the config-based auto-grouping; no (intentional) behavior changes. Needed for further work in cleaning up this area. More... over 8 years ago
Implement _NET_CLIENT_LIST_STACKING (from Thomas Admin), but bottom-to-top order, as per spec (notified Thomas as well). More... over 8 years ago
Don't allow freeze operations on fullscreen (consistent with what fullscreen does). More... over 8 years ago
Sort _NET_WM_STATE Atoms like the spec. More... over 8 years ago
Move CLIENT_STICKY logic from client hide/unhide to group hide/unhide; rationale being that clients should be able to hide/unhide independently of group switching. More... over 8 years ago
Add Xkb modifier to ignore mask; from Alexander Polakov. More... over 8 years ago
Fix whitespace. More... over 8 years ago
Add client freeze extension to _NET_WM_STATE Atom, allowing flag to persist. As usual with new Atoms, requires X restart. More... over 8 years ago
_NET_WM_STATE_STICKY implies only sticky at the group/desktop level, not position and size; based on discussion with a few. More... over 8 years ago
Instead of special casing the 'term' and 'lock' commands, go back to keeping them hidden; showing them has apparently caused confusion/angst. More... over 8 years ago
Leave command list order from .cwmrc alone; remove sort. More... over 8 years ago
Bring group and client cycle closer together. More... over 8 years ago
Alter big move and resize bindings to match what's in cwm(1); functionally the same, but re-binding should be based on default bindings. Matches other similiar bindings. More... over 8 years ago
introduce 'groupsearch' for group menu search; matches on either group number/shortcut and/or name. More... almost 9 years ago
simplify menu print text More... almost 9 years ago
revert previous; seems search_match_text() needs mi->text pre-populated. (only used in one place, application menu searching); re-visit later. More... almost 9 years ago