Commit Graph

6 Commits

Author SHA1 Message Date
Lynne Megido 5ac54873ea
work about window, hoorey 2021-10-24 03:35:20 +10:00
Lynne Megido 5298a97c18
code cleanup, replace WebClient w/ HttpClient 2021-10-24 03:07:24 +10:00
Lynne Megido c77c2b34f3
final batch of cleanups 2021-06-15 12:19:12 +10:00
Lynne Megido 34657b9b78
formatting that makes it look slightly less icky 2021-06-15 10:34:11 +10:00
Lynne Megido b26326baf5
code cleanup: name conventions, redundant code...
- use var instead of specific type names where applicable
- get user's home directory from Environment.SpecialFolder.UserProfile instead of reading the HOME environment variable, which isn't always set
- use object initialisers where possible
- remove redundant identifiers (e.g. "Gtk.Application.Invoke" becomes "Application.Invoke"), of which there were MANY
- remove unused local variables
- replace "variable as Class" with "(Class) variable"
- many other miscellaneous improvements

thanks rider 0u0
2021-06-15 10:20:46 +10:00
Lynne Megido 3acd72f575
implemented settings window!! 0u0 2020-09-07 02:39:56 +10:00