index
:
fltkada
master
Ada binding for FLTK 1.3
Jed Barber
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fltk-widgets-groups-help_views.adb
Age
Commit message (
Collapse
)
Author
2025-01-21
Split public API and private implementation files into different directories
Jedidiah Barber
2025-01-16
Added convenience widget constructors that specify the parent group to add to
Jedidiah Barber
2025-01-14
Fixed a number of issues with getting the Ada wrapper back given a C++ ↵
Jedidiah Barber
widget pointer
2025-01-12
Refactored draw/handle methods in Widgets hierarchy, improved docs, added a ↵
Jedidiah Barber
few minor method bindings here and there
2025-01-09
Internal_FLTK_Error raises are now pragma Asserts
Jedidiah Barber
2024-12-01
Improved specificity of exceptions with Internal_FLTK_Error and Storage_Error
Jedidiah Barber
2024-11-24
Fixed double free in Finalize subprograms
Jedidiah Barber
2024-11-17
Refactored Finalize subprograms and made note of potential future Widget ↵
Jedidiah Barber
issues there in fltk.ads
2024-11-16
Reworked widget init/create subprograms
Jedidiah Barber
2024-10-27
Ensured Help_View widgets Clear themselves properly during Finalize
Jedidiah Barber
2024-10-26
Fl_Help_View now bound
Jedidiah Barber