index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Fl_Timeout.cxx
Age
Commit message (
Expand
)
Author
2023-10-16
Fix Windows (MSVC) compiler warnings
Albrecht Schlosser
2023-10-13
Fix trailing whitespace and dependencies
Albrecht Schlosser
2023-10-06
Change prototype to Fl::now(double offset = 0)
ManoloFLTK
2023-10-03
Avoid integer overflow on Windows in delta time calculation
Albrecht Schlosser
2023-09-26
Remove "warning: extended initializer lists only available with …"
ManoloFLTK
2023-09-26
Add Fl_Timestamp Fl::distant_past()
ManoloFLTK
2023-02-09
Expose elapsed time API (#670)
Matthias Melcher
2022-10-20
Improve and clarify documentation of timeout functions
Albrecht Schlosser
2022-10-09
Fix documentation of Fl_Timeout::insert()
Albrecht Schlosser
2022-06-17
Improve reliability of timeout handling (#450, part 1)
Albrecht Schlosser
2022-03-25
Remove documentation of non-existant function return values.
ManoloFLTK
2022-02-03
Fl_Timeout: Remove compiler warning [-Wclass-memaccess]
Albrecht Schlosser
2022-01-31
Consolidate timeout handling across platforms (#379)
Albrecht Schlosser