.. |
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 |
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 |
scatter.kv
|
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 |
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
|
scrollview: rework scrollview example to also show some debug about viewport and content
|
2011-03-24 18:21:59 +01:00 |
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 |
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
|
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 |
textinput.py
|
vkeyboard: enhance textinput tests + release_all_keyboards() method in window.
|
2011-10-21 18:03:19 +02:00 |
videoplayer.py
|
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 |