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