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
/
parse.y
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2011-07-14
correct spelling; from Alexander Polakov.
okan
-3
/
+3
2011-06-24
introduce a new config option to snap to the screen edge. 'snapdist'
okan
-2
/
+7
2010-09-25
picked a henning diff from src - original log:
okan
-3
/
+4
2010-01-27
- allow per-screen gap; not (yet) user configurable.
okan
-7
/
+6
2009-12-15
pull all non-X11 headers from calmwm.h and place them only where they
okan
-1
/
+5
2009-12-15
merge the 2 common header files; specific includes to be pulled out as
okan
-2
/
+1
2009-12-11
Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespec
oga
-18
/
+2
2009-06-20
unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the
okan
-4
/
+4
2009-05-17
a long time coming - re-work the way we deal with colors: since we're
okan
-1
/
+35
2009-02-07
add 'moveamount' to cwmrc; it sets keyboard movement amount, making
martynas
-2
/
+7
2009-01-23
move conf_clear() and add proto.
okan
-44
/
+1
2009-01-22
The default font name is strduped, so don't test for default font name
oga
-3
/
+2
2009-01-21
borderwidth as a cwmrc(5) keyword, really helps debugging
todd
-2
/
+7
2009-01-11
shortcut_to_name should not be defined as static in a header file. Put
oga
-3
/
+1
2009-01-11
better comparison idiom; found with -Wall
okan
-11
/
+11
2008-06-16
Make this not crash when compiled with -g.
mk
-6
/
+3
2008-06-15
Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.
oga
-6
/
+2
2008-06-14
slightly alter the semantics of config files:
okan
-2
/
+3
2008-06-14
confable menu and window mouse bindings from rivo nurges (thanks!) with
okan
-2
/
+20
2008-05-19
allow an autogroup value of 0 to mean no group. This means you can set
oga
-2
/
+2
2008-05-18
Kill conf_get_int(), it was a silly function anyway.
oga
-2
/
+1
2008-05-18
When we're cleaning out the lists in parse_config and conf_clear it's a
oga
-37
/
+17
2008-04-29
Allow slashes in unquoted strings.
simon
-4
/
+3
2008-04-16
Replace a few leftover calls to strdup and calloc with xstrdup and xcalloc
oga
-11
/
+6
2008-04-15
hit it with the knf stick.
oga
-21
/
+28
2008-04-15
Add "gap" support to .cwmrc. The options put in here make gaps on the edge
oga
-3
/
+11
2008-04-15
malloc -> calloc
okan
-3
/
+2
2008-03-23
Replace the symlink configuration scheme with a simple yacc parser as
simon
-0
/
+583
[prev]