kivy:reorder_editing

Last commit made on 2014-07-13
Get this branch:
git clone -b reorder_editing https://git.launchpad.net/kivy

Branch merges

Branch information

Name:
reorder_editing
Repository:
lp:kivy

Recent commits

b2e2a5f... by qua-non

uix:TextInput use a insertion queue

231f7ff... by qua-non

uix:TextInput maintain order of edition.

951f137... by Matt Einhorn

Add note about mouse_pos to motion event. Fixes #2026.

6cb9c34... by Alexander Taylor <email address hidden>

Merge pull request #2329 from matham/screenshot

Import glReadPixels from the correct place. Fixes #2032.

2d2cf84... by Matt Einhorn

Import glReadPixels from the correct place. Fixes #2032.

b026afc... by qua-non

detect and use frame disposal method

closes #2037

9872fe3... by Matt Einhorn

Merge branch 'master' of https://github.com/kivy/kivy

90be1be... by Matt Einhorn

Remove ugly (in tshirtman's words) emphesis.

0973981... by Matt Einhorn

Instead of pasting the install docs directly in the guide, thereby messing up the internal links, just link to it. Fixes #1213.

e25f19c... by tshirtman

Merge pull request #2286 from kivy/image_loader

uix:Image delayed importing of loader. Import it only when used