summaryrefslogtreecommitdiff
path: root/src/fl_ask.cxx
AgeCommit message (Expand)Author
2012-12-11Properly Doxygen-comment fl_beep() and the associated enumeration.Manolo Gouy
2012-04-22Fixed linux 64 gcc 4.6.1 compilation problemsFabien Costantini
2012-04-10fixes to build on IRIX.Greg Ercolano
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
2011-09-28STR 2673: stop the annoying beeps when opening modal dialogs (this was so '80s)Matthias Melcher
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-04-20Fixed keyboard navigation in fl_choice() (STR #2591)Albrecht Schlosser
2011-02-18Added a default window title function for common dialogs (STR #2562).Albrecht Schlosser
2011-02-12Common dialogs like fl_message() and fl_ask() can now have a windowAlbrecht Schlosser
2011-02-12Hotspot behavior of fl_message() and other common dialogs is nowAlbrecht Schlosser
2011-02-08Fix STR #2558: use more consistently FL_NORMAL_SIZE to define the default fon...Manolo Gouy
2011-01-16Replaced "foreign language" by "another language" in doc.Manolo Gouy
2010-12-29Mac OS X: keep Mac-specific fl_beep() code in file src/fl_ask.cxxManolo Gouy
2010-12-29Mac OS X: removed dependency from AudioToolbox.framework by calling NSBeep() ...Manolo Gouy
2010-12-08Fixed Compiling with mingw-w64 (STR #2308).Albrecht Schlosser
2010-12-01Doxygen changes to indicate what to #include for functions documented in modu...Manolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
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