summaryrefslogtreecommitdiff
path: root/src/Fl_Input.cxx
AgeCommit message (Expand)Author
2023-12-28Adds Fl_Input RMB menu translation to test/preferencesMatthias Melcher
2023-12-21Fix "Fl_Input popup menu customize doesn't work" (#874)ManoloFLTK
2023-11-26Restores mouse pointer before popping up cut/copy/paste menuMatthias Melcher
2023-11-25Cleans up Fl_Input right mouse button menuMatthias Melcher
2023-11-25STR 749: Adds cut/copy/paste popup menu to Fl_InputMatthias Melcher
2023-11-05Fixes text input widget undo propagation.Matthias Melcher
2023-08-29FLUID: minor fixesMatthias Melcher
2023-02-10Unlimited undo/redo for Fl_Input_ and Fl_Text_Buffer (#558) (#676)Matthias Melcher
2023-02-02Fix position() methods that shadow Fl_Widget::position()Matthias Melcher
2023-01-05Add close buttons for individual tabs in Fl_Tabs (#628)Matthias Melcher
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