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