6
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 13 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
kinetic: if the widget is not visibla, the on_touch_up event will be removed from available event. In that case, the dispatch_event in grab state will never work. And may broke all the rest. So ensure that the on_touch_up event type is registered before dispatching the event. (Special thanks to nadege for bother me to resolve this bug ^^) More... about 13 years ago
fix cython compilation error with _indices More... about 13 years ago
linuxwacom: wacom driver is not mt slot compliant now, so here is a driver to be able to use any wacom tablet / screen prior. (special thank to Ping Cheng from Wacom, we are wating the mt slot aware driver ^^) More... over 13 years ago
coverflow: enhance example + fix css + fix cover selection. should be more easy now. More... over 13 years ago
base: add -r/--rotation + rotation token in [graphics] section. More... over 13 years ago
obj: use pymt logger instead of warnings module More... over 13 years ago
window/input: first pass to implement screen rotation. window.size reflect the size of the rotated screen. window.system_size reflect the real size of the screen. touch.scale_for_screen take rotation in parameter keybinding module is able to rotate the screen (F9 key) More... over 13 years ago
README: add missing configuration tokens More... over 13 years ago
window: add possibility to fix maximum fps in config (section [graphics], fps token.) if 0, maximum fps will be used. if vsync is activated, and no fps, default maximum fps will be 60. More... over 13 years ago
Merge branch 'master' of github.com:tito/pymt More... over 13 years ago
closeapp: fix module using invalid ospos for distance calculation More... over 13 years ago
win_pygame: fix crash of some application when using w.center More... over 13 years ago
desktop: remove 1/10 gesture filtering. This asumption cannot be taken on every setup. 1/10 on a 1.5m screen is really really big. The gesture should be 15cm minimum !! More... over 13 years ago
kineticlist: share list_friction and list_trigger_distance with mtlist More... over 13 years ago
desktop-multi: remove the cross, unused. More... over 13 years ago
vkeyboard: fix key repeat when hide/show keyboard + fix bug when simulated repeat with real keyboard repeat More... over 13 years ago
flowchart: fix on_touch_down to activate edit mode when we touch the label More... over 13 years ago
logger: add fucking hack to NOT show the numeric missing array handler in OpenGL.arrays. I hope one day pyopengl will fix that (since Numeric is deprecated from a long time now.) More... over 13 years ago
mouse: remove warning when using mouse=mouse (empty argument fixes) More... over 13 years ago
pymtenv: first parameter must be the root directory of portable package. This way, we could easily clone a pymt in another directory, and set all the path to a current portable package. Easy install, easy development setup. More... over 13 years ago
mtnotepad: fix color set More... over 13 years ago
win32: add a pymtenv.sh script to auto set all pymt environment. Just execute it in a console, and then use python as you wish. All gstreamer/mingw stuff will be available in path. More... over 13 years ago
mouseprovider: fix invalid activity check with MouseTouch class More... over 13 years ago
Merge branch 'master' of github.com:tito/pymt More... over 13 years ago
sleep: add a new sleep module, to introduce a sleep() call when inactivity is detected. The ramp and sleep time can be controled in configuration. (temporary solution.) By default : sleep = ramp=5:10:20:30:60:180,sleep=.03:.1:.2:.5:1.:5. => after 5s of inactivity, sleep(.03) => reduce to 33FPS => after 10s of inactivity, sleep(.1) => reduce to 10FPS etc.. More... over 13 years ago
Merge branch 'master' of ssh://github.com/tito/pymt More... over 13 years ago
hidinput: add invert_x/invert_y to be able to reverse X/Y axis More... over 13 years ago
mtdev: add invert_x/invert_y to be able to reverse X/Y axis More... over 13 years ago
mouse: add "disable_on_activity" token in mouse provider. More... over 13 years ago
config: setdefault appear to need string as value to prevent TypeError when using getint() for eg. More... over 13 years ago