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
/
c_fl_input.cpp
Age
Commit message (
Collapse
)
Author
2025-01-21
Split public API and private implementation files into different directories
Jedidiah Barber
2025-01-16
Changed reinterpret_cast to static_cast where applicable
Jedidiah Barber
2025-01-09
Used C FFI to make Extra_Init and Extra_Final calls more consistent
Jedidiah Barber
2025-01-08
Revised Input subhierarchy, separated bindings for Fl_Input and Fl_Input_ ↵
Jedidiah Barber
widgets
2024-10-13
Short credits at start of source files
Jedidiah Barber
2018-03-23
Completed Input widgets, Dialog routines
Jed Barber
2018-03-20
Moved several Widgets from the Partially list to the Done list
Jed Barber
2017-06-17
Updated coding style, added progress log
Jed Barber
2017-05-14
Moved hook pointer typedefs to separate file
Jed Barber
2017-05-14
File_Input, Float_Input, Integer_Input, Multiline_Input, Output, ↵
Jed Barber
Multiline_Output, Secret_Input, Input, Menu, Menu_Bar, Menu_Button widgets all now have a Handle method
2017-05-07
Further code cleanup
Jed Barber
2017-05-01
Draw method implemented for Boxes/Inputs
Jed Barber
2017-04-27
Organising source
Jed Barber