Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/keyboard.py
Commit message (Expand)AuthorAgeFilesLines
* Changed letter map format to be simpler.Wade Brainerd2009-03-121-44/+39
* Add support for custom key map files. Add key builder.Wade Brainerd2009-03-091-43/+70
* Fix beeps when typing under SoaS.Live System User2009-02-261-11/+11
* Cache images for multiple groups so that the language change key works again.Wade Brainerd2009-02-261-43/+16
* Trap group changes in keyboard.Wade Brainerd2009-02-261-0/+6
* Resolution independent keyboard. Needs testing on XO.Live System User2009-02-261-21/+22
* TitleScene separated into its own module and resolution independent.Live System User2009-02-261-5/+1
* Fixes from Aleksey Lim.Wade Brainerd2009-02-201-1/+3
* Awesome new background!! Yay!Wade Brainerd2009-02-101-2/+2
* Add finger assignments for number keys.Wade Brainerd2009-02-031-14/+14
* Switch to simplejson for better error reporting.Wade Brainerd2009-02-031-7/+7
* Balloon game tweaks.Wade Brainerd2009-02-031-2/+2
* Keyboard image preloader.Wade Brainerd2009-02-011-49/+28
* Woohoo! Keyboard is now on all the time on XO.Wade Brainerd2009-01-311-70/+68
* WIP towards making hands actually work.Wade Brainerd2009-01-301-32/+48
* Add some more game lessons. Fix some bugs. Add a new text lesson type to le...Wade Brainerd2009-01-281-3/+4
* New keyboard rendering working.Wade Brainerd2009-01-231-71/+77
* Rewriting keyboard drawing to use pango.Wade Brainerd2009-01-231-54/+47
* Make key images a little bigger.Wade Brainerd2009-01-091-4/+5
* Release tweaks.Wade Brainerd2009-01-021-7/+12
* Lesson scripts converted to Python for encoding support.Wade Brainerd2009-01-021-1/+1
* Progress towards release.Wade Brainerd2008-12-311-18/+48
* Progress towards release. Working on Shift key support.Wade Brainerd2008-12-301-24/+23
* Progress towards alpha release.Wade Brainerd2008-12-281-177/+88
* Progress towards release.Wade Brainerd2008-12-281-4/+10
* Work in progess on lesson builder.Wade Brainerd2008-12-271-32/+32
* Hand overlay SVGs. My god, Cairo is slow. Need to consider redoing the keyb...Wade Brainerd2008-12-241-181/+335
* Merge branch 'master' of git+ssh://wadeb@dev.laptop.org/git/activities/typing...Wade Brainerd2008-12-161-41/+45
|\
| * Add dummy background to main screen.olpc2008-12-161-41/+45
* | WIP on keyboard overlays.Wade Brainerd2008-12-161-29/+53
|/
* Added lesson builder script. Generates Typing Turtle lesson content from a d...olpc2008-12-101-34/+17
* Optimize keyboard rendering using Cairo. Only draw the keys as they change, ...olpc2008-12-091-71/+96
* Keyboard internationalized.Wade Brainerd2008-11-211-90/+117
* Add license to keyboard.py.Wade Brainerd2008-11-211-0/+15
* Fix indentation in keyboard layout.Wade Brainerd2008-11-211-111/+111
* Fix bug with old lessons still hearing keypresses.Wade Brainerd2008-11-211-3/+12
* Renamed activity from TypingTurtleApp to TypingTurtle, bundling fixes, improv...Wade Brainerd2008-11-171-3/+0
* Keyboard improvements.Wade Brainerd2008-11-111-78/+138
* Keyboard looking better.Wade Brainerd2008-11-111-35/+83
* Bug fixes, slight cleanup of keyboard module.Wade Brainerd2008-11-101-57/+54
* First pass at activity shell.Wade Brainerd2008-10-121-0/+365