issues
search
matyalatte
/
tuw
Tiny GUI wrapper for command-line tools
MIT License
30
stars
2
forks
source link
v0.2.1
#7
Closed
matyalatte
closed
2 years ago
matyalatte
commented
2 years ago
Introduced wxBoxSizer to align components automatically.
Added "default" option to all components.
Fixed a bug that non-ascii characters won't be shown up as "empty_message." (Windows)
Fixed a bug that LogFrame can't catch non-ascii characters from std::cout. (Linux)
Fixed an error when executing non-ascii commands. (Unix)
Fixed an error when saving non-ascii characters for text box.