6
I Use This!
Inactive

Commits : Listings

Analyzed 12 minutes ago. based on code collected about 4 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bump the version to 0.5.1, and tag More... over 13 years ago
mtdev: when a touch is up, delete in the list. if we reuse the same instance, this could have trouble on some app and with kinetic More... over 13 years ago
Merge branch 'master' of github.com:tito/pymt More... over 13 years ago
mtdev: add new mtdev input provider, using python-mtdev package (included in libs.) Tested on ACER T230H only. (fixes issue 313) More... over 13 years ago
setup: add missing logo directory to setup More... over 13 years ago
Merge branch 'master' of github.com:tito/pymt More... over 13 years ago
graphx: Fix drawLine with colors. Usage is now: drawLine([0, 0, 200, 200], colors=[1., 0, 0, 0, 1., 0]) More... over 13 years ago
textarea: fix padding issue / cursor position (fixes issue 333) More... over 13 years ago
Merge branch 'master' of github.com:tito/pymt
hansent
as Thomas Hansen
More... over 13 years ago
fix Issue 318
hansent
as Thomas Hansen
More... over 13 years ago
3Ddrawing.py: fix drawing offset due to lighting enabled during picking. change touch handlers so a touch started to move will keep doing that even if it crosses the model, and a touch started to draw wil always draw but never move the model.
hansent
as Thomas Hansen
More... over 13 years ago
textarea: fix usability of textarea (was unable to let the keyboard open due to change on textinput.) More... over 13 years ago
line_at_pos could return a float where an integer is required. The calculation is fixed. More... over 13 years ago
Fix MTInnerWindow to release touch grab after it grabs a touch event. More... over 13 years ago
hidinput: fix doc with list More... over 13 years ago
Merge branch 'master' of github.com:tito/pymt More... over 13 years ago
probesysfs: add sysfs probe module. it will search mt hardware on linux computer, and auto create input from mtdev (will come) or hidinput. (fixes issue 315). More... over 13 years ago
desktop: fix font path for win32 More... over 13 years ago
desktop: fix single user example if its running in another path More... over 13 years ago
desktop: correctly change icon to icon.png/icon-large.png, use large for single user desktop, use normal icon for multi user More... over 13 years ago
Merge branch 'master' of github.com:tito/pymt More... over 13 years ago
desktop: seperate single user desktop and multi user desktop. More... over 13 years ago
add build commands for building portable osx distribution. "python setup.py build_portable" (even with vanilla system python), will generate dmg disk image with app bundle which contains pymt from current source versio
hansent
as Thomas Hansen
More... over 13 years ago
mtbutton: label are now aware about the state of the button. (not only bg-color.) More... over 13 years ago
mtlabel: speedup creation + better documentation + fix missing markup attribute More... over 13 years ago
layout: add abstract layout accessible to the user, or he can't create his own layout too. More... over 13 years ago
xmlwidget: add xid attribute that will be converted to id after analyse More... over 13 years ago
mtimage: register missing mtimage in factory More... over 13 years ago
parser: fix default alpha value to float if not exist (or later glColor4f will failed) More... over 13 years ago
pymt.bat: add GST_REGISTRY environment variable, to force gstreamer to use custom registry when being used inside pymt, in order to avoid conflict pymt.bat: fix detection of whether env is already initialized (otherwise PATH keeps growing)
hansent
as Thomas Hansen
More... over 13 years ago