| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-21 | MSVC: use fl_snprintf() rather than snprintf() | Albrecht Schlosser | |
| Note that this fix includes "../src/flstring.h" which makes the source file no longer compileable without the full source code, e.g. by using "fltk-config --compile ...". This might be fixed later. (?) | |||
| 2022-01-21 | Fix compiler warnings [-Wunused-variable] | Albrecht Schlosser | |
| ... and missing return value [-Wreturn-type] | |||
| 2021-12-14 | Fix trailing whitespace and a MSVC compiler warning | Albrecht Schlosser | |
| No code changes | |||
| 2021-12-08 | Documentation on widget coordinates and layout, plus new test programs (#304) | engelsman | |
| Add coordinates and layout section to user manual add section to user manual to clarify the use of window-relative coordinates in both Fl_Group and Fl_Window containers, and include brief descriptions of current layout manager widgets in one place. add test/coordinates.cxx, test/wizard.cxx and related screenshots under documentation/src. update CMakeLists.txt, Makefile and .gitignore for new files. Co-authored-by: Albrecht Schlosser <albrechts.fltk@online.de> | |||
