6
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 24 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bump the version to 0.5.0b2, and tag More... almost 14 years ago
setup.py: since cython are not able to run himself when easy_install is used, just create .c files for source distribution More... almost 14 years ago
MANIFEST: include pyd and c files More... almost 14 years ago
fix for easy_install More... almost 14 years ago
bump to 0.5.0b2-dev More... almost 14 years ago
bump the version to 0.5.0b1, and tag More... almost 14 years ago
Merge branch 'master' of github.com:tito/pymt More... almost 14 years ago
layouts: call layout function BEFORE and AFTER on_update(). Because child can need of parent, but parent need also child. This is needed to prevent layout flickering that we see in some app. + optimize layout + fix doc More... almost 14 years ago
setup: include freebsd compilation support More... almost 14 years ago
screenlayout: prevent 2 times draw() call each frame More... almost 14 years ago
widget: prevent launching on_resize/on_move event at widget creation More... almost 14 years ago
Merge branch 'master' of github.com:tito/pymt More... almost 14 years ago
button: fix on_state_change not fired for toggle button + fix also if group= is used. More... almost 14 years ago
Merge branch 'master' of github.com:tito/pymt More... almost 14 years ago
logger: purge oldest log randomly when an application start (you have 1/20 chance to fire a purge). Only the last 100 recent log are keep. More... almost 14 years ago
dump: wait to press a key before leaving app, otherwise, on windows system, the paste url can't be copy or even readed cause of the console that directly close More... almost 14 years ago
textinput: fix font size of button for virtual/real keyboard More... almost 14 years ago
examples: fix crash on textinput framework example More... almost 14 years ago
scatter: remove some debug code
hansent
as Thomas Hansen
More... almost 14 years ago
Merge branch 'master' of github.com:tito/pymt
hansent
as Thomas Hansen
More... almost 14 years ago
base: include dxpos and dypos in transform being applied to grabbed touches, so that they are also in correct spcae when dispatched scatter: change scatter to keep track of last touch position for the touches used in interaction itself insted of relyingon dxpos. this way its always in correct coordiante space (same as incoming touch)
hansent
as Thomas Hansen
More... almost 14 years ago
scatter: provide MTScatter in __all__ More... almost 14 years ago
Merge branch 'master' of github.com:tito/pymt More... almost 14 years ago
ColorPicker: Fix color initialization of sliders. Don't pass slidercolor as kwarg, but use slider-color in the style kwarg. More... almost 14 years ago
Merge branch 'master' of github.com:tito/pymt More... almost 14 years ago
fix kinetic, so dpos, dxpos, dypos are set on KineticTouch
hansent
as Thomas Hansen
More... almost 14 years ago
transformation: fix include of c_ext package with _transformation More... almost 14 years ago
SidePanel: Add corner to back (front=False), otherwise, children of layout (recursively) will always be occluded by the corner... More... almost 14 years ago
make scatter apply_angle_scale_trans work liek in old scatter More... almost 14 years ago
Merge branch 'master' of github.com:tito/pymt
hansent
as Thomas Hansen
More... almost 14 years ago