1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-12 13:24:09 +02:00
Commit graph

897 commits

Author SHA1 Message Date
disarray2077
6b976e0d1b Return error on event unsubscribe failure 2021-08-01 14:38:09 -03:00
Brian Fiete
3fd6b5a111 Reversed ranges (ie: for (int i in (0 ..< count).Reversed)) 2021-07-21 10:13:26 -07:00
Brian Fiete
465050b81d Ranges (ie: for (int a in 0..<count) for (int i in 1…10)) 2021-07-21 07:48:37 -07:00
Brian Fiete
e561a26695 More trivial inlines 2021-07-21 07:43:11 -07:00
Brian Fiete
4192d90e7a
Merge pull request #1094 from Fusioon/master
Fix AltGr triggering keyboard shortcuts.
2021-07-09 15:52:20 +02:00
fusion
93cef5fe9b Fix AltGr triggering keyboard shortcuts. 2021-07-06 23:52:16 +02:00
Brian Fiete
c10565678e Reflection support for method param attributes, return attributes 2021-07-06 10:55:38 -07:00
Brian Fiete
961e71c62a Exposed system handle for FileStream 2021-07-03 05:29:50 -07:00
Brian Fiete
1efdb334b4 Scientific notation support 2021-07-02 11:20:51 -07:00
Brian Fiete
f49c1957a0 Properly restricted Undo/Redo during readonly 2021-06-29 08:36:31 -07:00
Brian Fiete
bcdf652b99
Merge pull request #1083 from disarray2077/dict_enumerator_remove
Add Remove method to Dictionary Enumerators
2021-06-25 06:13:58 -07:00
disarray2077
ce894beaa9 Update Enumerator version when removing key 2021-06-24 20:19:47 -03:00
disarray2077
709997feb1 Add Remove method to Dictionary Enumerators 2021-06-24 20:04:56 -03:00
disarray2077
36c72e794e Actually, allow Spans to be created from null Arrays 2021-06-24 19:22:22 -03:00
disarray2077
607cca1431 Allow null array to be implictly casted to Span 2021-06-24 19:02:07 -03:00
Brian Fiete
bea4fe007a Fixed static init/deinit priority for Thread.Current 2021-06-24 09:24:41 -07:00
Brian Fiete
3ce389af0f
Merge pull request #1078 from disarray2077/invariantinfo_fix
Fix InvariantInfo
2021-06-22 07:26:28 -07:00
disarray2077
40d11226ba Fix InvariantInfo 2021-06-21 17:39:22 -03:00
disarray2077
47a5785179 Fix a thread safety issue in TimeZoneInfo 2021-06-21 17:06:33 -03:00
Brian Fiete
d998fe2229 Thread priority fixes 2021-06-19 12:35:29 -07:00
Brian Fiete
c3e6282a8b OnCancel 2021-06-07 06:38:29 -07:00
Brian Fiete
6703cd18ee 32-bit read fix 2021-06-07 06:23:08 -07:00
Brian Fiete
543d9bfe33 Declare IDiposable 2021-05-31 07:01:03 -07:00
Brian Fiete
dcfd5a28fd Revert "Declare IDiposable"
This reverts commit e6ef10be4a.
2021-05-31 07:00:03 -07:00
Brian Fiete
e6ef10be4a Declare IDiposable 2021-05-31 06:59:28 -07:00
Brian Fiete
39c140f44a Additional 3d support 2021-05-25 10:57:22 -04:00
Brian Fiete
e004b6fe17 Fixed ContainsValue 2021-05-20 16:25:26 -04:00
Brian Fiete
a574b54348 Merge remote-tracking branch 'origin/master' 2021-05-20 06:35:21 -04:00
Brian Fiete
54e42e8e31
Merge pull request #1012 from EinBurgbauer/comptime-genericarg-fix
comptime get generic arg fix
2021-05-20 06:35:53 -04:00
Brian Fiete
351d94e0e8 ReadStrSized32 2021-05-20 06:33:28 -04:00
Brian Fiete
d08b45018c Simpler ContainsValue 2021-05-20 06:33:07 -04:00
EinBurgbauer
5a19981606 basic Dictionary ContainsValue functionality 2021-05-17 16:23:18 +02:00
EinBurgbauer
46b5bfce1e made static only stuff a static class 2021-05-17 15:01:49 +02:00
EinBurgbauer
f98b9dc99a comptime get generic arg fix 2021-05-17 14:35:14 +02:00
EinBurgbauer
38f4b349f2 collection item dispose mixins, string specific list 2021-05-17 14:22:26 +02:00
Brian Fiete
f26df6c86b Additional 3d support 2021-05-12 07:24:29 -04:00
EinBurgbauer
98da39a3ba properly reset internal state on close 2021-04-13 09:30:59 +02:00
Brian Fiete
1cb5538317 Buffered fix 2021-04-12 17:22:14 -04:00
Brian Fiete
3756323021 32-bit fixes 2021-04-11 07:55:53 -04:00
Brian Fiete
c77f861fb7 Merge remote-tracking branch 'origin/master' 2021-04-11 07:04:23 -04:00
Brian Fiete
4bf12e121c Stream buffering 2021-04-11 07:04:17 -04:00
Brian Fiete
9e3248fb4f CachedEnumerateInputDevices 2021-04-11 07:02:00 -04:00
Hiroko
9fe7df9950 OpenFileName struct: Change default extension type (char8* -> char16*) 2021-04-04 18:10:46 +02:00
EinBurgbauer
9772364a6d fix readonly editwidget deletions 2021-04-04 10:37:33 +02:00
EinBurgbauer
1296f002a3 list remove range fix, remove range fast 2021-03-20 07:48:10 +01:00
Brian Fiete
ed837c10c1
Merge pull request #962 from Moneyl/master
Add functions to System.IO.Stream
2021-03-17 10:40:04 -04:00
moneyl
b1dc76ba11 PR feedback changes 2021-03-17 10:32:01 -04:00
Brian Fiete
202a3f7cfc Store prodName/guid 2021-03-17 07:47:14 -04:00
moneyl
a1e15ecb73 Add ReadNullTerminatedString to System.IO.Stream
Function that reads a null terminated string from the stream.
2021-03-16 19:39:38 -04:00
moneyl
7cc95c2b07 Add functions to System.IO.Stream 2021-03-16 19:06:01 -04:00