| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-11 | update to Qt 6 and Pillow 12 | tassaron | |
| and yeah, I accidentally ran black on the codebase. I don't want to spend more free time fixing that. All of these changes are simple renames or removals, nothing too major. | |||
| 2022-04-29 | remove extra window properties from window objects | tassaron | |
| instead of windows with properties which are windows, windows now have the UI added directly to them using an argument of `uic.loadUi` Also, DPI scaling moved to MainWindow __init__ | |||
| 2022-04-29 | use super().__init__ in the modern python3 style | tassaron | |
| 2022-04-13 | cast floats to ints when calling resize(), setX(), and setY() (argument ↵ | tassaron | |
| types changed in newer version) | |||
| 2017-08-27 | undoable Life component grid actions | tassaron | |
| 2017-08-26 | fixed too-large Color sizes, fixed a redoing bug, rm pointless things | tassaron | |
| and now Ctrl+Alt+Shift+A gives a bunch of debug info | |||
| 2017-08-19 | fixed issues with undoing relative widgets | tassaron | |
| 2017-08-14 | organizing GUImode-specific code | tassaron | |
