summaryrefslogtreecommitdiff
path: root/test/unittest_unicode.cxx
AgeCommit message (Collapse)Author
2023-02-02Fix position() methods that shadow Fl_Widget::position()Matthias Melcher
* `FL_DEPRECATED` macro to mark `position()` method that shadow `Fl_Widget::position()` #69 (#666)
2022-12-17Make unittest conform to CMP (#597)Matthias Melcher
Update unittest README
2022-12-11Move utf-8 box drawing string into .cxxGreg Ercolano
It was decided today it is ok to use utf-8 strings in source, so consolidating.
2022-12-11Added Unicode Boxes unittest and README-unittests.txtGreg Ercolano
This test helps check for issues with multiline widgets drawing text properly. The README-unittests.txt was added to help developers add new unit tests easily.