summaryrefslogtreecommitdiff
path: root/libcaribou
Commit message (Expand)AuthorAgeFilesLines
* keyboard-service: don't try to replace an existing keyboardDan Winship2011-09-231-1/+1
* build: Fix header installationRico Tzschichholz2011-09-221-1/+1
* libcaribou: Set correct share-library in gir typelib.Eitan Isaacson2011-09-111-1/+1
* Added annotations for list struct members in vapi.Eitan Isaacson2011-08-292-0/+5
* Add timestamp to show/hide Gtk module methodsNohemi Fernandez2011-08-121-3/+3
* Fix Vala compilation problemBastien Nocera2011-08-101-1/+1
* libcaribou: fix compileDan Winship2011-08-041-0/+4
* Don't throw an error when no supported layout is found.Eitan Isaacson2011-07-201-3/+8
* Add Ctrl/Alt functionalityEitan Isaacson2011-07-189-30/+139
* Remove HAVE_GOBJECT_INTROSPCTION, it is mandatory.Eitan Isaacson2011-07-011-3/+1
* abolish margin and use alignEitan Isaacson2011-06-224-49/+32
* Removed Json loader and replaced with XML loader.Eitan Isaacson2011-06-225-143/+154
* Use generic keyboard service name.Eitan Isaacson2011-06-081-8/+21
* Change key press/release to 200 ms.Eitan Isaacson2011-06-081-1/+1
* xadapter: get all group information from libxklavierDan Winship2011-06-083-16/+26
* Revert "libcaribou: Use GLib.List instead of arrays"Eitan Isaacson2011-06-027-55/+38
* libcaribou: Use GLib.List instead of arraysEitan Isaacson2011-06-027-38/+55
* Remove redundant get_keys() from subclasses.Eitan Isaacson2011-06-022-23/+0
* Fix memory leaks. Remove cyclic references.Eitan Isaacson2011-06-011-2/+1
* Scanning: Fix single column scanning and subkeys.Eitan Isaacson2011-06-012-5/+27
* Implement Caribou_RepeatEitan Isaacson2011-06-012-6/+15
* Aggregate button activation signals.Eitan Isaacson2011-06-016-9/+18
* Use Gee.HashMap and not GLib.HashTable.Eitan Isaacson2011-06-014-41/+13
* Added IKeyboardObject interface, and have all model classes implement it.Eitan Isaacson2011-06-018-12/+73
* Have UI choose keyboard type.Eitan Isaacson2011-06-012-14/+20
* Introduce scanner class.Eitan Isaacson2011-05-282-0/+242
* Implement scannable interfaces in keyboard model.Eitan Isaacson2011-05-286-6/+174
* Introduce scannable interfaces.Eitan Isaacson2011-05-283-1/+32
* Don't fail when XKB group has no Caribou layout.Eitan Isaacson2011-05-281-5/+10
* Add global keypress listener to XAdapter.Eitan Isaacson2011-05-281-19/+101
* Add Column model. Use Gee collections (I give up).Eitan Isaacson2011-05-288-48/+120
* Fixed latched behavior in KeyboardModelEitan Isaacson2011-05-241-1/+1
* libcaribou: Fix one XKB group case.Eitan Isaacson2011-05-022-9/+16
* libcaribou: Added a tool to ammend valac's gir.Eitan Isaacson2011-05-021-1/+5
* libcaribou: Implemented CaribouKeyboardModel.Eitan Isaacson2011-05-029-2/+418
* libcaribou: Ported XKB helper to Vala.Eitan Isaacson2011-05-0210-544/+668
* libcaribou: Removed arbitrary keycode initial value.Eitan Isaacson2011-05-021-1/+1
* libcaribou: Make any keysym work with weird keyboard remapping hack.Eitan Isaacson2011-05-021-6/+93
* libcaribou: Added methods for retrieving keyboard groups.Eitan Isaacson2011-05-022-0/+70
* libcaribou: Added signals when group or modifiers changeEitan Isaacson2011-05-022-10/+88
* libcaribou: Simplified X Display references.Eitan Isaacson2011-05-021-22/+12
* Added an introspectable C library for simulating kb events.Eitan Isaacson2011-04-167-0/+340