summaryrefslogtreecommitdiff
path: root/src/fl_ask.cxx
AgeCommit message (Expand)Author
2022-02-16Fix "fl_message_icon() regression" (#395)Albrecht Schlosser
2021-12-04Add fl_message_icon_label() function (STR #2762)Albrecht Schlosser
2021-12-04Re-enable nested (aka recursive) common dialogs (STR 3242, #282)Albrecht Schlosser
2021-03-21Remove unnecessary system includes from public headersAlbrecht Schlosser
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-05-08Fix doxygen docs (wrong argument name)Albrecht Schlosser
2020-05-07Extend fl_message_position() with 'center' optionAlbrecht Schlosser
2020-05-07Add (x,y) positioning mode to common dialogsairbrett
2019-03-27Call to Fl_Group::init_sizes() needed after resize of widgets.ManoloFLTK
2018-06-26Move Fl_Screen_Driver.H from FL/ to src/Manolo Gouy
2018-04-18Clarified the fl_choice ordering in first example with an image and arrows,Greg Ercolano
2018-04-18Docs for fl_choice() clarify argument order, added missing image for one of t...Greg Ercolano
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
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