index
:
fltkada
master
Ada binding for FLTK 1.3
Jed Barber
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fltk-widgets-groups.adb
Age
Commit message (
Collapse
)
Author
6 days
Added convenience widget constructors that specify the parent group to add to
Jedidiah Barber
10 days
Filled holes in Group binding API
Jedidiah Barber
10 days
Fixed several preprocessor ABI version issues
Jedidiah Barber
11 days
Refactored draw/handle methods in Widgets hierarchy, improved docs, added a ↵
Jedidiah Barber
few minor method bindings here and there
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-13
Short credits at start of source files
Jedidiah Barber
2024-10-13
Changed System.Address to Integer_Address
Jedidiah Barber
2021-11-08
Fixed widget constructor label copy bug
Jedidiah Barber
2018-05-15
Finished and polished FLTK.Widgets.Menus, fixed some off-by-one errors in Groups
Jed Barber
2018-05-13
Finished and polished FLTK.Widgets.Groups, fixed inlining linking issue
Jed Barber
2018-03-13
Made all constructors non-inheritable
Jed Barber
2017-06-17
Updated coding style, added progress log
Jed Barber
2017-06-03
clip_children() apparently not in current FLTK version, so temp disabled
Jed Barber
2017-05-30
Group widget now more or less method complete
Jed Barber
2017-05-23
Fixed off-by-one bug in Group widget Remove procedure
Jed Barber
2017-05-14
Cleaned up Draw/Handle code on Ada side
Jed Barber
2017-05-13
Text_Editor, Text_Display, Double_Window, Single_Window, Menu_Window, ↵
Jed Barber
Window, Group widgets all now have Handle methods
2017-05-10
Fixed Finalize inheritance bug
Jed Barber
2017-05-07
Further code cleanup
Jed Barber
2017-05-01
Draw method implemented for Groups, Menus, although Menus are now no longer ↵
Jed Barber
abstract even though they should be
2017-04-27
Organising source
Jed Barber