Commit Graph

143 Commits

Author SHA1 Message Date
David Schmidt
b93084200a Skip the leading return character when this is the first line in the paste buffer 2013-02-01 14:24:59 +00:00
David Schmidt
8b8e9b32dc Add clipboard paste support doc 2013-02-01 01:51:34 +00:00
David Schmidt
17f949d137 Add clipboard paste support 2013-02-01 01:48:24 +00:00
David Schmidt
b6409c9b2a Enable shift-insert for Oliver's clipboard paste 2013-01-30 18:18:11 +00:00
David Schmidt
8fe3ffb920 Open the SCC port on IN#, not just PR# 2013-01-28 19:34:44 +00:00
Oliver Schmidt
93eda21bae Added 'Paste from Clipboard' with F5 key on Windows. 2013-01-27 13:26:13 +00:00
Oliver Schmidt
05fcad315e Made the Visual C++ 2010 solution generally work (again). 2013-01-09 22:52:17 +00:00
David Schmidt
1740ab7044 Update page for Ewen Wannop's starter kit download 2012-07-13 19:16:29 +00:00
David Schmidt
868a0d0d73 Doc tweaks 2012-03-27 20:41:58 +00:00
David Schmidt
ddce4486f8 Update printer documentation 2012-03-27 20:33:17 +00:00
David Schmidt
88cb830565 A little doc cleanup 2012-03-05 21:02:19 +00:00
David Schmidt
18624d3269 Add a little note in the mac vars about some interesting tidbits about SDKs and linking 2012-03-05 17:52:51 +00:00
David Schmidt
9d3d2e79d3 Fixing up some build artifacts for Windows 2012-03-04 13:34:18 +00:00
David Schmidt
2992da09d6 Ignore more rom files 2012-03-02 19:38:16 +00:00
David Schmidt
f5ce7f7f77 Geez, the build wasn't really picking up the native printer code for Win32! 2012-03-02 19:35:46 +00:00
David Schmidt
8159606d9a OSX needs to calculate endianness mid-compilation; it can't be passed on compile command since one gcc invocation can produce both ppc and intel binaries 2012-02-29 17:37:44 +00:00
David Schmidt
8644685329 Doc updates 2012-02-29 05:14:37 +00:00
David Schmidt
1a53b8b314 Updating doc 2012-02-29 01:06:06 +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
4a092e181b Add a tiny little boot image in s7d1 so GSport drops you into BASIC vs. the monitor. 2012-02-27 19:42:15 +00:00
David Schmidt
ddb9a59b5e Move font file back to lib directory, since we can reliably point to it there 2012-02-27 17:59:29 +00:00
David Schmidt
844ac605d4 Add parallel.rom to Mac distro 2012-02-27 16:57:34 +00:00
David Schmidt
4478fb3306 Update windows vars 2012-02-26 23:21:56 +00:00
David Schmidt
f04ff66a84 Update version number for release 2012-02-26 22:08:08 +00:00
David Schmidt
e23679c134 Fixing up the Mac build to be compatible with ppc and intel all in one go 2012-02-26 21:00:06 +00:00
David Schmidt
d2bcf31a45 A little cleanup for Mac OSX 10.3 2012-02-25 19:19:57 +00:00
David Schmidt
dd47539e6b Update generic Unix build - compile with g++ to pick up printer additions, which also resulted in a number of casting changes. 2012-02-24 22:23:00 +00:00
David Schmidt
1ea60eab96 Shuffle Mac build artifacts around, add COPYING.txt to Mac .dmg 2012-02-23 12:40:43 +00:00
David Schmidt
50ab176b20 Keeping the history up to date 2012-02-23 03:21:53 +00:00
David Schmidt
8a755df093 Pretty, pretty icons 2012-02-23 01:57:58 +00:00
David Schmidt
13b927ba21 Nice .DMG for Mac OSX 2012-02-22 03:20:07 +00:00
David Schmidt
69f9348b9c Nice .DMG for Mac OSX 2012-02-22 03:18:41 +00:00
David Schmidt
889e13cd7a Nice .DMG for Mac OSX 2012-02-22 03:18:18 +00:00
David Schmidt
e7ff3fbe25 Update Mac processing for finding cwd 2012-02-22 00:54:59 +00:00
David Schmidt
69622cb30e Work harder to find current working directory in Windows
Update Cygwin DLLs
2012-02-21 16:43:36 +00:00
David Schmidt
a0682eeb28 Have *nix ports automagically create a config file in the current working directory if it doesn't exist 2012-02-21 14:37:20 +00:00
David Schmidt
639b52bda2 Keep up to date with Maven 2012-02-18 23:41:33 +00:00
David Schmidt
e769a36462 Keep history updated 2012-02-18 23:31:18 +00:00
David Schmidt
943cea7559 Windows build now puts everything in one directory for easier operation 2012-02-18 08:03:17 +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
4f0a1d79af Tweaking doc 2012-02-17 14:37:04 +00:00
David Schmidt
70bc2d6785 Updating the doc a bit 2011-01-17 16:30:35 +00:00
David Schmidt
72512f2fc1 Have Windows work with sound 2011-01-16 22:52:06 +00:00
David Schmidt
1ffc645cba Update printer dev documentation 2011-01-10 12:27:25 +00:00
David Schmidt
5dd9a17a3c Update printer dev documentation with text info 2011-01-10 11:45:51 +00:00
David Schmidt
08bc587246 Making sure Win32 can build with and without SDL support, suppress some warnings 2011-01-10 03:10:09 +00:00
David Schmidt
b62b14b392 Let everyone print text. This is a particularly bad hack of the printer code, with ifdefs all over printer.cpp for SDL. I removed HAVE_PARALLEL, since every one has it now; but HAVE_SDL is now a switch that defines if a platform has the graphics library available instead. 2011-01-09 23:19:39 +00:00
David Schmidt
357870d575 Add plain text printer output 2011-01-09 17:27:11 +00:00