kivy:label_simplify_align

Last commit made on 2015-03-19
Get this branch:
git clone -b label_simplify_align https://git.launchpad.net/kivy

Branch merges

Branch information

Name:
label_simplify_align
Repository:
lp:kivy

Recent commits

15cc39e... by gabriel pettier <email address hidden>

simplify label's align usage

5448566... by qua-non

Merge pull request #3150 from kivy/ButtonBehavior

ButtonBehavior `release_on_exit` Bool

271adb2... by qua-non

ButtonBehavior:`release_on_exit` exit only when touch not in widget. Closes 3135

03bc0de... by qua-non

ButtonBehavior:New `release_on_exit` property; allows not to dispatch `on_release` when set to `False`

71765db... by qua-non

Merge pull request #3149 from kivy/osc_fixes

Osc fixes

5de2a84... by gabriel pettier <email address hidden>

invert bytes/str test, because isinstance(str(), bytes) is true in python2

1030a24... by gabriel pettier <email address hidden>

OSC fixes, credit to @FeralBytes for encoding data

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

simplify osc thread lookup

needs testing, but shouldn't change anything

8a5d0f6... by gabriel pettier <email address hidden>

fix osc thread management on windows

1c27183... by qua-non

Merge pull request #3147 from kivy/on_textinput

`on_textinput` event for handling text input events from IME, and other custom input methods