tshirtman
|
4419bd523b
|
Merge pull request #486 from aspidites/master
Fixes crash on desktops that try to access touch.profiles
|
2012-05-20 12:07:55 -07:00 |
Edwin Marshall (aspidites)
|
73df2fd332
|
- fixed typo which caused touch.profiles to return an AttributeError
on desktops (MouseTouchProvider)
|
2012-05-20 12:03:01 -07:00 |
Mathieu Virbel
|
e388f71517
|
Update doc/sources/guide/packaging-ios.rst
|
2012-05-17 15:06:06 +03:00 |
Mathieu Virbel
|
cdf13a9862
|
add versionadded for the recent pull request on mouse/disable_multitouch
|
2012-05-14 18:57:37 +02:00 |
Mathieu Virbel
|
f8bfb031bb
|
Merge pull request #471 from lamegopinto/master
Added disable_multitouch as a mouse config option
|
2012-05-14 09:56:17 -07:00 |
Mathieu Virbel
|
bfeb21f922
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2012-05-10 21:33:32 +02:00 |
Mathieu Virbel
|
cbb25d6fd5
|
fix instruction for ios building
|
2012-05-10 21:32:48 +02:00 |
gabriel.pettier
|
ab02f35a8e
|
fix popup background resizing on resize window
closes: #447
|
2012-05-08 23:29:20 +02:00 |
Mathieu Virbel
|
5a278cf3f5
|
Merge pull request #479 from r1chardj0n3s/d734834745ea6cc6682ac9fe9dbad76d94b39a42
Fix setting arguments on Translate instance when args passed in on creation
|
2012-05-08 08:41:17 -07:00 |
Mathieu Virbel
|
adcf401963
|
android: fix wakeup black screen issue by forcing the redraw during the next 5 seconds. Android don't give any callback when the screen need to be redrawed, only starting at API 9, but our minimum target is 8.
+ map the BACK key to ESCAPE by default.
|
2012-05-08 14:18:20 +02:00 |
Richard Jones
|
d734834745
|
Fix for creating Translate with arguments recording those arguments
|
2012-05-08 16:29:18 +10:00 |
Mathieu Virbel
|
b9cc78ab04
|
rst: better rendering of definition item list
|
2012-05-07 19:11:36 +02:00 |
Mathieu Virbel
|
1c9e573649
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2012-05-01 22:50:13 +02:00 |
Mathieu Virbel
|
6fd5c43ffa
|
texture: in case of ImageData contain width/height to 0, just create a fake 1x1 texture to prevent crash.
|
2012-05-01 22:49:58 +02:00 |
Mathieu Virbel
|
226c6a8a9a
|
Merge pull request #473 from duelafn/master
kivy-mode for emacs
|
2012-05-01 10:38:21 -07:00 |
Dean Serenevy
|
a6e38c772c
|
kivy-mode for emacs based on yaml-mode
|
2012-05-01 12:35:18 -04:00 |
João Pinto
|
d6911f4cae
|
Fixed wrong condition check for disable_multitouch on mouse_release
|
2012-04-30 21:46:08 +01:00 |
Mathieu Virbel
|
2df010e711
|
button: avoid the button press if scrollwheel is used on it
|
2012-04-30 02:04:06 +02:00 |
gabriel.pettier
|
569460849d
|
fix crash of filechooser when opening a folder with accents
|
2012-04-29 19:06:34 +02:00 |
João Pinto
|
49d1f5a058
|
Added the "disable_multitouch" option to the mouse provider
|
2012-04-29 08:56:22 +01:00 |
Mathieu Virbel
|
9c7b9cb2d2
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2012-04-27 19:42:11 +02:00 |
Mathieu Virbel
|
c85a553046
|
rst: add RstDocument.goto(reference) to scroll the document directly on the specified reference
|
2012-04-27 19:41:58 +02:00 |
Mathieu Virbel
|
96844893a6
|
Merge pull request #468 from davidfraser/audio-length
Audio length implementation
|
2012-04-26 07:19:18 -07:00 |
David Fraser
|
edd568c36d
|
Since we're playing the audio for a moment, make sure it doesn't actually come out by setting the volume to `0`, and test for this. See #467
|
2012-04-26 14:57:05 +02:00 |
David Fraser
|
0baae8ed56
|
Implemented `sound.length` for `gstreamer` backend (see http://stackoverflow.com/questions/2440554/how-do-i-find-the-length-of-media-with-gstreamer - media needs to be playing to find the length). See #467
|
2012-04-26 14:56:48 +02:00 |
David Fraser
|
e2e4e17118
|
Added implementation of `audio.length` for the pygame backend. See #467
|
2012-04-26 14:56:47 +02:00 |
David Fraser
|
4093670803
|
Added unit tests for audio, with an associated sample file (short, and made it `.ogg` for easy compatibility, so big :(). See #467
|
2012-04-26 14:56:47 +02:00 |
Mathieu Virbel
|
19c7134fb9
|
add escape_markup() functions to escape untrusted text when using markup=True in Label
|
2012-04-25 17:25:17 +02:00 |
Mathieu Virbel
|
d72cd2fd00
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2012-04-25 02:59:19 +02:00 |
Mathieu Virbel
|
0d28edf21c
|
fix invalid glGetIntegerv argument. closes #463
|
2012-04-25 02:59:08 +02:00 |
Qua-non
|
f8b64869c5
|
Merge branch 'master' of https://github.com/kivy/kivy
|
2012-04-20 00:57:32 +05:30 |
Qua-non
|
74f6ff254e
|
re add gifs to explain layouts and minor getting started chnages
|
2012-04-20 00:56:05 +05:30 |
Mathieu Virbel
|
ce243de34d
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2012-04-19 02:51:04 +02:00 |
Mathieu Virbel
|
ada7471f09
|
stencil: remove the specific old test that crashed on a previous version of motorola xoom, not reproductible anymore. Closes #118.
|
2012-04-19 02:50:46 +02:00 |
Qua-non
|
7865cb983d
|
update getting started
|
2012-04-19 00:42:50 +05:30 |
Mathieu Virbel
|
7f8cb74d09
|
rst: fixes to correctly use the document root when loading images and videos.
+ add support for :align: on image
|
2012-04-18 17:11:51 +02:00 |
Mathieu Virbel
|
40bcb80fa9
|
window: by default, do png screenshots instead of jpg. Alpha channel is preserved, and quality is better.
|
2012-04-18 17:11:23 +02:00 |
Mathieu Virbel
|
7a7e51ca2c
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2012-04-16 16:32:59 +02:00 |
Mathieu Virbel
|
440d164448
|
Merge branch 'master' into uix-textinput_undoredo
|
2012-04-16 16:28:17 +02:00 |
Mathieu Virbel
|
bf549069e1
|
Merge pull request #449 from akshayaurora/multiple_textinput
fix cut/copy/paste between multiple textinputs
|
2012-04-16 07:25:54 -07:00 |
Mathieu Virbel
|
276a5f27ff
|
graphics: fix stencil usage when nested, and add a new StencilUnUse instruction to remove manually the mask. We need that because it's complex to track & replay the drawing between 2 instructions.
Stencil use now INCR and DECR instructions, and with that method, you can nest up to 128 stencil layers (was 8 before.).
|
2012-04-16 16:20:08 +02:00 |
Qua-non
|
064e28e9e1
|
add note in documentation about undo and redo shortcuts
|
2012-04-16 15:51:19 +05:30 |
Mathieu Virbel
|
871d1188b7
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2012-04-16 11:42:20 +02:00 |
Mathieu Virbel
|
421654a800
|
core/image: remove opacity in documentation that not exist anymore. Closes #456
|
2012-04-16 11:40:42 +02:00 |
Qua-non
|
af8918ad2a
|
Merge https://github.com/kivy/kivy into uix-textinput_undoredo
|
2012-04-16 00:54:32 +05:30 |
Qua-non
|
ea65294ffd
|
initial commit for undo redo on textinput
|
2012-04-15 17:49:02 +05:30 |
Mathieu Virbel
|
373fe00723
|
Merge branch 'master' of ssh://github.com/kivy/kivy
|
2012-04-14 11:37:20 +02:00 |
Mathieu Virbel
|
a0bab0c748
|
graphics/reload: force the gc collection BEFORE flushing gl texture/fbo/... clean. Without gc collection, it will happen after reload, and textures alive before the reload are asked to be released, and will emit deletion with a possible conflicting id.
Order matters!
|
2012-04-14 01:15:33 +02:00 |
qua-non
|
7a8e75ab5c
|
Merge pull request #453 from punjab/master
Added Gurmukhi text for testing unicode textinput example
|
2012-04-12 20:59:18 -07:00 |
Punjab
|
d1be6b1cac
|
Minor Gurmukhi text edit. Replaced translation of first word.
|
2012-04-12 17:00:51 -05:00 |