What to expect in Agar-1.4 -------------------------- - Multiple window support. This will require the addition of drivers for various interfaces. In the initial release of the Agar-1.4 series, we hope to provide drivers for X11, Cocoa, Win32 and SDL (this includes OpenGL support using their respective interfaces such as GLX). - A graphical GUI editor, which will generate Agar object files (no "code generation" will be involved). Besides providing an easy way to use AG_Fixed, it will also reduce the amount of code normally associated with the tuning of widget parameters. - High-level GUI operation over network connections (or unix sockets), as demonstrated by "agarwm" and "demos/wm-hello" in the agar14 branch. - Bundle the few, most requested, alternate themes in the distribution, for better desktop integration. - Removal of SDL dependencies. SDL-specific code will be moved to the SDL driver (SDL's blitting engine will still be used for sw/sw blits, regardless of display mode, whenever SDL is available). - Further improvements to the Textbox widget such as OS-specific copy/paste support, selections, highlighting and dynamic string bindings.