| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-09 | Remove warnings when fl_attr.h is compiled in C | ManoloFLTK | |
| 2023-02-06 | Document MSVC macro _MSVC_LANG for future use in fl_attr.h | Albrecht Schlosser | |
| This macro defines the C++ standard used by the compiler since Visual Studio 2015 Update 3. | |||
| 2023-02-05 | Doxygen fix for FL_DEPRECATED | Matthias Melcher | |
| 2023-02-02 | Fix position() methods that shadow Fl_Widget::position() | Matthias Melcher | |
| * `FL_DEPRECATED` macro to mark `position()` method that shadow `Fl_Widget::position()` #69 (#666) | |||
| 2023-02-02 | Update dependencies and fix whitespace errors | Albrecht Schlosser | |
| - replace tabs with spaces - remove trailing whitespace | |||
| 2023-01-15 | Have files fl_attr.h and names.h visible by Doxygen | ManoloFLTK | |
| For some reason, the \file Doxygen command is absolutely required. | |||
| 2022-12-30 | Use `FL_OVERRIDE` for all overridden virtual methods (#611) | Matthias Melcher | |
| FL_OVERRIDE is defined as `override` for C++11 and higher FL_OVERRIDE is defined as `override` for VisualC 2015 and newer Don't interfere with Fl_Widget::override() | |||
| 2021-10-17 | Avoid multiple definition of macro __fl_attr() | Albrecht Schlosser | |
| This could happen if both FL/fl_ask.H and fluid/Fl_Type.h were included in the same file. | |||
