tshirtman
b03050e351
fix glitches caused by creating a new line on pressure change
2014-04-13 20:46:34 +02:00
tshirtman
c5222253f4
remove unneeded prints
2014-04-13 16:41:39 +02:00
tshirtman
94360fb80b
make touchtracer use pressure if available
2014-04-09 01:09:05 +02:00
vernondcole
45bf584e4e
double-click friendly demos
2013-09-30 14:31:03 +01:00
Mathieu Virbel
bae94bc3db
first 2to3 pass + manual fix for metaclass, UserDict and OrderedDict
2013-03-18 17:39:56 -06:00
Mathieu Virbel
222829ecc5
dpi: wip style
2012-11-02 04:14:56 +01:00
gabriel.pettier
9c68e79665
remove all obsolete __android__ uses in __name__ tests
2012-07-29 21:43:01 +02:00
Mathieu Virbel
219a1a938a
update kivy launcher installation instruction
2012-06-19 17:21:44 +02:00
Mathieu Virbel
d1e4b40550
remove debug in touchtracer
2012-06-17 19:32:33 +02:00
Mathieu Virbel
b9cc78ab04
rst: better rendering of definition item list
2012-05-07 19:11:36 +02:00
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