Build/build.sh:# TODO : need to output version to Website/updates/latest
Crypto/Integer/Integer.cpp: // TODO: check we are zeroing out properly, or normalizing which might be easier
DocOutput.cpp: // TODO: not implemented
DocOutput.cpp: // TODO: detect and handle different image file types
DocOutput.cpp: return; // TODO: raise error
DocOutput.cpp: return; // TODO: raise error
DocOutput.h: HPDF_Page page(); // TODO: remove need for this
DocSVG.h: if (prevOp == BeginPathOperation) { // TODO: Perhaps should check this is really needed
DocSVG.h: if (prevOp == BeginPathOperation) { // TODO: Perhaps should check this is really needed
DocSVG.h: // TODO: check if these are cumulatively relative, or all rel to current pos
DocSVG.h: // TODO: check if these are cumulatively relative, or all rel to current pos
DocSVG.h: fprintf(stderr, "TODO: %s %i\n", __FILE__, __LINE__);
DocSVG.h: fprintf(stderr, "TODO: %s %i\n", __FILE__, __LINE__);
DocSVG.h: fprintf(stderr, "TODO: %s %i\n", __FILE__, __LINE__);
DocSVG.h: // TODO: actually this means to draw a line back to the first point in the path
DocStyle.cpp: // TODO: switch to using the enum serialization stuff to iterate the roles
DocTemplate.cpp:// TODO: XXX ### This side of HAVE_CONSTEXPR has not been tested
DocTemplate.cpp: // TODO: handle special text like [PAGENUM], [PAGECOUNT] etc
DocTemplate.cpp: page.setFontType(FT_Normal); // TODO: map font name to a font index or make the output accept a string
DocVisitor.cpp:void DocVisitor::AddPage() // TODO: rename to NextColumn or something like that
DocVisitor.cpp: // TODO: this is hacky way to get relative path to where images might be - but if this is a new document the
DocVisitor.cpp: // TODO: draw a box around where the image would have been?
DocVisitor.cpp: // TODO: draw bullet according to style settings (this is hard-coded as a circle/dot bullet)
DocVisitor.cpp: // Custom page-break markdown (TODO: probably shouldn't be parsing markdown in here)
DocVisitor.cpp: // TODO: be able to insert [AUTHOR], [TITLE], [VERSION], [COMPANY] and [COPYRIGHT]
DocVisitor.cpp: // TODO: adding the dash is okay if the text is English, but not if text is other language, eg Japanese or Chinese
Framework/ObjectPropertyModel.cpp: // TODO - Find existing code which can handle display and editing
Framework/Utilities.cpp: // TODO:
Framework/WidgetInspector.cpp: // TODO - Re-implement widget picker
Framework/SystemInfomation.cpp: // TODO: improve the CPU detection using libcpuid
LicenseCheck.cpp: // TODO: If this is *not* a trial license:
Makefile.inc: # TODO: This should be generated from project variables
Makefile.inc: # TODO: This stuff should be in the project file
MdiChild.cpp: // TODO: Make it user customizable
MdiChild.cpp: // TODO: make user setting
MdiChild.cpp: // TODO: this is platform specific with the path etc Also race condition
MdiChild.cpp: * TODO: Appears to replace current selection. Is that expected? Perhaps should only add text.
MdiChild.cpp: * TODO: modal bold? If no selection, click it, type, then click it again to turn off bold mode
MdiChild.cpp: * TODO: Appears to replace current selection. Is that expected?
MdiWindow.cpp: // TODO: make it
MdiWindow.cpp: // TODO: make it
MdiWindow.cpp: // TODO: actually hook this up
MdiWindow.cpp:// TODO:
MdiWindow.cpp:// TODO:
MdiWindow.cpp: // TODO: phone-home that invoked again, check if new day, count another day of trial used up
MdiWindow.cpp: // TODO: need to set the name and values in the dialog when go to edit it
MdiWindow.cpp: // TODO: be able to apply these to special tags like [TITLE], [VERSION] etc, do a preview refresh
MdiWindow.cpp: std::string templateFileName = ""; // TODO: set to a default template file name
MdiWindow.cpp: // TODO: Debug thing - remove in final release
MdiWindow.cpp: // TODO: put on a thread
Resources/Documents/WickedDocsDocumentation.txt:TODO: fill in
Resources/Documents/About.md:TODO: List these variables here
Serializing/XMLVisitor.h: // TODO: limitiation is that the string can not have a new line
Serializing/Types.h:// TODO: enums
Serializing/JSONVisitor.h: // TODO
Serializing/MapIdea/XMLVisitor.h: // TODO: limitiation is that the string can not have a new line
Serializing/MapIdea/XMLVisitor.h: // TODO: Can handle the items in different order, but currently we aren't
Serializing/MapIdea/Types.h:// TODO: enums
Util.h:// TODO: perhaps rename this function, it converts the string "#010203" to the int 0x010203
Util.h:// TODO: this doesn't work for any T, should work for int, perhaps need to add an std::enable_if
Website/activation/trial.php: // TODO: create a log with details - source IP, referrer, user agent and anything else
Website/activation/trial.php: // TODO: create a log with details - source IP, referrer, user agent and anything else
Website/activation/trial.php:// TODO: document the trial activation policy on website as part of the EULA
Website/activation/trial.php: // TODO: log error as possible inconsistency in the code - filenames of the licenses are not being stored correctly
Website/activation/trial.php: // TODO: possible hacking attempt - log error as user might be trying to activate the product again - may be send email to original user
Website/activation/trial.php: // TODO: log error as possible inconsistency in the code - versions of the licenses are not being stored correctly
Website/activation/trial.php: // TODO: possible hacking attempt - log error as user might be trying to activate the product again - may be send email to original user
WickedDocsPlanning.md:### TODOs ###