kivy/examples/widgets
Mathieu Virbel c1b983abac tabbedpanel: update style to match new one, switch to atlas for image, simpler renaming, and fix a partial unbind issue 2012-04-06 23:52:34 +02:00
..
sequenced_images sequenced image example fixed to use atlas for animatedbutton 2012-01-22 13:27:08 +01:00
accordion_1.py accordion: add new accordion widget with one little example. 2011-09-02 18:37:51 +02:00
asyncimage.py loader: fix image loading, was crashing due to recent change in Image class. 2011-07-05 10:59:10 +02:00
bubble_test.py add bubblebutton, and put default graphics in it. 2012-01-12 00:47:46 +01:00
customcollide.py examples: add a tiny widget with custom shape and custom collide_point method. 2011-10-18 21:49:13 +02:00
fbowidget.py add example of a fbofloatlayout widget to demonstrate a way of optimization 2011-08-07 12:35:05 +02:00
image_mipmap.py graphics: implement mipmap support. This will not work yet on hardware with opengl < 3.0 (except opengl ES 2). Closes #27. 2011-06-21 19:42:02 +02:00
keyboardlistener.py vkeyboard: add keyboard listener example + doc 2011-10-21 16:36:22 +02:00
label_mipmap.py graphics: implement mipmap support. This will not work yet on hardware with opengl < 3.0 (except opengl ES 2). Closes #27. 2011-06-21 19:42:02 +02:00
rstexample.py rst: support for .. video:: directive 2012-02-21 12:42:39 +01:00
scatter.kv example/scatter: add size to show that when we are scaling the scatter, size is unchanged 2012-01-23 11:28:36 +01:00
scatter.py scatter: fixes center_x/center_y,top/right, now they are correctly inside the client space. Closes #40 2011-04-15 19:39:43 +02:00
scrollview.kv Fix:Scrollview Example, bring in line with current kv lang restrictions 2011-12-05 22:53:09 +05:30
scrollview.py layout: due to recent changes, grid layout are not automatically resize itself, to prevent infinite relayout. add minimum_size, and use it in the scrollview example. Closes #277 2011-10-19 15:01:06 +02:00
softboy.avi use softboy.avi instead of bigbuckbunny_trailer.m4v due to a crash in gst with the latter 2011-03-29 22:39:52 +02:00
softboy.jsa videoplayer: add annotation support 2012-02-20 20:10:13 +01:00
softboy.png videoplayer: add annotation support 2012-02-20 20:10:13 +01:00
tabbed_panel_advanced.py replace image-missing with close.png 2012-03-20 16:29:15 +05:30
tabbedpanel.py tabbedpanel: update style to match new one, switch to atlas for image, simpler renaming, and fix a partial unbind issue 2012-04-06 23:52:34 +02:00
textalign.kv core/text: implement valign. Now, since we never care of that parameter before, you might have glitch that you didn't have before. Before was a bug, now it's working properly. Closes #157 2011-05-28 00:04:31 +02:00
textalign.py textalign: fix grid size 2011-10-24 11:42:34 +02:00
textinput.py vkeyboard: enhance textinput tests + release_all_keyboards() method in window. 2011-10-21 18:03:19 +02:00
unicode_textinput.py unicode encode and decode before putting it in clipboard 2012-03-22 01:46:36 +05:30
videoplayer.py bump 1.1.2 to 1.2.0 for release, and upgrade all the versionadded 2012-04-02 11:03:08 +02:00