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
path:
root
/
group.c
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2013-10-17
a few err->errx since we don't have error messages here; from Tiago Cunha
okan
-4
/
+4
2013-10-03
unify type; no change
okan
-2
/
+2
2013-07-15
simplify atom handling; allows us to limit to one round-trip to server
okan
-4
/
+4
2013-07-09
since the root and event window are the same in the case of a button
okan
-5
/
+2
2013-07-08
replace a few (x)malloc with (x)calloc to prevent potential integer
okan
-3
/
+3
2013-05-06
remove group in client_delete directly.
okan
-12
/
+1
2013-04-30
type fix
okan
-3
/
+2
2013-04-17
add conf_ignore and move group_make_autogroup to conf_autogroup to match.
okan
-22
/
+1
2013-04-08
reverse logic to make it like the others
okan
-9
/
+5
2013-04-08
consistency
okan
-1
/
+2
2013-04-05
zap stray whitespace
okan
-2
/
+2
2013-01-13
put back r1.68 which allows an empty group to be sticky; behavior
okan
-2
/
+6
2013-01-10
set the initial group to '1', missed by recent off-by-one group
okan
-2
/
+2
2013-01-01
after we toggle a group hidden, it makes no sense to set it as active
okan
-6
/
+2
2013-01-01
make num of groups no longer off-by-one; from Alexander Polakov
okan
-6
/
+6
2012-12-17
replace client highlight with a client flag
okan
-7
/
+5
2012-12-17
create and use menuq_clear() helper; from Tiago Cunha
okan
-5
/
+2
2012-11-29
specific last match for autogroup; few iterations with Kent Spillner.
okan
-7
/
+9
2012-11-09
sort
okan
-2
/
+2
2012-11-08
fix some warnings; inspired by a diff from Thordur Bjornsson.
okan
-3
/
+3
2012-11-07
get rid of the xfree() wrapper around free(); from Tiago Cunha.
okan
-4
/
+4
2012-09-09
replace with xu_getprop wrapper used everywhere else.
okan
-13
/
+7
2012-07-08
remove a redundant assignment and another one up.
okan
-3
/
+2
2012-07-03
re-implement atom handing; makes for a normalized and more consistent
okan
-39
/
+18
2012-05-16
get rid of more stray lines/spaces
okan
-3
/
+3
2012-05-16
fix comment
okan
-3
/
+4
2011-12-29
check if we're in the group already, else multiple calls to
okan
-2
/
+4
2011-10-12
use xfree instead of free since strings is allocated with xmalloc; from
okan
-2
/
+2
2011-09-19
move client to group (movetogroup) and hide client only if group is
okan
-2
/
+6
2011-09-13
repair groupcycle (broke after cycle-in-group support added more flags);
okan
-6
/
+6
2011-07-25
We are inconsistent when it comes to function returns, so just go all
okan
-4
/
+4
2011-05-11
tag and comment cleanup; ok oga@
okan
-1
/
+1
2011-02-13
we lose track of highstack somewhere, so recompute it before we need it.
tedu
-1
/
+6
2010-09-25
spacing nits
okan
-1
/
+2
2010-09-25
more clear variable name so than name/class shouldn't be confused again.
okan
-5
/
+5
2010-07-30
revert -r1.45 of group.c (log was: fix window name and class to match
okan
-3
/
+4
2010-06-28
fix window name and class to match cwmrc(5); from Holger Mikolon - thanks!
okan
-4
/
+3
2010-04-11
clean up a few xu_* functions to just accept what they need (Window).
okan
-2
/
+2
2009-12-15
pull all non-X11 headers from calmwm.h and place them only where they
okan
-1
/
+10
2009-12-15
spacing
okan
-4
/
+2
2009-12-15
pull these headers only into files that need them.
okan
-1
/
+3
2009-12-15
merge the 2 common header files; specific includes to be pulled out as
okan
-2
/
+1
2009-12-14
kill _CWM_GRP atom setting. The netwm stuff does us well enough now that
oga
-17
/
+2
2009-12-11
implement support for _NET_WM_DESKTOP properties on windows.
oga
-7
/
+26
2009-12-11
Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespec
oga
-10
/
+117
2009-12-10
Implement _NET_VIRTUAL_ROOTS (just clear it, we don't use that technique)
oga
-2
/
+15
2009-12-10
Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT and
oga
-8
/
+21
2009-12-10
finish unfucking the screen_ctx handling.
oga
-51
/
+55
2009-12-07
Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 and
oga
-3
/
+1
2009-06-20
compact a bit by condensing a few if-else's; from Thomas Pfaff
okan
-9
/
+3
[next]