summaryrefslogtreecommitdiff
path: root/src/fl_ask.cxx
AgeCommit message (Expand)Author
2010-09-27Fixed undefined behavior of fl_choice and others when closingAlbrecht Schlosser
2010-03-30Fixed Return button problem in fl_ask and friends (too much optimizationAlbrecht Schlosser
2010-03-27Bringing supported IDEs to the newest setup, add device and others.Matthias Melcher
2010-03-26Replaced Fl::readqueue() in fl_ask.cxx by real callbacks.Albrecht Schlosser
2010-03-10Remove one OS X warning about deprecates function.Matthias Melcher
2010-02-25Working VisualC suport in IDE's (dll's are still missing). Fixed a few warnings.Matthias Melcher
2009-12-06Moved OS X code base to the more moder Cocoa toolkit thanks to the awesome wo...Matthias Melcher
2009-09-13Fixed X server "lock", if a modal dialog window is opened while a menuAlbrecht Schlosser
2009-04-13Modified fix for STR #2150, as discussed, and added Fl::pushed(0) inAlbrecht Schlosser
2009-04-12Avoiding crashes for recrsive common dialogs (this does not fix the issue at ...Matthias Melcher
2009-03-24Major documentation update including: now html doc API is sorted, navigation ...Fabien Costantini
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-12-07Fixed typos and amended doxygen docs.Albrecht Schlosser
2008-10-04Doxygen documentation: more paranoid fixes and complements in common dialogs....Fabien Costantini
2008-10-03Added systematically missing in out modifiers to all param doxygen statements...Fabien Costantini
2008-10-03Fixed bad comments in fl_color_chooser, r g b param are in/out params and not...Fabien Costantini
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...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-02-20STR 1869: fixed race condition when an alert window pops up during menu handl...Matthias Melcher
2007-11-19STR 1745: in fl_ask, if the rightmost button has a shortcut in its label, the...Matthias Melcher
2007-05-09Reverted my changes in the message dialog boxes. Reapplied the static size ic...Matthias Melcher
2007-05-02Fixed for Linux, based on my previous checkinsMatthias Melcher
2007-05-01Added static icon, text selection, and HTML formatting to fl_message etc. (ST...Matthias Melcher
2006-05-30Fixed shortcut and default focus for message dialogs (STR #1298).Matthias Melcher
2005-03-25Pressing Enter in the file chooser when selecting a directoryMichael R Sweet
2005-03-21Polygon drawing fixed #765, fl_message wrapped in Fl_Group::current(0), so it...Matthias Melcher
2005-02-24Copyright updates.Michael R Sweet
2004-10-18Documentation updates (STR #570)Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.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-08-30Make sure all strings can be localized in the dialogs.Michael R Sweet
2002-06-06The button width/height arrays were not properly initialized beforeMichael R Sweet
2002-04-09Update fl_beep() to use the PC speaker for FL_BEEP_DEFAULT.Michael R Sweet
2002-04-02Fix minimum width of input field to 340 pixels...Michael R Sweet
2002-03-23Automatically resize the convenience dialogs as needed...Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-11-27Preliminary commit of my MacOS X work.Michael R Sweet
2001-11-25Add flstring.h header file to include string functions, strcasecmpMichael R Sweet
2001-11-18More CygWin stuff, and a fix for WIN32 with the new fl_beep() function.Michael R Sweet
2001-11-17Add fl_beep() function.Michael R Sweet
2001-01-22Copyright 2001.Michael R Sweet
2000-08-20Removed some (not all) of the warnings when compiled with -Wwrite-strings,Bill Spitzak
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-04-25Updated copyright notices for all of the 1.0.x files.Michael R Sweet
2000-04-12Some adjustments so setting FL_NORMAL_SIZE to 12 looks betterBill Spitzak
2000-03-05Moved FL_LEFT_MOUSE, FL_MIDDLE_MOUSE, and FL_RIGHT_MOUSE from forms.h toBill Spitzak
1999-12-30Re-integrated all of the old WIN32 select() code just in case it is neededMichael R Sweet
1999-11-18Now set the label() of the message form appropriately (no more ***** inMichael R Sweet