Alan Justino da Silva
d33cd35373
Allow install on 32bit MacOSX
...
Tested with the showcase and some example apps, as no test suite is available. Looks like it works on my old i386 macbook...
2013-11-08 23:27:16 -02:00
Ian Foote
0619c6b2ce
Use garden version 0.1.1.
...
Specify package name correctly. Fix #1580 .
2013-10-26 08:15:20 +01:00
Ian Foote
d09093f557
Install garden from zip instead of git repo. Fix #1580 .
2013-10-25 20:12:40 +01:00
Mathieu Virbel
78883650cd
setup: fix for allowing msvc compiler to works, tested on clean window seven + python 2.7 + vc++2008 + glew. closes #493
2013-10-23 02:04:44 +02:00
Ian Foote
c8e8a7124e
Add garden as a dependency for kivy.
2013-09-28 16:04:11 +01:00
Ian Foote
3afc56a083
Remove the kivy garden scripts from the main repo.
2013-09-28 14:25:42 +01:00
Brian Knapp
30cb734eeb
Storage module was missing from the list.
...
ran tests on install
2013-09-15 21:27:36 -05:00
Mathieu Virbel
7e4b20bd9a
Change license from LGPL 3 to MIT
2013-08-01 16:29:23 +02:00
filippo savi
da4ca19b35
added support for osx 10.9 dev preview
2013-07-04 16:25:06 +02:00
Mathieu Virbel
30ffa91dc6
Merge branch 'master' of ssh://github.com/kivy/kivy into py3
2013-05-31 11:34:16 +02:00
Mathieu Virbel
575cbb9bb4
setup.py: fix installation of vidcore_lite for rpi. closes #1241
2013-05-30 22:56:29 +02:00
Mathieu Virbel
bea9afa389
sync (no tested)
2013-05-30 18:01:39 +02:00
Mathieu Virbel
1771d5c8c8
setup.py: fix have_cython typo
2013-05-28 08:36:55 +02:00
Mathieu Virbel
c29f3fc9d5
rpi: fix setup.py for latest rpi distribution
2013-05-27 15:04:18 +00:00
Mathieu Virbel
4b2e19310d
rpi: add egl/bcm window provider. This provider is not completly BCM independant, so pure-EGL hardware will not work with that one, yet.
2013-05-27 13:22:54 +02:00
Mathieu Virbel
7b4f8b2df7
setup: ensure kivy.effects will be installed
2013-05-12 14:06:20 +02:00
Mathieu Virbel
920c6c7224
garden: introduce kivy.garden module, and kivy/tools/garden commandline tool.
2013-05-02 15:51:17 +02:00
Mathieu Virbel
7ce2cdf590
setup.py: normalize c_options for x11 and mesagl. closes #1074
2013-03-31 12:26:23 +02:00
Mathieu Virbel
4744ef9f1c
py3: type setup.
2013-03-18 17:39:57 -06:00
Mathieu Virbel
72284ff0ec
fix basestring test in cython
2013-03-18 17:39:56 -06:00
Mathieu Virbel
bae94bc3db
first 2to3 pass + manual fix for metaclass, UserDict and OrderedDict
2013-03-18 17:39:56 -06:00
Mathieu Virbel
1ae8a603b8
try to fix the error from PPA, seem that c_string_encoding is a new options in the unreleased Cython 0.19, that need to be set when casting from char* to str
2013-03-03 05:01:13 +01:00
Mathieu Virbel
e342fe62af
doc: fix signature generation for all methods/functions in a cythonized module.
2013-02-25 16:42:24 +01:00
Mathieu Virbel
513aca050e
ios: fix recent issue with Xcode, our SDKROOT variable is now conflicting with clang
2013-02-11 21:25:20 +01:00
Mathieu Virbel
e9c5b01231
setup: avoid cython for android/ios build, and ensure build_ext is imported
2012-12-16 16:05:25 +01:00
Mathieu Virbel
781ad0add2
ios: avoid cython check for ios platform, we are using it externally anyway.
2012-12-16 13:47:32 +01:00
Mathieu Virbel
81f50a9959
setup.py: fix duplicated code merged from ios-support
2012-12-09 15:14:51 +01:00
Mathieu Virbel
0f4f88f380
Merge branch 'master' of ssh://github.com/kivy/kivy into ios-support
...
Conflicts:
kivy/__init__.py
kivy/core/window/__init__.py
setup.py
2012-12-09 12:34:53 +01:00
Mathieu Virbel
5c72a6f479
Merge remote-tracking branch 'origin/core-x11'
...
Conflicts:
setup.py
2012-12-09 12:32:25 +01:00
geojeff
ba5e8ec5e7
Merge remote-tracking branch 'upstream/master' into uix-listview
2012-11-28 07:46:42 -06:00
Mathieu Virbel
f19b463c07
Merge branch 'master' of ssh://github.com/kivy/kivy into ios-support
2012-10-28 15:59:43 +01:00
Dusty Phillips
7a2fb9d4c5
Lexer got moved to kivy.extras package.
2012-10-24 21:38:03 -06:00
geojeff
04ab3cccca
Refactor for improved selection operations. SelectionSupport is no more as a separate mixin, and a new base adapter, CollectionAdapter, takes this code in, as well as the view caching code from AbstractView. Now CollectionAdapter is the hub for selection and view-handling operations. Made the default for selection to be restricted to views, with a new flag propagate_selection_to_data for this functionality. Started adding tests for adapters in isolation. Simplified initial selection and refreshing operations between adapter and listview.
2012-10-22 09:30:43 -05:00
geojeff
96ad40fbd9
Improved listview docs. Added entries for new adapters code in setup.py
2012-10-17 11:34:28 -05:00
Mathieu Virbel
4dbe689399
first POC a X11 Window implementation, with mouse / keyboard support, and ARGB transparency by default.
2012-08-17 16:06:20 +02:00
Mathieu Virbel
7a86641eb6
Merge branch 'master' of ssh://github.com/kivy/kivy into ios-support
2012-08-11 02:49:40 +02:00
Mathieu Virbel
93b6622d21
add missing files from tools/ in setup.py
2012-08-08 00:00:11 +02:00
Mathieu Virbel
ecbc7d5bb3
Merge branch 'master' of ssh://github.com/kivy/kivy into ios-support
...
Conflicts:
Makefile
kivy/core/audio/__init__.py
setup.py
2012-07-18 13:21:46 +02:00
Mathieu Virbel
0843015247
Merge branch 'clear_instruction' of https://github.com/hansent/kivy into hansent-clear_instruction
...
Conflicts:
kivy/graphics/__init__.py
2012-06-16 17:46:48 +02:00
Mathieu Virbel
33543659ac
add KIVY_NO_FILELOG and KIVY_NO_CONSOLELOG to avoid logging in file and console.
2012-06-06 01:45:30 +02:00
Mathieu Virbel
c02901cc06
Merge branch 'master' of ssh://github.com/kivy/kivy into ios-support
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2012-05-25 18:48:19 +02:00
Martin Nowak
420c3c912d
FreeBSD config is missing -lGL
2012-05-24 04:49:54 +03:00
Joseph Hager
3ba4b8adb4
Get the SDK root from the environment.
...
$SDKROOT is set in kivy-ios/tools/environment.sh
2012-04-17 15:12:41 -04:00
Mathieu Virbel
144428b7b5
Merge branch 'master' of ssh://github.com/kivy/kivy into ios-support
2012-04-17 17:08:52 +02:00
Cédric Krier
1de10954f9
Fix build on OpenBSD
2012-04-05 14:17:55 +02:00
dsr
c87f3176d5
Added kivy.tools.packaging.pyinstaller_hooks to setup.py
2012-03-16 09:38:50 -05:00
Mathieu Virbel
0ea436d121
ios: add a method to save arbitrary rgba data to png using cgimage
2012-03-14 01:16:54 +01:00
Mathieu Virbel
66ddc04ea1
merge master
2012-03-11 02:17:11 +01:00
Mathieu Virbel
b85fe03599
graphics/context: introduce a new Context singleton manager. It's responsible for managing resources for texture, vbo, shaders, canvas. Deallocation are going though manual delayed GC. Reloading are managed on Window needs.
...
+ It's mainly used to get the reloading code in one place, and reduce the complexity from each graphics class.
+ create vbo resources only when drawing, not at creation.
2012-03-06 02:31:40 +01:00
Mathieu Virbel
1c458cda5b
add KIVY_NO_FILELOG and KIVY_NO_CONSOLELOG to avoid logging in file and console.
2012-02-25 11:41:12 +01:00