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