Inactive

Commits : Listings

  Analyzed 2 days ago based on code collected 2 days ago.
Showing page 1 of 128
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 ^^) Avatar More... over 2 years ago
fix cython compilation error with _indices Avatar More... over 2 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 ^^) Avatar More... over 2 years ago
coverflow: enhance example + fix css + fix cover selection. should be more easy now. Avatar More... over 2 years ago
base: add -r/--rotation + rotation token in [graphics] section. Avatar More... over 2 years ago
obj: use pymt logger instead of warnings module Avatar More... over 2 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) Avatar More... over 2 years ago
README: add missing configuration tokens Avatar More... over 2 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. Avatar More... over 2 years ago
Merge branch 'master' of github.com:tito/pymt Avatar More... over 2 years ago
closeapp: fix module using invalid ospos for distance calculation Avatar More... over 2 years ago
win_pygame: fix crash of some application when using w.center Avatar More... over 2 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 !! Avatar More... over 2 years ago
kineticlist: share list_friction and list_trigger_distance with mtlist Avatar More... over 2 years ago
desktop-multi: remove the cross, unused. Avatar More... over 2 years ago
vkeyboard: fix key repeat when hide/show keyboard + fix bug when simulated repeat with real keyboard repeat Avatar More... over 2 years ago
flowchart: fix on_touch_down to activate edit mode when we touch the label Avatar More... over 2 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.) Avatar More... over 2 years ago
mouse: remove warning when using mouse=mouse (empty argument fixes) Avatar More... over 2 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. Avatar More... over 2 years ago
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.