summaryrefslogtreecommitdiff
path: root/src/Fl_Input.cxx
AgeCommit message (Expand)Author
2022-08-29Make hybrid Wayland/X11 platform.ManoloFLTK
2022-04-07Undo most of f6a93eb that was a bad move.ManoloFLTK
2022-04-06Remove warnings: comparison of integer expressions of different signedness [-...ManoloFLTK
2022-01-07Re-organize cross-platform support for text input methods.ManoloFLTK
2021-04-07Make Fl_Input::handle_key() protected (#203)Albrecht Schlosser
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-01-16Fix DND in read-only Fl_Input (Fl_Output)Albrecht Schlosser
2019-02-01Fixed Delete key in Fl_Input deleting entire widgets in Fluid (STR #2841).Matthias Melcher
2018-06-26Move Fl_System_Driver.H from FL/ to src/Manolo Gouy
2018-06-26Move Fl_Screen_Driver.H from FL/ to src/Manolo Gouy
2018-06-21Android: on-screen keyboard no longer pops up on text output widgetsMatthias Melcher
2018-04-10Remove unused variable, update dependencies.Albrecht Schlosser
2018-03-24Android: Rough, verz rough kezboard handling.Matthias Melcher
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2017-03-17Revert temporary fix (attempt) introduced in svn r11644.Albrecht Schlosser
2016-04-20Avoid the expression "foreign language" in comments.Manolo Gouy
2016-04-17MSWindows fixes for previous commits.Matthias Melcher
2016-04-06Rewrite Fl_Input.cxx under the driver model.Manolo Gouy
2016-03-31Begin to remove platform-dependent code from Fl_Input.cxxManolo Gouy
2016-03-31Move dnd and character-composition related functions from Fl_System_Driver to...Manolo Gouy
2016-03-31Move the marked text support member functions from Fl_System_Driver to Fl_Scr...Manolo Gouy
2016-03-31Begin to remove platform-dependent code from the Fl.H header file.Manolo Gouy
2016-03-28Rewrite Fl_dnd.cxx under the driver model.Manolo Gouy
2016-03-26Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...Manolo Gouy
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-31Fix compiler warnings (STR 2988), porting from branch-1.3.Albrecht Schlosser
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-01-28Stop using dynamic_cast when performing text drag (Mac OS only).Manolo Gouy
2013-12-13Fix for STR#3016: Fl_Input and Fl_Text_Editor have now the standard behavior ...Manolo Gouy
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-24Handle special case for multiline input with 'old tab behavior' where tab is ...Manolo Gouy
2012-07-24STR 2705: moved all inline constructors (that I could find) from header files...Matthias Melcher
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-05-23Add FL_EXPORT to several classes to fix MS VC++ dll builds (STR #2632).Albrecht Schlosser
2010-12-27Finishing up STR#2479 as per Manolo/Greg/Albrecht conversation.Greg Ercolano
2010-12-22Fixes to ensure readonly() widget is not modified by destructive keyboard fun...Greg Ercolano
2010-12-20Added new tab_nav() control for Fl_Multiline_Input tab navigation behavior.Greg Ercolano
2010-12-20Removed emacs shortcuts from Fl_Input,Greg Ercolano
2010-12-15Redefined NORMAL_INPUT_MOVE in src/Fl_Input.cxx to reflect the new optionAlbrecht Schlosser
2010-12-12Fix STR#2477; problem with SHIFT-DEL not doing copy() operation.Greg Ercolano
2010-11-30Fixes STR #2461. Also, the drag'n-drop X11 cursor has been set to FL_CURSOR_M...Manolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-10-31Fixed a few pedantic warnings. Added Fl::option as discussed in STR #2368, bu...Matthias Melcher
2010-10-30Fixed special handling for ISO back-tab keycode (STR #2369)Matthias Melcher
2010-10-29Fixed strange indents, added implied break, notreached clarification.Greg Ercolano
2010-10-28Fixed a bunch of warnings from gcc 4.4.5 . Most of these are parenthesis miss...Matthias Melcher