index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Fl_Message.cxx
Age
Commit message (
Expand
)
Author
2023-11-07
Fix buttons overlapping icon in message box (#826)
Matthias Melcher
2023-10-22
Make Fl_String and Fl_Int_Vector private (#789)
Albrecht Schlosser
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-07-05
Fix a potential memory leak, see issue #457
Albrecht Schlosser
2022-04-07
Undo most of f6a93eb that was a bad move.
ManoloFLTK
2022-04-06
Remove warnings: comparison of integer expressions of different signedness [-...
ManoloFLTK
2022-02-26
Fix Visual Studio build warnings
Albrecht Schlosser
2022-02-16
Fix "fl_message_icon() regression" (#395)
Albrecht Schlosser
2022-02-09
Enable end user to copy standard dialog text to clipboard (#388)
Albrecht Schlosser
2022-01-16
Rename FL/fl_string.h to FL/fl_string_functions.h
Albrecht Schlosser
2021-12-10
Stabilize resizing of common dialogs like fl_choice()
Albrecht Schlosser
2021-12-06
Fix whitespace errors (no code changes)
Albrecht Schlosser
2021-12-05
Fix MSVC compiler warnings
Albrecht Schlosser
2021-12-04
Add fl_message_icon_label() function (STR #2762)
Albrecht Schlosser
2021-12-04
Re-enable nested (aka recursive) common dialogs (STR 3242, #282)
Albrecht Schlosser