Commit Graph

7485 Commits

Author SHA1 Message Date
dessant b3b20e92b9 Merge pull request #2784 from inclement/color_init
Added property name setters in Color __init__
2015-01-21 23:29:00 +02:00
dessant bbaae51e31 add versionadded tags for new popup properties 2015-01-21 23:11:49 +02:00
dessant 4859e65d65 Merge pull request #2825 from Cuuuurzel/master
Horizontal align for popup title
2015-01-21 23:09:23 +02:00
Mathieu Virbel 6f8ed55b70 environment: add an option to prevent parsing command line argument as kivy arguments. Ref: #2873 2015-01-21 11:51:55 +01:00
dessant eca95cf074 Merge pull request #2869 from merriam/master
Minor human text changes to examples/demo
2015-01-20 10:34:23 +02:00
Charles Merriam 2ea9eda8e1 Merge remote-tracking branch 'upstream/master' 2015-01-20 00:25:37 -08:00
Charles Merriam d63560f068 Update README
Added a ‘adding a new .kv file’ section.
2015-01-20 00:17:00 -08:00
Charles Merriam d3cfbfa49a Improve text for the welcome widget.
Description text now mentions the panes, auto-refresh, and the menu.
2015-01-19 23:06:13 -08:00
Mathieu Virbel 1fe30b65cf kivy: prioritize sdl2 over pygame. Refs #2845 2015-01-18 02:10:35 +01:00
Matthew Einhorn f33392dc28 Lost the colon. 2015-01-17 20:07:34 -05:00
matham 9ecb5d40cc Merge pull request #2867 from matham/pip-build
Use the correct build path when generating files in setup.py
2015-01-17 20:01:00 -05:00
Mathieu Virbel 7560027f59 graphics/context: release shaders the same way we do for others graphics. Fixes #2857 2015-01-18 01:57:17 +01:00
Matthew Einhorn 99f78d3cd4 Use the correct build path when generating files in setup.py 2015-01-17 19:55:20 -05:00
Mathieu Virbel 773f1d4da4 setup.py: changes to not force SDL2 or GStreamer if they are explicitly disabled + reduce the code that generates configuration. 2015-01-18 01:32:16 +01:00
Akshay Arora 59cf423844 Merge pull request #2855 from kivy/add-pxi
Add pxi in addition to pxd
2015-01-17 14:44:19 +05:30
Akshay Arora bb184d119f Merge pull request #2863 from kivy/revert-2755-add-pxd
Revert "add .pxd files to package"
2015-01-17 14:44:08 +05:30
Akshay Arora 0ab0ce384d Revert "add .pxd files to package" 2015-01-17 14:41:22 +05:30
Akshay Arora 9362e95697 Merge pull request #2755 from kived/add-pxd
add .pxd files to package
2015-01-17 14:38:41 +05:30
dessant e9fd9451f8 Merge pull request #2824 from inclement/experimental_removals
Removed 'this is experimental' tags from a couple of places
2015-01-16 09:29:00 +02:00
Kovak 5de1c71b73 Merge branch 'master' of https://github.com/kivy/kivy into add-pxi 2015-01-14 15:55:20 -07:00
Kovak eda035fd4c add pxi to setup.py in addition to pxd 2015-01-14 15:51:00 -07:00
Akshay Arora 815fd4c975 doc: specify icon spec for various OS 2015-01-15 03:14:17 +05:30
ZenCODE 6e2ebb8115 doc: added missing comma to uix/__init__.py 2015-01-14 22:12:19 +02:00
ZenCODE 841ba43d51 doc: added missing layouts to uix/__init__.py 2015-01-14 22:10:09 +02:00
ZenCODE 797f392de6 doc: fixed unmatched string literal in core/text/__init__py 2015-01-14 21:50:37 +02:00
Akshay Arora aadd657948 Merge pull request #2814 from kived/fix-codeinput-example
handle invalid font paths in CodeInput example
2015-01-14 01:13:50 +05:30
Akshay Arora 461e33aec1 Merge pull request #2840 from matham/strip-fix
Fix text stripping issues
2015-01-14 00:47:28 +05:30
Akshay Arora ce129264e2 Merge pull request #2843 from victor-rene/test_utils
Added test/test_utils.py. BUGFIXES: escape_markup, iterate (deprecated)
2015-01-13 23:54:15 +05:30
Mathieu Virbel 1c9de39cdc core/audio: add pygame m4a for android 2015-01-13 02:42:09 +01:00
ZenCODE f2d8eb6028 Make feedback link interactive - link to contributing 2015-01-13 00:19:39 +02:00
ZenCODE 4740505318 doc: removed redundant hash 2015-01-13 00:14:16 +02:00
ZenCODE cf93ac6376 doc: revisions to CONTRIBUTING.md 2015-01-13 00:11:55 +02:00
ZenCODE 29d1f170eb doc: tweaks to CONTRIBUTING.md 2015-01-13 00:03:39 +02:00
ZenCODE 7dd8d89444 Merge branch 'master' of https://github.com/kivy/kivy 2015-01-12 23:53:09 +02:00
ZenCODE 1e3dc3b797 doc: grammar tweaks to README.md 2015-01-12 23:52:26 +02:00
Akshay Arora f080468aa9 Merge pull request #2836 from kivy/zip_loader
core:Image:zip_loader start using the new functions for loading from mem...
2015-01-12 23:35:35 +05:30
victor-rene 5234c034e4 Added test/test_utils.py. BUGFIX: escape_markup 2015-01-12 00:54:07 +01:00
Mathieu Virbel 2feef02c13 sdl2: add support for reading image from memory 2015-01-11 12:00:52 +01:00
Mathieu Virbel bed1f7d75e imageio: fix issue of releasing url/dataref 2015-01-11 11:46:39 +01:00
Matthew Einhorn 16c9ef098c Add strip_reflow variable to allow striping lines broken when strip is false and size_hint_x is not None. 2015-01-10 18:36:28 -05:00
Matthew Einhorn a3f0ef5fb8 Revert stripping changes. 2015-01-10 17:36:42 -05:00
akshayaurora 3bcce4b461 core:Image:zip_loader start using the new functions for loading from memory 2015-01-10 11:07:37 +05:30
Ryan Pessa ade9e4e62f Merge pull request #2834 from victor-rene/fix_2823
zip files not loaded by ImageLoaderPygame
2015-01-09 11:55:32 -06:00
Mathieu Virbel 56d2092e23 sdl2: hide unknown sdl event for users, and hide unhandled event too (put it into trace for later debug if necessary.) 2015-01-09 18:22:14 +01:00
victor-rene e1363d3042 Fixes 2823, zip files not loaded by ImageLoaderPygame. 2015-01-09 18:21:48 +01:00
dessant bba6e5bdc5 update year in license file 2015-01-09 02:17:10 +02:00
Mathieu Virbel a94d0cf892 Merge pull request #2830 from kivy/core-sdl2-frameworks
Activate SDL2 compilation and usage by default
2015-01-08 10:48:13 +01:00
Mathieu Virbel 72d9af228d gitignore: add generated files in gitignore 2015-01-08 09:35:54 +01:00
Mathieu Virbel 739ba717a9 setup: remove duplicated use_sdl2 2015-01-08 09:34:48 +01:00
Mathieu Virbel 51c324f9fa sdl2: deactivate finger motion, as the coordinate are 0, 0 on OSX, and finger doesnt seem triggered on others platforms. We will find a proper solution later. 2015-01-08 00:02:11 +01:00