Wykres commitów

150 Commity (master)

Autor SHA1 Wiadomość Data
Nathan Crawford 34fb797550 Incremented versions and updated copyright year for embroideryReader and PesFile projects 2019-02-24 23:17:28 -05:00
Nathan Crawford f25708e604 Incremented version to 2.2.4, updated copyright year to 2018 2018-09-21 00:41:30 -04:00
Nathan Crawford 51bc553e73 Attempt to stop crash related to settings file when closing 2018-06-03 13:38:47 -04:00
Nathan Crawford afd3e80907 Try to catch errors when color number is out of range in PesFile.OpenFile()
Also cleanup some unneeded namespace specifiers
2017-12-14 16:43:03 -05:00
Nathan Crawford c16f3e7fb0 Fix select naming violations identified by VS 2017 2017-09-13 01:05:29 -04:00
Nathan Crawford 36e1668305 Increased version to 2.2.3 for new release, removed debug info from about dialog 2016-05-10 22:03:58 -04:00
Nathan Crawford b2e8809004 Added comment about printer resolution, incremented installer version to 2.2.2 2016-04-14 19:17:49 -04:00
Nathan Crawford aeb8aaf6e4 Catch InvalidPrinterException when showing print preview dialog. Should resolve issue #14. 2016-04-12 16:49:45 -04:00
Nathan Crawford 612b8d0a24 Set 100% scale based on 96 DPI instead of 254 DPI 2016-04-12 16:30:30 -04:00
Nathan Crawford 1b33c47dda Fix print scaling code, should resolve issue #12 and may help with issue #10 and issue #11 2016-04-12 16:16:08 -04:00
Nathan Crawford 8471b3519c Increased version to 2.2.1 2016-04-07 22:21:55 -04:00
Nathan Crawford 9c44d3ecf6 Properly load and save background grid color when background grid is disabled 2016-04-04 22:51:35 -04:00
Nathan Crawford fe2e9a7446 Add some basic checks on printer resolution to try to debug issue #11 2016-04-04 22:28:22 -04:00
Nathan Crawford 9a7c4c19b4 Dispose temporary image used in scaling code 2016-04-04 21:15:46 -04:00
Nathan Crawford 7c779615dc Remove exception warning and narrowed exceptions down to just the expected types 2016-04-04 18:52:41 -04:00
Nathan Crawford 06e3a79874 Increase version to 2.2.0 for new feature release 2016-04-04 18:18:40 -04:00
Nathan Crawford 5f92c297f4 Updated to ErrorReporter.dll version 0.2 2016-04-04 16:23:41 -04:00
Nathan Crawford 01e04b0a61 Re-wrote Wix installer from the ground up 2016-04-01 00:49:07 -04:00
Nathan Crawford 37c0b98487 Try to dispose IDisposable objects more diligently 2016-03-31 20:49:39 -04:00
Nathan Crawford 89c706588a Silence warnings about exceptions 2016-03-31 19:49:00 -04:00
Nathan Crawford ea38b44295 Attempt to optimize design drawing code a little, capture more info about each stitch as it is read from the file, increment project versions in prep for a beta release 2016-03-31 00:41:01 -04:00
Nathan Crawford 3bc68def33 Remove ErrorReporter.cs and use ErrorReporter.dll instead 2016-03-30 18:28:04 -04:00
Nathan Crawford db7902970f Updated to IniFile 2.3.1 to fix issue where ini file is always rewritten 2016-03-27 22:15:19 -04:00
Nathan Crawford b1905feca1 Incremented versions for EmbroideryReader and PesFile 2016-03-22 19:51:42 -04:00
Nathan Crawford 3fda9e60b1 Replace PesFile.readyStatus with exceptions and exception handling 2016-03-22 19:48:13 -04:00
Nathan Crawford d2f64f0205 Catch IOExceptions when opening files 2016-03-22 19:17:25 -04:00
Nathan Crawford 02ed3d8794 Use consts for WndProc messages 2016-03-22 18:48:12 -04:00
Nathan Crawford fc04bef577 Moved error reporting code to ErrorReporter class
Also tweaked and improved code to load reporting webpage
2016-02-24 12:53:19 -05:00
Nathan Crawford 5cf44ec832 Load translations before design file, in case there is an error 2016-02-23 23:40:21 -05:00
Nathan Crawford 246194c2aa Removed "using" directives that VS 2015 identified as unused 2016-02-23 23:09:13 -05:00
Nathan Crawford d32bab0edb First try at reporting unhandled exceptions 2016-02-23 22:19:59 -05:00
Nathan Crawford 9c1ec936a6 Updated another missed copyright year 2016-02-18 18:32:27 -05:00
Nathan Crawford c793ee83d2 Check working dir if translations can't be found relative to exe 2016-02-18 18:30:04 -05:00
Nathan Crawford b490109711 Don't change prefs until the OK button has been clicked
Also make the preferences dialog a bit more robust
2016-02-18 18:28:29 -05:00
Nathan Crawford d8d135ffe5 Update some copyright years that were missed last time around 2016-02-18 18:26:56 -05:00
Nathan Crawford 0e26a1644f Set minimum window size to prevent opening a tiny window 2016-02-18 18:25:56 -05:00
Nathan Crawford 3fed11f544 Incremented version to 2.0.2 and updated copyright year 2016-01-11 20:14:07 -05:00
Nathan Crawford b1d1fd0c89 Only save window size if not maximized or minimized, and save and restore window maximized state
This should help with the tiny window in issue #5
2016-01-11 19:52:02 -05:00
Nathan Crawford cb65256d5b Fix another bug with finding available translations 2015-12-28 21:02:59 -05:00
Nathan Crawford d9342e1180 Load translations relative to .exe instead of working directory 2015-12-28 20:17:09 -05:00
Nathan Crawford adf3b6a3cd Increase version to 2.0.1 to build test release for bug fixes 2015-12-28 19:01:19 -05:00
Nathan Crawford 0f11f3c63d Check for null design and valid bitmap size when updating image, should fix issue #5 2015-12-21 21:09:57 -05:00
Nathan Crawford e2604752e6 Increase version to 2.0.0 2015-09-22 22:28:46 -04:00
Nathan Crawford f71b0fe111 Removed UpdateCheck.dll and replaced it with EmbroideryReaderUpdates.cs 2015-09-22 21:38:01 -04:00
Nathan Crawford 0705e4b456 Try to match printer resolution when printing a design 2015-04-17 00:35:33 -04:00
Nathan Crawford 0d4ec463f2 Convert thread thickness and filter stitches threshold from double to float 2015-04-17 00:35:32 -04:00
Nathan Crawford 088682071b Fixed loaded file name in window title bar 2015-04-17 00:35:32 -04:00
Nathan Crawford 2f4b84e0e8 Default auto scale design to true 2015-04-17 00:35:32 -04:00
Nathan Crawford a5f7f8e14a Cleaned up and fixed rotate and scale code (resolves #4), fixed incorrect image being sent to print preview 2015-04-17 00:34:16 -04:00
Nathan Crawford 5d3f5886b8 Added Scale / Zoom menu as partial implementation of issue #4 2015-04-03 02:09:59 -04:00