Update Doxygen PROJECT_NUMBER; Fix name CScaledImage->CScaledBitmap
This commit is contained in:
parent
c04d72b749
commit
527385da42
@ -387,11 +387,11 @@
|
|||||||
* NxWM::CCalibration.cxx/hxx: Add options to collect and average
|
* NxWM::CCalibration.cxx/hxx: Add options to collect and average
|
||||||
multiple samples at each location. Also logic to discard the most
|
multiple samples at each location. Also logic to discard the most
|
||||||
extreme samples before averaging (2013-10-14).
|
extreme samples before averaging (2013-10-14).
|
||||||
* NxWidgets::CScaledImage: This new class is a wrapper for an class
|
* NxWidgets::CScaledBitmap: This new class is a wrapper for an class
|
||||||
the exports IBitMap. It will perform scaling via bi-linear interpolation
|
the exports IBitMap. It will perform scaling via bi-linear interpolation
|
||||||
so that images can be scaled to any size desired (2013-10-15).
|
so that images can be scaled to any size desired (2013-10-15).
|
||||||
* NxWM::CTaskbar:: Can now be configured to scale taskbar icons using
|
* NxWM::CTaskbar:: Can now be configured to scale taskbar icons using
|
||||||
NxWidgets::CScaledImage (2013-10-15)
|
NxWidgets::CScaledBitmap (2013-10-15)
|
||||||
* NxWidgets/libnxwidgets/src/glyph_nxlogo320x320.cxx: Add a big, 320x320
|
* NxWidgets/libnxwidgets/src/glyph_nxlogo320x320.cxx: Add a big, 320x320
|
||||||
NuttX logo image. The older, smaller NuttX logo was renamed from
|
NuttX logo image. The older, smaller NuttX logo was renamed from
|
||||||
nxlogo to nxlogo160x160 in all places (2015-10-15).
|
nxlogo to nxlogo160x160 in all places (2015-10-15).
|
||||||
|
@ -31,7 +31,7 @@ PROJECT_NAME = NXWidgets
|
|||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# if some version control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = "1.1"
|
PROJECT_NUMBER = "1.15"
|
||||||
|
|
||||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||||
# base path where the generated documentation will be put.
|
# base path where the generated documentation will be put.
|
||||||
|
@ -335,11 +335,11 @@ Additional new features and extended functionality in Version 1.9:
|
|||||||
* NxWM::CCalibration.cxx/hxx: Add options to collect and average
|
* NxWM::CCalibration.cxx/hxx: Add options to collect and average
|
||||||
multiple samples at each location. Also logic to discard the most
|
multiple samples at each location. Also logic to discard the most
|
||||||
extreme samples before averaging.
|
extreme samples before averaging.
|
||||||
* NxWidgets::CScaledImage: This new class is a wrapper for an class
|
* NxWidgets::CScaledBitmap: This new class is a wrapper for an class
|
||||||
the exports IBitMap. It will perform scaling via bi-linear interpolation
|
the exports IBitMap. It will perform scaling via bi-linear interpolation
|
||||||
so that images can be scaled to any size desired.
|
so that images can be scaled to any size desired.
|
||||||
* NxWM::CTaskbar:: Can now be configured to scale taskbar icons using
|
* NxWM::CTaskbar:: Can now be configured to scale taskbar icons using
|
||||||
NxWidgets::CScaledImage.
|
NxWidgets::CScaledBitmap.
|
||||||
* NxWidgets/libnxwidgets/src/glyph_nxlogo320x320.cxx: Add a big, 320x320
|
* NxWidgets/libnxwidgets/src/glyph_nxlogo320x320.cxx: Add a big, 320x320
|
||||||
NuttX logo image. The older, smaller NuttX logo was renamed from
|
NuttX logo image. The older, smaller NuttX logo was renamed from
|
||||||
nxlogo to nxlogo160x160 in all places.
|
nxlogo to nxlogo160x160 in all places.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user