Dmitry Chapyshev <lentind@yandex.ru>:
authorAleksey Bragin <aleksey@reactos.org>
Fri, 7 Sep 2007 18:22:43 +0000 (18:22 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Fri, 7 Sep 2007 18:22:43 +0000 (18:22 +0000)
commit8a38525cef532fb7037f1146a591ca70c3c93e4f
tree208d6d533ad979fcc5bb5c6bab37bb18bd087ae9
parentf7db2e960b4d37fddf74e6a4995051857101f2d1
Dmitry Chapyshev <lentind@yandex.ru>:
- Implement basics of input.dll (does not work yet, just has dialogs/resources).

svn path=/trunk/; revision=28930
20 files changed:
reactos/dll/cpl/cpl.rbuild
reactos/dll/cpl/input/add.c [new file with mode: 0644]
reactos/dll/cpl/input/advanced.c [new file with mode: 0644]
reactos/dll/cpl/input/changekeyseq.c [new file with mode: 0644]
reactos/dll/cpl/input/input.c [new file with mode: 0644]
reactos/dll/cpl/input/input.def [new file with mode: 0644]
reactos/dll/cpl/input/input.h [new file with mode: 0644]
reactos/dll/cpl/input/input.rbuild [new file with mode: 0644]
reactos/dll/cpl/input/input.rc [new file with mode: 0644]
reactos/dll/cpl/input/inputlangprop.c [new file with mode: 0644]
reactos/dll/cpl/input/keysettings.c [new file with mode: 0644]
reactos/dll/cpl/input/lang/en-US.rc [new file with mode: 0644]
reactos/dll/cpl/input/langbar.c [new file with mode: 0644]
reactos/dll/cpl/input/resource.h [new file with mode: 0644]
reactos/dll/cpl/input/resources/information.ico [new file with mode: 0644]
reactos/dll/cpl/input/resources/keyboard-shortcuts.ico [new file with mode: 0644]
reactos/dll/cpl/input/resources/keyboard.ico [new file with mode: 0644]
reactos/dll/cpl/input/resources/marker.ico [new file with mode: 0644]
reactos/dll/cpl/input/resources/microphone.ico [new file with mode: 0644]
reactos/dll/cpl/input/settings.c [new file with mode: 0644]