2012-04-28 14:36:53 -03:00
|
|
|
1.0 2012-03-22 Gregory Nutt <gnutt@nuttx.org>
|
|
|
|
|
|
|
|
* The initial release of the NxWidgets package
|
|
|
|
|
|
|
|
1.1 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
|
|
|
|
|
|
|
|
* Updated and verified the NxWidgets DOxygen documentation. Contributed
|
|
|
|
by Jose Pablo Carballo.
|
|
|
|
* IBitmap, CRlePalettBitmap: Extended class to support differnt LUTs
|
|
|
|
for selected and non-selected images.
|
|
|
|
* CImage: If selected, uses different LUTs based, different borders.
|
|
|
|
CImage is now basically a button type.
|
|
|
|
* CImage: Add logic to hightlight an CImage (using the selected LUT).
|
2012-04-30 17:38:44 -03:00
|
|
|
* nxwm: The tiny NX window manager (NxWM) is being developed in this directory.
|
|
|
|
* UnitTests/nxwm: A unit test for the NX window manager.
|
2012-05-03 19:31:48 -03:00
|
|
|
* CWidgetControl: Add a semaphore to force clients to wait if the
|
|
|
|
size or position of the window is not yet known (multi-user mode only).
|
2012-05-02 19:03:05 -03:00
|
|
|
* During integration of NxWM, corrected numerous problems with NxWidgets
|
|
|
|
running on toolbars and framed windows. That capability was commented
|
2012-05-03 19:31:48 -03:00
|
|
|
out in the 1.0 release but is verfied functional in 1.1.
|
|
|
|
* CRlePalettBitmap: Fix an error in the text that determines if we
|
|
|
|
need to "rewind" to the beginning of the image.
|