Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
set a default state for the loop check box and hid the unused checkbox
5304150View on GitHubloop checkbox now works and the ImageManager keeps a history of the current session and has a function to got back and forward in it, generating new images as needed in the next function
73c9705View on GitHubClicking in something that is not a textbox will now make it lose focus on the textbox, clikcing out of the directory textbox acts as if you just selected a dir with the browse button and attempts to index the dir the same way
b8c1211View on GitHubAdded: ImageManager class (creates the list and handles randomly choosing items from it), mandatory kobold references. Buttons are no longer transparent (which improves clarity, making it clearer that they are buttons). Updated settings grid in MainWindow. ImageManager method call. Durations TextBox logic and parser. Changed play button logic to work with the new ImageManager class. Made the timer background transparent (allowing the colors to remain visible).
e31b876View on GitHubadded directory selection to the settings menu, and a custom button style (can be used on any button)
11cec13View on GitHubadded try-catch for loading the image, currently only sends a log message, should be replaced with actual function
79eda12View on GitHublost RefImage class. Reference image logic is now in the main window (fuck MVVM), it works for now. Added ImageData struct and it's filling logic
1b94d1bView on GitHub