Commit graph

12 commits

Author SHA1 Message Date
Stephen Seo d30a792aca Impl edit tri color, and more
Added way to select and edit colors of placed Tris.
Added third_party catch unit test framework that builds the UnitTest in
Debug builds.
Refactor internal use of notification_text.
Rename src/imgui_helper.hpp to src/helpers.hpp
Added some helper functions, including "is_within_shape" (used for
selecting a Tri).
Fixed use of flags in helpers not using enum values.
2020-08-04 21:13:17 +09:00
Stephen Seo 508ed0d7d4 Impl changing window size 2020-07-30 20:11:57 +09:00
Stephen Seo c386dcd8d9 Impl pick color from what was drawn
Some refactoring around "notification" window.
2020-07-29 17:53:39 +09:00
Stephen Seo ffc3848d96 Add close button to windows without one 2020-07-24 17:55:39 +09:00
Stephen Seo bcf94cd105 Fix draw cache not redrawing after color picking
Also fix being able to draw when help window is open.
2020-07-22 19:09:05 +09:00
Stephen Seo 3d266137d7 Impl saving image with "S" 2020-07-22 18:19:34 +09:00
Stephen Seo 099b0e65d6 Impl changing background color, with "B" 2020-07-22 17:46:20 +09:00
Stephen Seo 4a90dd41e6 Dont save window settings for help windows 2020-07-22 16:30:16 +09:00
Stephen Seo 187c52bf5f Impl choosing colors by color picker menu "C" 2020-07-22 16:26:57 +09:00
Stephen Seo 7c71ce4d1b Add starting help info, impl undo tri in progress 2020-07-22 16:12:21 +09:00
Stephen Seo b9d7a0496d Some restructuring of State 2020-07-22 15:19:37 +09:00
Stephen Seo 1434948db9 Impl some structure to the project 2020-07-21 20:34:39 +09:00