ResKnife/NuTemplateEditor
2008-07-30 21:26:17 +00:00
..
English.lproj/NuTemplateWindow.nib Added support for deleting LSTBs using the "Clear" menu item. Also added general support for cut/copy/paste/clear menu items to template fields. 2003-08-10 02:53:38 +02:00
Info.plist Convert project to Xcode 3.1 and upgrade all targets to native. 2008-07-30 21:26:17 +00:00
Localizable.strings Added support for deleting LSTBs using the "Clear" menu item. Also added general support for cut/copy/paste/clear menu items to template fields. 2003-08-10 02:53:38 +02:00
NuTemplateDBYTElement.h Added DBYT/CHAR and DLNG template fields. 2003-08-12 03:52:51 +02:00
NuTemplateDBYTElement.m Fix a stupid, stupid copy & paste error that caused DBYT and DLNG to read the wrong amount of data. 2003-08-12 04:05:43 +02:00
NuTemplateDLNGElement.h Added DBYT/CHAR and DLNG template fields. 2003-08-12 03:52:51 +02:00
NuTemplateDLNGElement.m Fix a stupid, stupid copy & paste error that caused DBYT and DLNG to read the wrong amount of data. 2003-08-12 04:05:43 +02:00
NuTemplateDWRDElement.h Made existing template fields editable so I don't have to edit templates in the Hex Editor anymore. 2003-08-08 06:26:28 +02:00
NuTemplateDWRDElement.m Added support for adding LSTBs by selecting LSTB/LSTE fields and choosing "Create New Resource...". 2003-08-10 00:53:58 +02:00
NuTemplateElement.h Added comments to NuTemplateElement about actions that are forwarded to template elements by the editor. Removed image file export's support for custom extensions, as it returns an NSImage anyway, and saves its TIFFRepresentation, and another extension would only have caused trouble. 2003-08-10 06:41:30 +02:00
NuTemplateElement.m Fixed bug in NuTemplateEditor that messed up element values. -- it wasn't in copying the template elements, but rather the table got out of sync when an exception was thrown inNuTemplateElement::setStringValue: 2003-08-12 02:33:32 +02:00
NuTemplateGroupElement.h Added new template editor (NuTemplateEditor) to repository. 2003-08-06 19:40:46 +02:00
NuTemplateGroupElement.m Added multiple list items, fixed bug that didn't deep-copy list items. 2003-08-07 21:42:25 +02:00
NuTemplateLSTBElement.h Extend LSTB/LSTE to also handle LSTZ-style zero-terminated lists. 2003-08-17 00:48:19 +02:00
NuTemplateLSTBElement.m Extend LSTB/LSTE to also handle LSTZ-style zero-terminated lists. 2003-08-17 00:48:19 +02:00
NuTemplateLSTCElement.h Add LSTC/OCNT fields and counter field variants. 2003-08-17 23:21:37 +02:00
NuTemplateLSTCElement.m Add LSTC/OCNT fields and counter field variants. 2003-08-17 23:21:37 +02:00
NuTemplateLSTEElement.h Add LSTC/OCNT fields and counter field variants. 2003-08-17 23:21:37 +02:00
NuTemplateLSTEElement.m Add LSTC/OCNT fields and counter field variants. 2003-08-17 23:21:37 +02:00
NuTemplateOCNTElement.h Fix OCNT's alternate types. E.g. LZCT was a short for some copy/paste error reason... 2003-08-18 00:00:23 +02:00
NuTemplateOCNTElement.m Fix OCNT's alternate types. E.g. LZCT was a short for some copy/paste error reason... 2003-08-18 00:00:23 +02:00
NuTemplatePSTRElement.h Added new template editor (NuTemplateEditor) to repository. 2003-08-06 19:40:46 +02:00
NuTemplatePSTRElement.m Added support for adding LSTBs by selecting LSTB/LSTE fields and choosing "Create New Resource...". 2003-08-10 00:53:58 +02:00
NuTemplateStream.h Extend LSTB/LSTE to also handle LSTZ-style zero-terminated lists. 2003-08-17 00:48:19 +02:00
NuTemplateStream.m Extend LSTB/LSTE to also handle LSTZ-style zero-terminated lists. 2003-08-17 00:48:19 +02:00
NuTemplateTNAMElement.h Added new template editor (NuTemplateEditor) to repository. 2003-08-06 19:40:46 +02:00
NuTemplateTNAMElement.m Added support for adding LSTBs by selecting LSTB/LSTE fields and choosing "Create New Resource...". 2003-08-10 00:53:58 +02:00
NuTemplateWindowController.h Extend LSTB/LSTE to also handle LSTZ-style zero-terminated lists. 2003-08-17 00:48:19 +02:00
NuTemplateWindowController.m Add LSTC/OCNT fields and counter field variants. 2003-08-17 23:21:37 +02:00
TEMPLATE EDITOR.txt Update TEMPLATE EDITOR.txt to also cover how lists are parsed. 2003-08-13 01:24:56 +02:00