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_Input_.H
Age
Commit message (
Expand
)
Author
2021-08-30
Remove unused declaration of Fl_Char
Albrecht Schlosser
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-01-26
Add Fl_Widget::shortcut_label(int) to control effect of '&' in some widget la...
ManoloFLTK
2019-02-02
Added Fl_Input_::append() method (STR #2953).
Matthias Melcher
2015-07-21
Documentation updates (part of STR #2751).
Albrecht Schlosser
2014-04-29
Small doc modifications to clarify Fl::OPTION_ARROW_FOCUS
Greg Ercolano
2011-12-06
Fixed Fl_Input_::maximum_size() documentation and Fl_Input::replace()
Albrecht Schlosser
2011-10-02
STR 2714: remove lint (variables that have the same name as a function in the...
Matthias Melcher
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2010-12-20
Added new tab_nav() control for Fl_Multiline_Input tab navigation behavior.
Greg Ercolano
2010-12-15
Fixed typos in FL/Fl_Input_.H
Albrecht Schlosser
2010-11-28
Fixed Copyright to 2010.
Matthias Melcher
2010-07-10
Updated the Fluid IDE support for the current source file structure. Changed ...
Matthias Melcher
2009-09-27
Fixed a few minor issues with Xcode builds. Fixed all color related call to F...
Matthias Melcher
2009-09-19
First few additions to create scroll wheel support for multiline Fl_Input.
Matthias Melcher
2009-07-18
Typos and alignments
Matthias Melcher
2009-04-23
Fixed Fl_Input_::index(int) to return a UCS4 character instead of a byte.
Matthias Melcher
2009-04-19
Removed extra \\c from the Doxygen documentation.
Matthias Melcher
2009-04-18
Updated doxygen docs for Fl_Input_ to get a greater insight into the code. I'...
Matthias Melcher
2009-04-15
More Fl_Input keyboard fixes / OS X transparency for RGBA data / some utf8 re...
Matthias Melcher
2009-01-01
Changed the copyright to 2009 for header files. Still todo: src and test dire...
Matthias Melcher
2008-10-15
Doxygen pdf documentation: Changed pdf mime type to application/pdf. Removed ...
Fabien Costantini
2008-09-17
Doxygen documentation: replace all occurences in comments of " by a quot...
Fabien Costantini
2008-09-16
Doxygen documentation : took the opportunity to update copyright info as we m...
Fabien Costantini
2008-09-15
Doxygen documentation WP9 Done.
Fabien Costantini
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
2008-04-22
Added support for keyboard shortcuts to Fl_Input_ derived widgets (STR #1770)...
Matthias Melcher
2005-04-16
Update source file headers with STR web page.
Michael R Sweet
2005-02-24
Copyright updates.
Michael R Sweet
2004-04-11
Copyright updates and prep for 1.1.5rc1.
Michael R Sweet
2003-06-15
Several widgets defined their own size() method but didn't
Michael R Sweet
2003-01-30
Copyright update for 1.1.3 release (not quite yet, but soon...)
Michael R Sweet
2002-11-19
Get rid of some valid compiler warnings with CodeWarrior that were reported
Michael R Sweet
2002-08-14
More FL_EXPORT fun...
Michael R Sweet
2002-07-23
Add wrap() method and bit for Fl_Input_, and make word wrap dependent
Michael R Sweet
2002-04-11
Make Fl_Output a subclass of Fl_Input, and add input_type and readonly
Michael R Sweet
2002-03-07
Back-ported cut & paste code from fltk2.0.
Bill Spitzak
2002-01-01
Copyright updates...
Michael R Sweet
2001-10-29
32-bit color (RGB0 or 000I), a la FLTK 2.0, including fl_rgb_color()
Michael R Sweet
2001-01-22
Copyright 2001.
Michael R Sweet
2000-06-20
Fixes to WORDWRAP modification to Fl_Input based on work done by
Bill Spitzak
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
1999-02-16
Updated headers to support WIN32 and OS/2 DLLs.
Michael R Sweet
1999-01-07
Yay, change all copyright notices to be 1998-1999.
Michael R Sweet
1998-12-02
Changes from Carl to get rid of default_ variables...
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
Updated for new heading and CVS tags.
Michael R Sweet
1998-10-06
Initial revision
Michael R Sweet