index
:
cwm
this commit
cn-bisectgtkbug
cn-menu-redraw
cn-noraise
cn-noraise-global
cwm
dh-gapsnap
ignorewarp
linux
master
portable version of OpenBSD's cwm(1) window manager
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parse.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
really these are just border colors, so adjust the define
okan
2013-01-04
1
-1
/
+1
*
get rid of struct color
okan
2013-01-04
1
-9
/
+9
*
gc unused cmd 'flags' variable
okan
2012-12-19
1
-1
/
+1
*
knf
okan
2012-12-17
1
-1
/
+1
*
non-trivial menu drawing rewrite, moving to Xft and solving various
okan
2012-12-17
1
-7
/
+16
*
no longer a reason to carry conf_path in struct conf, so dice.
okan
2012-10-31
1
-2
/
+0
*
allow configurable menu font color; from Alexander Polakov with a tweak
okan
2011-09-08
1
-1
/
+6
*
allow menufg/menubg to be configurable; from Alexander Polakov.
okan
2011-09-08
1
-0
/
+11
*
"defaultfont" is unclear (and confusing while reading code) when it also
okan
2011-09-03
1
-3
/
+3
*
revert r1.11 of parse.y and create logic in conf_setup instead to deal
okan
2011-08-22
1
-2
/
+0
*
We are inconsistent when it comes to function returns, so just go all
okan
2011-07-25
1
-4
/
+4
*
correct spelling; from Alexander Polakov.
okan
2011-07-14
1
-2
/
+2
*
introduce a new config option to snap to the screen edge. 'snapdist'
okan
2011-06-24
1
-1
/
+6
*
picked a henning diff from src - original log:
okan
2010-09-25
1
-2
/
+3
*
- allow per-screen gap; not (yet) user configurable.
okan
2010-01-27
1
-6
/
+5
*
pull all non-X11 headers from calmwm.h and place them only where they
okan
2009-12-15
1
-0
/
+4
*
merge the 2 common header files; specific includes to be pulled out as
okan
2009-12-15
1
-1
/
+0
*
Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespec
oga
2009-12-11
1
-17
/
+1
*
unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the
okan
2009-06-20
1
-3
/
+3
*
a long time coming - re-work the way we deal with colors: since we're
okan
2009-05-17
1
-0
/
+34
*
add 'moveamount' to cwmrc; it sets keyboard movement amount, making
martynas
2009-02-07
1
-1
/
+6
*
move conf_clear() and add proto.
okan
2009-01-23
1
-43
/
+0
*
The default font name is strduped, so don't test for default font name
oga
2009-01-22
1
-2
/
+1
*
borderwidth as a cwmrc(5) keyword, really helps debugging
todd
2009-01-21
1
-1
/
+6
*
shortcut_to_name should not be defined as static in a header file. Put
oga
2009-01-11
1
-2
/
+0
*
better comparison idiom; found with -Wall
okan
2009-01-11
1
-10
/
+10
*
Make this not crash when compiled with -g.
mk
2008-06-16
1
-5
/
+2
*
Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.
oga
2008-06-15
1
-5
/
+1
*
slightly alter the semantics of config files:
okan
2008-06-14
1
-1
/
+2
*
confable menu and window mouse bindings from rivo nurges (thanks!) with
okan
2008-06-14
1
-1
/
+19
*
allow an autogroup value of 0 to mean no group. This means you can set
oga
2008-05-19
1
-1
/
+1
*
Kill conf_get_int(), it was a silly function anyway.
oga
2008-05-18
1
-1
/
+0
*
When we're cleaning out the lists in parse_config and conf_clear it's a
oga
2008-05-18
1
-36
/
+16
*
Allow slashes in unquoted strings.
simon
2008-04-29
1
-3
/
+2
*
Replace a few leftover calls to strdup and calloc with xstrdup and xcalloc
oga
2008-04-16
1
-10
/
+5
*
hit it with the knf stick.
oga
2008-04-15
1
-20
/
+27
*
Add "gap" support to .cwmrc. The options put in here make gaps on the edge
oga
2008-04-15
1
-2
/
+10
*
malloc -> calloc
okan
2008-04-15
1
-2
/
+1
*
Replace the symlink configuration scheme with a simple yacc parser as
simon
2008-03-23
1
-0
/
+583