ciderpress/util
Andy McFadden 8f61f84585 Use types with explicit sizes
Much of what the "reformat" code does involves processing data that is
8, 16, or 32 bits.  We want to use size-specific types from stdint.h
(e.g. uint16_t) rather than "unsigned short".

This was a quick pass to replace the various "unsigned" declarations.
More can be done here and elsewhere.
2014-11-20 18:10:18 -08:00
..
CancelDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
FaddenStd.h Minor fixes 2014-11-18 17:10:23 -08:00
ImageDataObject.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
ImageDataObject.h Fix some issues identified by static analyzer 2014-11-19 14:54:24 -08:00
Modeless.h Change "nil" to "NULL" 2014-11-17 21:37:36 -08:00
MyBitmapButton.cpp Fix some issues identified by static analyzer 2014-11-19 14:54:24 -08:00
MyBitmapButton.h Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
MyDebug.cpp Fix some issues identified by static analyzer 2014-11-19 14:54:24 -08:00
MyDebug.h Fix some issues identified by static analyzer 2014-11-19 14:54:24 -08:00
MyDIBitmap.cpp Fix some issues identified by static analyzer 2014-11-19 14:54:24 -08:00
MyDIBitmap.h Change "nil" to "NULL" 2014-11-17 21:37:36 -08:00
MyEdit.cpp Change "nil" to "NULL" 2014-11-17 21:37:36 -08:00
MyEdit.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
MySpinCtrl.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
MySpinCtrl.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
PathName.cpp Fix some issues identified by static analyzer 2014-11-19 14:54:24 -08:00
PathName.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Pidl.cpp Fix some issues identified by static analyzer 2014-11-19 14:54:24 -08:00
Pidl.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ProgressCancelDialog.h Change "nil" to "NULL" 2014-11-17 21:37:36 -08:00
SelectFilesDialog.cpp Fix some issues identified by static analyzer 2014-11-19 14:54:24 -08:00
SelectFilesDialog.h Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
ShellTree.cpp Fix some issues identified by static analyzer 2014-11-19 14:54:24 -08:00
ShellTree.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
SoundFile.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
SoundFile.h Change "nil" to "NULL" 2014-11-17 21:37:36 -08:00
StdAfx.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
StdAfx.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
Util.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
Util.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
util.vcxproj Define _CRT_SECURE_NO_WARNINGS and _CRT_NONSTDC_NO_DEPRECATE 2014-11-18 14:55:13 -08:00
util.vcxproj.filters Added new logging macros 2014-11-17 18:07:07 -08:00
UtilLib.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00