summaryrefslogtreecommitdiff
path: root/FL/Fl_Input_.H
AgeCommit message (Expand)Author
3 dayswipmaxim nikonov
2025-07-08Replace 'FL_OVERRIDE' with 'override' in public headersAlbrecht Schlosser
2024-11-01Improve and clarify documentationAlbrecht Schlosser
2023-11-15Fixes return type of Fl_Input_::dvalue()Matthias Melcher
2023-11-07FLUID: Adds template for tutorial.Matthias Melcher
2023-08-03#211: adds optional parameter for Fl_Input_::drawtext()Matthias Melcher
2023-04-17Add const qualifiers to can_undo and can_redo (#720)ZJUGKC
2023-04-14Memory leak in Input_ #716Matthias Melcher
2023-02-10Unlimited undo/redo for Fl_Input_ and Fl_Text_Buffer (#558) (#676)Matthias Melcher
2023-02-10Deprecated warnings wording adaptedMatthias Melcher
2023-02-10Fixes FL_DEPRECATED for Fl_Text_Buffer.hMatthias 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-12-30Use `FL_OVERRIDE` for all overridden virtual methods (#611)Matthias Melcher
2022-11-26Local undo per Fl_Text_Buffer and Fl_Input_ (#557)Matthias Melcher
2021-08-30Remove unused declaration of Fl_CharAlbrecht Schlosser
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-01-26Add Fl_Widget::shortcut_label(int) to control effect of '&' in some widget la...ManoloFLTK
2019-02-02Added Fl_Input_::append() method (STR #2953).Matthias Melcher
2015-07-21Documentation updates (part of STR #2751).Albrecht Schlosser
2014-04-29Small doc modifications to clarify Fl::OPTION_ARROW_FOCUSGreg Ercolano
2011-12-06Fixed Fl_Input_::maximum_size() documentation and Fl_Input::replace()Albrecht Schlosser
2011-10-02STR 2714: remove lint (variables that have the same name as a function in the...Matthias Melcher
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2010-12-20Added new tab_nav() control for Fl_Multiline_Input tab navigation behavior.Greg Ercolano
2010-12-15Fixed typos in FL/Fl_Input_.HAlbrecht Schlosser
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-07-10Updated the Fluid IDE support for the current source file structure. Changed ...Matthias Melcher
2009-09-27Fixed a few minor issues with Xcode builds. Fixed all color related call to F...Matthias Melcher
2009-09-19First few additions to create scroll wheel support for multiline Fl_Input.Matthias Melcher
2009-07-18Typos and alignmentsMatthias Melcher
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-01-01Changed the copyright to 2009 for header files. Still todo: src and test dire...Matthias Melcher
2008-10-15Doxygen pdf documentation: Changed pdf mime type to application/pdf. Removed ...Fabien Costantini
2008-09-17Doxygen documentation: replace all occurences in comments of " by a quot...Fabien Costantini
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-08-15Rename type Fl_Font_Size into Fl_Fontsize to comply with other naming in FLTK.Matthias Melcher
2008-04-23First attempt at consistently using Fl_Font as a type for the font index and ...Matthias Melcher
2008-04-22Added support for keyboard shortcuts to Fl_Input_ derived widgets (STR #1770)...Matthias Melcher
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-06-15Several widgets defined their own size() method but didn'tMichael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-11-19Get rid of some valid compiler warnings with CodeWarrior that were reportedMichael R Sweet
2002-08-14More FL_EXPORT fun...Michael R Sweet