aboutsummaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)Author
2022-04-13cast floats to ints when calling resize(), setX(), and setY() (argument ↵tassaron
types changed in newer version)
2020-03-15quick update to be somewhat compatible with newer versions of Pillow, ↵tassaron2
ffmpeg, and Ubuntu
2017-08-27undoable Life component grid actionstassaron
2017-08-27file logging can be turned completely offtassaron
and various changes to log levels and messages everywhere
2017-08-26fixed too-large Color sizes, fixed a redoing bug, rm pointless thingstassaron
and now Ctrl+Alt+Shift+A gives a bunch of debug info
2017-08-20added undo button to GUItassaron
with icons that theoretically should look ok cross-platform
2017-08-20don't merge undos when setting text with a buttontassaron
plus changes to life.py for pep8 compliance
2017-08-20relative widgets scale properly when undoing at different resolutionstassaron
2017-08-19remove % from log callstassaron
2017-08-19fixed issues with undoing relative widgetstassaron
2017-08-17undoable preset open, rename, and delete'tassaron
2017-08-17undoable add-comp & clear-preset actionstassaron
2017-08-16undoable component movementtassaron
2017-08-15undoable edits for normal component settings; TODO: merge small editstassaron
2017-08-14undoable removeComponent actiontassaron
2017-08-14organizing GUImode-specific codetassaron