summaryrefslogtreecommitdiff
path: root/fluid/Fd_Snap_Action.h
AgeCommit message (Collapse)Author
2023-09-26FLUID: adds greatly enhanced Shell Commands (#774)Matthias Melcher
The user can add an arbitrary number of highly configurable shell commands through the setting panel. The commands can be saved as user preferences, inside the .fl file, or exported to an external file. Shell scripts can be limited to individual platforms, can have shortcut keys, etc. . * documentation will follow * support to call `fltk-config` will follow
2023-08-29FLUID: simplifies filename handlingMatthias Melcher
2023-08-26Fixes a bunch of typos in comments.Matthias Melcher
2023-07-19FLUID: layout preset no longer forces text font selectionMatthias Melcher
2023-07-17FLUID: better initial sizes for buttons and windowsMatthias Melcher
2023-07-14Documentation: screenshot updatesMatthias Melcher
2023-07-12FLUDI documentation updatesMatthias Melcher
2023-04-26FLUID: Initialisation orner in menus: #722Matthias Melcher
2023-04-13Fix more compiler warnings (comma at end of enum)Albrecht Schlosser
These warnings are benign but ... I fixed them nevertheless.
2023-03-18Fix and update alignment #346 (#701)Matthias Melcher
* interactive layout alignment rewritten * interface for new alignment rules * new alignment dialog box * user defined layout rules added * layout rules can be stored in projects, settings, and external files * Valgrind verification