summaryrefslogtreecommitdiff
path: root/libcaribou/row-model.vala
Commit message (Collapse)AuthorAgeFilesLines
* Add valadoc comment to each public class.Daiki Ueno2012-12-301-0/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687244
* Add Ctrl/Alt functionalityEitan Isaacson2011-07-181-1/+4
| | | | Based on a patch by Nohemi Fernandez <nf68@cornell.edu>.
* abolish margin and use alignEitan Isaacson2011-06-221-16/+3
|
* Revert "libcaribou: Use GLib.List instead of arrays"Eitan Isaacson2011-06-021-4/+4
| | | | | | gjs learned to cope with arrays. Let's not introduce GLists, Vala hates them. This reverts commit 33f0c869983b390ae4ba53c60f6cb17389c6739d.
* libcaribou: Use GLib.List instead of arraysEitan Isaacson2011-06-021-4/+4
|
* Remove redundant get_keys() from subclasses.Eitan Isaacson2011-06-021-11/+0
|
* Aggregate button activation signals.Eitan Isaacson2011-06-011-0/+1
|
* Added IKeyboardObject interface, and have all model classes implement it.Eitan Isaacson2011-06-011-1/+5
|
* Implement scannable interfaces in keyboard model.Eitan Isaacson2011-05-281-1/+9
|
* Add Column model. Use Gee collections (I give up).Eitan Isaacson2011-05-281-8/+29
|
* libcaribou: Implemented CaribouKeyboardModel.Eitan Isaacson2011-05-021-0/+22