Commit Graph

40 Commits

Author SHA1 Message Date
Christopher Mason
cddea99bd5 Missed one string. 2015-07-12 00:00:59 +00:00
Christopher Mason
3d256ecb15 Hide virtual printer menus if not building with SDL. Minor formatting changes to menus (consistent casing of "ImageWriter") and clarify that the other virtual printer is an Epson. 2015-07-08 21:35:07 +00:00
Christopher Mason
4eb6157e11 Force re-creation of the virtual Imagewriter whenever the user enters the control panel. No need to manually select the "Apply Changes" menu item anymore. Moved printer reset function to the main menu so user can reset the virtual Imagewriter quickly and easily if they have a problem. 2015-04-29 19:59:07 +00:00
Christopher Mason
199e2f9a76 Add support to Imagewriter for multiple page sizes and banner printing. 2015-02-08 04:55:32 +00:00
Christopher Mason
766a0744d8 Add menu item to allow user to apply changes to emulated Imagewriter without restarting GSport. To use, make changes and then select "Apply Changes". 2015-02-03 00:02:45 +00:00
Peter
044a19af02 Fix an inconsistent menu name. Previously, the "Developer Options" menu appeared in the main menu as "Debugging Options". 2014-06-16 16:09:23 +00:00
Peter
ab1fee6d3f Shorten the main menu. Previously, the main menu was too long, and menu items would overwrite the help text near the bottom of the screen. 2014-05-21 17:53:23 +00:00
Peter
483b63a050 Show the Debugging Options menu on all platforms that support AppleTalk emulation. 2014-04-23 22:14:35 +00:00
Peter
58cc512bc9 Merged revision(s) 262-316 from branches/pneubauer/appletalk: Add support for AppleTalk emulation and bridging. 2014-04-15 03:23:34 +00:00
Christopher Mason
5df55a3269 Fix some errors in Imagewriter code. 2014-04-06 02:09:46 +00:00
Christopher Mason
9fe038c8d0 Merge Imagewriter branch into trunk. 2014-04-02 21:29:34 +00:00
Christopher Mason
2404c4f5f4 Changed how serial ports are configured. Now you can select what individual port connects to. 2014-02-12 05:10:59 +00:00
David Schmidt
369871df3f Re-enable Cygwin with a couple of tweaks to ifdefs 2013-05-28 20:05:37 +00:00
Peter
9d3d750f98 Fix Win32 specific code that inadvertently leaked outside the "#ifdef _WIN32" blocks. 2013-05-28 17:27:54 +00:00
Peter
08df2baad0 In the Win32 build only, allow the user to hide the console window since a typical end-user won't care about the contents. 2013-05-16 02:06:23 +00:00
Peter
b5069fd381 Add a show/hide "debug status lines" configuration option for Win32 so that this preference gets saved. Related, remove the X-Window specific menu option on Win32 to make room for the new "status lines" option. 2013-05-15 15:55:06 +00:00
Peter
3f7029ec37 Add a missing null terminator to the slot 1 ROM file list. Previously, GSport could crash when "parallel.rom" is missing due to overrunning the end of the file list. 2013-02-17 17:49:48 +00:00
Oliver Schmidt
05fcad315e Made the Visual C++ 2010 solution generally work (again). 2013-01-09 22:52:17 +00:00
David Schmidt
1a92935d20 Boot from a disk image when initially invoked with it 2012-02-28 06:16:34 +00:00
David Schmidt
ac77772f2a Typo snuck in somehow... 2012-02-18 07:58:57 +00:00
David Schmidt
e7e481206d Make life easier on Windows - drag/drop files get more Posix-like names so you can edit file locations from config window 2012-02-18 07:34:21 +00:00
David Schmidt
1c9806253e 2012-02-18 06:21:43 +00:00
David Schmidt
357870d575 Add plain text printer output 2011-01-09 17:27:11 +00:00
David Schmidt
a04a010658 Add diagnostic message to report ROM reading 2011-01-07 12:54:47 +00:00
David Schmidt
3443ba812b Quit, even when the config menu is up. 2011-01-06 03:07:09 +00:00
Mike Stephens
632f67aea9 Merge from mstephens branch. Incorporates modifications to support building under Visual Studio 2010. 2010-10-12 02:43:33 +00:00
David Schmidt
5dc39a808f Merge in changes from activegs 2010-05-08 04:41:06 +00:00
David Schmidt
705f3a159b OS/2 tinkering 2010-04-23 17:31:10 +00:00
David Schmidt
d2bf79bb7c Removing all references to the KEGS name except in the copyright notices 2010-04-21 21:59:03 +00:00
David Schmidt
13183e4ce7 Replacing file descriptor read/write calls with FILE fread/fwrite calls for a little more standard portability. 2010-04-18 03:06:51 +00:00
David Schmidt
6fe4eba92f Simplify image size discovery, rename GSportMac to just GSport 2010-04-17 21:15:15 +00:00
David Schmidt
f5c585f7b0 Quiet down the Windows build 2010-04-17 00:42:53 +00:00
David Schmidt
8096e96c21 Should probably close files again after you're finished with them. 2010-04-16 02:14:59 +00:00
David Schmidt
69507de665 Enable drag/drop files in Windows, add disk image size guessing to config. 2010-04-16 02:05:37 +00:00
Christopher Mason
82e7c863bc Fixed build problems with Uthernet (missing types.h include).
Fixed config.c, should build properly on VC++ and Cygwin.
2010-04-15 02:56:31 +00:00
David Schmidt
c34bc55c64 Compilation fix for Mac 2010-04-13 11:31:55 +00:00
David Schmidt
8b8616209d Buildable on Linux 2010-04-12 15:31:11 +00:00
David Schmidt
4a3949112f Protect Uthernet with HAVE_TFE and Printer with HAVE_PARALLEL 2010-04-12 14:23:37 +00:00
David Schmidt
d4f8d4d606 Initially merge Christopher Mason's changes in (build not working yet) 2010-04-12 10:48:59 +00:00
David Schmidt
adad3fef17 Standard SVN approach 2010-04-11 22:07:58 +00:00