From 1f5472a7d37af7909c1daa37bb5aee7296df170a Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 5 Nov 2023 20:04:43 +0100 Subject: 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. --- fluid/documentation/src-dev/page_introduction.dox | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'fluid/documentation/src-dev') 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 + */ -- cgit v1.2.3