This website requires JavaScript.
bd49e6696a
source tree reorganization
master
Michael Becker
2024-03-31 17:22:34 -04:00
7942b25c3f
update .gitignore
Michael Becker
2024-03-31 17:22:21 -04:00
d55c8cdaac
provide a GetHueScaledInt32 function
Michael Becker
2023-07-09 19:26:42 -04:00
248e1e8bad
provide a simple generic unified logging mechanism
Michael Becker
2023-07-09 19:26:18 -04:00
02e3b9fedc
provide a generic property value store for plugin-specific configuration
Michael Becker
2023-07-09 19:25:34 -04:00
935daede06
expose CancelKeyPress as an overridable method on Application
Michael Becker
2023-07-06 22:36:24 -04:00
88a27eb26f
add StringBuilder extensions and ICustomPlugin, and move ProgressEvent from UniversalEditor into MBS.Framework core
Michael Becker
2023-07-01 21:20:13 -04:00
5857da49d0
misc features
Michael Becker
2023-07-01 21:19:36 -04:00
3557d81a55
add operator - and + and Offset method
Michael Becker
2023-07-01 21:19:18 -04:00
861622bac3
add AutoRegister property and typed Get<T> methods
Michael Becker
2023-07-01 21:18:49 -04:00
b77bc4280c
implement a Clone method for Rectangle
Michael Becker
2023-07-01 21:13:17 -04:00
cec65cceb0
bring in advanced string splitting functions from Universal Editor
Michael Becker
2023-06-05 15:57:49 -04:00
58b272b873
misc fixes, improvements, new features
Michael Becker
2023-04-17 08:03:07 -04:00
673b78b8d5
implement url-safe base64
Michael Becker
2023-01-07 00:17:47 -05:00
409a35b476
idk
Michael Becker
2022-12-04 14:00:25 -05:00
ce25595b60
implement FromHSV
Michael Becker
2022-12-04 14:00:10 -05:00
3776abb71a
add ActivationDelegate to CommandLineCommand
Michael Becker
2022-12-04 13:59:55 -05:00
53fefe96f5
add FindFileOptions parm to EnumerateDataPaths
Michael Becker
2022-12-04 13:59:30 -05:00
ab32a58e05
various improvements to Framework functionality
Michael Becker
2022-10-14 09:46:08 -04:00
a118fb3eef
allow user not specifying a particular MeasurementUnit; this will not be convertible
Michael Becker
2022-09-16 01:33:19 -04:00
f8a63cfdeb
Language and localization stuff moved here from MBS.Framework.UserInterface
Michael Becker
2022-09-14 01:03:05 -04:00
3fbcb738dd
random junk
Michael Becker
2022-09-13 09:42:59 -04:00
2c11c39ff0
rearrange order of OnBeforeShutdown and OnStopping - why are there two of these?
Michael Becker
2022-09-13 09:42:38 -04:00
13da008241
allow searching for setting by ID instead of name - names are deprecated
Michael Becker
2022-09-13 09:42:16 -04:00
eeda385dcf
implement (untested) deep-copy Clone on SettingsProvider and friends
Michael Becker
2022-04-18 23:46:30 -04:00
5356098217
Merge branch 'pre-commit'
Michael Becker
2022-04-13 00:45:47 -04:00
9a656a921e
include NanoId in MBS.Framework
Michael Becker
2022-04-13 00:45:34 -04:00
479349c069
add Align() extension method for various numeric types
Michael Becker
2022-04-13 00:44:02 -04:00
ff282ad8ef
implement Rectnagle.Translate(double, double)
Michael Becker
2022-04-13 00:42:25 -04:00
3a5a9a35e8
Merge branch 'master' of github.com:alcexhim/MBS.Framework
Michael Becker
2022-03-17 14:28:39 -04:00
656b6abc61
add ID to ChoiceSettingValue
Michael Becker
2022-03-17 14:27:48 -04:00
55af41f5cb
implement Color.ToUInt32
Michael Becker
2022-03-17 14:27:24 -04:00
6d1aae1600
implement ToString for IEnumerable
Michael Becker
2022-03-17 14:26:25 -04:00
e026d576ad
refactor CommandLine and move package file determination into MBS Framework base
Michael Becker
2022-03-16 14:11:06 -04:00
55867cd1fb
ensure NativeHandle<T> implements IEquatable<T>
Michael Becker
2022-03-15 00:33:22 -04:00
2da999008c
bring in useful InvokeMethod functionality from MBS.Framework.UI
Michael Becker
2022-03-14 21:03:17 -04:00
f3f9cf47f2
fix major latent stack overflow error
Michael Becker
2022-03-14 21:02:46 -04:00
ef9292689c
install pre-commit
Michael Becker
2022-03-14 21:02:18 -04:00
36115d61fa
Merge branch 'master' of github.com:alcexhim/MBS.Framework
Michael Becker
2022-03-10 16:34:36 -05:00
460250b7ad
make order of arguments more orthodox
Michael Becker
2022-01-17 02:37:35 -05:00
ec36685c3b
return default value if no value has been set
Michael Becker
2022-01-17 02:37:04 -05:00
9ca837c212
add DecimalPlaces property
Michael Becker
2022-01-15 07:59:32 -05:00
75c2dcca65
add scaffolding for EventFilters (to be implemented in Engine-specific code)
Michael Becker
2022-01-15 07:59:07 -05:00
d58213bf78
rudimentary implementation of an Append-Only linked list (e.g. for blockchains)
Michael Becker
2022-01-15 07:57:04 -05:00
040bf2e7e1
add comments and an enum value
Michael Becker
2021-11-15 23:56:34 -05:00
9c7a3c89f1
implement Contains on HandleDictionary
Michael Becker
2021-10-28 15:29:22 -04:00
71aa88c716
calculate sum of all elements in array, UInt16 implementation
Michael Becker
2021-10-27 07:43:58 -04:00
c09ec3549d
convert Vector2D into value type
Michael Becker
2021-10-27 07:43:31 -04:00
545b3728f1
convenience method to create a Rectangle from Left/Top/Right/Bottom coordinates
Michael Becker
2021-10-27 07:42:10 -04:00
fd1c4bece4
improvements to HandleDictionary
Michael Becker
2021-10-27 07:41:15 -04:00
313cc26a36
implement Remove() method on HandleDictionary
Michael Becker
2021-09-15 13:38:56 -04:00
1e590d02fa
add prefix and suffix option for Setting
Michael Becker
2021-09-15 13:38:35 -04:00
c2c9347d6d
empty constructor required by ASP.NET markup parser
Michael Becker
2021-09-08 21:07:27 -04:00
e30257c880
add SingularItemTitle to CollectionSetting - what is this a collection of
Michael Becker
2021-08-19 01:16:26 -04:00
99606449ad
convenience function to copy from any IEnumerable into any IList
Michael Becker
2021-08-16 09:03:32 -04:00
de9149ea8c
implement ToNullTerminatedArray<> and ToArray<> extension methods, as well as a handy HandleDictionary
Michael Becker
2021-08-14 23:45:19 -04:00
e522d7042b
add IsEmpty property to Color
Michael Becker
2021-08-11 12:30:16 -04:00
05915bf21c
add an extension to Random to generate a random Int64 value
Michael Becker
2021-08-11 12:17:26 -04:00
035c6cdd58
implement ldexp function for convenience
Michael Becker
2021-07-25 09:14:16 -04:00
95495ac334
add ToNullTerminatedArray function (for P/Invoke interop)
Michael Becker
2021-07-25 08:48:25 -04:00
96c4c6f217
move stuff from MBS.Framework.UserInterface to base MBS.Framework
Michael Becker
2021-07-25 08:47:33 -04:00
3fda1ae6d1
SelectedValue is the *actual value* associated with the choice, not the ChoiceSettingValue representing the choice
Michael Becker
2021-07-24 17:20:30 -04:00
d98cda9001
fix assembly info
Michael Becker
2021-05-31 23:48:19 -04:00
db4a062ded
provide ability for Settings to be Required (e.g. when used as import options for UE DataFormats)
Michael Becker
2021-05-31 23:47:54 -04:00
a6a9a96aa1
idk
Michael Becker
2021-05-31 23:47:26 -04:00
bf74d17e00
add comments
Michael Becker
2021-05-31 23:47:04 -04:00
de57c72972
provide Measurement-based Vector2D and Dimension2D types
Michael Becker
2021-05-22 02:25:27 -04:00
a660192f89
provide some convenience conversion functions for our new enums
Michael Becker
2021-05-22 02:24:49 -04:00
901cb4a004
implement a simple Tri-State enum (True, False, Unspecified)
Michael Becker
2021-05-22 02:24:03 -04:00
225339bd88
move HorizontalAlignment and VerticalAlignment from MBS.Framework.UserInterface library to MBS.Framework library
Michael Becker
2021-05-22 02:23:19 -04:00
9481a8fa23
enhancements to Settings to pave the way to deprecating CustomOptions in UniversalEditor
Michael Becker
2021-05-22 02:22:12 -04:00
12b4f9cfe4
add DecimalStringSplitter
Michael Becker
2021-05-22 02:19:30 -04:00
fa2024074e
enhancements to Measurement class and adding new (but not necessarily convertible) MeasurementUnits
Michael Becker
2021-05-22 02:19:06 -04:00
6866c3038f
just in case there's an ID10T error
Michael Becker
2021-05-22 02:18:08 -04:00
4b3dc58803
implement a really basic AddRange<T> method for a generic IList<T> and an IEnumerable<T>
Michael Becker
2021-05-22 02:17:46 -04:00
43fc5b7a67
sender should be this, not cmd (that's why you should use CommandEventArgs.Command)
Michael Becker
2021-05-22 02:17:13 -04:00
14b647f6fa
add Folder stock type, which is different than Directory, for some reason
Michael Becker
2021-05-11 23:57:42 -04:00
a305f74c48
update pre-commit
Michael Becker
2021-05-07 22:06:03 -04:00
4c106e3a3a
implement pre-commit hooks on MBS.Framework
Michael Becker
2021-05-07 18:33:35 -04:00
2cb8caacf7
add CardinalDirection enum
Michael Becker
2021-05-07 18:28:31 -04:00
554e079105
enable indexing by guid
Michael Becker
2021-05-04 23:57:14 -04:00
fbc51f8e18
allow subclasses to set Arguments value, and provide a ToString implementation
Michael Becker
2021-04-29 22:35:56 -04:00
2ed59233b3
implement ActionCommandItem - command item that directly executes an action (not a Command)... not sure why
Michael Becker
2021-04-29 22:34:48 -04:00
014a9b99c4
improvements to MBS.Framework.Drawing.Color
Michael Becker
2021-04-29 22:33:58 -04:00
ba7f6a497a
search Commands collection before calling FindCommandInternal (can't remember why...)
Michael Becker
2021-04-29 22:32:59 -04:00
0f4f520963
actually implement DefaultCommandLine
Michael Becker
2021-04-29 22:31:58 -04:00
5194305560
search all added Contexts for the given commandID
Michael Becker
2021-02-27 08:37:41 -05:00
7d72b3b0f9
provide a way to display custom settings UI in SettingsDialog
Michael Becker
2021-02-23 23:41:05 -05:00
32a9da8a02
notify application when a command is enabled or disabled
Michael Becker
2021-02-23 23:40:48 -05:00
489544e372
separate Application contexts (added/removed to Application) and other contexts (e.g. Universal Editor's EditorContext)
Michael Becker
2021-02-23 23:40:31 -05:00
a594833143
migrate Settings codebase from MBS.Framework.UserInterface to MBS.Framework
Michael Becker
2021-02-07 00:12:14 -05:00
2c9d62ac37
silently be more generically usable
Michael Becker
2021-02-06 22:42:49 -05:00
3d961c6691
return ShortName if UniqueName has not yet been set
Michael Becker
2021-02-06 22:42:21 -05:00
7ca5acd471
implement InstallationStatus from MBS Framework for Android
Michael Becker
2021-01-09 22:30:23 -05:00
2fed2cb5ef
add CreateType<T> convenience method
Michael Becker
2021-01-09 22:28:28 -05:00
178b6c8913
add optional search paths support to GetAvailableAssemblies and GetAvailableManifestResourceStreams
Michael Becker
2021-01-09 22:25:27 -05:00
82c2a904ff
overload for CommandLineOptionCollection.Add
Michael Becker
2021-01-09 22:22:53 -05:00
bdecbd93ce
add ToString() method to MBS.Framework.Drawing.Padding
Michael Becker
2021-01-09 22:22:28 -05:00
9f5ce2d484
implement ISupportsExtraData for Command
Michael Becker
2021-01-09 22:18:22 -05:00
83051d779f
add some convenience to enable single-line (new xxxApplication()).Start() paradigm
Michael Becker
2021-01-09 22:16:25 -05:00