Commit Graph

1576 Commits

Author SHA1 Message Date
Qua-non 59008f4fba fix defalt value for arrow_pos 2012-01-02 18:22:15 +05:30
wolfc01 a27a53eafb Corrected and made example working 2012-01-02 04:21:48 -08:00
Qua-non 0588890a83 change the bubble jpg 2012-01-02 16:31:31 +05:30
Qua-non 097b0c8058 include images and example 2011-12-31 04:42:14 +05:30
Qua-non b94254dbb0 working Bubble 2011-12-31 04:23:11 +05:30
Mathieu Virbel c1bcdc1d8e add a document about kivy language in programming guide 2011-12-29 15:15:26 +01:00
qua-non 005fb8b555 Merge pull request #335 from akshayaurora/async_image_unbind
should Fix #334 unbind _on_tex_change only when _coreimage exists
2011-12-22 04:02:32 -08:00
Qua-non a45888ba79 should Fix #334 unbind only when _coreimage exists 2011-12-24 21:24:02 +05:30
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
Mathieu Virbel de75d6493c fix mesabuild by correctly setting environ 2011-12-19 12:20:09 +01:00
Mathieu Virbel 3fff275eca graphics: fix all pyx/c warning during compilation. fixed a (big?) issue in gl_redirect, maybe this is a cause of some compile crash on debian. 2011-12-19 11:20:16 +01:00
Mathieu Virbel cc2910d6d4 move main repository from tito/kivy to kivy/kivy 2011-12-16 10:54:33 +01:00
Mathieu Virbel 3ed39fee44 Merge pull request #333 from tshirtman/vim-omnicomplete
dirty patch to allow omnicompletion in vim
2011-12-14 10:20:29 -08:00
gabriel.pettier 53bdca9129 dirty patch to allow omnicompletion in vim -> shut logger off if "vim" in globals 2011-12-13 00:57:20 +01:00
Mathieu Virbel dc34bc0933 fix syntax error >_< 2011-12-08 12:24:35 +01:00
Mathieu Virbel 03730cb020 graphics: emit a warning when a quad have not enough point in the list (instead of having an exception during build() 2011-12-08 12:07:41 +01:00
Mathieu Virbel 4383b1896f Merge pull request #319 from akshayaurora/loader
Allow dynamic changes to url in loader
2011-12-06 14:49:49 -08:00
Mathieu Virbel d72b5837d9 Merge pull request #329 from akshayaurora/sequenced_images
Sequenced images example wasn't running due to recent addition of kv language checks
2011-12-06 14:49:27 -08:00
Mathieu Virbel 20584a25d0 Merge pull request #330 from akshayaurora/scrollview
Fix:Scrollview Example, bring in line with current kv lang restrictions
2011-12-06 14:49:03 -08:00
Qua-non 10b608e23e Bring the shadertree example in line with new kv
lang restrictions had the same issue
2011-12-07 13:54:21 +05:30
Qua-non 5b0d557684 Fix:Scrollview Example, bring in line with current kv lang restrictions 2011-12-05 22:53:09 +05:30
akshayaurora 97a217e092 Bring in line with recent kv lang restrictions (failed on kv lang check) 2011-12-01 13:48:10 +05:30
akshayaurora 286d4a9781 Merge branch 'sequenced_images' of github.com:akshayaurora/kivy into sequenced_images 2011-12-01 13:03:08 +05:30
Mathieu Virbel 697f454118 input providers: fix to use kivy.utils.platform instead of sys.platform 2011-11-27 18:50:46 +01:00
Mathieu Virbel c078822ce3 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
Mathieu Virbel 8b151b3d0b fix seperator->separator. thanks geojeff! 2011-11-27 12:20:24 +01:00
Mathieu Virbel 16dda1e979 popup: add border/background/seperator_color/seperator_height for controling more styling from popup widget 2011-11-27 12:09:27 +01:00
Mathieu Virbel cd430f4b73 doc: add an architecture overview in svg, exported in png and included in the guide. 2011-11-25 19:01:30 +01:00
Mathieu Virbel dde62fe43e Mesh: fix and document Mesh instruction + add an example. Closes #64 2011-11-25 16:35:33 +01:00
Mathieu Virbel c31995b2ff graphics: add Mesh object 2011-11-25 15:57:04 +01:00
Mathieu Virbel e5066f5ca4 urlrequest: prefer to use resp_status 2011-11-24 10:36:56 +01:00
Mathieu Virbel 1272d1d98d urlrequest: add a wait() method to be able to make sync request 2011-11-24 10:35:09 +01:00
Mathieu Virbel f67e58d89a urlrequest: add method paramaters, and correctly set to GET or POST by default (according to the documentation.) 2011-11-23 23:48:38 +01:00
Mathieu Virbel 21b6016122 urlrequest: fix documentation on body/headers 2011-11-23 23:31:43 +01:00
Mathieu Virbel 45b5b8e0df settings: ensure the textinput is not focused when dismiss the popup. closes #314 2011-11-23 16:43:21 +01:00
Mathieu Virbel 1d6a0389a7 textinput: fix textinput focus to prevent crash when used at __init__ without beeing attached to root window. in that case, retry the next frame, and log a warning if it still not attached. closes #315 2011-11-23 16:21:35 +01:00
Mathieu Virbel 09105eee4b opengl: ensure that GLCAP* are available for __all__ export. thanks cython to make that so clear >_<. closes #321 2011-11-23 16:14:08 +01:00
Mathieu Virbel aa83ab6165 logger: rewrite how logger is init, and dont use coloredclass anymore. closes #320 2011-11-23 10:08:44 +01:00
Mathieu Virbel ef540ce944 debug: dont crash if ctypes is not found 2011-11-22 23:39:50 +01:00
Mathieu Virbel 40b6032779 filechooser: enhance filechooser to include entry_released. we have now a feedback before the item is used, because down is updating selection, up will submit it. + add it in showcase. 2011-11-22 17:10:06 +01:00
Mathieu Virbel 119c595944 Merge branch 'master' of github.com:tito/kivy 2011-11-22 10:11:50 +01:00
Mathieu Virbel c2f4aee01f video: fix fps notation 2011-11-22 10:11:20 +01:00
Mathieu Virbel be590903e6 Merge branch 'camera_update' of https://github.com/akshayaurora/kivy into akshayaurora-camera_update 2011-11-22 10:08:36 +01:00
Mathieu Virbel 41ed48dc9b Merge pull request #317 from akshayaurora/async_image
fix Async image crash when source is set to ''
2011-11-22 01:07:11 -08:00
Mathieu Virbel 83169ad7b1 update kivy logo with new vincent logo 2011-11-21 15:49:48 +01:00
akshayaurora 430472f9ed Allow dynamic changes to 'source' parameter 2011-11-20 02:58:18 +05:30
akshayaurora 0519639d33 fix Async image crash when source is set to ''
while loader.gif is animating
2011-11-20 02:09:23 +05:30
akshayaurora 6bb9148e82 fix Async image crash when source is set to ''
while loader.gif is animating
2011-11-20 01:51:25 +05:30
akshayaurora f9d44d4415 Merge branch 'sequenced_images' of github.com:akshayaurora/kivy into sequenced_images 2011-11-20 00:58:41 +05:30
Mathieu Virbel 40483bdfd7 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