kivy:kvlang-linearize

Last commit made on 2014-08-14
Get this branch:
git clone -b kvlang-linearize https://git.launchpad.net/kivy

Branch merges

Branch information

Name:
kvlang-linearize
Repository:
lp:kivy

Recent commits

eb2572e... by Mathieu Virbel

experiment for linearizing the kv lang

dc28629... by qua-non

Merge pull request #2328 from matham/mscroll

When mouse scrolling, don't pass it on to children. Fixes #2031.

0f6fa70... by qua-non

Merge pull request #2349 from kived/textinput-win

ensure _win is set when updating graphics

b2bc566... by Alexander Taylor <email address hidden>

Merge pull request #2352 from matham/python-temp

Fix cython shader 'python temp coercion' exception.

ccec759... by qua-non

Merge pull request #2355 from kived/lang-doc-colon

move colon in class rule doc

a48248c... by qua-non

Merge pull request #2354 from kived/grab-weakref

remove try/except from grab/ungrab

5580bd1... by Ryan Pessa <email address hidden>

swap nouns

5a94898... by Ryan Pessa <email address hidden>

move colon in class rule doc

f132a1d... by Ryan Pessa <email address hidden>

remove try/except from grab/ungrab

b0ceefe... by qua-non

Merge pull request #2353 from kivy/fix-ungrab-proxy

use same try/except for ungrab as for grab