summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* broke some linestransparencyEitan Isaacson2009-12-071-3/+6
|
* Merged into superclass. Removed position cachingEitan Isaacson2009-12-071-24/+19
|
* Add assertion for min > max alpha, don't add timeout if min and max are equal.Eitan Isaacson2009-12-031-2/+5
|
* Added a CaribouWindowTransparent class that provides transparency depending ↵Eitan Isaacson2009-12-031-2/+73
| | | | on pointer proximity
* Make the test method of keyboard.py work againBen Konrath2009-12-031-3/+4
|
* Create caribou packageBen Konrath2009-12-037-1/+1
|
* Separate window placement code from the keyboard codeBen Konrath2009-12-033-195/+213
| | | | | This leaves the door open for the CaribouWindow to host things besides keyboards - so dasher, namon or any other text entry mechanism.
* Add copyright for Eitan IsaacsonBen Konrath2009-12-032-0/+2
|
* Remove deprecated gobject.type_registerBen Konrath2009-12-031-2/+1
|
* Merge branch 'keyboard_position'Eitan Isaacson2009-12-032-47/+163
|\
| * Add gtk prefix to gdk.Rectangle symbolEitan Isaacson2009-12-031-2/+2
| |
| * Made special CaribouWindowEntry class to demonstrate more sophisticated ↵Eitan Isaacson2009-12-022-24/+37
| | | | | | | | placement policies
| * Merge branch 'master' into keyboard_positionEitan Isaacson2009-12-024-1103/+26
| |\
| * \ Merge branch 'master' into keyboard_positionEitan Isaacson2009-12-016-31/+1176
| |\ \
| * | | seperate calculating position and movingEitan Isaacson2009-12-011-2/+5
| | | |
| * | | Fixed more positioning things.Eitan Isaacson2009-12-012-20/+70
| | | |
| * | | made an abstract axis as not to duplicate x and y codeEitan Isaacson2009-11-301-32/+39
| | | |
| * | | The start of some placement codeEitan Isaacson2009-11-302-43/+73
| | | |
| * | | some bigger changesEitan Isaacson2009-11-302-36/+49
| | | |
| * | | Put keyboard above text when at screen bottom.Eitan Isaacson2009-11-272-7/+7
| | | |
* | | | Use keyboard icon to return to keyboard in peferencesBen Konrath2009-12-021-8/+14
| | | |
* | | | Remove _layouts global variableBen Konrath2009-12-021-8/+8
| | | |
* | | | Fix whitespace issue in qwerty.pyBen Konrath2009-12-021-3/+3
| | | |
* | | | Move qwerty keyboard to python packageBen Konrath2009-12-023-1/+1
| |_|/ |/| |
* | | Add *.orig to .gitignoreBen Konrath2009-12-021-0/+1
| | |
* | | Use stock icon for configurationEitan Isaacson2009-12-022-1103/+5
| | |
* | | Change UTF-8 for utf-8 so emacs stops complainingEitan Isaacson2009-12-021-1/+1
| | |
* | | Add doap fileBen Konrath2009-12-021-0/+20
| |/ |/|
* | Add --version command line argumentCARIBOU_0_0_1Ben Konrath2009-12-011-1/+6
| |
* | fix broken --help command line argBen Konrath2009-12-011-6/+6
| |
* | fix some whitespace issuesBen Konrath2009-12-012-11/+11
| |
* | add configuration button with empty configuration windowBen Konrath2009-12-016-24/+1150
| |
* | update description in copyright headerBen Konrath2009-11-304-4/+4
| |
* | add better comments to qwerty.pyBen Konrath2009-11-301-5/+19
|/
* add .swp files to .gitignoreBen Konrath2009-11-261-0/+1
|
* swap space and . keys in qwerty keyboardBen Konrath2009-11-251-3/+3
|
* change quit key to right control, update readmeBen Konrath2009-11-253-5/+11
|
* add copyright and licenseBen Konrath2009-11-255-0/+578
|
* re-work how keysyms are handledBen Konrath2009-11-253-26/+25
|
* add direction arrows, space char and return char to qwerty keyboardBen Konrath2009-11-242-8/+18
|
* add punctuation and numbers layoutBen Konrath2009-11-242-31/+58
|
* call the correct method for sending keysyms with virtkeyBen Konrath2009-11-241-2/+2
|
* fix typoBen Konrath2009-11-191-1/+1
|
* don't use lambdas for callbacksBen Konrath2009-11-191-8/+8
|
* use button label for shift actionBen Konrath2009-11-191-4/+5
|
* remove debugging cruftBen Konrath2009-11-181-21/+13
|
* add .gitignore fileBen Konrath2009-11-181-0/+1
|
* implement shift keyBen Konrath2009-11-184-79/+119
|
* remove unused importBen Konrath2009-11-141-1/+0
|
* initial commitBen Konrath2009-11-143-0/+296