kivy:lang-compiler

Last commit made on 2015-01-05
Get this branch:
git clone -b lang-compiler https://git.launchpad.net/kivy

Branch merges

Branch information

Name:
lang-compiler
Repository:
lp:kivy

Recent commits

4aba880... by Mathieu Virbel

kvcompiler: remove proxy_ref for handlers/prophandler, but use it in ids + fixes canvas creation order.

9e48f6e... by Mathieu Virbel

kvcompiler: proper usage of proxy_ref on all widget reference within handlers.

c399abf... by Mathieu Virbel

kvcompiler: supports handlers for properties as well

8a80344... by Mathieu Virbel

kvcompiler: supports for handlers (on_XXX)

e431be4... by Mathieu Virbel

kvcompiler: first version

c39c962... by Mathieu Virbel

require: allows to pass only X.Y, and auto append .0, as kivy language was doing it already.

410225a... by Mathieu Virbel

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

d544889... by Mathieu Virbel

lang: fixes invalid name (mixed typo between cache_match and match_case)

033e786... by Mathieu Virbel

style: remove unused styles

1880c08... by qua-non

Merge pull request #2782 from kived/listview-adapter-bind

bind listview adapter triggers on adapter change