index
:
cwm
trunk
A Linux port and fork of OpenBSD's cwm(1)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Lines
...
*
add, then use, xvasprintf, checking for appropriate return.
okan
2020-03-18
-10
/
+18
*
Ensure the pointer stays within client bounds after a window 'snap' (to edge).
okan
2020-03-18
-1
/
+2
*
Because cwm warps the pointer during a client move (to stay within the client...
okan
2019-08-24
-1
/
+3
*
Fix regression from r1.107 (lost a return); kettenis@ pointed out the high po...
okan
2019-08-24
-1
/
+2
*
Add application section
kn
2019-07-09
-4
/
+8
*
command uses execvp(3) not execve(2)
kn
2019-07-02
-3
/
+3
*
Plug a memory leak in log_debug(); OK okan@
tim
2019-04-29
-1
/
+2
*
Handle _NET_WM_NAME changes.
tim
2019-04-29
-2
/
+3
*
Check the atom type on propertynotify before iterating.
okan
2019-03-11
-4
/
+6
*
use screen_find() for xrandr crtc changes
okan
2019-03-10
-12
/
+9
*
Find the managed screen from the parent window for client_current().
okan
2019-03-10
-5
/
+9
*
Print window id in hex; while here, remove unnecessary newline.
okan
2019-03-08
-2
/
+2
*
Similar to keypress event, fetch the screen from the event root window in the
okan
2019-03-08
-7
/
+5
*
extend verbose logging for key/button events
okan
2019-03-08
-5
/
+8
*
[keypress event] turns out we've been checking the wrong window for a matching
okan
2019-03-08
-7
/
+8
*
add parans for readibility
okan
2019-03-08
-5
/
+5
*
Teach client_current() to use a screen to find the current client instead of
okan
2019-03-07
-16
/
+23
*
check cc->gc directly
okan
2019-03-07
-5
/
+3
*
zip extra lines
okan
2019-03-07
-6
/
+2
*
gc clientq inside groups, instead use the better maintained one per-screen
okan
2019-03-07
-31
/
+43
*
shuffle deck chairs: rename group actions to match intent for clarity
okan
2019-03-07
-34
/
+34
*
same thing as screen_find()
okan
2019-03-06
-8
/
+4
*
Separate out the menu window from the client resize/move geom window; in each
okan
2019-03-04
-86
/
+99
*
fix a few misplaced (and misnamed) ewmh root window functions
okan
2019-03-04
-18
/
+18
*
_NET_WORKAREA needs ngroups, so screen_update_geometry() needs to come after
okan
2019-03-04
-2
/
+2
*
simplify xftcolor config
okan
2019-03-04
-6
/
+3
*
Tie group number and name together during config.
okan
2019-03-01
-17
/
+36
*
Move the group index (desktop number) check to the only 2 callers that require
okan
2019-02-28
-16
/
+8
*
Ensure we don't action on the last group when the requested one is not found.
okan
2019-02-28
-20
/
+18
*
Selectively hide and show clients based on state; merge client_unhide() and
okan
2019-02-28
-20
/
+12
*
Add a configtest flag (-n).
okan
2019-02-25
-8
/
+19
*
Add 'group-close-[n]' action to close all windows within specified group.
okan
2019-02-25
-6
/
+42
*
simplify screen 'area' usage for initial client placement
okan
2019-02-23
-14
/
+9
*
restore order from before r1.248 (vtile/vtile containment changes).
okan
2019-02-22
-3
/
+2
*
Rename internal functions to delinate between client remove, delete and xproto
okan
2019-02-22
-24
/
+25
*
Limit vtile/htile actions to clients fully within the screen of master client.
okan
2019-02-22
-13
/
+30
*
fix missing includes
okan
2019-02-13
-4
/
+5
*
Stop asking for events (NoEventMask) from menu window once done with
okan
2018-11-14
-1
/
+2
*
Allow 'transientfor' clients to inherit group and bwidth either during init or
okan
2018-11-13
-23
/
+28
*
merge from base, from sashan@:
okan
2018-11-09
-2
/
+3
*
Use the original client border width to adjust initial placement of clients
okan
2018-11-08
-2
/
+10
*
Remove unused prototype; from Ross L Richardson.
okan
2018-07-16
-2
/
+1
*
Do not print any parse errors when ~/.cwmrc is missing. Regression introduced in
anton
2018-02-19
-11
/
+11
*
Store the screen's visual type and colormap.
okan
2018-02-13
-10
/
+13
*
Consolidate region 'view' and 'area'.
okan
2018-02-13
-11
/
+6
*
limit scope of screen_apply_gap()
okan
2018-02-09
-4
/
+5
*
Clean up conf_file/homedir and conf_init() bits.
okan
2018-02-09
-47
/
+31
*
Use screen's saved view instead of re-querying the server.
okan
2018-02-06
-10
/
+5
*
Slightly expand and expose verbose debugging.
okan
2018-02-04
-34
/
+44
*
add debugging for x events
okan
2018-02-02
-1
/
+29
[prev]
[next]