index
:
xenocara
cvs/HEAD
master
matthieu/xserver-1.13
mpi/libdrm-update
Xenocara
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
cwm
Age
Commit message (
Expand
)
Author
2019-04-29
Plug a memory leak in log_debug(); OK okan@
Tim van der Molen
2019-04-29
Handle _NET_WM_NAME changes.
Tim van der Molen
2019-03-11
Check the atom type on propertynotify before iterating.
Okan Demirmen
2019-03-10
use screen_find() for xrandr crtc changes
Okan Demirmen
2019-03-10
Find the managed screen from the parent window for client_current().
Okan Demirmen
2019-03-08
Print window id in hex; while here, remove unnecessary newline.
Okan Demirmen
2019-03-08
Similar to keypress event, fetch the screen from the event root window in the
Okan Demirmen
2019-03-08
extend verbose logging for key/button events
Okan Demirmen
2019-03-08
[keypress event] turns out we've been checking the wrong window for a matching
Okan Demirmen
2019-03-08
add parans for readibility
Okan Demirmen
2019-03-07
Teach client_current() to use a screen to find the current client instead of
Okan Demirmen
2019-03-07
check cc->gc directly
Okan Demirmen
2019-03-07
zip extra lines
Okan Demirmen
2019-03-07
gc clientq inside groups, instead use the better maintained one per-screen
Okan Demirmen
2019-03-07
shuffle deck chairs: rename group actions to match intent for clarity
Okan Demirmen
2019-03-06
same thing as screen_find()
Okan Demirmen
2019-03-04
Separate out the menu window from the client resize/move geom window; in each
Okan Demirmen
2019-03-04
fix a few misplaced (and misnamed) ewmh root window functions
Okan Demirmen
2019-03-04
_NET_WORKAREA needs ngroups, so screen_update_geometry() needs to come after
Okan Demirmen
2019-03-04
simplify xftcolor config
Okan Demirmen
2019-03-01
Tie group number and name together during config.
Okan Demirmen
2019-02-28
Move the group index (desktop number) check to the only 2 callers that require
Okan Demirmen
2019-02-28
Ensure we don't action on the last group when the requested one is not found.
Okan Demirmen
2019-02-28
Selectively hide and show clients based on state; merge client_unhide() and
Okan Demirmen
2019-02-25
Add a configtest flag (-n).
Okan Demirmen
2019-02-25
Add 'group-close-[n]' action to close all windows within specified group.
Okan Demirmen
2019-02-23
simplify screen 'area' usage for initial client placement
Okan Demirmen
2019-02-22
restore order from before r1.248 (vtile/vtile containment changes).
Okan Demirmen
2019-02-22
Rename internal functions to delinate between client remove, delete and xproto
Okan Demirmen
2019-02-22
Limit vtile/htile actions to clients fully within the screen of master client.
Okan Demirmen
2019-02-13
fix missing includes
Okan Demirmen
2018-11-14
Stop asking for events (NoEventMask) from menu window once done with
Okan Demirmen
2018-11-13
Allow 'transientfor' clients to inherit group and bwidth either during init or
Okan Demirmen
2018-11-09
merge from base, from sashan@:
Okan Demirmen
2018-11-08
Use the original client border width to adjust initial placement of clients
Okan Demirmen
2018-07-16
Remove unused prototype; from Ross L Richardson.
Okan Demirmen
2018-02-19
Do not print any parse errors when ~/.cwmrc is missing. Regression introduced in
anton
2018-02-13
Store the screen's visual type and colormap.
Okan Demirmen
2018-02-13
Consolidate region 'view' and 'area'.
Okan Demirmen
2018-02-09
limit scope of screen_apply_gap()
Okan Demirmen
2018-02-09
Clean up conf_file/homedir and conf_init() bits.
Okan Demirmen
2018-02-06
Use screen's saved view instead of re-querying the server.
Okan Demirmen
2018-02-04
Slightly expand and expose verbose debugging.
Okan Demirmen
2018-02-02
add debugging for x events
Okan Demirmen
2018-02-02
Add a simple debug logging mechanism.
Okan Demirmen
2018-02-02
Simplification; use asprintf where appropriate now.
Okan Demirmen
2018-02-01
Use func attributes where appropriate.
Okan Demirmen
2018-01-23
Fix wins comparison declaration since it's unsigned from XQueryTree().
Okan Demirmen
2018-01-23
Generate name_to_func[] in a clean and readable fashion.
Okan Demirmen
2018-01-23
Shrink tier[] by one after removing matchname in r1.55.
Okan Demirmen
[next]