summaryrefslogtreecommitdiff
path: root/src/Fl_Input_.cxx
AgeCommit message (Expand)Author
2022-01-07Re-organize cross-platform support for text input methods.ManoloFLTK
2021-12-12Fix IME problem (issue #270)YX
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2019-02-02Added Fl_Input_::append() method (STR #2953).Matthias Melcher
2018-12-27Fixing some minor lint, found by Pavel Shlyak using PVS studioMatthias Melcher
2018-06-26Move Fl_Screen_Driver.H from FL/ to src/Manolo Gouy
2018-03-26Android: Widgets can now request the on-screen keyboard when they get focus. ...Matthias Melcher
2016-05-31Fix compiler warnings.Albrecht Schlosser
2016-03-31Finish removal of platform-dependent code from Fl_Input_.cxxManolo Gouy
2016-03-31Begin to remove platform-dependent code from Fl_Input_.cxxManolo Gouy
2016-03-31Begin to remove platform-dependent code from the Fl.H header file.Manolo Gouy
2016-02-27Fix compiler warnings (STR #2988) - final commit.Albrecht Schlosser
2016-02-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2014-10-28Update the default word detection to stop for /\&Lauri Kasanen
2014-10-27Fix documentation of Fl_Input_::word_start() and word_end().Albrecht Schlosser
2014-10-16Fix word select dragging bug in text input (STR #3014).Albrecht Schlosser
2013-02-08Mac OS text input: removed the Fl::marked_text_length() function that's not n...Manolo Gouy
2013-01-13Mac OS: added support for the text input feature introduced in OS 10.7 "Lion"...Manolo Gouy
2012-12-24Mac OS text input: defined a small API that user-defined text editing widgets...Manolo Gouy
2012-12-19Mac OS text input: marked text is now underlined.Manolo Gouy
2012-04-05fix a typo and indenting.Albrecht Schlosser
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
2011-12-06Fixed Fl_Input_::maximum_size() documentation and Fl_Input::replace()Albrecht Schlosser
2011-09-28STR 2684: increased right margin in Fl_Input_ so that a cursor at the end of ...Matthias Melcher
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-02-11Fix STR #2560: use bullet instead of asterisk to hide secret input.Manolo Gouy
2010-12-20Added new tab_nav() control for Fl_Multiline_Input tab navigation behavior.Greg Ercolano
2010-12-18Fix STR #2486: cursor position was wrong in some tab-containing wrapped lines.Manolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-10-28Fixed a bunch of warnings from gcc 4.4.5 . Most of these are parenthesis miss...Matthias Melcher
2010-07-10Updated the Fluid IDE support for the current source file structure. Changed ...Matthias Melcher
2009-12-07Removed typedef that simply renamed char* to Fl_String, as discussed in the m...Matthias Melcher
2009-09-19Fl_Input_: improved draing and warping for large fontsMatthias Melcher
2009-09-19Bug in tab calculation in Fl_Input_ (Thanks to Timothy Lee)Matthias Melcher
2009-07-01Fixed some typos in docs.Albrecht Schlosser
2009-04-23Fixed Fl_Input_::index(int) to return a UCS4 character instead of a byte.Matthias Melcher
2009-04-19Removed extra \\c from the Doxygen documentation.Matthias Melcher
2009-04-18Updated doxygen docs for Fl_Input_ to get a greater insight into the code. I'...Matthias Melcher
2009-04-15More Fl_Input keyboard fixes / OS X transparency for RGBA data / some utf8 re...Matthias Melcher
2009-04-14Implemented the full OS X navigation support for Fl_Input minus scrolling. Im...Matthias Melcher
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-12-27STR 2101: fl_set_spot() could crash on Windows under certain conditions.Albrecht Schlosser
2008-12-12STR 2094: Fixed callback handling for FL_HIDE event for Fl_Input_ andAlbrecht Schlosser
2008-12-06Replaced all occurrences of the deprecated fl_clip() function byAlbrecht Schlosser
2008-09-19Updating fl_utf8.h references. Fixing copyright date in .fl files.Matthias Melcher
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-15Doxygen documentation WP9 Done.Fabien Costantini
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher