summaryrefslogtreecommitdiff
path: root/libcaribou/key-model.vala
Commit message (Expand)AuthorAgeFilesLines
* Fix build with newer valac versionsRico Tzschichholz2021-01-201-1/+1
* Allow to overwrite the label in the keyboard layout.Raphael Freudiger2014-11-121-1/+1
* Add label to all keysRaphael Freudiger2014-11-091-4/+23
* Add more keys to label_mapRaphael Freudiger2014-11-071-1/+9
* libcaribou: factor out X dependencyDaiki Ueno2013-08-091-2/+2
* Make key repeat work againDaiki Ueno2013-04-221-4/+14
* Add valadoc comment to each public class.Daiki Ueno2012-12-301-0/+5
* key-model: Use key-released instead of key-clicked to hide subkeysRui Matos2012-11-261-3/+3
* libcaribou: refactor some codeDaiki Ueno2012-11-221-2/+0
* Port label string construction code to libcaribouDaiki Ueno2012-10-311-0/+43
* xml: add "text" attribute to keyDaiki Ueno2012-10-301-4/+21
* Add Ctrl/Alt functionalityEitan Isaacson2011-07-181-15/+75
* abolish margin and use alignEitan Isaacson2011-06-221-1/+1
* Removed Json loader and replaced with XML loader.Eitan Isaacson2011-06-221-2/+1
* Change key press/release to 200 ms.Eitan Isaacson2011-06-081-1/+1
* Revert "libcaribou: Use GLib.List instead of arrays"Eitan Isaacson2011-06-021-11/+9
* libcaribou: Use GLib.List instead of arraysEitan Isaacson2011-06-021-9/+11
* Implement Caribou_RepeatEitan Isaacson2011-06-011-4/+7
* Aggregate button activation signals.Eitan Isaacson2011-06-011-4/+4
* Added IKeyboardObject interface, and have all model classes implement it.Eitan Isaacson2011-06-011-1/+12
* Implement scannable interfaces in keyboard model.Eitan Isaacson2011-05-281-1/+17
* Add Column model. Use Gee collections (I give up).Eitan Isaacson2011-05-281-6/+7
* libcaribou: Implemented CaribouKeyboardModel.Eitan Isaacson2011-05-021-0/+71