Age | Commit message (Expand) | Author |
2017-05-23 | Removed superfluous Wrapper Finalize call in Image Finalize | Jed Barber |
2017-05-22 | Fixed Handle/Draw Hook mixup bug in Button Widget | Jed Barber |
2017-05-22 | Moved FLTK.Enums to FLTK | Jed Barber |
2017-05-22 | Functions and procedures to Activate/Deactivate Widgets added | Jed Barber |
2017-05-22 | Added XBM Images | Jed Barber |
2017-05-16 | Bitmap images added | Jed Barber |
2017-05-15 | BMP, JPEG, PNM Image types added | Jed Barber |
2017-05-15 | Most relevant RGB_Image methods implemented except for Draw, Create | Jed Barber |
2017-05-15 | Most relevant methods for Image now implemented, except for Draw | Jed Barber |
2017-05-14 | Moved hook pointer typedefs to separate file | Jed Barber |
2017-05-14 | Cleaned up Draw/Handle code on Ada side | Jed Barber |
2017-05-14 | File_Input, Float_Input, Integer_Input, Multiline_Input, Output, Multiline_Ou... | Jed Barber |
2017-05-13 | Text_Editor, Text_Display, Double_Window, Single_Window, Menu_Window, Window,... | Jed Barber |
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 |