XaoS icon indicating copy to clipboard operation
XaoS copied to clipboard

Support for Multiple Windows

Open jblang opened this issue 10 years ago • 2 comments

From [email protected] on July 27, 2009 13:55:31

Currently the UI only supports one window per process. We would like to support multiple Windows open at once for the same process.

Original issue: http://code.google.com/p/gnuxaos/issues/detail?id=30

jblang avatar Nov 02 '13 19:11 jblang

Most of the groundwork for this has been laid now that the UIH context is owned by the MainWindow class. The only reason it won't work currently is that SFFE requires a global UI context to access the formula parser. This should be moved to the fractal context where it could be more easily accesible from the fractal formulas. However, it would still require adding some parameters to pass the fractal context into the formulas.

jblang avatar Jan 06 '20 03:01 jblang

After further research there are other places with global state that would prevent this from working. For example, there is a global fractal context in zoom.c.

jblang avatar Feb 01 '20 16:02 jblang