kivy/kivy
tshirtman 6ef348dcf7 small english fixes 2012-01-26 01:50:15 +01:00
..
core doc pass to reduce the number of warning 2012-01-23 15:39:43 +01:00
data textinput: fix active/inactive default style (bad renaming when introduced atlas) 2012-01-25 18:40:48 +01:00
ext doc: update docstyle to fit more in the current kivy.org design 2011-07-23 23:41:22 +02:00
graphics fbo: fix documentation 2012-01-24 12:38:04 +01:00
input recorder: new input recorder class + a recorder module. Both can be used for recording touch event in a file, and replay them later. 2012-01-03 20:16:19 +01:00
lib kvlang: fix some others bugs 2012-01-19 20:02:47 +01:00
modules recorder: new input recorder class + a recorder module. Both can be used for recording touch event in a file, and replay them later. 2012-01-03 20:16:19 +01:00
network update urlrequest doc to match the latest twitter api 2012-01-18 00:04:44 +01:00
tests kvlang: implement root widget, add doc and rename some methods/class for consistency. 2012-01-20 12:00:33 +01:00
tools atlas: introducing Atlas. new class that handle loading of atlas image, that contain lot of others images. The definition goes on a <basename>.atlas file (json), and 1 or more images are associated (<basename>-IDX.png). 2012-01-22 13:22:53 +01:00
uix small english fixes 2012-01-26 01:50:15 +01:00
__init__.py dirty patch to allow omnicompletion in vim -> shut logger off if "vim" in globals 2011-12-13 00:57:20 +01:00
animation.py fix animation class with new EventDispatcher 2011-10-30 19:51:58 +01:00
app.py doc: little pass to fixes some errors and warnings 2011-10-17 17:56:30 +02:00
atlas.py atlas: improve documentation and remove debug 2012-01-22 13:22:53 +01:00
base.py base: activate doc on ExceptionManagerBase 2011-10-30 23:26:43 +01:00
cache.py cache: fix documentation showing MTLabel instead of Label 2011-02-12 08:16:34 +01:00
clock.py clock: doc example for an usage of callback + default arguments 2012-01-03 08:59:19 +01:00
config.py config: dont add tuio by default, and dont copy windows icon to user directory. closes #377 2012-01-22 23:24:24 +01:00
event.pyx doc: fix cython extension for beeing correctly documented, using latest cython 0.15.1 2012-01-25 17:54:13 +01:00
factory.py add example for factory with class name 2012-01-06 14:36:42 +01:00
factory_registers.py add bubblebutton, and put default graphics in it. 2012-01-12 00:47:46 +01:00
geometry.py more style fixes 2011-01-12 23:00:34 +01:00
gesture.py fixe warnings from pep8kivy.py in kivy/ directory 2011-01-27 16:22:16 +01:00
lang.py lang: mimic the old order of assignemnt (assign in the traversing order, not the inverse) 2012-01-22 18:57:18 +01:00
loader.py Allow dynamic changes to 'source' parameter 2011-11-20 02:58:18 +05:30
logger.py logger: rewrite how logger is init, and dont use coloredclass anymore. closes #320 2011-11-23 10:08:44 +01:00
parser.py parser.py: parse_color() now case-insensitive. parse_image() test for .svg 2011-10-04 14:19:12 +02:00
properties.pxd properties: put ability to force dispatch() by allowing acces of dispatch() method in python. closes #373 2012-01-19 03:31:34 +01:00
properties.pyx doc pass to reduce the number of warning 2012-01-23 15:39:43 +01:00
resources.py atlas: introducing Atlas. new class that handle loading of atlas image, that contain lot of others images. The definition goes on a <basename>.atlas file (json), and 1 or more images are associated (<basename>-IDX.png). 2012-01-22 13:22:53 +01:00
support.py support: add documentation for support funcs 2011-11-08 23:22:46 +01:00
svg.py remove whitespace 2011-01-13 15:35:26 +01:00
utils.py utils: add platform() function to determine on which platform we are. Return one of 'win', 'ios', 'linux', 'macosx', 'android' 2011-09-27 16:30:55 +02:00
vector.py uix.settings doc updates + fixed "informations" typo in several files 2011-10-04 14:20:30 +02:00
weakmethod.py uix.settings doc updates + fixed "informations" typo in several files 2011-10-04 14:20:30 +02:00