summaryrefslogtreecommitdiff
path: root/FL/Fl_Spinner.H
AgeCommit message (Expand)Author
2025-07-08Replace 'FL_OVERRIDE' with 'override' in public headersAlbrecht Schlosser
2022-12-30Use `FL_OVERRIDE` for all overridden virtual methods (#611)Matthias Melcher
2022-11-22Refactor and simplify "arrow drawing" in widgetsAlbrecht Schlosser
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2019-02-01STR #3386: Interface to set maximum width of spinner text field.Matthias Melcher
2017-07-12Fix Visual Studio shared library build (STR #3389).Albrecht Schlosser
2017-03-10Enable Up/Down keys in Fl_Spinner if input has focus (STR #2989).Albrecht Schlosser
2017-03-10New method Fl_Spinner::wrap(int) to set wrap mode at bounds (STR #3365).Albrecht Schlosser
2017-03-09Separated Fl_Spinner.H and Fl_Spinner.cxx (STR #2776).Albrecht Schlosser
2016-03-26Remove FLTK_ABI_VERSION from all but *tree*.* and documentation.Albrecht Schlosser
2014-09-12Fix indentation and remove trailing white space.Albrecht Schlosser
2014-09-09Fix Fl_Spinner never reporting changed().Lauri Kasanen
2013-05-16Adding simple access to input widget's selection_color()..Greg Ercolano
2012-11-06Replaced 10302 with 10301 for FLTK_ABI_VERSIONMatthias Melcher
2012-07-24STR 2705: moved all inline constructors (that I could find) from header files...Matthias Melcher
2012-05-16o Added color() methods to get/set color of input field.Greg Ercolano
2012-05-11Added screenshot for Fl_Spinner docs.Greg Ercolano
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-01-30Oops - someone committed a typo in Fl_Spinner.H - I think this is an adequate...Ian MacArthur
2011-01-30Reorganized Doxygen docs of Fl_Spinner::type() functions.Manolo Gouy
2011-01-24Adding embedded documentation to Fluid if installed odcs are not found. Falls...Matthias Melcher
2010-12-12Added missing 'FL_EXPORT' to lots of classes.Albrecht Schlosser
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2009-01-01Changed the copyright to 2009 for header files. Still todo: src and test dire...Matthias Melcher
2008-10-15Doxygen pdf documentation: Changed pdf mime type to application/pdf. Removed ...Fabien Costantini
2008-09-17Doxygen documentation: fixed all ambiguous methods signatures, fixed erroneou...Fabien Costantini
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-15Doxygen documentation WP11 Done!Fabien Costantini
2008-08-15Rename type Fl_Font_Size into Fl_Fontsize to comply with other naming in FLTK.Matthias Melcher
2008-04-23First attempt at consistently using Fl_Font as a type for the font index and ...Matthias Melcher
2006-12-08Don't range check typed numbers until the user presses enter or leavesMichael R Sweet
2006-10-29Fl_Spinner did not handle the arrow keys properly (STR #1476)Michael R Sweet
2006-09-25Adjust arrow sizefor consistency.Michael R Sweet
2006-08-23- Fixed floating point value formatting for Fl_Spinner (STR #1331)Matthias Melcher
2006-06-22Added support for floating point Fl_SpinnerMatthias Melcher
2006-01-31Update copyrights.Michael R Sweet
2006-01-31Fl_Spinner's minimum() and maximum() "get" methods wereMichael R Sweet
2005-03-25Change Fl_Spinner to use double values instead of ints.Michael R Sweet
2005-03-21Printing support for FLUID...Michael R Sweet
2005-03-20Add Fl_Spinner widget (another combo of existing widgets in a header file)Michael R Sweet