summaryrefslogtreecommitdiff
path: root/src/Fl_Input.cxx
AgeCommit message (Expand)Author
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
2009-12-13Re-indented src/Fl_Input.cxxMatthias Melcher
2009-12-06Moved OS X code base to the more moder Cocoa toolkit thanks to the awesome wo...Matthias Melcher
2009-11-17STR #2292: fixed issue typing a minus in Fl_Int_Input when all text is selected.Matthias Melcher
2009-09-19First few additions to create scroll wheel support for multiline Fl_Input.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-04-13Little rearrangement for readibilityMatthias Melcher
2009-01-01Changed Copyright in 'src' directoryMatthias 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-04-22Applying 1.1.9 changes to the 1.3 branch.Matthias Melcher
2008-02-20STR 1719: fixed inconsistencies with FL_WHEN_NOT_CHANGEDMatthias Melcher
2007-02-08STR #1584: even smarter mouse pointer hiding. I also fixed two little histori...Matthias Melcher
2006-10-11Fl_Input and Fl_Text_Editor now hide the mouse pointer whenMichael R Sweet
2005-09-19Fix char * issues with constant strings.Michael R Sweet
2005-07-24Attempt to make 'localeconv()' part of the configuration process. VC6 works, ...Matthias Melcher
2005-07-24Typo in commentMatthias Melcher
2005-07-24Added support for characters from the current 'locale' for the floating point...Matthias Melcher
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2005-02-24Fl_Multiline_Input now scrolls the full height of the widgetMichael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-06-05Fix mapping of Apple keys to CTRL keys on OSX.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-12-08Double/triple click selection fix in Fl_Input.Michael R Sweet
2002-10-30Update tile documentation to be explicit about widgets touching and doingMichael R Sweet
2002-10-10Take focus when the user presses a shortcut.Michael R Sweet
2002-08-09Move the rest of the image file formats (except for XBM and XPM) toMichael R Sweet
2002-07-20Remove 3 pixel X border in input fields.Michael R Sweet
2002-05-14Clicking on tooltips makes them go away and they don't reappear.Bill Spitzak
2002-05-06Don't insert text in an Fl_Multiline_Output widget.Michael R Sweet
2002-04-13Add Fl::dnd_text_ops() methods.Michael R Sweet
2002-04-11Make Fl_Output a subclass of Fl_Input, and add input_type and readonlyMichael R Sweet
2002-03-07Back-ported cut & paste code from fltk2.0.Bill Spitzak
2002-02-24- added Win32 native drag'n'drop codeMatthias Melcher
2002-01-01Copyright updates...Michael R Sweet
2001-11-22Fix all references to '.C' files (now .cxx)Michael R Sweet
2001-11-17Add fl_beep() function.Michael R Sweet
2001-09-29Tooltips, and more tooltips.Michael R Sweet
2001-08-02FileIcon, FileBrowser, FileChooser stuff.Michael R Sweet
2001-01-28fl_curve uses a much better algorithim to figure out how many piecesBill Spitzak
2001-01-22Copyright 2001.Michael R Sweet
2000-10-17CUA function keys, code submitted by George Yohng <yohng@drivex.dosware.8m.com>Bill Spitzak
2000-06-20Fixes to WORDWRAP modification to Fl_Input based on work done byBill Spitzak
2000-06-10You can no longer insert ^J,^K,^L,^M into Fl_Int/Float_Input.Bill Spitzak
2000-06-05OK, now version 1.0.9Michael R Sweet