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
/
calmwm.c
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2008-07-22
Kill screen_init(). it's been stubbed out for a while now. I don't envision it
oga
-6
/
+1
2008-07-11
spacing, declaration lineup to be consistent throughout cwm,
okan
-21
/
+19
2008-06-25
Sort flags.
oga
-2
/
+2
2008-06-15
Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.
oga
-6
/
+4
2008-05-21
Make menu_filter handle mouse movement too. This enables the keyboard
oga
-6
/
+2
2008-05-20
Pull out the behaviour in grab_label and search_start into one utility
oga
-2
/
+7
2008-05-19
General cleanup.
oga
-7
/
+7
2008-05-06
Signal handler of SIGCHLD calls waitpid() which sets errno on error. To
tobias
-1
/
+4
2008-04-15
hit it with the knf stick.
oga
-23
/
+23
2008-04-15
malloc -> calloc
okan
-1
/
+2
2008-04-03
Sync usage() with reality and manpage.
simon
-2
/
+2
2008-03-23
Replace the symlink configuration scheme with a simple yacc parser as
simon
-16
/
+9
2008-03-22
Rip out, burn, and dance around the grave of group-edit mode.
oga
-2
/
+1
2008-03-22
Remove a bunch of unused variables and incorrect comments.
oga
-9
/
+2
2008-02-13
usage never returns, and thus should be __dead.
oga
-2
/
+2
2008-02-13
add usage() for when an unknown option is given.
oga
-2
/
+11
2008-02-13
Make cwm print the XDisplayName() if it fails to open the display,
oga
-2
/
+3
2008-01-16
huge amount of cleanup and dead code removal.
oga
-41
/
+6
2008-01-14
Rewrite most of grab_menu in grab.c (it was partly 9wm code).
oga
-7
/
+1
2008-01-11
- Remove the "all rights reserved" tag at the top of most of the source
oga
-2
/
+13
2007-05-28
convert globals from G_foo to Foo, as per TODO.
jasper
-67
/
+67
2007-05-21
fix optind
jasper
-2
/
+2
2007-05-10
- add a "-d" option, to specify the display cwm should be started on
jasper
-5
/
+12
[prev]