Wykres commitów

289 Commity (master)

Autor SHA1 Wiadomość Data
Nathan Crawford ee4fe73d20 Add Spanish translation from Claudio García Carlón 2022-01-03 18:24:48 -05:00
Nathan Crawford 34fb797550 Incremented versions and updated copyright year for embroideryReader and PesFile projects 2019-02-24 23:17:28 -05:00
Nathan Crawford 742cb94527 Speculative fix for #19, also parse design name from file and add more exceptions if file format is not as expected 2019-02-23 16:07:41 -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 de3eca27c8 Removed an unused property and added to a comment in Wix installer 2016-04-13 20:19:02 -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 34eb10023c Add manufacturer folder back to default install path to avoid possible name conflicts 2016-04-07 23:04:47 -04:00
Nathan Crawford 8471b3519c Increased version to 2.2.1 2016-04-07 22:21:55 -04:00
Nathan Crawford 2d59addb2d Add check for generated bitmap size 2016-04-07 14:36:19 -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 2d78fbc5b5 Increase PesFile version to 1.5 2016-04-04 22:32:48 -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 8798fcb80c Add basic input checks for PesFile.designToBitmap() to help diagnose issue #10 2016-04-04 22:10:04 -04:00
Nathan Crawford 3c9ff412ba Install the start menu icon as an icon, not an executable 2016-04-04 21:24:51 -04:00
Nathan Crawford 5d42ec4c52 Optimize stitch data for Graphics.Drawlines() before drawing 2016-04-04 21:18:12 -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 09d181c1af Potential fix for issue #9 2016-04-04 16:22:28 -04:00
Nathan Crawford 8a141537a7 Change new instal to default to correct location, and allow user to change location 2016-04-01 01:18:34 -04:00
Nathan Crawford 01e04b0a61 Re-wrote Wix installer from the ground up 2016-04-01 00:49:07 -04:00
Nathan Crawford 54f5523484 Change installer to remove old versions before installing new one 2016-03-31 21:19:19 -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 9d2b208a52 Reduce installer's minimum upgrade version to 1.6.0 2016-03-31 17:58:26 -04:00
Nathan Crawford 1c7f85d98e Update installer for beta release 2016-03-31 00:45:55 -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 39cdbbda3f Try to make designToBitmap() a little more efficient, remove a redundant calculation for debug info stitch length 2016-03-30 20:29:26 -04:00
Nathan Crawford daa67cfcdd Properly mask off "extra bits" and clean up debug info loops slightly 2016-03-30 20:04:55 -04:00
Nathan Crawford 71f69a0b3a Add --all option to embroideryInfo. This should resolve issue #3. 2016-03-30 19:33:19 -04:00
Nathan Crawford 06632cc768 Add support for --help, -h and /? to print help message 2016-03-30 19:21:26 -04:00
Nathan Crawford 3bc68def33 Remove ErrorReporter.cs and use ErrorReporter.dll instead 2016-03-30 18:28:04 -04:00
Nathan Crawford 07e700a48d Removed unused returns 2016-03-28 23:24:41 -04:00
Nathan Crawford 7b024e7f27 Read bytes instead of characters when checking PES format markers, and cast bytes to characters before adding to strings 2016-03-28 23:23:14 -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 725ab4e11e Use read-write sharing for opening PES files 2016-03-22 19:16:56 -04:00
Nathan Crawford 5aef99f6e5 Enclose PEC parsing with using() to ensure file is closed 2016-03-22 19:06:00 -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