| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-17 | Separate FLUID user documentation, screen shot automation (#936) | Matthias Melcher | |
| * CMake integration, no autotiools * alignment panel is now correctly renamed to setting panel * source view is now correctly renamed to code view * Merge FLTK FLUID docs into FLUID user manual. * Add two simple entry tutorials * Remove FLUID chapter form FLTK docs. * GitHub action to generate HTML and PDF docs and make the available as artefacts | |||
| 2024-04-13 | Remove "MS" from "MS Windows" in docs code, and comments | Albrecht Schlosser | |
| The system (platform) is called "Windows", "MS Windows" doesn't make much sense. I removed "MS" for consistency. | |||
| 2023-12-21 | Fix a typo, trailing whitespace, and dependencies | Albrecht Schlosser | |
| 2023-12-15 | #832: FLUID: Adds custom fonts and colors for widget browser. | Matthias Melcher | |
| 2023-12-14 | FLUID: Adds image scaling to widget dialog | Matthias Melcher | |
| 2023-12-14 | FLUID: option to show terminal, clear terminal, and clear history | Matthias Melcher | |
| 2023-12-13 | #862: Removes default shortcut from Fl_Shortcut_Button | Matthias Melcher | |
| - the current UI for fallback/default/original shortcut was confusing, so I remove it until we find something better. I kept the values so we can reinstate a better interface without changing the API. | |||
| 2023-12-06 | fluid: Clear button clears scroll history too | Greg Ercolano | |
| 2023-12-05 | #860: FLUID: Increments Shell history to 1000 lines | Matthias Melcher | |
| 2023-12-05 | #860: FLUID: Removes Group attributes from Fl_Terminal | Matthias Melcher | |
| 2023-11-15 | esc character replacement | Matthias Melcher | |
| 2023-11-15 | FLUID: Replaces Fl_Simple_Terminal with Fl_Terminal | Matthias Melcher | |
| 2023-11-02 | FLUID: Simplifies and improves Ghosted Outlines | Matthias Melcher | |
| 2023-11-01 | FLUID: Adds options to draw ghosted outlines. | Matthias Melcher | |
| 2023-10-31 | FLUID: Improves interactive handling of Grid and Flex | Matthias Melcher | |
| 2023-10-31 | FLUID: Disables MergeBack. | Matthias Melcher | |
| I decided to disable MergeBack for now. During testing, some issues could not be resolved, and focus should be on V1.4. | |||
| 2023-10-31 | FLUID: Stroe uid's in hex | Matthias Melcher | |
| 2023-10-28 | FLUID: Changes uid to hexadecimal in project file | Matthias Melcher | |
| for constancy with the code file | |||
| 2023-10-26 | FLUID: Adds more capabilities to MergeBack. | Matthias Melcher | |
| * better diagnostic dialog texts in interactive mode * won't merge back again after a first mergeback is applied * code needs refactoring and must be in its ow source file | |||
| 2023-10-26 | FLUID: Adds initial MergeBack feature. | Matthias Melcher | |
| 2023-10-13 | Fix trailing whitespace and dependencies | Albrecht Schlosser | |
| 2023-10-12 | FLUID: Settings dialog is now resizable | Matthias Melcher | |
| 2023-10-11 | FLUID: adds better zoom icon | Matthias Melcher | |
| 2023-10-06 | FLUID: typo | Matthias Melcher | |
| 2023-09-26 | FLUID: 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-09-03 | Adds compact buttons feature to create keypads. | Matthias Melcher | |
| See test/buttons for an example. | |||
| 2023-08-29 | FLUID: fixes resizing of preferences panel | Matthias Melcher | |
| 2023-08-29 | FLUID: simplifies filename handling | Matthias Melcher | |
| 2023-08-26 | FLUID: fixes file path calculation bug | Matthias Melcher | |
| 2023-07-22 | FLUID: shell code cleanup | Matthias Melcher | |
| 2023-07-19 | FLUID: layout preset no longer forces text font selection | Matthias Melcher | |
| 2023-07-14 | FLUID: fixes all overlapping widgets in all .fl files | Matthias Melcher | |
| Also fixes an issue with multiple use of the same variable for different types of i18n. | |||
| 2023-07-14 | Documentation: screenshot updates | Matthias Melcher | |
| 2023-07-11 | FLUID adding hatch pattern to overlapping widgets | Matthias Melcher | |
| 2023-03-19 | Fix and consolidate settings dialogs (#346, #703) | Matthias Melcher | |
| 2023-03-18 | Fix 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 | |||
| 2023-03-01 | FLUID Fix resizable of Widget panel | Matthias Melcher | |
| 2023-02-05 | FLUID: resizable Command dialogs | Matthias Melcher | |
| 2023-01-21 | Move global FLTK options into new app fltk-admin (#560) | Matthias Melcher | |
| 2023-01-12 | Add Fl_Scheme_Choice widget and use it in test programs | Albrecht Schlosser | |
| This widget offers the selection of all known FLTK schemes as a simple widget based on Fl_Choice. Some test and demo programs use Fl_Scheme_Choice to enable the developer or user to switch schemes quickly for comparison. Todo: - add features to add new schemes during runtime (partially done) - update status when the scheme is changed by Fl::scheme("...") | |||
| 2022-12-16 | Derive Fl_Zenity_Native_File_Chooser_Driver from Fl_Kdialog_Native_… | ManoloFLTK | |
| Also add Fl::option(OPTION_FNFC_USES_ZENITY) | |||
| 2022-11-25 | Add "Oxy" scheme (STR 2675, STR 3477) | Albrecht Schlosser | |
| This commit is similar to the patch given in STR 3477, oxy_v5.diff: https://www.fltk.org/strfiles/3477/oxy_v5.diff ... with modifications, and updated to current FLTK code. | |||
| 2022-03-03 | Fix whitespace, update dependencies and fluid files | Albrecht Schlosser | |
| 2022-01-08 | avoid early include of Fl.H option | Matthias Melcher | |
| 2021-12-19 | STR 3289: Fluid i18n, gettext, catguts improvements | Matthias Melcher | |
| Removed some unneeded code. | |||
| 2021-12-18 | Correcting UFT vs. UTF character flip | Matthias Melcher | |
| 2021-12-17 | STR 3355: allow Unicode UTF-8 in source code | Matthias Melcher | |
| This includes changes in the UI in Project Settings. | |||
| 2021-12-10 | STR 3426: indicating in the title bar if the design is newer than the code file. | Matthias Melcher | |
| In this first version, we assume that the code file is newer whenever it is written, until the current design is modified in any way. So instead of a status bar at the bottom of the main window, the title bar will now show the status of the design and the code at the same place. | |||
| 2021-12-09 | Fluid STR 3460.D: making dialog more interactive. | Matthias Melcher | |
| 2021-12-09 | Fluid STR 3460.D: Shell commands are now saved in the .fl file (user option) | Matthias Melcher | |
| The shell properties toolbox is completely redesigned: This dialog box offers a field for a command line and three check buttons to generate and save various files before the command is run. If the fourth checkbox, "use settings in .fl design files" is checked, all shell settings will be store in the current .fl file, and they will be read and restored when the .fl is loaded again. Fluid will save different shell settings for different operating system as it is common that a different OS requires a different shell command. Fluid comes with default shell settings. Pressing the "save as default" button will store the current setting in the Fluid app settings and are used for new designs, or if the "use settings..." box is not checked. Fluid app settings are saved per user and per machine. | |||
