kivy/kivy
Mathieu Virbel 6895d70803 fix mesabuild by including declaration in case we are using GLES2 headers and link against desktop GL libraries. 2011-12-19 15:21:21 +01:00
..
core video: fix fps notation 2011-11-22 10:11:20 +01:00
data fix seperator->separator. thanks geojeff! 2011-11-27 12:20:24 +01:00
ext doc: update docstyle to fit more in the current kivy.org design 2011-07-23 23:41:22 +02:00
graphics fix mesabuild by including declaration in case we are using GLES2 headers and link against desktop GL libraries. 2011-12-19 15:21:21 +01:00
input input providers: fix to use kivy.utils.platform instead of sys.platform 2011-11-27 18:50:46 +01:00
lib debug: dont crash if ctypes is not found 2011-11-22 23:39:50 +01:00
modules inspector: fix crash when None is passed as a string. Closes #305 2011-11-07 17:16:57 +01:00
network urlrequest: prefer to use resp_status 2011-11-24 10:36:56 +01:00
tests fix test assertIn 2011-11-16 02:54:16 +01:00
tools Remove whitespace [Gun.io WhitespaceBot] 2011-10-30 18:15:46 -04:00
uix fix filechooser to be able to use some part of it on android (use kivy.utils.platform method instead of sys.platform) 2011-11-27 17:24:07 +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
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 doc: little pass to fixes some errors and warnings 2011-10-17 17:56:30 +02:00
config.py config: dont activate mactouch by default, or application are unusable. 2011-11-13 21:02:11 +01:00
event.pyx global: move register_event_type before __init__, fixes in bind/unbind() 2011-10-30 19:33:06 +01:00
factory.py lang: finish template implementation, we are now able to use them directly inside kv, without any python declaration. Closes #17 2011-04-11 17:16:30 +02:00
factory_registers.py vkeyboard: big changes to standardize input from system keyboard or virtual keyboard. map to a single keycode (int, str), text and modifiers event. 2011-10-21 16:21:58 +02:00
geometry.py
gesture.py fixe warnings from pep8kivy.py in kivy/ directory 2011-01-27 16:22:16 +01:00
lang.py lang: add kivy.lib.debug that is a modified version of jinja2.debug for outputing better traceback when we are using kvlang files. Now callback defined in the kvlang are properly showed if we are using a file. 2011-11-18 19:05:40 +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.pyx properties: include <class>.<propertyname> everytime we are raising a ValueError 2011-11-18 18:45:02 +01:00
resources.py resource: add the possibility to remove search path 2011-08-21 19:24:09 +02:00
support.py support: add documentation for support funcs 2011-11-08 23:22:46 +01:00
svg.py
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