index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
FL
/
Fl_Spinner.H
Age
Commit message (
Expand
)
Author
2008-08-15
Rename type Fl_Font_Size into Fl_Fontsize to comply with other naming in FLTK.
Matthias Melcher
2008-04-23
First attempt at consistently using Fl_Font as a type for the font index and ...
Matthias Melcher
2006-12-08
Don't range check typed numbers until the user presses enter or leaves
Michael R Sweet
2006-10-29
Fl_Spinner did not handle the arrow keys properly (STR #1476)
Michael R Sweet
2006-09-25
Adjust arrow sizefor consistency.
Michael R Sweet
2006-08-23
- Fixed floating point value formatting for Fl_Spinner (STR #1331)
Matthias Melcher
2006-06-22
Added support for floating point Fl_Spinner
Matthias Melcher
2006-01-31
Update copyrights.
Michael R Sweet
2006-01-31
Fl_Spinner's minimum() and maximum() "get" methods were
Michael R Sweet
2005-03-25
Change Fl_Spinner to use double values instead of ints.
Michael R Sweet
2005-03-21
Printing support for FLUID...
Michael R Sweet
2005-03-20
Add Fl_Spinner widget (another combo of existing widgets in a header file)
Michael R Sweet