Commit Graph

11 Commits

Author SHA1 Message Date
Mathieu Virbel 3866b93e99 demo: activate pause capability for our 3 kivy demo 2012-03-11 02:16:02 +01:00
Mathieu Virbel dc2cded96c text/markup + label: introduction of markup text, that can be used for changing the style of the text.
example: [b]Hello [color=ff00ff]World[/color][/b]
+ implementation of interactive text reference
+ implementation of anchors
+ documentation
2012-02-08 19:25:22 +01:00
Mathieu Virbel 5d09fe013a touchtracer: remove debug 2011-10-24 01:30:58 +02:00
Mathieu Virbel 5a371a5b8d touchtracer: grab the touches to prevent to take some touches from settings. 2011-10-22 01:26:38 +02:00
Mathieu Virbel 5c6a220143 examples: fix example header due to previously invalid size in boxlayout. now its working perfectly. 2011-10-08 16:16:08 +01:00
Mathieu Virbel 138f59bf48 demo: fix touchtracer step to 5 2011-07-15 11:30:10 +02:00
Mathieu Virbel 600f5901f6 graphics: prevent crash when too much point are pushed on the VBO. Closes #190 2011-07-14 00:15:50 +02:00
Mathieu Virbel 7df79442a3 touchtracer: fixes for text flickering (since we was using floatlayout, size/size_hint was going into conflict).
+ pep8 fixes
2011-04-27 18:51:44 +02:00
Mathieu Virbel 65afdffaf0 demo: update demo to have a common title bar including kivy version + name of the demo.
+ Include also a background default for all kivy demo directly in the toolkit.
+ Rework pictures to use kv.
+ Move showcase into his own directory too.
2011-04-21 19:22:17 +02:00
Mathieu Virbel 68a364d5d9 app/window: add methods to set the window title and icon. Closes #106 2011-04-15 20:00:16 +02:00
Mathieu Virbel 3f39fecb6d examples: move touchtracer into his own directory, and change to be able to run on android 2011-02-06 19:56:44 +01:00