source: trunk/eraser6 @ 1443

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1443   3 years lowjoel -Abstract the Handle class to the Handle template to be able to take any …
(edit) @1442   3 years lowjoel Remove the unused DataOffset? constant.
(edit) @1440   3 years lowjoel Provide a callback function when erasing file system resident files; this …
(edit) @1439   3 years lowjoel Call the provided callback function even though we do not know what our …
(edit) @1438   3 years lowjoel Made improvements to the progress handling of NTFS' handling of unused …
(edit) @1431   3 years lowjoel When setting the font on the menus as part of themeing use the Menu font …
(edit) @1428   3 years lowjoel Fixed the InvalidOperationException? thrown when Eraser is started. See …
(edit) @1386   3 years aramacciotti
(edit) @1385   3 years aramacciotti schedulerMissed Italian traslation corrected
(edit) @1376   3 years lowjoel Fixed regression introduced in r1305 where session ends do not trigger the …
(edit) @1374   3 years lowjoel Fixed regression in r1157. Fixes #265.
(edit) @1373   3 years aramacciotti Localized Scheduling tab
(edit) @1372   3 years lowjoel Fixed shell extension crash when: -no language is set in the Eraser …
(edit) @1371   3 years lowjoel The resources in the Shell extension are currently sublanguage-neutral …
(edit) @1370   3 years lowjoel When calling CCtxMenu::LoadString? use the Language ID specified in the …
(edit) @1369   3 years lowjoel Manually parse the string table to get the language resource we want when …
(edit) @1368   3 years lowjoel Compilo.
(edit) @1367   3 years lowjoel Restored the English resources. Do RC files work like this?
(edit) @1366   3 years aramacciotti First italian translation of Shell Extension resource file
(edit) @1365   3 years aramacciotti
(edit) @1364   3 years lowjoel Getting ready to release Eraser 6 stable; the first in the stable line …
(edit) @1363   3 years lowjoel ERROR_ACCESS_DENIED is 0x5 not 0x6 (ERROR_INVALID_HANDLE).
(edit) @1361   3 years lowjoel Ignore the ipch folder used by VS2010
(edit) @1360   3 years lowjoel Eraser's still under development, so update the copyright notice.
(edit) @1359   3 years lowjoel Set svn:eol-style to native
(edit) @1358   3 years lowjoel Set svn:keywords and svn:eol-style
(edit) @1357   3 years lowjoel Id is a keyword.
(edit) @1356   3 years lowjoel Split the settings classes from the Program file, I'll code an XML …
(edit) @1354   3 years lowjoel In debug builds, display unlocalised strings as "untranslated"; but in …
(edit) @1353   3 years lowjoel Display the displayed name of the language in the Eraser Settings dialog …
(edit) @1352   3 years lowjoel Position the Eraser tool bar (which is actually a menu bar) at (10, 27); …
(edit) @1351   3 years lowjoel Only extract the relative file name from the 7-zip archive. This is …
(edit) @1350   3 years lowjoel Generate the Version.wxs file first before signing the binaries as …
(edit) @1349   3 years lowjoel Include the Italian translations in the installer distributable.
(edit) @1348   3 years lowjoel Don't sign the DefaultPlugins? binary. If you are developing Eraser you can …
(edit) @1347   3 years aramacciotti Filled "untranslated" strings with default english values
(edit) @1346   3 years aramacciotti Filled "untraslated" strings with english default values
(edit) @1345   3 years aramacciotti Filled some "untranslated" strings with english default value
(edit) @1344   3 years aramacciotti Updated italian translation including main menù translation previously …
(edit) @1343   3 years lowjoel Move the controls in the settings page for Italian as the plausible …
(edit) @1342   3 years lowjoel Display a warning if no valid signing certificate can be found; this …
(edit) @1341   3 years aramacciotti
(edit) @1340   3 years aramacciotti Added italian translation
(edit) @1339   3 years aramacciotti First italian translation
(edit) @1338   3 years aramacciotti Reset font size and type in title
(edit) @1337   3 years aramacciotti Added italian translation resource file
(edit) @1336   3 years aramacciotti First italian translation
(edit) @1335   3 years lowjoel Suppress constant expression warning (this is used to include build …
(edit) @1334   3 years lowjoel Added periods after the backslash in path quotes to ensure that the paths …
(edit) @1333   3 years aramacciotti
(edit) @1332   3 years aramacciotti
(edit) @1331   3 years aramacciotti
(edit) @1330   3 years aramacciotti
(edit) @1329   3 years aramacciotti
(edit) @1328   3 years aramacciotti
(edit) @1327   3 years aramacciotti
(edit) @1326   3 years aramacciotti
(edit) @1325   3 years aramacciotti
(edit) @1324   3 years aramacciotti
(edit) @1323   3 years lowjoel Check protected system file names only if the file name is shorter than …
(edit) @1322   3 years lowjoel Ignore some filetypes generated by VS2010.
(edit) @1321   3 years lowjoel Warning fix. This also allows proper error messages to be displayed to the …
(edit) @1320   3 years lowjoel Added the Italian support files for Andrea Ramacciotti who has kindly …
(edit) @1319   4 years lowjoel Ran csgettext to obtain new internationalisation strings.
(edit) @1318   4 years lowjoel Fixed crash when deleting multiple tasks.
(edit) @1317   4 years lowjoel Allow users to control an elevated instance of Eraser from the Explorer …
(edit) @1304   4 years lowjoel Real fix for #234.
(edit) @1303   4 years lowjoel Eraser should be compiled for any cpu not just x86.
(edit) @1302   4 years lowjoel Align the job title with the rest of the text.
(edit) @1301   4 years lowjoel Rebuilt BevelLine? that sizes correctly when used with Localisation.
(edit) @1300   4 years lowjoel New DragDropLib? assembly, this was recompiled (without any namespace …
(edit) @1299   4 years lowjoel When selecting too many files for erasure at once show a useful error …
(edit) @1298   4 years lowjoel Blank the current pass text when the task completes.
(edit) @1297   4 years lowjoel We don't grow the stream to overwrite all the MFT records - we just …
(edit) @1296   4 years lowjoel Allow dragging many files into the Eraser window. Fixes …
(edit) @1289   4 years lowjoel Compile warning fix.
(edit) @1288   4 years lowjoel When erasing resident files do NOT extend the stream lest the resident …
(edit) @1287   4 years lowjoel When checking whether a file fits in the MFT record we went to checkt he …
(edit) @1286   4 years lowjoel Revert r1285 as this patch isn't ready for public use yet.
(edit) @1285   4 years lowjoel Handle nonexistant files properly - don't halt the entire task just …
(edit) @1284   4 years lowjoel Potential fix for #234. Seems to work.
(edit) @1282   4 years lowjoel Use directory-relative for syntax. Fixes the signing in builds.
(edit) @1278   4 years lowjoel -Display a useful error message when an error is encountered initiating a …
(edit) @1277   4 years lowjoel Upgraded to the 4.63 LZMA SDK.
(edit) @1276   4 years lowjoel Wrong platform reference.
(edit) @1275   4 years lowjoel Add the documentation to the versioned files so the MSIs can be built and …
(edit) @1274   4 years lowjoel My bad - this is a fix for compiling Eraser in a path containing spaces.
(edit) @1273   4 years lowjoel Downgrade to WiX 3.0 for code stability
(edit) @1270   4 years lowjoel Sign all binaries except vshost.exe
(edit) @1269   4 years lowjoel List the binaries to sign dynamically so we can separately build win32 and …
(edit) @1268   4 years lowjoel Reverted r1258 and r1254-r1255; this is in the EncryptedSettings? branch.
(edit) @1261   4 years lowjoel There's no need to include targetver.h
(edit) @1260   4 years lowjoel Revert r1256 as the declarations are in the Win7 SDK.
(edit) @1259   4 years lowjoel When calling UpdateVersions?.bat quote the call as we may be stored in a …
(edit) @1258   4 years cjax the Settings does not lock the IFFS file, not sure of its implications.
(edit) @1257   4 years cjax fixed -- LogForm? did not refresh its contents when the date of log was …
(edit) @1256   4 years cjax NT forward deceleration problem which resulted in compilation errors. …
(edit) @1255   4 years cjax Replace the RegistrySettings? class with IFFSSettings class for our secure …
(edit) @1254   4 years cjax Utility classes used for IFFS secure settings management.
(edit) @1253   4 years cjax Added click controlled scrolling support. Left click increases the …
Note: See TracRevisionLog for help on using the revision log.