Commit graph

24 commits

Author SHA1 Message Date
Zaprit
7b45a190c3
Update Eto.Forms and add arm64 macOS build support (#22)
* Updated Eto.Forms to 2.7.0 and added build support for osx-arm64

* update to .NET 6.0
2022-07-25 14:31:48 -04:00
Logan Lowe
b872ebaee6 Fix application closing when choosing mode on Windows
When a new sub form is opened, the main form's ``Close()`` method is called, which halts the entire application on Windows. Instead, we create an instance of the sub form, and bind its ``Closed`` event to an event handler that will halt the entire application.

We can then hide the main form, rather than closing it completely, which resolves the issue and allows the app to run as intended.
2022-06-15 14:55:59 -06:00
jvyden
447ca7b4a5
Merge UnionRemotePatcher into UnionPatcher
Squashed commit of the following:

commit db54f752b1a7d876c8e8ac23f64fac0e133c6c42
Author: jvyden <jvyden@jvyden.xyz>
Date:   Tue Jun 14 21:50:24 2022 -0400

    Fix warnings in Program.cs, remove version

commit abab75e00a9fa5c762669365a130025b7fa28522
Author: jvyden <jvyden@jvyden.xyz>
Date:   Tue Jun 14 21:45:08 2022 -0400

    Enforce file-scoped namespaces

commit d004b8dd77546b0dedc572bc3e7849677a707697
Author: jvyden <jvyden@jvyden.xyz>
Date:   Tue Jun 14 21:43:53 2022 -0400

    Cleanup remote patching

commit d611df7e2e5ad86466acb3fe95b835e5df3efa38
Author: jvyden <jvyden@jvyden.xyz>
Date:   Tue Jun 14 21:25:57 2022 -0400

    Theoretically working state

commit 18b362e268d800bac3c6fa5c3ae0c0b896627648
Author: jvyden <jvyden@jvyden.xyz>
Date:   Tue Jun 14 21:10:58 2022 -0400

    Import code from UnionRemotePatcher

Co-authored-by: Logan Lowe <loganr.lowe@gmail.com>
2022-06-14 21:55:07 -04:00
jvyden
ff38cd2bd6
Code cleanup 2022-06-14 21:02:39 -04:00
jvyden
bccb6749d1
Use file-scoped namespaces 2022-06-14 21:01:29 -04:00
jvyden
a90da4e7b3
Move patch delegate to function 2022-06-14 21:01:09 -04:00
Logan Lowe
36dc7dc37e Review fix
We don't need that Uri
2022-02-20 18:18:06 -07:00
Logan Lowe
eba5a9d189 Update MainForm.cs
Solves #10
2022-02-20 17:54:17 -07:00
Jake
77b693ae08 Fixed compilation error; formatting fixes 2022-02-20 23:57:12 +00:00
Jake
58c418362b Added filesize check; fixed formatting 2022-02-20 19:05:05 +00:00
Jake
8e267a9cd2 Reflow tabs 2022-02-20 16:41:09 +00:00
Jake
4a68509d2b Preliminary ELF file checks 2022-02-20 16:39:00 +00:00
jvyden
2b7f83213f
Target .NET 6.0 2021-11-29 20:43:20 -05:00
jvyden
47896e3d7f
pain 2021-10-28 15:54:49 -04:00
jvyden
91dfa33a7a
Rename root namespace to LBPUnion.UnionPatcher 2021-10-21 16:53:27 -04:00
jvyden
61bf5d5686
Add easter egg 2021-10-18 14:20:46 -04:00
jvyden
a763d3fa26
Automatically determine height
Fixes large buttons on MacOS and Windows.
2021-10-18 13:32:54 -04:00
jvyden
c58a1c622b
Add dialog creation, error checking, and ability to patch using gui 2021-10-18 11:05:41 -04:00
jvyden
0c9de325be
Add CLI patcher 2021-10-18 10:11:09 -04:00
jvyden
8957792a80
Code Cleanup 2021-10-18 00:38:36 -04:00
jvyden
24b90855d1
pass TabIndex into create button methods 2021-10-18 00:37:33 -04:00
jvyden
bf1da1b931
Make buttons do something 2021-10-18 00:35:48 -04:00
jvyden
d0ea2955a0
Design UI 2021-10-18 00:18:51 -04:00
jvyden
d7fdb034cd
Initial commit 2021-10-17 23:49:22 -04:00