Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Implement translationMarco Pesenti Gritti2006-07-246-6/+42
|/
* Small improvementsMarco Pesenti Gritti2006-07-222-7/+7
|
* Implement basic animationMarco Pesenti Gritti2006-07-225-13/+79
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2006-07-224-55/+329
|\
| * More PS bitsDan Williams2006-07-224-55/+329
| |
* | Add layout manager and a circle layoutMarco Pesenti Gritti2006-07-224-0/+44
| |
* | Beginnings of a simple scene API. Inspired opened-hand's ClutterMarco Pesenti Gritti2006-07-2212-0/+89
|/
* Document the new keybindingsMarco Pesenti Gritti2006-07-201-4/+4
|
* Add each activity to a separate window group to getMarco Pesenti Gritti2006-07-201-0/+4
| | | | | a correct behavior with transient windows in matchbox. Thanks to Matthew Allum for suggesting this.
* Some build fixes. pygtk.require at least one time for process.Marco Pesenti Gritti2006-07-204-6/+13
|
* Make the console contextual to the activity and use theMarco Pesenti Gritti2006-07-2011-95/+80
| | | | window manager to activate it.
* Abstract activity on the shell side into an ActivityHost object.Marco Pesenti Gritti2006-07-205-41/+56
| | | | Comment out/fix more ps borkage.
*