Commit Graph

1852 Commits

Author SHA1 Message Date
Mathieu Virbel c898c660c6 graphics/opengl: add methods to parse GL_VERSION into major,minor component.
graphics/texture: try to deactivate mipmap generation if desktop gl is used, and < 3.0
2012-03-21 12:18:59 +01:00
Mathieu Virbel 1e16f30764 core/window: add mouse_pos property to get the mouse position within the window anytime. closes #325 2012-03-20 12:16:39 +01:00
Mathieu Virbel c399eb17d2 Merge branch 'master' of ssh://github.com/kivy/kivy 2012-03-20 03:02:25 +01:00
Mathieu Virbel 99e22a31b0 inspector: reduce memory leak by breaking cycle within bind on node/widget using weakref (very hard to found :|). Still have a very tiny leak, but not as important as before. closes #309 2012-03-20 03:01:48 +01:00
gabriel.pettier c3d41836a0 pep8 fix 2012-03-19 20:08:18 +01:00
gabriel.pettier d08e980cd2 pep8 fixes 2012-03-19 19:40:43 +01:00
gabriel.pettier 066e2c7e49 pep8 fixes 2012-03-19 19:32:34 +01:00
Mathieu Virbel f7f47320d8 widget: throw an exception when the user is trying to add itself to the children. closes #410 2012-03-19 18:23:24 +01:00
Mathieu Virbel ec1b470242 Merge pull request #419 from akshayaurora/rst
Replace invalid input with sane ones for color and bb codes in color-pa...
2012-03-19 03:08:39 -07:00
Mathieu Virbel fafc8fedaa Merge pull request #427 from akshayaurora/markup_width
fix markup positioning incase of glyphs with kerning
2012-03-19 03:07:28 -07:00
Mathieu Virbel 71a5d04fe1 pep8 fixes 2012-03-19 11:07:14 +01:00
Mathieu Virbel 601931aaa8 Merge branch 'twistd' of https://github.com/phlax/kivy into phlax-twistd 2012-03-19 11:04:55 +01:00
Qua-non aeb57e5614 add note about kerning in comment 2012-03-19 12:22:51 +05:30
Mathieu Virbel 94cfaf26b6 gettingstarted: just starting enhancements 2012-03-19 00:29:40 +01:00
Mathieu Virbel 88103c5571 pep8 fixes 2012-03-18 23:52:59 +01:00
gabriel.pettier ae55b72020 textinput's docstring: fix typo and add 'versionadded' infos 2012-03-18 21:31:44 +01:00
tshirtman 2c01d8234e Merge pull request #429 from Steve132/password_tb
Added password property to textinput.py.  Allows text to be rendered as *
2012-03-18 13:29:43 -07:00
Steven Braeger 05b83b1801 Added password field to textinput.py. Renders text as * 2012-03-18 13:36:45 -04:00
Ryan Northey 292f99048f Improved class names 2012-03-18 16:09:19 +00:00
Ryan Northey d98c46eb65 Added example of a twistd app 2012-03-18 16:04:15 +00:00
Qua-non d11c77aca5 fix markup positioning incase of glyphs with kerning 2012-03-18 19:35:58 +05:30
qua-non 1cd2a4cd0f Fix doc: confusion on auto_bring_to_front property. Should close #423 2012-03-18 18:24:27 +05:30
Mathieu Virbel 2ebe07e9a9 core/window: fix initial rotation assignment 2012-03-17 13:16:46 +01:00
Mathieu Virbel 63f952bae4 enhance doc to add reflexion to all images 2012-03-17 02:08:47 +01:00
Mathieu Virbel 0af3ba403b Merge pull request #424 from dsr/master
Added kivy.tools.packaging.pyinstaller_hooks to setup.py
2012-03-16 08:32:46 -07:00
tshirtman 4e8b0f8083 Merge branch 'master' of github.com:kivy/kivy 2012-03-16 16:28:14 +01:00
tshirtman d7deba505b adding getting started tutorial plan 2012-03-16 15:42:35 +01:00
dsr c87f3176d5 Added kivy.tools.packaging.pyinstaller_hooks to setup.py 2012-03-16 09:38:50 -05:00
Mathieu Virbel 58a49381b3 filechooser: add a rootpath property to set an alternative root path to use. 2012-03-14 01:36:23 +01:00
Mathieu Virbel 13646a3814 ios: add some issues in the doc 2012-03-11 22:53:18 +01:00
Mathieu Virbel 3866b93e99 demo: activate pause capability for our 3 kivy demo 2012-03-11 02:16:02 +01:00
tshirtman 51584e1acf Merge pull request #415 from kivy/record_keyboard
Record keyboard
2012-03-09 13:23:59 -08:00
gabriel.pettier 6713ea470a Revert "simplify RecorderMotionEvent depack"
This reverts commit 97021f3287.
2012-03-09 22:22:05 +01:00
Mathieu Virbel 8f72fd4b3f doc fixes 2012-03-09 17:32:23 +01:00
Mathieu Virbel d6a5bae975 doc: add instructions for packaging on ios 2012-03-09 16:52:31 +01:00
Qua-non f932df138a Replace invalid values with sane ones for color and bb codes in color-parser and markup respectively to allow for dynamic input. 2012-03-09 20:33:37 +05:30
Mathieu Virbel 0ea603d796 Merge branch 'master' of ssh://github.com/kivy/kivy 2012-03-09 15:57:22 +01:00
Mathieu Virbel 88ac5be1d7 fix android documentation 2012-03-09 15:56:59 +01:00
Mathieu Virbel 74c2ab07ec graphics/fbo: fix bad renaming. 2012-03-08 12:22:50 +01:00
Mathieu Virbel 520c11874e Merge branch 'core-gl-reload' 2012-03-08 02:03:50 +01:00
Mathieu Virbel 610a604bb0 core/graphics: typo on graphics 2012-03-08 02:03:31 +01:00
Mathieu Virbel c77224386e core/graphics: add documentation about gl reloading, and examples about how to reload generated texture and fbo 2012-03-08 01:59:52 +01:00
Mathieu Virbel b316ce3c5a kivy/config: add resizable token in graphics section, default to 1. If 0, the window will have a static size. 2012-03-08 01:20:08 +01:00
Mathieu Virbel ca7714281b core/graphics: fix missing attributes not copied when reloaded (min_filter, mag_filter and wrap)
+ fix vbo crash (invalid flags set while reloading.)
2012-03-08 01:10:41 +01:00
tshirtman 7bc5ab95ed closes: #418 2012-03-07 17:02:09 +01:00
tshirtman 27f5270c9a closes: #417 2012-03-07 17:00:55 +01:00
qua-non 8399784a75 add version info for background_color and foreground_color properties 2012-03-07 17:57:06 +05:30
tshirtman bc07e6d43e Merge pull request #416 from akshayaurora/text_input_color
Add background_color and foreground_color properties to TextInput
2012-03-07 01:55:18 -08:00
Qua-non 414a31aad9 add background_color and foreground_color properties to TextInput 2012-03-07 03:17:26 +05:30
Mathieu Virbel 7fd74fa431 core/window: fix maximize/restore size (clicking twice on the maximum button didnt restore the previous size. this fix works on windows, but not on osx) 2012-03-06 19:49:15 +01:00