Skip to content

v0.7.0 - Now on FLTK 1.4.x

Latest
Compare
Choose a tag to compare
@willbprog127 willbprog127 released this 10 Jul 21:37
· 1 commit to main since this release
b366683
  • Split off FLTK 1.3.x code to fltk_1.3 branch
  • Main branch is now for FLTK 1.4.x
  • Fixed deprecated position() calls with input_position()
  • Added main window maximize feature now that FLTK 1.4.x supports it
  • Added SVIntInput subclass to some app options and connection settings fields to help avoid incorrect input, using FLTK 1.4.x's new Fl_Int_Input class
  • Added FLTK version number to 'About / Help' text
  • Set app version to 0.7.0 to reflect change to FLTK 1.4.x