this is a big one! im putting stats in here just cuz!
authorDana Jansens <danakj@orodu.net>
Sat, 24 May 2003 21:47:06 +0000 (21:47 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 24 May 2003 21:47:06 +0000 (21:47 +0000)
commitd1e355de2c6aae38cea3cdc0e0b902ea2b194e86
treedcb99d7232895e2b54ed58fbaa7d3a775da9ccfc
parent927f99e4125743bbecf41b1aa7dbce9587fb6156
this is a big one! im putting stats in here just cuz!
 59 files changed, 1691 insertions(+), 607 deletions(-)
Adding the beginings of ObConf. Adding a resistance-config plugin for ObConf.
Creating an obparser library that obrender can use, the kernel can use, plugins can use, and ObConf and its plugins can use. (its just code for using libXml2)
40 files changed:
Makefile.am
configure.ac
openbox/Makefile.am
openbox/action.c
openbox/action.h
openbox/config.c
openbox/focus.c
openbox/openbox.c
openbox/parse.c [deleted file]
openbox/plugin.c
parser/.cvsignore [new file with mode: 0644]
parser/Makefile.am [new file with mode: 0644]
parser/parse.c [new file with mode: 0644]
parser/parse.h [moved from openbox/parse.h with 72% similarity]
plugins/Makefile.am
plugins/interface.h [new file with mode: 0644]
plugins/keyboard/keyboard.c
plugins/menu/Makefile.am
plugins/mouse/mouse.c
plugins/obconf_interface.h [new file with mode: 0644]
plugins/placement/history.c
plugins/placement/placement.c
plugins/resistance/.cvsignore [new file with mode: 0644]
plugins/resistance/Makefile.am [new file with mode: 0644]
plugins/resistance/resistance.c [moved from plugins/resistance.c with 98% similarity]
plugins/resistance/resistance.glade [new file with mode: 0644]
plugins/resistance/resistance.gladep [new file with mode: 0644]
plugins/resistance/resistance.h [new file with mode: 0644]
plugins/resistance/resistance_config.c [new file with mode: 0644]
tools/.cvsignore [new file with mode: 0644]
tools/Makefile.am [new file with mode: 0644]
tools/obconf/.cvsignore [new file with mode: 0644]
tools/obconf/Makefile.am [new file with mode: 0644]
tools/obconf/about.c [new file with mode: 0644]
tools/obconf/main.c [new file with mode: 0644]
tools/obconf/obconf.glade [new file with mode: 0644]
tools/obconf/obconf.gladep [new file with mode: 0644]
tools/obconf/obconf.h [new file with mode: 0644]
tools/obconf/plugins.c [new file with mode: 0644]
tools/obconf/plugins.h [new file with mode: 0644]