kivy:fix_5215

Last commit made on 2017-06-20
Get this branch:
git clone -b fix_5215 https://git.launchpad.net/kivy

Branch merges

Branch information

Name:
fix_5215
Repository:
lp:kivy

Recent commits

571119d... by gabriel pettier <email address hidden>

fix reposition/resize of DropDown on window size update

daa7c06... by gabriel pettier <email address hidden>

Don't bind DropDown to Window events at creation

Instead bind at open, and unbind at dismiss, avoid creating a memory leak
when DropDowns or spinners are created/deleted

Fixes #5215

33777b0... by Peter Badida <email address hidden>

Merge pull request #5229 from kivy/KeyWeeUsr-patch-1

Appveyor: switch DO_WHEELS to True

d982422... by Peter Badida <email address hidden>

Appveyor: switch DO_WHEELS to True

Apparently we forgot to change it to `True` after the server sync, which resulted in the latest (today) master wheels being from 13th May.

2316209... by Peter Badida <email address hidden>

Merge pull request #5222 from kivy/KeyWeeUsr-patch-1

Fix typo in SVG

3e36282... by Peter Badida <email address hidden>

Merge pull request #5212 from ismailof/scrollview_barmargin

fix #5184: ScrollView bar_margin affects also touch position

14d3a27... by Peter Badida <email address hidden>

Fix typo in SVG

ec2ed85... by Peter Badida <email address hidden>

Merge pull request #5220 from robertwb/patch-1

Redeclare Svg.reload as throwing an exception.

ced5e6a... by Robert Bradshaw <email address hidden>

Redeclare Svg.reload as throwing an exception.

The .pxd file must match the .pyx file lest cimporters don't check for an exception.

27e3b90... by Peter Badida <email address hidden>

Fix touch passing down when overlapping TextInputs (#5189)

* Fix touch passing down when overlapping

* Always return True to catch the touch

* Return True for scrolling