diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-05 20:04:43 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-05 20:04:49 +0100 |
| commit | 1f5472a7d37af7909c1daa37bb5aee7296df170a (patch) | |
| tree | 9ff3fde1ce50587c5ce3b27e55593cb8f27dc788 /fluid/documentation | |
| parent | 0ae927a00e9ecd45a45edf004e939ab2e5ce4813 (diff) | |
FLUID: Adds transient cells to Fl_Grid
This allows multiple widgets to occupy a single cell which is
needed when moving cells across the grid interactively.
Diffstat (limited to 'fluid/documentation')
| -rw-r--r-- | fluid/documentation/src-dev/page_introduction.dox | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/fluid/documentation/src-dev/page_introduction.dox b/fluid/documentation/src-dev/page_introduction.dox index 1db902d44..5684eeeda 100644 --- a/fluid/documentation/src-dev/page_introduction.dox +++ b/fluid/documentation/src-dev/page_introduction.dox @@ -64,4 +64,23 @@ ... + ## Wish List ## + + I call this a wish list because I write my wishes down as I go. There is no + verification yet, or alternative ideas. + + - group source files into subdirectories + - all panels should have their own folder + - all custom widgets + - all file and stream operations + - all utilities and tools + - move to C++17 and use std::string, vector, map, ... + - Fl_Type::write#() could go into a single write function with an enum to + describe what needs to be written to make thing logical and expandable + - better error handling in all file classes + - separate FLUID generated files form the core and build a shell-only version + - individual event handling for types + - individual overlay drawing for types + - plug-ins for new types + */ |
