6
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
setup.py fix, removed forms include More... almost 14 years ago
sinemixer: fix pyo server start/stop (credit to Reakinator) (fixe issues 269) More... almost 14 years ago
video: remove debug + better handling of stream reset (seek instead of unload/load) + fix videoplayer example More... almost 14 years ago
core: replace type(x) in (str, type) with isinstance/baseobject notation More... almost 14 years ago
slider: prevent 0 division (fixe issues 267) More... almost 14 years ago
framework: add some examples for documentation (mtlist + mtdragable) More... almost 14 years ago
utils: add interpolate() function, to do fast transition between value, or list/tuple of value More... almost 14 years ago
mtform: remove outdated form package (not maintained, and not used) More... almost 14 years ago
Manual merge: master -> spellchecking. No idea why that many files conflicted. Resolved all conflicts in favor of master version. More... almost 14 years ago
graphics: implement border-image / border-image-width in CSSRectangle + fix len of indices (separate indice + indice_count) + fix _pos and _size to tuple + add a cache for texture (needed for cssRectangle resource) More... almost 14 years ago
resource: add a very simple way to search resource (any file on the disk) on multiples path (default to path of exec file + current path) More... almost 14 years ago
graphics: remove unused func + add todo + don't messup index and color index (not the same... thanks opengl for naming) + add indices to GraphicElement, to be able to draw by indices + add ImageRectangle (implementation of border-image inside an object, derived of Rectangle) More... almost 14 years ago
graphics: add circle method in canvas More... almost 14 years ago
video: change VideoBase from BaseObject to EventDispatcher + add on_eos event + handle eos event to loop or not the video. More... almost 14 years ago
graphics: make format of line customizable (for future aaline) More... almost 14 years ago
layout: fix layout issues with infinite parent/child layout and rework internals almost completly...pretty quick, but behaviour change a little bit (layout will alwyas be at least as big as all fix sized elements inside it). fix other small issues with anchorlayout when it have resizing layout as child for pos/size. i think it still works with all old code, not tetsed all examples though
hansent
as Thomas Hansen
More... almost 14 years ago
baseobject: add helper methods to get coordinates for rigth side or top. usefull in layout and bounding box. for example use: widgte.topright instead of pos + (w,h)
hansent
as Thomas Hansen
More... almost 14 years ago
examples: sinemixer.py corrected comments
lecaude
as Nathanaël Lécaudé
More... almost 14 years ago
examples: modifications requested by tito review
lecaude
as Nathanaël Lécaudé
More... almost 14 years ago
examples: updated sinemixer.py to use pyo engine
lecaude
as Nathanaël Lécaudé
More... almost 14 years ago
list: rename list.py to klist.py (or it conflict with list builtin) More... almost 14 years ago
modalpopup: fix syntax warning (import *) More... almost 14 years ago
Merge branch 'master' of github.com:tito/pymt More... almost 14 years ago
flippable: fix syntaxwarning (invalid assert) More... almost 14 years ago
doc: fix latest doc error More... almost 14 years ago
widget/animation: don't store the animation class, but the instance class. + add a check if the same animation is used for multiple widget More... almost 14 years ago
colors: fix pymt_home_dir More... almost 14 years ago
doc: changes to make doc error less (only one remaining) + add example for base More... almost 14 years ago
list: if the container size is smaller than parent, always back to 0 (will be customizable later') More... almost 14 years ago
list: take only touch that collide with widget first More... almost 14 years ago