move the keyboard and mouse plugins into the kernel for mucho sexiness.
authorDana Jansens <danakj@orodu.net>
Tue, 12 Aug 2003 07:26:16 +0000 (07:26 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 12 Aug 2003 07:26:16 +0000 (07:26 +0000)
commitc90da6da781932c2d178bfb7e39ec1d5003543b7
treee9ed8a17f574701880fe73fcfbd872cdb4868c4d
parentcb49f853c9b62c4403eb562d39f52c51da292c4f
move the keyboard and mouse plugins into the kernel for mucho sexiness.
make workspace changing a grabbed/interactive process like focus cycling is, with the popup and all.
this is some hot shit.
29 files changed:
ChangeLog
Makefile.am
openbox/.cvsignore
openbox/action.c
openbox/action.h
openbox/client.c
openbox/config.c
openbox/config.h
openbox/event.c
openbox/focus.c
openbox/keyboard.c [new file with mode: 0644]
openbox/keyboard.h [new file with mode: 0644]
openbox/keytree.c [new file with mode: 0644]
openbox/keytree.h [new file with mode: 0644]
openbox/menu.c
openbox/menu.h
openbox/mouse.c [moved from plugins/mouse/mouse.c with 50% similarity]
openbox/mouse.h [new file with mode: 0644]
openbox/openbox.c
openbox/plugin.c
openbox/screen.c
openbox/screen.h
openbox/translate.c [moved from plugins/mouse/translate.c with 67% similarity]
openbox/translate.h [new file with mode: 0644]
plugins/menu/client_menu.c
plugins/mouse/.cvsignore [deleted file]
plugins/mouse/Makefile [deleted file]
plugins/mouse/mouse.h [deleted file]
plugins/mouse/translate.h [deleted file]