| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-23 | Resize line sizes and widths dynamically in test/line_style_docs | Albrecht Schlosser | |
| Resize the window to see the effect: line sizes increase with the box size and become wider depending on the box size. Minimal line width of the "wide" lines has been changed from 4 to 5, maximal width is now 9. Distinct widths are { 5, 7, 8, 9 }. Note: the default (thin) line width is now 1 rather than 0 since the default 0 may render badly. Screenshot in documentation has been updated. | |||
| 2024-07-21 | Update docs and screenshot for fl_line_style() (#1016) | Albrecht Schlosser | |
| As a follow-up to the discussion I used the posted screenshot demo (thanks to Greg), redesigned it using Fl_Grid, and added it as a new test program, including Makefiles and CMakeLists.txt. New file: test/line_style_docs.cxx to create screenshot. Note that the old test/line_style.cxx is not obsolete, it can be used to test the line styles interactively. Docs have been updated in both chapter "Drawing Things" and the function description. Also added the new demo to test/demo.menu under "Images for Manual...". | |||
