aboutsummaryrefslogtreecommitdiff
path: root/src/c_fl_scroll.cpp
AgeCommit message (Collapse)Author
2025-01-21Split public API and private implementation files into different directoriesJedidiah Barber
2025-01-21Using the type method is now more consistentJedidiah Barber
2025-01-16Changed reinterpret_cast to static_cast where applicableJedidiah Barber
2025-01-14Ensured Widgets will remove themselves from a Group upon dealloc and Groups ↵Jedidiah Barber
won't inadvertantly dealloc Widgets upon Clear
2025-01-12Refactored draw/handle methods in Widgets hierarchy, improved docs, added a ↵Jedidiah Barber
few minor method bindings here and there
2024-10-13Short credits at start of source filesJedidiah Barber
2018-04-29FLTK.Event done, a whole bunch more polishingJed Barber
2017-06-17Updated coding style, added progress logJed Barber
2017-05-31Scroll widgets addedJed Barber