| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-16 | Fix compiler warning (C++11 standard) | Albrecht Schlosser | |
| Warning: override controls (override/final) only available with ‘-std=c++11’ or ‘-std=gnu++11’ | |||
| 2023-10-13 | Fix trailing whitespace and dependencies | Albrecht Schlosser | |
| 2023-10-13 | FLUID: allow mousewheel events on coordinate input | Matthias Melcher | |
| MACOS: make sure that even small mouse wheel deltas count at least as 1 unit | |||
| 2023-10-12 | FLUID: Settings dialog is now resizable | Matthias Melcher | |
| 2023-10-11 | FLUID: adds better zoom icon | Matthias Melcher | |
| 2023-10-06 | Removes stray files. | Matthias Melcher | |
| 2023-10-06 | FLUID: typo | Matthias Melcher | |
| 2023-09-27 | Update dependencies | Albrecht Schlosser | |
| 2023-09-27 | FLUID: fixing settings dialog update | Matthias Melcher | |
| 2023-09-27 | FLUID: minor fixes | 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-26 | FLUID: Typos in docs | Matthias Melcher | |
| 2023-09-26 | FLUID: Fixes regression #777 | Matthias Melcher | |
| Wrote wrong path in #inlude statement under certain conditions. Also removed 'snap' tag if not needed. | |||
| 2023-09-22 | Update dependencies | Albrecht Schlosser | |
| 2023-09-12 | Fix Visual Studio shared library build | Albrecht Schlosser | |
| Todo: fluid-shared can't (yet) be built agains the shared fltk lib because of some linker errors. Needs investigation. Note: fluid-shared is basically a test program to demonstrate linking against the shared FLTK libs but doesn't work yet using VS (MSVC). This is no problem for the functionality. | |||
| 2023-09-07 | FLUID: Fixes visibility of Compact button | Matthias Melcher | |
| 2023-09-05 | Fixes warning on unused variable. | Matthias Melcher | |
| 2023-09-05 | FLUID: increases readability | Matthias Melcher | |
| - removed some direct filename manipulation - central place to generate file names and paths - fixes command line filename override if no actual batch command is given | |||
| 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: minor fixes | Matthias Melcher | |
| 2023-08-29 | FLUID: adds missing include for other platforms | Matthias Melcher | |
| 2023-08-29 | FLUID: separate SourceView panel into its own file | Matthias Melcher | |
| hereby removing almost 200 lines of unrelated code form fluid.cxx and making the location of the panel code more obvious. Needs a make depend on Linux. | |||
| 2023-08-29 | FLUID: code cleanup, redundancies, typos | Matthias Melcher | |
| 2023-08-29 | FLUID: simplifies filename handling | Matthias Melcher | |
| 2023-08-29 | FLUID: simplified worker handling | Matthias Melcher | |
| 2023-08-26 | FLUID: fixes file path calculation bug | Matthias Melcher | |
| 2023-08-26 | Fixes a bunch of typos in comments. | Matthias Melcher | |
| 2023-08-15 | FLUID fix: sets initial size range for windows | Matthias Melcher | |
| 2023-08-12 | Another occurrence of bad escape sequence. | Matthias Melcher | |
| 2023-08-12 | #765: Replaces uncommon escape sequence. | Matthias Melcher | |
| Missing return value in docs. | |||
| 2023-08-10 | Improve docs of Fl::hide_all_windows() | Albrecht Schlosser | |
| + update fluid dependencies No code changes. | |||
| 2023-08-08 | FLUID: i18n panel redraw fix | Matthias Melcher | |
| 2023-07-22 | FLUID: shell code cleanup | Matthias Melcher | |
| 2023-07-22 | Adds default shortcut to Fl_Shortcut_Button. | Matthias Melcher | |
| 2023-07-21 | FLUID: updates templates and predefined comments | Matthias Melcher | |
| 2023-07-20 | FLUID improves positioning and sizing new widgets | Matthias Melcher | |
| Better default sizes for text based widgets and menu managers Better Menu refresh on custom text heights Smarter positioning of menu bars and groups inside tabs Fixes wrong include guard | |||
| 2023-07-19 | Fix missing (new) source file in fluid and dependencies | Albrecht Schlosser | |
| New file: Fl_Button_Type.cxx | |||
| 2023-07-19 | FLUID: layout preset no longer forces text font selection | Matthias Melcher | |
| 2023-07-19 | FLUID: RTTI improvements, 'is_a90' now const, apply RTTI | Matthias Melcher | |
| 2023-07-19 | FLUID: Fixes override attribute, cleanup | Matthias Melcher | |
| 2023-07-19 | FLUID: emulated RTTI for all types | Matthias Melcher | |
| Complete type hierarchy in Fl_Types doc Window now derives correctly from Group Menu Items now correctly (functionally in FLUID) derived form Button Menu Buttons have a better hierarchy Fixing two possible crash bugs where Input_Choice was assumed to be a Menu_ Hoping I have not degraded the original code! | |||
| 2023-07-19 | FLUID fixes wrong type IDs and more cleanup | Matthias Melcher | |
| 2023-07-18 | FLUID: text fixes | Matthias Melcher | |
| 2023-07-18 | FLUID correct inheritance, formatting, factory floor cleaning | Matthias Melcher | |
| 2023-07-17 | FLUID: restores g++98 compatibility | Matthias Melcher | |
| I want enum classes, sigh. | |||
| 2023-07-17 | FLUID: better initial sizes for buttons and windows | Matthias Melcher | |
| 2023-07-17 | FLUID: emulating RTTI and fixing type dependencies (Buttons) | Matthias Melcher | |
| 2023-07-17 | FLUID: using symbols instead of integers | Matthias Melcher | |
| 2023-07-17 | FLUID: fix window visibility across project file update | Matthias Melcher | |
