merge the C branch into HEAD
authorDana Jansens <danakj@orodu.net>
Sun, 16 Mar 2003 21:11:39 +0000 (21:11 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 16 Mar 2003 21:11:39 +0000 (21:11 +0000)
commitf8a47de5ec444c452093371e3db16857eb39a490
tree31db2567842d98232775f9980f7a8d2586c0ac71
parent8ba0586bcbdc7fe9648f1063812126d71a041670
merge the C branch into HEAD
170 files changed:
Makefile.am
README.CVS
bootstrap
c/.cvsignore [new file with mode: 0644]
c/Makefile.am [new file with mode: 0644]
c/client.c [new file with mode: 0644]
c/client.h [new file with mode: 0644]
c/clientwrap.c [new file with mode: 0644]
c/clientwrap.h [new file with mode: 0644]
c/event.c [new file with mode: 0644]
c/event.h [new file with mode: 0644]
c/eventdata.c [new file with mode: 0644]
c/eventdata.h [new file with mode: 0644]
c/extensions.c [new file with mode: 0644]
c/extensions.h [new file with mode: 0644]
c/focus.c [new file with mode: 0644]
c/focus.h [new file with mode: 0644]
c/frame.c [new file with mode: 0644]
c/frame.h [new file with mode: 0644]
c/geom.h [new file with mode: 0644]
c/gettext.h [new file with mode: 0644]
c/hooks.c [new file with mode: 0644]
c/hooks.h [new file with mode: 0644]
c/kbind.c [new file with mode: 0644]
c/kbind.h [new file with mode: 0644]
c/mbind.c [new file with mode: 0644]
c/mbind.h [new file with mode: 0644]
c/obexport.c [new file with mode: 0644]
c/obexport.h [new file with mode: 0644]
c/openbox.c [new file with mode: 0644]
c/openbox.h [new file with mode: 0644]
c/prop.c [new file with mode: 0644]
c/prop.h [new file with mode: 0644]
c/python.c [new file with mode: 0644]
c/python.h [new file with mode: 0644]
c/screen.c [new file with mode: 0644]
c/screen.h [new file with mode: 0644]
c/screenwrap.c [new file with mode: 0644]
c/screenwrap.h [new file with mode: 0644]
c/stacking.c [new file with mode: 0644]
c/stacking.h [new file with mode: 0644]
c/xerror.c [new file with mode: 0644]
c/xerror.h [new file with mode: 0644]
configure.ac
data/styles/Makefile.am [deleted file]
doc/Makefile.am
doc/bsetbg.1 [deleted file]
doc/bsetroot.1 [deleted file]
doc/openbox.1.in [deleted file]
doc/python/client.txt [new file with mode: 0644]
doc/python/config.txt [new file with mode: 0644]
doc/python/helpers.txt [new file with mode: 0644]
doc/python/hooks.txt [new file with mode: 0644]
doc/python/keyboard.txt [new file with mode: 0644]
doc/python/keyboarddata.txt [new file with mode: 0644]
doc/python/openbox.txt [new file with mode: 0644]
doc/python/pointer.txt [new file with mode: 0644]
doc/python/pointerdata.txt [new file with mode: 0644]
doc/themerc.txt [new file with mode: 0644]
engines/.cvsignore [moved from data/styles/.cvsignore with 100% similarity]
engines/Makefile.am [new file with mode: 0644]
engines/engineinterface.h [new file with mode: 0644]
engines/openbox/.cvsignore [new file with mode: 0644]
engines/openbox/Makefile.am [new file with mode: 0644]
engines/openbox/openbox.c [new file with mode: 0644]
engines/openbox/openbox.h [new file with mode: 0644]
engines/openbox/theme.c [new file with mode: 0644]
engines/openbox/theme.h [new file with mode: 0644]
m4/openbox.m4
m4/swig.m4 [deleted file]
openbox/.cvsignore [new file with mode: 0644]
openbox/Makefile.am [new file with mode: 0644]
openbox/client.c [new file with mode: 0644]
openbox/client.h [new file with mode: 0644]
openbox/clientwrap.c [new file with mode: 0644]
openbox/clientwrap.h [new file with mode: 0644]
openbox/engine.c [new file with mode: 0644]
openbox/engine.h [new file with mode: 0644]
openbox/event.c [new file with mode: 0644]
openbox/event.h [new file with mode: 0644]
openbox/extensions.c [new file with mode: 0644]
openbox/extensions.h [new file with mode: 0644]
openbox/focus.c [new file with mode: 0644]
openbox/focus.h [new file with mode: 0644]
openbox/frame.c [new file with mode: 0644]
openbox/frame.h [new file with mode: 0644]
openbox/geom.h [new file with mode: 0644]
openbox/gettext.h [new file with mode: 0644]
openbox/hooks.c [new file with mode: 0644]
openbox/hooks.h [new file with mode: 0644]
openbox/keyboard.c [new file with mode: 0644]
openbox/keyboard.h [new file with mode: 0644]
openbox/openbox.c [new file with mode: 0644]
openbox/openbox.h [new file with mode: 0644]
openbox/openboxwrap.c [new file with mode: 0644]
openbox/openboxwrap.h [new file with mode: 0644]
openbox/pointer.c [new file with mode: 0644]
openbox/pointer.h [new file with mode: 0644]
openbox/prop.c [new file with mode: 0644]
openbox/prop.h [new file with mode: 0644]
openbox/python.c [new file with mode: 0644]
openbox/python.h [new file with mode: 0644]
openbox/screen.c [new file with mode: 0644]
openbox/screen.h [new file with mode: 0644]
openbox/stacking.c [new file with mode: 0644]
openbox/stacking.h [new file with mode: 0644]
openbox/themerc.c [new file with mode: 0644]
openbox/themerc.h [new file with mode: 0644]
openbox/timer.c [new file with mode: 0644]
openbox/timer.h [new file with mode: 0644]
openbox/xerror.c [new file with mode: 0644]
openbox/xerror.h [new file with mode: 0644]
otk/Makefile.am
otk/display.cc
otk/display.hh
otk/screeninfo.cc
otk/screeninfo.hh
python/.cvsignore [new file with mode: 0644]
python/Makefile.am [new file with mode: 0644]
python/buttonmap.py [new file with mode: 0644]
python/config.py [new file with mode: 0644]
python/focus.py [new file with mode: 0644]
python/historyplacement.py [new file with mode: 0644]
python/keymap.py [new file with mode: 0644]
python/motion.py [new file with mode: 0644]
python/rc.py [new file with mode: 0644]
python/stackedcycle.py [new file with mode: 0644]
python/windowplacement.py [new file with mode: 0644]
render/.cvsignore [new file with mode: 0644]
render/Makefile.am [new file with mode: 0644]
render/color.c [new file with mode: 0644]
render/color.h [new file with mode: 0644]
render/font.c [new file with mode: 0644]
render/gradient.c [new file with mode: 0644]
render/gradient.h [new file with mode: 0644]
render/render.c [new file with mode: 0644]
render/render.h [new file with mode: 0644]
render/test.c [new file with mode: 0644]
scripts/historyplacement.py
src/actions.cc
themes/.cvsignore [new file with mode: 0644]
themes/Makefile.am [new file with mode: 0644]
themes/openbox/.cvsignore [new file with mode: 0644]
themes/openbox/Makefile.am [new file with mode: 0644]
themes/openbox/artwiz [moved from data/styles/artwiz with 100% similarity]
themes/openbox/bbs [moved from data/styles/bbs with 100% similarity]
themes/openbox/bluebox [moved from data/styles/bluebox with 100% similarity]
themes/openbox/cthulhain [moved from data/styles/cthulhain with 100% similarity]
themes/openbox/deep [moved from data/styles/deep with 100% similarity]
themes/openbox/fieron [moved from data/styles/fieron with 100% similarity]
themes/openbox/fieron2 [moved from data/styles/fieron2 with 100% similarity]
themes/openbox/flux [moved from data/styles/flux with 100% similarity]
themes/openbox/frobozz [moved from data/styles/frobozz with 100% similarity]
themes/openbox/frobust [moved from data/styles/frobust with 100% similarity]
themes/openbox/mbdtex [moved from data/styles/mbdtex with 100% similarity]
themes/openbox/miklos [moved from data/styles/miklos with 100% similarity]
themes/openbox/nyz [moved from data/styles/nyz with 100% similarity]
themes/openbox/nyzclone [moved from data/styles/nyzclone with 100% similarity]
themes/openbox/ob20 [moved from data/styles/ob20 with 100% similarity]
themes/openbox/operation [moved from data/styles/operation with 100% similarity]
themes/openbox/outcomes [moved from data/styles/outcomes with 100% similarity]
themes/openbox/paper [moved from data/styles/paper with 100% similarity]
themes/openbox/purplehaaze [moved from data/styles/purplehaaze with 100% similarity]
themes/openbox/shade [moved from data/styles/shade with 100% similarity]
themes/openbox/steelblue [moved from data/styles/steelblue with 100% similarity]
themes/openbox/steelblue2 [moved from data/styles/steelblue2 with 100% similarity]
themes/openbox/the_orange [moved from data/styles/the_orange with 100% similarity]
themes/openbox/trisb [moved from data/styles/trisb with 100% similarity]
themes/openbox/twice [moved from data/styles/twice with 100% similarity]
themes/openbox/warp-xp [moved from data/styles/warp-xp with 100% similarity]