Commit Graph

8434 Commits

Author SHA1 Message Date
Akshay Arora bccd9e003f Update installation-macosx.rst 2015-07-07 21:49:41 +05:30
Akshay Arora 806de4f21d Update installation-macosx.rst 2015-07-07 21:47:20 +05:30
akshayaurora c3b7cde8e8 include missing quote 2015-07-07 21:17:35 +05:30
akshayaurora 66270024ef pep8 fixes 2015-07-07 21:06:10 +05:30
Akshay Arora 573af44f96 Merge pull request #3469 from kivy/revert-3094-kwargs-object
Make EventDispatcher forward kwargs when it doesn't use it.
2015-07-07 20:50:35 +05:30
Akshay Arora 2414b1dd61 Update hook-kivy.py 2015-07-07 20:33:44 +05:30
Akshay Arora 49854d7ff8 Update vertex_instructions.pyx 2015-07-07 20:03:17 +05:30
Akshay Arora 4e881c91a4 Update transformation.pyx 2015-07-07 20:00:02 +05:30
Akshay Arora 47bfc3b93b Update _event.pyx 2015-07-07 19:54:51 +05:30
Akshay Arora 3f4922e767 Merge pull request #2918 from matham/prop-create
Implement apply_property. Fixes #2860.
2015-07-07 19:53:39 +05:30
Akshay Arora 2c9d8a1b42 Merge pull request #3048 from hey-sancho/graphics-roundedrectangle
Add Graphics RoundedRectangle
2015-07-07 19:31:48 +05:30
Akshay Arora f15283ffd9 Merge pull request #3050 from olymk2/feature/refactor-new-methods
Feature/refactor new methods
2015-07-07 19:21:27 +05:30
Akshay Arora aa6f70a515 Closes # 3139
This is taken from #3167
2015-07-07 19:12:10 +05:30
Akshay Arora cced479094 Merge pull request #3443 from gouzouni/master
Couple of Corrections..
2015-07-07 19:07:25 +05:30
Akshay Arora fd54e811f9 Merge pull request #3357 from luminosuslight/sdl2_multisamples
Fixes #3254: Setting multisamples in SDL2
2015-07-07 19:04:23 +05:30
Akshay Arora ac4bc0c598 Merge pull request #3432 from matham/kep003
Implements KEP003
2015-07-07 19:00:11 +05:30
Akshay Arora b11b4e527f Merge pull request #3453 from kivy/min
warn if only one of the minimum window size properties is bigger than 0
2015-07-07 18:52:45 +05:30
Akshay Arora 0393752663 Merge pull request #3485 from autosportlabs/1.8.0_autosportlabs_mod
Allow multiprocessing to work correctly with pyinstaller
2015-07-07 18:43:30 +05:30
Akshay Arora c96a9c29d8 Update packaging-macosx.rst 2015-07-07 15:41:48 +05:30
Akshay Arora a26c905088 Update packaging-macosx.rst 2015-07-07 15:14:55 +05:30
Akshay Arora a51eded582 Update installation-macosx.rst 2015-07-07 15:10:36 +05:30
matham 52b5e31ad4 Merge pull request #3145 from denys-duchier/graphics-tests-messed-up
clear the Window.canvas in setUp for GraphicUnitTest (partial fix for  #3130)
2015-07-05 15:31:05 -04:00
matham 3eb5b48441 Merge pull request #3433 from matham/group_public
Make group public so we can set it from e.g. kv.
2015-07-05 15:01:00 -04:00
matham 5e775531c7 Merge pull request #3480 from nbrew/guide-firstwidget-button-fix
Fix final step in First Widget tutorial
2015-07-05 13:36:38 -04:00
matham 7bcd09fe92 For now notify travis on start. 2015-07-05 12:16:23 -04:00
matham 91f4a97722 Update travis webhooks. 2015-07-05 11:41:37 -04:00
matham 1d3b9031ef Merge pull request #3424 from kivy/add_get_includes
Add get includes
2015-07-04 17:26:13 -04:00
Kovak 39d8f50a15 merge master into branch 2015-07-04 14:51:50 -06:00
Kovak fc23ae7803 fix pep8 problems except for line 33 import 2015-07-04 14:21:33 -06:00
Kovak 31f82b6265 fix pep8 errors for setup.py, except line 283 and 753 2015-07-04 14:00:59 -06:00
Kovak 30c55aad54 fix placement so its in the brackets 2015-07-04 13:25:17 -06:00
Kovak d9a3a7146c include headers in tools/gles_compat in package 2015-07-04 13:20:47 -06:00
matham 3215c8d666 Merge pull request #3482 from inclement/atlas-py3
Converted map objects to list in py3
2015-07-02 21:07:37 -04:00
Alexander Taylor 48cd4b63f7 Converted map objects to list in py3 2015-07-03 00:13:12 +01:00
Nathan Hyde 0ca4c088df First Widget docs - adjust line numbers per 6_button.py changes. 2015-07-01 16:19:35 -07:00
Nathan Hyde c61cc96a87 First Widget tutorial - use class variables
* Correct whitespace issues in 6_button.py
* Make "painter" a class variable (self.painter)
* Reference `self.clear_canvas` when binding the clear button callback
* Call `self.painter.canvas.clear()` in button callback
* Adjust the number of parameters for callback method
2015-07-01 16:19:08 -07:00
Matthew Einhorn a4caff2459 Fix all places that forward kwargs that are not properties. 2015-06-29 14:50:25 -04:00
Matthew Einhorn d7bf6dbd51 Make EventDispatcher forward kwargs when it doesn't use it. 2015-06-29 14:49:44 -04:00
akshayaurora 616be48357 core:Window: Ensure window cursor respects config. Closes #3441 2015-06-29 02:43:58 +05:30
matham 47e4ff8c44 Don't clear the ffmpyplayer log callback. 2015-06-28 12:55:37 -04:00
Matthew Einhorn 1c0ec475b4 Possibly fix failing audio tests. 2015-06-28 11:00:23 -04:00
Zen-CODE 32a3880908 doc: added kv example for uix/effectwidet.py 2015-06-28 09:56:27 +02:00
Zen-CODE 0ca77b4390 doc: revisions to uix/effectwidget.py 2015-06-27 20:20:09 +02:00
Zen-CODE c8159a37b7 doc: revisions to uix/effectwidget.py 2015-06-27 16:26:45 +02:00
Zen-CODE 193dee209e doc: fixed typo in uix/effectwidget.py 2015-06-27 16:17:00 +02:00
Zen-CODE 3d4bc78da1 doc: revisions to uix.effectwidget.py 2015-06-27 16:11:56 +02:00
Ryan Pessa 8bb5432110 Merge pull request #3467 from kived/android-clipboard-coerce
use coerceToText for android clipboard
2015-06-26 17:17:21 -05:00
Ryan Pessa 1da65ecff1 fix pep8 line length 2015-06-26 16:51:11 -05:00
Ryan Pessa ddd73b044a use coerceToText for android clipboard 2015-06-26 15:20:36 -05:00
matham 7da800e59d Merge pull request #3463 from matham/fbind_rename
Fbind rename and fixes
2015-06-25 12:01:31 -04:00