Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/titlescene.py
Commit message (Collapse)AuthorAgeFilesLines
* Port to Gtk3 SL #3772Manuel Kaufmann2012-08-091-24/+30
| | | | | | This commit ports Typing Turtle to its Gtk3 version. Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Port to CairoManuel Kaufmann2012-08-091-17/+27
| | | | | | This will ease the port to GTK+ 3 Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Avoid redrawing all the screen and remove timeout when title is displayedGonzalo Odiard2011-11-251-23/+20
| | | | | | | | | | | | | | The title scene was using a timeout to display the letters in the title one by one, and adding a random delay to simulate a human typing. That timeout was never stoped, and continued running while the activity was used. Also to add every letter, all the background image was updated, and that is slow in the xo-1.75. This patch stop the timeout when is not needed anymore and update only the title text in the presentation screen. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Trap group changes in keyboard.Wade Brainerd2009-02-261-1/+1
|
* TitleScene separated into its own module and resolution independent.Live System User2009-02-261-0/+92