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_Input.cxx
Age
Commit message (
Expand
)
Author
2012-04-05
Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...
Fabien Costantini
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2011-05-23
Add FL_EXPORT to several classes to fix MS VC++ dll builds (STR #2632).
Albrecht Schlosser
2010-12-27
Finishing up STR#2479 as per Manolo/Greg/Albrecht conversation.
Greg Ercolano
2010-12-22
Fixes to ensure readonly() widget is not modified by destructive keyboard fun...
Greg Ercolano
2010-12-20
Added new tab_nav() control for Fl_Multiline_Input tab navigation behavior.
Greg Ercolano
2010-12-20
Removed emacs shortcuts from Fl_Input,
Greg Ercolano
2010-12-15
Redefined NORMAL_INPUT_MOVE in src/Fl_Input.cxx to reflect the new option
Albrecht Schlosser
2010-12-12
Fix STR#2477; problem with SHIFT-DEL not doing copy() operation.
Greg Ercolano
2010-11-30
Fixes STR #2461. Also, the drag'n-drop X11 cursor has been set to FL_CURSOR_M...
Manolo Gouy
2010-11-28
Fixed Copyright to 2010.
Matthias Melcher
2010-10-31
Fixed a few pedantic warnings. Added Fl::option as discussed in STR #2368, bu...
Matthias Melcher
2010-10-30
Fixed special handling for ISO back-tab keycode (STR #2369)
Matthias Melcher
2010-10-29
Fixed strange indents, added implied break, notreached clarification.
Greg Ercolano
2010-10-28
Fixed a bunch of warnings from gcc 4.4.5 . Most of these are parenthesis miss...
Matthias Melcher
2009-12-13
Re-indented src/Fl_Input.cxx
Matthias Melcher
2009-12-06
Moved OS X code base to the more moder Cocoa toolkit thanks to the awesome wo...
Matthias Melcher
2009-11-17
STR #2292: fixed issue typing a minus in Fl_Int_Input when all text is selected.
Matthias Melcher
2009-09-19
First few additions to create scroll wheel support for multiline Fl_Input.
Matthias Melcher
2009-04-15
More Fl_Input keyboard fixes / OS X transparency for RGBA data / some utf8 re...
Matthias Melcher
2009-04-14
Implemented the full OS X navigation support for Fl_Input minus scrolling. Im...
Matthias Melcher
2009-04-13
Little rearrangement for readibility
Matthias Melcher
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 WP9 Done.
Fabien Costantini
2008-04-22
Applying 1.1.9 changes to the 1.3 branch.
Matthias Melcher
2008-02-20
STR 1719: fixed inconsistencies with FL_WHEN_NOT_CHANGED
Matthias Melcher
2007-02-08
STR #1584: even smarter mouse pointer hiding. I also fixed two little histori...
Matthias Melcher
2006-10-11
Fl_Input and Fl_Text_Editor now hide the mouse pointer when
Michael R Sweet
2005-09-19
Fix char * issues with constant strings.
Michael R Sweet
2005-07-24
Attempt to make 'localeconv()' part of the configuration process. VC6 works, ...
Matthias Melcher
2005-07-24
Typo in comment
Matthias Melcher
2005-07-24
Added support for characters from the current 'locale' for the floating point...
Matthias Melcher
2005-04-16
Update source file headers with STR web page.
Michael R Sweet
2005-02-24
Copyright updates.
Michael R Sweet
2005-02-24
Fl_Multiline_Input now scrolls the full height of the widget
Michael R Sweet
2004-04-11
Copyright updates and prep for 1.1.5rc1.
Michael R Sweet
2003-06-05
Fix mapping of Apple keys to CTRL keys on OSX.
Michael R Sweet
2003-01-30
Copyright update for 1.1.3 release (not quite yet, but soon...)
Michael R Sweet
2002-12-08
Double/triple click selection fix in Fl_Input.
Michael R Sweet
2002-10-30
Update tile documentation to be explicit about widgets touching and doing
Michael R Sweet
2002-10-10
Take focus when the user presses a shortcut.
Michael R Sweet
2002-08-09
Move the rest of the image file formats (except for XBM and XPM) to
Michael R Sweet
2002-07-20
Remove 3 pixel X border in input fields.
Michael R Sweet
2002-05-14
Clicking on tooltips makes them go away and they don't reappear.
Bill Spitzak
2002-05-06
Don't insert text in an Fl_Multiline_Output widget.
Michael R Sweet
2002-04-13
Add Fl::dnd_text_ops() methods.
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-02-24
- added Win32 native drag'n'drop code
Matthias Melcher
[next]