summaryrefslogtreecommitdiff
path: root/libcaribou/level-model.vala
Commit message (Expand)AuthorAgeFilesLines
* Add valadoc comment to each public class.Daiki Ueno2012-12-301-0/+7
* libcaribou: refactor some codeDaiki Ueno2012-11-221-2/+0
* Add Ctrl/Alt functionalityEitan Isaacson2011-07-181-3/+5
* abolish margin and use alignEitan Isaacson2011-06-221-16/+3
* Revert "libcaribou: Use GLib.List instead of arrays"Eitan Isaacson2011-06-021-4/+5
* libcaribou: Use GLib.List instead of arraysEitan Isaacson2011-06-021-5/+4
* Remove redundant get_keys() from subclasses.Eitan Isaacson2011-06-021-12/+0
* Aggregate button activation signals.Eitan Isaacson2011-06-011-3/+3
* Added IKeyboardObject interface, and have all model classes implement it.Eitan Isaacson2011-06-011-1/+6
* Implement scannable interfaces in keyboard model.Eitan Isaacson2011-05-281-2/+9
* Add Column model. Use Gee collections (I give up).Eitan Isaacson2011-05-281-15/+31
* Fixed latched behavior in KeyboardModelEitan Isaacson2011-05-241-1/+1
* libcaribou: Implemented CaribouKeyboardModel.Eitan Isaacson2011-05-021-0/+41