Mathieu Virbel
|
e1fb25b012
|
Merge pull request #3153 from kivy/core-audio-avplayer
core/audio: new pure-python/pyobjus AVFoundation audio player
|
2015-04-03 17:54:20 +02:00 |
Thomas-Karl Pietrowski
|
3403110ed5
|
No need to have python3-pygame installed
Removing this section in the docs
|
2015-04-03 07:16:00 +00:00 |
dessant
|
3dfe820c49
|
Merge pull request #3219 from thopiekar/master
Syncing packaging files for Debian/Ubuntu for 1.9.0
|
2015-04-03 00:07:59 +03:00 |
Thomas-Karl Pietrowski
|
a0b20c9bfe
|
Syncing packaging files for Debian/Ubuntu for 1.9.0
|
2015-04-02 21:03:49 +00:00 |
Mathieu Virbel
|
97c596d802
|
bump to 1.9.1-dev
|
2015-04-02 13:08:32 +02:00 |
Mathieu Virbel
|
7c5b1dc7c5
|
bump to 1.9
|
2015-04-02 13:07:40 +02:00 |
Mathieu Virbel
|
1f6e16430b
|
Merge pull request #3211 from kived/makefile-test-python
respect PYTHON var when running make test
|
2015-04-02 12:30:01 +02:00 |
Akshay Arora
|
ccdc3cc3b2
|
Merge pull request #3210 from kived/test-filechooser-unicode-py3
skip bytes filename tests on py3
|
2015-04-02 12:26:56 +05:30 |
Ryan Pessa
|
aa70117ce5
|
Merge pull request #3212 from kived/showcase-popup-fix
fix popup weakref
|
2015-04-01 23:09:09 -05:00 |
Ryan Pessa
|
f2e8c6b901
|
skip bytes filename tests on py3
|
2015-04-01 22:56:19 -05:00 |
Ryan Pessa
|
d7fb03cf9b
|
fix popup weakref
|
2015-04-01 22:54:37 -05:00 |
Ryan Pessa
|
4af4298a7f
|
respect PYTHON var when running make test
|
2015-04-01 22:53:05 -05:00 |
dessant
|
e5feea64b5
|
Merge pull request #3207 from kivy/dessant-patch-1
add missing comma in tuple
|
2015-04-02 01:58:13 +03:00 |
akshayaurora
|
313e4477eb
|
core:window_sdl2 fix initial density calculation for retina screen
|
2015-03-31 21:39:40 +05:30 |
akshayaurora
|
f306326552
|
core:Window fix `_density` to default to 1. Check for changes in density before doing
sdl2/retina specific work
|
2015-03-31 21:13:02 +05:30 |
dessant
|
bc399e3731
|
add missing comma in tuple
|
2015-03-31 12:37:00 +03:00 |
Mathieu Virbel
|
627ffdfa5d
|
Merge pull request #3206 from kivy/dessant-patch-1
ignore audio_sdl2.c, generated by cython
|
2015-03-31 11:28:52 +02:00 |
dessant
|
2c4c64d073
|
ignore audio_sdl2.c, generated by cython
|
2015-03-31 12:26:31 +03:00 |
Mathieu Virbel
|
c2ee5c830c
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2015-03-30 22:54:22 +02:00 |
Mathieu Virbel
|
a866e39e62
|
window: prevent using sdl2 specific into WindowBase + fix default value of _density. @akshayaurora review or fix please :)
|
2015-03-30 22:54:04 +02:00 |
Ryan Pessa
|
1e0b9596ac
|
Merge pull request #3205 from kived/rpi-docs
update rpi installation instructions
|
2015-03-30 14:25:17 -05:00 |
Ryan Pessa
|
d3bbf2d331
|
update rpi installation instructions
|
2015-03-30 14:24:09 -05:00 |
dessant
|
07476ce8a9
|
Merge pull request #3204 from kivy/config_doc
fix docstring line indentation in config
|
2015-03-30 21:42:41 +03:00 |
dessant
|
dfcbc76f9f
|
fix docstring line indentation in config
|
2015-03-30 21:40:44 +03:00 |
dessant
|
11f59c9dc0
|
Merge pull request #3203 from jtownley/kivy_lang_import_doc
Additional real world kivy language import examples
|
2015-03-30 20:09:38 +03:00 |
James Townley
|
1af2d328f1
|
:Removing overabundant whitespaces
|
2015-03-30 11:09:13 -06:00 |
James Townley
|
4ac9b82983
|
:Fixing flawed python sytax and combining examples
|
2015-03-30 11:01:44 -06:00 |
James Townley
|
6e981da842
|
Additional real world kivy language import examples
|
2015-03-30 09:26:14 -06:00 |
Mathieu Virbel
|
812e059c5c
|
erge branch 'master' of ssh://github.com/kivy/kivy
|
2015-03-30 11:33:03 +02:00 |
Mathieu Virbel
|
a802fe58fd
|
core/window: Don't force the teardown of the windows in the mainloop, there is a close function for that. It should fixes the unittests on the vm.
|
2015-03-30 11:27:08 +02:00 |
dessant
|
188d41e7a1
|
Merge pull request #3200 from kivy/window_state
Add window_state config option
|
2015-03-30 12:26:56 +03:00 |
dessant
|
f452f70160
|
add window_state config option
|
2015-03-29 19:04:29 +03:00 |
Akshay Arora
|
1a03cc5e7a
|
Merge pull request #3195 from kivy/retina
Retina
|
2015-03-28 15:22:36 +05:30 |
akshayaurora
|
bb0c317bac
|
core:retina. Keep `width` and `height` properties synced with actual
retina size.
|
2015-03-28 15:12:48 +05:30 |
Akshay Arora
|
6fb0356e00
|
Merge pull request #3173 from kived/clipboard-gtk3
gtk3 clipboard + fixes
|
2015-03-28 15:04:30 +05:30 |
Ryan Pessa
|
6cd5aefec9
|
Merge pull request #3194 from kived/scrollview-event-docs
document scrollview generic events
|
2015-03-27 16:11:38 -05:00 |
Ryan Pessa
|
d48c94faca
|
document scrollview generic events
|
2015-03-27 16:11:02 -05:00 |
akshayaurora
|
7fda14e172
|
core:WindowSDL2 fix touch pos for ios
|
2015-03-27 00:56:50 +05:30 |
akshayaurora
|
d3ee0ad412
|
fix mouse_pos/touch and use the correct size/system_size
|
2015-03-26 00:39:25 +05:30 |
akshayaurora
|
30881ccccc
|
sdl2:fix rotation in retina ipad/iphones
|
2015-03-25 17:49:59 +05:30 |
akshayaurora
|
7480c9fa59
|
initial commit for retina support
|
2015-03-25 17:49:59 +05:30 |
gabriel pettier
|
d57ec5bc7c
|
oscAPI.py, fix id->thread_id
|
2015-03-24 20:16:08 +01:00 |
Akshay Arora
|
9370595592
|
Merge pull request #3185 from stuartmarsden/master
Fix error in return types for clipboard xsel and dbusklipper
|
2015-03-24 17:26:16 +05:30 |
stuartmarsden
|
7a01615d50
|
Fix return get_types for ClipboardXsel
|
2015-03-24 09:21:14 +02:00 |
stuartmarsden
|
5a13d86a15
|
Fix return get_types for ClipboardDbusKlipper
|
2015-03-24 09:20:34 +02:00 |
stuartmarsden
|
facee9bf67
|
Merge pull request #1 from kivy/master
Pull from upstream
|
2015-03-24 09:16:57 +02:00 |
Zen-CODE
|
97f7aea376
|
doc: revisions to examples
|
2015-03-23 23:17:03 +02:00 |
Zen-CODE
|
0b983ed0bf
|
doc: revisions to examples
|
2015-03-23 22:56:34 +02:00 |
dessant
|
723ae617c0
|
Merge pull request #3182 from kivy/dessant-patch-1
Remove 's' from cache log message
|
2015-03-23 18:07:42 +02:00 |
dessant
|
29ff848512
|
Remove 's' from cache log message
|
2015-03-23 18:07:28 +02:00 |