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
/
src
/
Fl_Value_Input.cxx
Age
Commit message (
Expand
)
Author
2026-01-04
Add C++11 Fl_Valuator::format API.
Matthias Melcher
2023-02-02
Fix position() methods that shadow Fl_Widget::position()
Matthias Melcher
2023-01-05
Add close buttons for individual tabs in Fl_Tabs (#628)
Matthias Melcher
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2010-11-28
Fixed Copyright to 2010.
Matthias Melcher
2010-02-20
Mixed bag. Please see CHANGES.
Matthias Melcher
2010-02-20
Added Fl_Widget_Tracker in handle() methods etc. to avoid accessing widgets
Albrecht Schlosser
2009-02-18
Modified all public widget draw methods to be protected.
Albrecht Schlosser
2009-01-08
Widgets now remove themselves from their parent group (if any), when destroyed
Albrecht Schlosser
2009-01-01
Changed Copyright in 'src' directory
Matthias Melcher
2008-09-16
Doxygen documentation : took the opportunity to update copyright info as we m...
Fabien Costantini
2008-09-15
Doxygen documentation WP10 Done. Reserved WP11.
Fabien Costantini
2008-04-23
Adding keyboard shortcut to Fl_Value_Input and Fl_Text_Editor
Matthias Melcher
2005-10-12
Fl_Value_Input now uses the screen-absolute position instead of
Michael R Sweet
2005-04-16
Update source file headers with STR web page.
Michael R Sweet
2005-02-24
Copyright updates.
Michael R Sweet
2004-07-27
More doco updates.
Michael R Sweet
2004-04-11
Copyright updates and prep for 1.1.5rc1.
Michael R Sweet
2003-01-30
Copyright update for 1.1.3 release (not quite yet, but soon...)
Michael R Sweet
2002-08-09
More shadow variable changes...
Michael R Sweet
2002-05-25
Use floating-point input when step() == 0.0, too.
Michael R Sweet
2002-05-21
Use floor() instead of trunc() when checking if step() is an integer
Michael R Sweet
2002-05-21
Fix links inside PRE
Michael R Sweet
2002-02-18
Set when() value of child input widget in Fl_Value_Input widget.
Michael R Sweet
2002-01-01
Copyright updates...
Michael R Sweet
2001-10-22
Make Fl_Widget::parent() work with Fl_Group pointers...
Michael R Sweet
2001-01-22
Copyright 2001.
Michael R Sweet
2000-06-05
OK, now version 1.0.9
Michael R Sweet
2000-04-25
Updated copyright notices for all of the 1.0.x files.
Michael R Sweet
2000-04-04
Fl_Value_Input callback can call value() or destructor on the Fl_Value_Input
Bill Spitzak
1999-05-20
Fl_Value_Input did not update if the value was changed from inside the
Bill Spitzak
1999-03-07
Contributed code for more accurate item_height() in Fl_Browser.
Bill Spitzak
1999-01-07
Yay, change all copyright notices to be 1998-1999.
Michael R Sweet
1998-10-21
Fixed all the frigging file headings - was missing a $ in the Id string.
Michael R Sweet
1998-10-19
The great heading change - now use standard LGPL header with CVS tags.
Michael R Sweet
1998-10-19
Added Gustavo's damage() update - now use symbolic constants for all values!
Michael R Sweet
1998-10-06
Initial revision
Michael R Sweet