Qua-non
|
5b0d557684
|
Fix:Scrollview Example, bring in line with current kv lang restrictions
|
2011-12-05 22:53:09 +05:30 |
akshayaurora
|
f4f6e50888
|
stop animation using -1
|
2011-10-28 15:04:11 +05:30 |
akshayaurora
|
e611689bf5
|
prevent devision by zero situations
|
2011-10-28 00:05:02 +05:30 |
akshayaurora
|
ed95e0024b
|
sequenced_images
a) Rename folder to sequenced_images
b) Fix scatter size to image size
c) Add ability to change animation speed through slider
|
2011-10-27 18:11:18 +05:30 |
Mathieu Virbel
|
31b2ad21b1
|
textalign: fix grid size
|
2011-10-24 11:42:34 +02:00 |
Mathieu Virbel
|
09e36f8ee4
|
vkeyboard: enhance textinput tests + release_all_keyboards() method in window.
|
2011-10-21 18:03:19 +02:00 |
Mathieu Virbel
|
0de51af44f
|
vkeyboard: add keyboard listener example + doc
|
2011-10-21 16:36:22 +02:00 |
Mathieu Virbel
|
ead6444024
|
vkeyboard: finally fix free mode, position/rotation is now correctly set near the target. start documentation.
|
2011-10-21 01:33:26 +02:00 |
Mathieu Virbel
|
4b0351b2a0
|
vkeyboard: add simple example of textinput to test with vkeyboard
|
2011-10-20 22:59:25 +02:00 |
Mathieu Virbel
|
2f46989822
|
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 |
Mathieu Virbel
|
58ba101382
|
examples: add a tiny widget with custom shape and custom collide_point method.
|
2011-10-18 21:49:13 +02:00 |
Mathieu Virbel
|
3a60614ae6
|
accordion: add new accordion widget with one little example.
|
2011-09-02 18:37:51 +02:00 |
Mathieu Virbel
|
e4d0cb98a1
|
add example of a fbofloatlayout widget to demonstrate a way of optimization
|
2011-08-07 12:35:05 +02:00 |
Mathieu Virbel
|
601f158052
|
loader: fix image loading, was crashing due to recent change in Image class.
|
2011-07-05 10:59:10 +02:00 |
Mathieu Virbel
|
785d624dbf
|
graphics: implement mipmap support. This will not work yet on hardware with opengl < 3.0 (except opengl ES 2). Closes #27.
+ core/uix label/image: implement mipmap option to Image and Label
+ add examples in widgets/image_mipmap.py and widgets/label_mipmap.py
|
2011-06-21 19:42:02 +02:00 |
Mathieu Virbel
|
97cebc622f
|
scrollview: fix gridlayout + button creation
|
2011-06-17 10:49:19 +02:00 |
Mathieu Virbel
|
1e3f928dd8
|
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
An example about different usage of text_size + valign / halign have been pushed in examples/widgets/textalign.py
|
2011-05-28 00:04:31 +02:00 |
Mathieu Virbel
|
1873cc59b3
|
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 |
Christopher Denter
|
2641390a45
|
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 |
Mathieu Virbel
|
ee15a6cfc7
|
videoplayer: add the possibility to test other video from commandline
|
2011-03-29 19:41:25 +02:00 |
Mathieu Virbel
|
e63a5f047b
|
examples: add a very short example with scatter + video, and include trailer of big buck bunny. (sorry about that 3mo file, but that's the smallest and open source interesting video i've known ^^)
|
2011-03-29 18:23:12 +02:00 |
Mathieu Virbel
|
de4f4bdf02
|
scrollview: rework scrollview example to also show some debug about viewport and content
|
2011-03-24 18:21:59 +01:00 |
Thomas Hansen
|
72beed8c95
|
very basic scrollview. still need to add smoothing and make ScrollPlane, whcih is liekScatterPlane but allows scrolling when finger touch moved right away, instead of always let childwidget handle teh event
|
2011-03-24 18:21:59 +01:00 |