|
|
|
@781
|
4 years |
lowjoel |
Implemented a Single-Instance version of Eraser. The GUI program will only …
|
|
|
|
@773
|
4 years |
lowjoel |
Eraser now takes two command parameters for GUI mode: --atRestart and …
|
|
|
|
@761
|
4 years |
lowjoel |
-Make sure CommandMain? always returns a value
-When a Win32Exception is …
|
|
|
|
@759
|
4 years |
lowjoel |
-Replace the Eraser program entry points with those that retunr ints for …
|
|
|
|
@756
|
4 years |
lowjoel |
The default schedule on the command line is to queue for immediate …
|
|
|
|
@752
|
4 years |
lowjoel |
Actually send the correct schedule, not just parse the command line …
|
|
|
|
@751
|
4 years |
lowjoel |
-Allow users to specify the schedule on the command line
-Check that …
|
|
|
|
@750
|
4 years |
lowjoel |
-Create the RemoteExecutorClient? instance only when AddTask? is called; …
|
|
|
|
@747
|
4 years |
lowjoel |
Always transfer the absolute file path when sending a request to a …
|
|
|
|
@742
|
4 years |
lowjoel |
Allow the user to control whether the shell extension should be loaded …
|
|
|
|
@741
|
4 years |
lowjoel |
Created interfaces such that event handlers can be associated with tasks …
|
|
|
|
@740
|
4 years |
lowjoel |
Allow Eraser to accept remote connections from other sources on the same …
|
|
|
|
@737
|
4 years |
lowjoel |
-Allow the --method parameter to be optional
-If a RemoteExecutorServer? …
|
|
|
|
@631
|
4 years |
lowjoel |
Create the Client and Library instances before the Console class is given …
|
|
|
|
@625
|
4 years |
lowjoel |
Completed the command line frontend to Eraser. Yay!
|
|
|
|
@624
|
4 years |
lowjoel |
Extracted the Command* functions to the CommandLineProgram? class, since it …
|
|
|
|
@617
|
4 years |
lowjoel |
-Don't ask for users to press a key to continue if the user specified …
|
|
|
|
@616
|
4 years |
lowjoel |
Allow the user to specify that he wants a quiet session.
|
|
|
|
@612
|
5 years |
lowjoel |
Allow Eraser to run as a command line application (create our own console …
|
|
|
|
@608
|
5 years |
lowjoel |
Implemented a branch at Main so that the same Eraser.exe can run both …
|
|
|
|
@607
|
5 years |
lowjoel |
Make Executor subclasses implement IDisposable.
|
|
|
|
@599
|
5 years |
lowjoel |
Fixed a regression where selected UI languages aren't applied.
|
|
|
|
@597
|
5 years |
lowjoel |
Null settings will just delete the registry value now, instead of throwing …
|
|
|
|
@594
|
5 years |
lowjoel |
The Task list should be stored together with other Eraser settings.
|
|
|
|
@581
|
5 years |
lowjoel |
Added a shorthand S._ which takes variable number of arguments for string …
|
|
|
|
@573
|
5 years |
lowjoel |
Store all settings in the same registry key for all future v6 releases.
|
|
|
|
@562
|
5 years |
lowjoel |
-The EraserSettings? class should belong in Program.cs
-Defined a few …
|
|
|
|
@561
|
5 years |
lowjoel |
Part one to fixing #32: replace the Dictionary object with the Settings …
|
|
|
|
@495
|
5 years |
lowjoel |
-Defer the starting of the execution thread until the application event …
|
|
|
|
@420
|
5 years |
lowjoel |
Removed the settings changed event since after reimplementing a few bits …
|
|
|
|
@412
|
5 years |
lowjoel |
Redesigned the Manager.Settings class.
-The plugin settings are no longer …
|
|
|
|
@367
|
5 years |
lowjoel |
-Added Dutch translations for all Eraser main program dialogs.
-Replace …
|
|
|
|
@359
|
5 years |
lowjoel |
-Plausible deniability should default to disabled since there is no set of …
|
|
|
|
@349
|
5 years |
lowjoel |
Added the copyright headers to all the source files.
|
|
|
|
@338
|
5 years |
lowjoel |
Use Overwriter's suggestion that plausible deniability files should be …
|
|
|
|
@332
|
5 years |
lowjoel |
Updated Manager interface. The Constructor of the library instance now …
|
|
|
|
@315
|
5 years |
lowjoel |
-Slightly faster approach to calling xgettext
-Fixed an English string …
|
|
|
|
@314
|
5 years |
lowjoel |
Internationalize the Eraser main project source files. Designer files …
|
|
|
|
@310
|
5 years |
lowjoel |
Allow runtime changing of UI languages.
|
|
|
|
@307
|
5 years |
lowjoel |
Added the UI and the API for language plugins.
|
|
|
|
@303
|
5 years |
lowjoel |
Allow plugins to store their own settings and allow them to display a …
|
|
|
|
@301
|
5 years |
lowjoel |
Implemented plausible deniability code
-Replaced GetRandomFileName? with …
|
|
|
|
@289
|
5 years |
lowjoel |
Better defaults.
|
|
|
|
@288
|
5 years |
lowjoel |
Fixed defaults when the program is started for the first time.
|
|
|
|
@284
|
5 years |
lowjoel |
Handle Serialization exceptions when loading the task list.
|
|
|
|
@280
|
5 years |
lowjoel |
Replace the Globals static class with the ManagerLibrary? class which is a …
|
|
|
|
@238
|
5 years |
lowjoel |
-Check for --restart before running those run-on-restart tasks
-Moved the …
|
|
|
|
@236
|
5 years |
lowjoel |
Do run those Erase on Restart tasks.
|
|
|
|
@234
|
5 years |
lowjoel |
Implemented task list saving/loading
|
|
|
|
@223
|
5 years |
lowjoel |
Allow the program to quit.
|
|
|
|
@222
|
5 years |
lowjoel |
Move the Eraser Client object to the Program class for client access. …
|
|
|
|
@94
|
5 years |
lowjoel |
Added the Main Form, with the basic background.
|
|
|
|
@78
|
6 years |
lowjoel |
Initial check in for the v6 branch.
|