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
44 hours
wip
maxim nikonov
2026-01-24
Let Fl_Text_Editor and Fl_Input handle gracefully composed unicode characters.
ManoloFLTK
2024-09-12
Fix typo in Doxygen text: unod --> undo
ManoloFLTK
2023-11-15
Fixes return type of Fl_Input_::dvalue()
Matthias Melcher
2023-11-07
FLUID: Adds template for tutorial.
Matthias Melcher
2023-08-03
#211: adds optional parameter for Fl_Input_::drawtext()
Matthias Melcher
2023-04-26
Multiline Fl_Input: fix move up/down in non ASCII text
ManoloFLTK
2023-04-17
Add const qualifiers to can_undo and can_redo (#720)
ZJUGKC
2023-04-14
Memory leak in Input_ #716
Matthias Melcher
2023-02-27
Fix malloc/delete mismatch
Matthias Melcher
2023-02-10
Unlimited undo/redo for Fl_Input_ and Fl_Text_Buffer (#558) (#676)
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
2022-11-26
Local undo per Fl_Text_Buffer and Fl_Input_ (#557)
Matthias Melcher
2022-11-07
Document Fl_Multiline_Output keynav and caret cursor
Greg Ercolano
2022-01-07
Re-organize cross-platform support for text input methods.
ManoloFLTK
2021-12-12
Fix IME problem (issue #270)
YX
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2019-02-02
Added Fl_Input_::append() method (STR #2953).
Matthias Melcher
2018-12-27
Fixing some minor lint, found by Pavel Shlyak using PVS studio
Matthias Melcher
2018-06-26
Move Fl_Screen_Driver.H from FL/ to src/
Manolo Gouy
2018-03-26
Android: Widgets can now request the on-screen keyboard when they get focus. ...
Matthias Melcher
2016-05-31
Fix compiler warnings.
Albrecht Schlosser
2016-03-31
Finish removal of platform-dependent code from Fl_Input_.cxx
Manolo Gouy
2016-03-31
Begin to remove platform-dependent code from Fl_Input_.cxx
Manolo Gouy
2016-03-31
Begin to remove platform-dependent code from the Fl.H header file.
Manolo Gouy
2016-02-27
Fix compiler warnings (STR #2988) - final commit.
Albrecht Schlosser
2016-02-13
Details on PORTME items. Move fl_parse_color() to screen drivers.
Matthias Melcher
2016-02-11
Mark places that need to be refactored with // PORTME:
Matthias Melcher
2016-01-03
Updated platform specific #if's to report unimplemented code when compiling w...
Matthias Melcher
2014-10-28
Update the default word detection to stop for /\&
Lauri Kasanen
2014-10-27
Fix documentation of Fl_Input_::word_start() and word_end().
Albrecht Schlosser
2014-10-16
Fix word select dragging bug in text input (STR #3014).
Albrecht Schlosser
2013-02-08
Mac OS text input: removed the Fl::marked_text_length() function that's not n...
Manolo Gouy
2013-01-13
Mac OS: added support for the text input feature introduced in OS 10.7 "Lion"...
Manolo Gouy
2012-12-24
Mac OS text input: defined a small API that user-defined text editing widgets...
Manolo Gouy
2012-12-19
Mac OS text input: marked text is now underlined.
Manolo Gouy
2012-04-05
fix a typo and indenting.
Albrecht Schlosser
2012-04-05
Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...
Fabien Costantini
2011-12-06
Fixed Fl_Input_::maximum_size() documentation and Fl_Input::replace()
Albrecht Schlosser
2011-09-28
STR 2684: increased right margin in Fl_Input_ so that a cursor at the end of ...
Matthias Melcher
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2011-02-11
Fix STR #2560: use bullet instead of asterisk to hide secret input.
Manolo Gouy
2010-12-20
Added new tab_nav() control for Fl_Multiline_Input tab navigation behavior.
Greg Ercolano
2010-12-18
Fix STR #2486: cursor position was wrong in some tab-containing wrapped lines.
Manolo Gouy
2010-11-28
Fixed Copyright to 2010.
Matthias Melcher
2010-10-28
Fixed a bunch of warnings from gcc 4.4.5 . Most of these are parenthesis miss...
Matthias Melcher
2010-07-10
Updated the Fluid IDE support for the current source file structure. Changed ...
Matthias Melcher
2009-12-07
Removed typedef that simply renamed char* to Fl_String, as discussed in the m...
Matthias Melcher
2009-09-19
Fl_Input_: improved draing and warping for large fonts
Matthias Melcher
[next]