naps2/NAPS2
2013-08-31 22:57:17 -04:00
..
Config Removed unnecessary warning disable. 2013-08-31 20:10:08 -04:00
ImportExport Moved NAPS2.Pdf and NAPS2.Email into the subnamespaces NAPS2.ImportExport.Pdf and NAPS2.ImportExport.Email. Also created the namespace NAPS2.ImportExport.Images, which includes some files that were previously in the NAPS2 namespace. 2013-08-28 18:12:57 -04:00
Lang Added Catalan resource files. 2013-08-30 18:32:45 -04:00
Properties Added license.txt to the EXE installer's output for consistency. 2013-08-21 21:58:11 -04:00
Recovery Changed RecoveryIndexImage to use enums rather than ints. Even though it results in a larger serialized file, I think the clarity and type-safety is more important. 2013-08-31 20:03:34 -04:00
Resources Added information icon to FAbout, and set the form to be visible in the taskbar. 2013-08-22 15:57:10 -04:00
Scan Changed RecoveryIndexImage to use enums rather than ints. Even though it results in a larger serialized file, I think the clarity and type-safety is more important. 2013-08-31 20:03:34 -04:00
Setup Updated setup configuration to include Hebrew localization files. 2013-08-29 18:22:46 -04:00
WinForms Fixed form state (location/size) so that it doesn't restore if (a) the point/size is (0,0), or (b) the form is a progress dialog (i.e. FPDFSave or FTwainGui). 2013-08-31 22:57:17 -04:00
.gitignore Renamed project folder to NAPS2 2013-02-23 14:57:58 -05:00
app.config Revert back to .NET 4.0. 2013-08-15 13:10:33 -04:00
appsettings.xml Removed redundant attributes from appsettings.xml. 2013-08-15 21:42:59 -04:00
CollectionExtensions.cs Added LayoutManager (with fluent syntax + dependency management) so that most forms can eventually be user-resized without having to manually handle the control layouts. 2013-08-20 01:00:12 -04:00
CultureInitializer.cs Added appsettings.txt with some initial implementations. 2013-08-15 18:55:08 -04:00
IconButtonSizer.cs Recoded IconButtonSizer.ButtonTextWidth to use a different method for width calculation, in order to make Hebrew text be measured consistently with other character sets. 2013-08-29 18:08:59 -04:00
Icons.Designer.cs Added some pseudo-localized resources 2013-07-13 20:13:36 -04:00
Icons.resx Added language dropdown to main form. 2013-07-08 16:01:46 -04:00
IErrorOutput.cs Updated setup for 2.0 and added IErrorOutput so that error messages are displayed differently for console/gui. 2013-07-07 20:37:29 -04:00
ILProfileIcons.cs Updated license headers, especially adding to new project. 2013-07-07 13:23:20 -04:00
ILProfileIcons.Designer.cs Updated copyright to include Peter De Leeuw 2013-04-28 15:48:24 -04:00
ILProfileIcons.resx Renamed project folder to NAPS2 2013-02-23 14:57:58 -05:00
KernelManager.cs Merge branch 'form_state' 2013-08-29 19:29:21 -04:00
LayoutManager.cs Fixes for LayoutManager, in combination with the form resizing logic. 2013-08-30 21:14:58 -04:00
LoggerFactory.cs Changed LoggerFactory from a static factory to an abstract factory (well, not actually abstract, but same pattern). 2013-08-28 13:58:35 -04:00
MessageBoxErrorOutput.cs NAPS2 project internationalization and code issue fix WIP. 2013-07-09 17:28:40 -04:00
NAPS2.csproj Added Catalan resource files. 2013-08-30 18:32:45 -04:00
NAPS2.licenseheader Updated copyright to include Peter De Leeuw 2013-04-28 15:48:24 -04:00
packages.config Revert back to .NET 4.0. 2013-08-15 13:10:33 -04:00
Paths.cs Changed the "tmp" folder in AppData to "temp" as a matter of style, and refactored some of the code in Paths.cs for reuse. 2013-08-29 22:56:05 -04:00
Program.cs Added appsettings.txt with some initial implementations. 2013-08-15 18:55:08 -04:00
StringWrapper.cs Revert back to .NET 4.0. 2013-08-15 13:10:33 -04:00
Unmanaged.cs Refactored the unmanaged helper classes, moving the common destructor to UnmanagedBase. 2013-08-30 23:38:35 -04:00
UnmanagedArray.cs Refactored the unmanaged helper classes, moving the common destructor to UnmanagedBase. 2013-08-30 23:38:35 -04:00
UnmanagedBase.cs Refactored the unmanaged helper classes, moving the common destructor to UnmanagedBase. 2013-08-30 23:38:35 -04:00