143 Commits

Author SHA1 Message Date
7942b25c3f update .gitignore 2024-03-31 17:22:21 -04:00
d55c8cdaac provide a GetHueScaledInt32 function 2023-07-09 19:26:42 -04:00
248e1e8bad provide a simple generic unified logging mechanism 2023-07-09 19:26:18 -04:00
02e3b9fedc provide a generic property value store for plugin-specific configuration 2023-07-09 19:25:34 -04:00
935daede06 expose CancelKeyPress as an overridable method on Application 2023-07-06 22:36:24 -04:00
88a27eb26f add StringBuilder extensions and ICustomPlugin, and move ProgressEvent from UniversalEditor into MBS.Framework core 2023-07-01 21:20:13 -04:00
5857da49d0 misc features 2023-07-01 21:19:36 -04:00
3557d81a55 add operator - and + and Offset method 2023-07-01 21:19:18 -04:00
861622bac3 add AutoRegister property and typed Get<T> methods 2023-07-01 21:18:49 -04:00
b77bc4280c implement a Clone method for Rectangle 2023-07-01 21:13:17 -04:00
cec65cceb0 bring in advanced string splitting functions from Universal Editor 2023-06-05 15:57:49 -04:00
58b272b873 misc fixes, improvements, new features 2023-04-17 08:03:07 -04:00
673b78b8d5 implement url-safe base64 2023-01-07 00:17:47 -05:00
409a35b476
idk 2022-12-04 14:00:25 -05:00
ce25595b60
implement FromHSV 2022-12-04 14:00:10 -05:00
3776abb71a
add ActivationDelegate to CommandLineCommand 2022-12-04 13:59:55 -05:00
53fefe96f5
add FindFileOptions parm to EnumerateDataPaths 2022-12-04 13:59:30 -05:00
ab32a58e05
various improvements to Framework functionality 2022-10-14 09:46:08 -04:00
a118fb3eef
allow user not specifying a particular MeasurementUnit; this will not be convertible 2022-09-16 01:33:19 -04:00
f8a63cfdeb
Language and localization stuff moved here from MBS.Framework.UserInterface 2022-09-14 01:03:05 -04:00
3fbcb738dd
random junk 2022-09-13 09:42:59 -04:00
2c11c39ff0
rearrange order of OnBeforeShutdown and OnStopping - why are there two of these? 2022-09-13 09:42:38 -04:00
13da008241
allow searching for setting by ID instead of name - names are deprecated 2022-09-13 09:42:16 -04:00
eeda385dcf
implement (untested) deep-copy Clone on SettingsProvider and friends 2022-04-18 23:46:30 -04:00
5356098217
Merge branch 'pre-commit' 2022-04-13 00:45:47 -04:00
9a656a921e
include NanoId in MBS.Framework 2022-04-13 00:45:34 -04:00
479349c069
add Align() extension method for various numeric types 2022-04-13 00:44:02 -04:00
ff282ad8ef
implement Rectnagle.Translate(double, double) 2022-04-13 00:42:37 -04:00
3a5a9a35e8
Merge branch 'master' of github.com:alcexhim/MBS.Framework 2022-03-17 14:28:39 -04:00
656b6abc61
add ID to ChoiceSettingValue 2022-03-17 14:27:48 -04:00
55af41f5cb
implement Color.ToUInt32 2022-03-17 14:27:24 -04:00
6d1aae1600
implement ToString for IEnumerable 2022-03-17 14:26:25 -04:00
e026d576ad
refactor CommandLine and move package file determination into MBS Framework base 2022-03-16 14:11:06 -04:00
55867cd1fb
ensure NativeHandle<T> implements IEquatable<T> 2022-03-15 00:33:22 -04:00
2da999008c
bring in useful InvokeMethod functionality from MBS.Framework.UI 2022-03-14 21:03:17 -04:00
f3f9cf47f2
fix major latent stack overflow error 2022-03-14 21:02:46 -04:00
ef9292689c
install pre-commit 2022-03-14 21:02:18 -04:00
36115d61fa
Merge branch 'master' of github.com:alcexhim/MBS.Framework 2022-03-10 16:34:36 -05:00
460250b7ad
make order of arguments more orthodox 2022-01-17 02:37:35 -05:00
ec36685c3b
return default value if no value has been set 2022-01-17 02:37:04 -05:00
9ca837c212
add DecimalPlaces property 2022-01-15 07:59:32 -05:00
75c2dcca65
add scaffolding for EventFilters (to be implemented in Engine-specific code) 2022-01-15 07:59:07 -05:00
d58213bf78
rudimentary implementation of an Append-Only linked list (e.g. for blockchains) 2022-01-15 07:57:04 -05:00
040bf2e7e1
add comments and an enum value 2021-11-15 23:56:34 -05:00
9c7a3c89f1
implement Contains on HandleDictionary 2021-10-28 15:29:22 -04:00
71aa88c716
calculate sum of all elements in array, UInt16 implementation 2021-10-27 07:43:58 -04:00
c09ec3549d
convert Vector2D into value type 2021-10-27 07:43:31 -04:00
545b3728f1
convenience method to create a Rectangle from Left/Top/Right/Bottom coordinates 2021-10-27 07:42:10 -04:00
fd1c4bece4
improvements to HandleDictionary 2021-10-27 07:41:15 -04:00
313cc26a36
implement Remove() method on HandleDictionary 2021-09-15 13:38:56 -04:00