kivy:cythonize_lang_widgets

Last commit made on 2018-11-02
Get this branch:
git clone -b cythonize_lang_widgets https://git.launchpad.net/kivy

Branch merges

Branch information

Name:
cythonize_lang_widgets
Repository:
lp:kivy

Recent commits

c39d89c... by The Cheaterman <email address hidden>

Cythonized a few important widgets, and lang.py

ad7ec53... by Sean O'Donnell

ensure floating point math when calculating fps

15d3a9c... by Sean O'Donnell

Fix 5146 (#6027)

* handle fps >0 and fps=0 fix for 5147
* handling the case where fps is 1 exactly

678a055... by Matt Einhorn

Update transformation.pyx

3750dbe... by Girts Folkmanis <email address hidden>

Fix docstring example for Vector.rotate

Previously example incorrectly showed that Vector gets rotated in place.
This fixes the docstring to show that a new vector is returned.

df987e2... by Gabriel Pettier <email address hidden>

add simple test for smooth_scroll_end

1ffd707... by JakubBlaha <email address hidden>

Fixed style violations

be1803c... by JakubBlaha <email address hidden>

Changed `smooth_scroll_end` property

Changed the `smooth_scroll_end` property to be `NumerciProperty` which says by what number the velocity should be multipled. Also updated the documentation so now it's clearer.

9102128... by JakubBlaha <email address hidden>

Fixed style violations

9f322b3... by JakubBlaha <email address hidden>

Added `smooth` property

This property says whether smooth scrolling should be used or not when scrolling with the mouse-wheel