Commit Graph

16 Commits

Author SHA1 Message Date
Mathieu Virbel a25356be03 stacklayout: fix missing size_hint_y/x calculation when layouting. closes #480 2012-06-16 01:35:16 +02:00
Mathieu Virbel e6aefadebf textinput: new readonly property. closes #437 2012-04-06 19:07:35 +02:00
Mathieu Virbel 985db5b13b update showcase to have a better summary of simple and complex widgets 2012-04-05 18:25:25 +02:00
Mathieu Virbel 03dd701112 add progress bar example to showcase 2012-04-05 12:21:04 +02:00
Qua-non c80bafd301 add layout examples to showcase 2012-04-03 01:21:27 +05:30
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 40b6032779 filechooser: enhance filechooser to include entry_released. we have now a feedback before the item is used, because down is updating selection, up will submit it. + add it in showcase. 2011-11-22 17:10:06 +01:00
Mathieu Virbel 853f933923 example: add accordion showcase + fix kv 2011-10-24 11:34:30 +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 0ae94e2fff treeview: add remove_node() method + example in showcase. Closes #139 2011-06-27 17:39:30 +02:00
Mathieu Virbel 9ca6e317ec popup: include popup in the showcase 2011-06-06 16:40:03 +02:00
Mathieu Virbel 7899f2d4a0 switch: introduce switch widget + add documentation + include it in the showcase 2011-06-04 01:42:01 +02:00
Mathieu Virbel 90e2a3aba2 showcase: ensure that keyboard is released when we are changing of widget 2011-04-22 00:55:41 +02:00
Mathieu Virbel 19d7ad7521 showcase: add scatter examples 2011-04-22 00:52:55 +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