aboutsummaryrefslogtreecommitdiff
path: root/components/__base__.py
AgeCommit message (Collapse)Author
2017-06-22can send multiple arguments to a componenttassaron
2017-06-22bugfixestassaron
2017-06-22preset-loading and basic args from commandlinetassaron
also made some docstrings more informative
2017-06-15various bugfixes, blankFrame method for componentstassaron
don't crash from broken project files or nonexistent videopaths, and shareable common paths in core.py
2017-06-13asterisk next to modified preset is more accuratetassaron
hopefully
2017-06-12adding an asterisk to modified, unsaved presetstassaron
flags for unsaved changes saved in project files
2017-06-11can't right-click empty space + color eyedroppertassaron
2017-06-07added submenu for opening presets, moved codetassaron
2017-06-06changed video init to use keywordstassaron
2017-06-06Code cleanupDH4
2017-06-04video component almost working, rm hardcoded backgroundstassaron
2017-06-03start of background replacement componentstassaron
2017-05-31fix syntax errortassaron
2017-05-30presets are workingtassaron
except for font because it can't be represented as a string
2017-05-30the most simple way of saving dictionariestassaron
2017-05-29added component base classtassaron