Changes in CGUI
CGUI

A C Graphical User Interface [add on to Allegro] by Christer Sandberg
Email: christer.sandberg@mdh.se
Homepage: http://www.idt.mdh.se/~csg/cgui/
The CGUI Changes File

Changes from 1.6.8 to 1.6.9: Changes from 1.6.7 to 1.6.8: Changes from 1.6.6 to 1.6.7: Changes from 1.6.5 to 1.6.6:

Changes from 1.6.4 to 1.6.5:

Changes from 1.6.3 to 1.6.4:

Changes from 1.6.2 to 1.6.3:

Changes from 1.6.1 to 1.6.2:

Changes from 1.6 to 1.6.1:

Changes from 1.5.1 to 1.6:

Changes from 1.5 to 1.5.1:

Changes from 1.4 to 1.5:


Changes from 1.3.1 to 1.4

Changes in the API:
SetFocusOn(int id); has been added. It replaces `FocusOn', `SetVisibleWindow', `SetSubFocus' and `SetTabFocus' which all had the same semantic (to set focus on the specified object). The replaced functions are still present for compatibility.
JoinTabChain(int id); has been added. It replaces `SimpleJoinTabChain' and `NodeJoinTabChain'.The replaced functions are still present for compatibility.
AddTextBox(int x, int y, const char *string, int width, int nrows, int options); replaces `MkTextObject' (which still exists for compatibility). The 5:th patameter has changed meaning. For `MkTextObject' it meant "extra space between rows", For `AddTextBox' it means the height of the box. There are more option flags, and also the facilities of the box has been increased.
`FileSelect()' has been added as well as `FileManager()', see docs for details.
`AddWatch()' has been added, see docs for details.
`AddSlider()' has been added, see docs for details.
`AddProgressBar()' has been added as well as `MkProgressWindow()', see docs for details.
`GetMarkedRows()' has been added. It replaces `GetQueuedSelections()', See docs for details. The replaced function is still present for compatibility.



Changes from 1.3 to 1.3.1



Changes from 1.2 to 1.3 New features:

Bug fixes:



Changes from 1.1 to 1.2



Changes from 1.0 to 1.1



1.0