summaryrefslogtreecommitdiff
path: root/FL/fl_attr.h
AgeCommit message (Collapse)Author
2023-03-09Remove warnings when fl_attr.h is compiled in CManoloFLTK
2023-02-06Document MSVC macro _MSVC_LANG for future use in fl_attr.hAlbrecht Schlosser
This macro defines the C++ standard used by the compiler since Visual Studio 2015 Update 3.
2023-02-05Doxygen fix for FL_DEPRECATEDMatthias Melcher
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)
2023-02-02Update dependencies and fix whitespace errorsAlbrecht Schlosser
- replace tabs with spaces - remove trailing whitespace
2023-01-15Have files fl_attr.h and names.h visible by DoxygenManoloFLTK
For some reason, the \file Doxygen command is absolutely required.
2022-12-30Use `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-17Avoid 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.