Age | Commit message (Expand) | Author |
2017-05-13 | Radio_Round_Button, Round_Button, Radio_Button, Repeat_Button, Toggle_Button ... | Jed Barber |
2017-05-13 | Enter_Button, Check_Button, Radio_Light_Button, Light_Button widgets now have... | Jed Barber |
2017-05-13 | Handle method added for Boxes, Buttons, Widgets | Jed Barber |
2017-05-10 | Multiline_Output widgets added | Jed Barber |
2017-05-10 | Fixed Finalize inheritance bug | Jed Barber |
2017-05-10 | Output widgets added | Jed Barber |
2017-05-10 | File_Input widgets added | Jed Barber |
2017-05-09 | Multiline_Input widgets added | Jed Barber |
2017-05-09 | Secret_Input widgets added | Jed Barber |
2017-05-09 | Removed superfluous Get_Value calls on the CPP side | Jed Barber |
2017-05-09 | Added Float_Input widgets | Jed Barber |
2017-05-09 | Changed Integer_Input package name | Jed Barber |
2017-05-07 | Basic readme for how to build/install binding | Jed Barber |
2017-05-07 | Further code cleanup | Jed Barber |
2017-05-06 | Cleaned up positioning of Draw procedures | Jed Barber |
2017-05-06 | Draw method overriding implemented for Widgets, fixed for Menus, still needs ... | Jed Barber |
2017-05-01 | Draw method implemented for Groups, Menus, although Menus are now no longer a... | Jed Barber |
2017-05-01 | Draw method implemented for all Button variations (ugh) | Jed Barber |
2017-05-01 | Draw method for Text Display and derivatives, concrete Menu_ derivatives | Jed Barber |
2017-05-01 | Draw method implemented for Boxes/Inputs | Jed Barber |
2017-05-01 | Draw method implemented for all Window subpackages | Jed Barber |
2017-04-29 | Can now override Draw method from Ada side for Window widgets | Jed Barber |
2017-04-28 | Unlicensed this binding | Jed Barber |
2017-04-28 | Added default switches to project file | Jed Barber |
2017-04-28 | Basic library project file | Jed Barber |
2017-04-27 | Organising source | Jed Barber |
2016-11-18 | Moved Shortcut_Key type to FLTK.Enums, added function to remove key bindings ... | Jed Barber |
2016-11-18 | Added text buffer callback enable/disable, text range retrieval functions | Jed Barber |
2016-11-14 | Added FLTK integer inputs | Jed Barber |
2016-11-14 | Edit and search menu items now grey themselves out when appropriate | Jed Barber |
2016-11-14 | Added Menu_Buttons to FLTK binding, added rightclick menu to Editor | Jed Barber |
2016-11-13 | Added find next and find previous | Jed Barber |
2016-11-13 | Added optional line numbers | Jed Barber |
2016-11-13 | Fixed bug in word count | Jed Barber |
2016-11-13 | Added jump to feature | Jed Barber |
2016-11-13 | Added word wrap feature | Jed Barber |
2016-11-12 | Added basic word count feature | Jed Barber |
2016-11-11 | Simplified widget callbacks | Jed Barber |
2016-11-11 | Simplified text_buffer callbacks | Jed Barber |
2016-11-10 | Renamed popups to dialogs | Jed Barber |
2016-11-09 | Removed superfluous use clauses, styling now more standardised | Jed Barber |
2016-11-08 | Fixed a few errors turned up by latest GNAT | Jed Barber |
2016-10-05 | Added logo, made find/replace/about windows attention grabbing | Jed Barber |
2016-10-04 | Basic replace functionality added | Jed Barber |
2016-10-04 | Basic find functionality working | Jed Barber |
2016-10-04 | Find/Replace marshalling back to Adapad Main done, some Group/Widget_Cursor s... | Jed Barber |
2016-09-21 | More progress on the little utility window layouts | Jed Barber |
2016-09-21 | Started constructing Find/Replace/About windows | Jed Barber |
2016-09-19 | All File/Edit functions working, just need to add Search/About menu stuff | Jed Barber |
2016-09-16 | Adapad menus and callbacks now present in skeleton form, also Text_Buffers ha... | Jed Barber |