.. |
__init__.py
|
…
|
|
abstractview.py
|
doc: revisions to uix/abstractview.py
|
2013-08-31 17:48:46 +02:00 |
accordion.py
|
doc: revisions to uix/accordian.py
|
2013-09-01 10:39:33 +02:00 |
actionbar.py
|
uix:ActionBar:ActionGroup bind to `on_dismiss` events of the dropdown
|
2013-09-22 00:28:43 +05:30 |
anchorlayout.py
|
doc: revisions to uix/anchorlayout.py
|
2013-09-07 22:23:21 +02:00 |
behaviors.py
|
Merge pull request #1471 from matham/toggle_behavior
|
2013-09-14 12:53:45 -07:00 |
boxlayout.py
|
doc: revisions to uix/boxlayout.py
|
2013-09-07 22:42:52 +02:00 |
bubble.py
|
doc: revisions to uix/bubble.py
|
2013-09-14 19:58:56 +02:00 |
button.py
|
doc: revisions to uix/button.py
|
2013-09-14 21:52:28 +02:00 |
camera.py
|
doc: revisions to uix/camera.py
|
2013-09-14 22:05:16 +02:00 |
carousel.py
|
doc: revisions to uix/carousel.py
|
2013-09-14 22:39:06 +02:00 |
checkbox.py
|
doc: revisions to uix/checkbox.py
|
2013-09-14 22:48:20 +02:00 |
codeinput.py
|
doc: revisions to uix/codeinput.py
|
2013-09-14 23:01:32 +02:00 |
colorpicker.py
|
doc: revisions to uix/colorpicker.py (2)
|
2013-09-15 11:02:01 +02:00 |
dropdown.py
|
doc: revisions to uix/dropdown.py
|
2013-09-15 11:29:35 +02:00 |
filechooser.py
|
doc: revisions to uix/filechooser.py (2)
|
2013-09-21 03:44:18 +02:00 |
floatlayout.py
|
sync (no tested)
|
2013-05-30 18:01:39 +02:00 |
gridlayout.py
|
sync (no tested)
|
2013-05-30 18:01:39 +02:00 |
image.py
|
doc: added some explanation to AsyncImage to completeness
|
2013-07-30 21:28:21 +02:00 |
label.py
|
py3: fix few more print
|
2013-05-31 11:12:21 +02:00 |
layout.py
|
…
|
|
listview.py
|
Add warning about ListItemButton gotcha.
|
2013-06-22 12:48:54 +01:00 |
modalview.py
|
py3: fix few more print
|
2013-05-31 11:12:21 +02:00 |
popup.py
|
uix:Popup add `title_color` property to control the color of the
|
2013-08-10 02:52:22 +05:30 |
progressbar.py
|
…
|
|
relativelayout.py
|
Clear version change documentation
|
2013-06-04 18:29:17 +08:00 |
rst.py
|
Merge branch 'master' into rstdoc_consistency
|
2013-06-28 12:59:45 +02:00 |
scatter.py
|
changed up a very minor part in the scaling logic of
|
2013-08-23 10:47:44 -05:00 |
scatterlayout.py
|
Clarifying the documentation of ScatterLayout
|
2013-07-03 15:31:35 +08:00 |
screenmanager.py
|
screenmanager: ensure the transition is a TransitionBase instance. closes #787
|
2013-08-14 10:42:10 +02:00 |
scrollview.py
|
scrollview: if there is nothing to scroll, avoid touch processing.
|
2013-08-12 17:35:17 +02:00 |
selectableview.py
|
…
|
|
settings.py
|
Add text_type to kivy.compat as alias for unicode/str.
|
2013-08-11 00:32:20 +01:00 |
slider.py
|
uix: first pass at making some compound widgets honor `disabled`
|
2013-05-19 21:31:42 +05:30 |
spinner.py
|
uix:DropDown introduce `on_dismiss` event and use it in Spinner. fixes
|
2013-08-19 02:27:45 +05:30 |
splitter.py
|
Merge pull request #1209 from kivy/widgets.disabled
|
2013-05-25 06:06:45 -07:00 |
stacklayout.py
|
Simplify StackLayout's do_layout.
|
2013-07-21 17:52:38 +01:00 |
stencilview.py
|
…
|
|
switch.py
|
py3: fix few more print
|
2013-05-31 11:12:21 +02:00 |
tabbedpanel.py
|
uix:TabbedPanel remove print left over from debugging
|
2013-08-11 00:32:20 +05:30 |
textinput.py
|
uix:TextInput add `minimum_height`, `line_spacing`,
|
2013-08-12 14:51:35 +05:30 |
togglebutton.py
|
Update ToggleButton to use the ToggleButtonBehavior.
|
2013-08-28 20:48:11 -04:00 |
treeview.py
|
py3: fix few more print
|
2013-05-31 11:12:21 +02:00 |
video.py
|
Update video.py
|
2013-09-09 23:28:29 +02:00 |
videoplayer.py
|
…
|
|
vkeyboard.py
|
vkeyboard: grab the touch in a exclusive way, in order to NOT dispatch the touch to other widgets when moving / up. Closes #1333
|
2013-07-04 18:14:42 +02:00 |
widget.py
|
widget: add children= option to Widget.clear_widgets(). fixes #1452
|
2013-09-16 15:47:00 +02:00 |