Commit Graph

14 Commits

Author SHA1 Message Date
Jim Westfall
76c4af0ec3 Additional Mono rendering fixes
- on initial rendering mono likes to send a resize event where the width
is 0, ignore it.  This was causing gbDatInfo to not render until a
manual resize was done.

- set AutoScaleMode to System.Windows.Forms.AutoScaleMode.None.  This
fixes a number of rendering issues under mono and didnt seem to have any
negative effect under c#/windows builds.

- tweak some of the initial form sizes and locations on FrmMain.  A
number of the setting didnt make sense based on the size of the panel
they were put it.  This resolves an issue with the gbDatInfo and
gbSetInfo starting off with the wrong size under mono.
2014-11-01 17:05:14 -07:00
gjefferyes
0801ddc7f0 Merge pull request #4 from jwestfall69/master
Couple bug fixes for mono/linux, additional cleanup from file renames
2014-10-24 08:43:38 -05:00
Jim Westfall
47bf98faf0 remove needless Console.ReadLine(), causes ui to stall waiting for input on console/tty 2014-10-23 22:04:01 -07:00
Jim Westfall
f436495aa2 Fix classes to match up with recent file renames 2014-10-23 21:59:09 -07:00
Jim Westfall
9a6bc0a165 Don't attempt to read Length/LastWriteTimeUtc if the file/dir doesn't exist 2014-10-22 17:56:46 -07:00
gjefferyes
be346c3485 Fix bug:
DatMaker truncates filenames containing periods
2014-10-22 10:50:41 -05:00
gjefferyes
3c6ca00d4a re-added .NET File IO support, to try and get closer to RomVault working on Linux/Mono. 2014-10-22 10:37:47 -05:00
gjefferyes
0eb2d48241 Merge pull request #3 from jwestfall69/master
Standardize the case of file names and how they are referenced in ROMVault2.csproj
2014-10-21 08:55:16 -05:00
Jim Westfall
9121f65a1f <DefineConstants> should be semi-colon separated list, not comma. Remove
unneeded System.Deployment include (mono doesnt support it).
2014-10-18 20:34:06 -07:00
Jim Westfall
891f53ef34 Standardize the case of file names and how they are referenced in
ROMVault2.csproj so its possible to compile on a case sensitive
filesystem (ie mono on linux)
2014-10-18 16:36:00 -07:00
gjefferyes
5d7aa95445 added LICENSE 2014-10-09 18:29:50 -05:00
gjefferyes
83bfb6eba6 removed outputPath 2014-09-23 12:08:11 -07:00
gjefferyes
5179fafbc0 First Public Release. 2014-09-23 12:06:15 -07:00
gjefferyes
5ce43ac380 Initial commit 2014-09-23 14:02:59 -05:00