summaryrefslogtreecommitdiff
path: root/src/Fl_Input_.cxx
AgeCommit message (Expand)Author
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
2008-04-23Changed Makefile in src to use 1.3 instead of 1.1 (STR #1922). Fixed minor is...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
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
2006-10-29Fix two "hide the cursor" bugs related to click-to-focus windows (STR #1475)Michael R Sweet
2006-10-11Fl_Input and Fl_Text_Editor now hide the mouse pointer whenMichael R Sweet
2006-05-30Remove warnings found by Robin Rowe's settings for VC7. I do not have VC7, bu...Matthias Melcher
2006-04-27STR 1161: Setting a new value in Fl_Input_ wil now actually move cursor to t...Matthias Melcher
2006-04-17Allowing characters between 0x80 and 0x9f to be enetered into Fl_Input_ deriv...Matthias Melcher
2006-04-15in preperation of STR#1195: On OS X, we don't need to do the octal conversion...Matthias Melcher
2006-04-15in preperatio of STR#1195:ISO 8859-1 fixes for Fl_Input_ and derived classesMatthias Melcher
2005-08-17Silly scope bug. Thanks, gccMatthias Melcher
2005-08-17Fixed redraw range in Multiline Input with wordwrapping for space characters ...Matthias Melcher
2005-07-20- I enlarged the 'minimal update' area in Fl_Input_, so that characters that ...Matthias Melcher
2005-05-12Fl_Input_ crashed on some platforms when wrapping internationalMichael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-09-21fl_old_shortcut() might read past the end of the shortcut string.Michael R Sweet
2004-09-09Quartz port:Matthias Melcher
2004-07-27More doco updates.Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-11-01Fix cursor crash bug (STR #181)Michael 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-11-14Add const char * add methods to Fl_Check_Browser.Michael R Sweet
2002-08-13Typo found by Albrecht Schlo�er fixed. This would crash fltk when aBill Spitzak
2002-08-13Use box function to redraw Fl_Browser_, Fl_Input_, and Fl_Slider.Michael R Sweet
2002-08-12Fix more compile errors.Michael R Sweet
2002-08-09More shadow variable changes...Michael R Sweet
2002-08-09Move the rest of the image file formats (except for XBM and XPM) toMichael R Sweet
2002-07-30Send FL_LEAVE events before FL_ENTER events.Michael R Sweet
2002-07-30Don't paste if there is no data to paste.Michael R Sweet
2002-07-30Fl_Input_ and Fl_Text_Display now change the mouse pointer to the I beamMichael R Sweet
2002-07-29Don't allow paste inside readonly() input widgets.Michael R Sweet
2002-07-23Add wrap() method and bit for Fl_Input_, and make word wrap dependentMichael R Sweet
2002-07-23Remove extra 3 pixel offset when the size is below a certain amount;Michael R Sweet
2002-07-20Remove 3 pixel X border in input fields.Michael R Sweet