Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-12 | Web: make it easier to copy image by allowing canvas context menu | untir_l | |
2022-06-11 | Add screenshot of web UI to README.md, add back download button, misc. | untir_l | |
Added assert(0) to the end of main() in hitomezashi_web.c indicating that it is unreachable. | |||
2022-06-11 | Web: clean up code, fix memory leak | untir_l | |
2022-06-11 | Web: canvas now updates on the fly based on input | untir_l | |
Also some other minor changes to thw web README.md and the Makefile, and making some stuff const where they weren't throughout the lib/ tree as well. | |||
2022-03-02 | Web: add comment to explain rationale behind a technical decision | untir_l | |
2022-02-28 | Web: add button to download the canvas data as an image | untir_l | |
2022-02-27 | Add support for choosing foreground and background colours | untir_l | |
2022-02-25 | Fix markup in web app | untir_l | |
2022-02-25 | Add meta viewport to web app, improve clarity in README | untir_l | |
2022-02-25 | Add web app frontend, restructure almost everything | untir_l | |
- Add web app frontend code - Add .html, .js, .wasm to .gitignore - Restructure Makefile to work with emmake, add build targets for web app, add .html, .js, .wasm to make clean - Explain the pattern in the README - Add explanation of web frontend to README - Restructure README generally for better clarity - Remove "make web app version" from todos in README - Set Doxygen to EXTRACT_ALL so trivial and useless doc comments are not needed when the naming suffices to be explanatory. - Move ascii_binary_str_to_ints to library code in new file hitomezashi_utils.c (and corresponding header) as web app also needs it. - Fix SDL2 include path so it also works with Emscripten - Remove some cluttering and unnecessary doc comments - Improve some doc comments |