summaryrefslogtreecommitdiff
path: root/src/fl_ask.cxx
AgeCommit message (Expand)Author
2016-07-22Bringing over fix [r11842] from 1.3 current to the porting branch.Greg Ercolano
2016-02-10Moving fl_beep into screen driver.Matthias Melcher
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-07-22Prevent common dialogs, e.g., fl_alert(), from changing the currently active ...Manolo Gouy
2015-07-21Fix window resizing of common dialogs under certain rare conditions.Albrecht Schlosser
2015-02-10Added doxygen docs to clarify:Greg Ercolano
2014-08-21Mark a few symbols static. This is the bulk from STR #3111.Lauri Kasanen
2014-05-02Fix STR#3039.Manolo Gouy
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