diff --git a/ChangeLog.txt b/ChangeLog.txt index 9b9b6cbbc..75710127c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -387,11 +387,11 @@ * NxWM::CCalibration.cxx/hxx: Add options to collect and average multiple samples at each location. Also logic to discard the most 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 so that images can be scaled to any size desired (2013-10-15). * 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 NuttX logo image. The older, smaller NuttX logo was renamed from nxlogo to nxlogo160x160 in all places (2015-10-15). diff --git a/Doxygen/Doxyfile b/Doxygen/Doxyfile index 979f5720f..399fa553b 100644 --- a/Doxygen/Doxyfile +++ b/Doxygen/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = NXWidgets # This could be handy for archiving the generated documentation or # 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) # base path where the generated documentation will be put. diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 40ed12bb3..46ab5366f 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -335,11 +335,11 @@ Additional new features and extended functionality in Version 1.9: * NxWM::CCalibration.cxx/hxx: Add options to collect and average multiple samples at each location. Also logic to discard the most 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 so that images can be scaled to any size desired. * 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 NuttX logo image. The older, smaller NuttX logo was renamed from nxlogo to nxlogo160x160 in all places.