6b202f4e3d
to contain headers shared by kernel and userland (mainly libroot). * Moved quite a few private kernel headers to the new location. Split several kernel headers into a shared part and one that is still kernel private. Adjusted all affected Jamfiles and source in the standard x86 build accordingly. The build for other architectures and for test code may be broken. * Quite a bit of userland code still includes private kernel headers. Mostly those are <util/*> headers. The ones that aren't strictly kernel-only should be moved to some other place (maybe headers/private/shared/util). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25486 a95241bf-73f2-0310-859d-f6bbb57e9c96 |
||
---|---|---|
.. | ||
AddOnManager.cpp | ||
AddOnManager.h | ||
BottomlineWindow.cpp | ||
BottomlineWindow.h | ||
DeviceManager.cpp | ||
DeviceManager.h | ||
input_server.rdef | ||
InputServer.cpp | ||
InputServer.h | ||
InputServerDevice.cpp | ||
InputServerFilter.cpp | ||
InputServerMethod.cpp | ||
install.sh | ||
Jamfile | ||
KeyboardSettings.cpp | ||
KeyboardSettings.h | ||
LICENSE | ||
MethodMenuItem.cpp | ||
MethodMenuItem.h | ||
MethodReplicant.cpp | ||
MethodReplicant.h | ||
MouseSettings.cpp | ||
MouseSettings.h | ||
README | ||
remote_icon.h | ||
TList.h |
Haiku Input Kit Replacement v1.0.0 ABOUT: This is a drop-in replacement for the BeOS Input server that comes with BeOS. Its purpose is to be 100% compatible with the original input_server and to improve it by adding features. The package contains the following files: README The file you are reading. LICENSE Conditions for using/distributing this package. input_server This is the new replacement Input Server. It will be installed in /boot/beos/system/servers, overwriting the original input_server file. Addons Addons are typically needed to control input devices, and will be installed in /boot/home/config/add-ons/input_server Drivers Drivers are the kernel components which know your special devices, and will be installed in /boot/home/config/add-ons/kernel/drivers/bin Keymaps Keymaps are used to map characters to keycodes generated by your keyboard. They will be installed in /boot/home/config/settings/Keymap INSTALLATION: Installation is through a zip file. Just unzip the file somewhere and double click the install.sh icon. ADDON INSTALLATION: Add-ons should be installed in /boot/home/config/add-ons/ input_server/ in the subdirectory specified in the add on documentation. This directory will be automatically created by the installation process. The distribution contains the keyboard and mouse device addons. FILTERS: This release contains no filter addons. KEYMAPS: These release contains a set of keymaps. The Keymap preference app enables to select one of these keymaps in the User listbox. IMPLEMENTATION: The latest version has the following (interesting) features: - Add-on based architeture. - Fully multithreaded. TODO: This is a partial list of what we intend to implement. Suggestions are welcome: - More... OTHER STUFF Thanks to Dr. Zoidberg Enterprises for their README file :)