1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-23 01:58:00 +02:00
Commit graph

1082 commits

Author SHA1 Message Date
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
Brian Fiete
8e9d7ed4c4 Lost changes 2021-02-25 10:14:22 -08:00
Brian Fiete
e6c4a95ccd Start of package management 2021-02-25 08:10:21 -08:00
Brian Fiete
af274d1790 NoShow change 2021-02-23 06:16:00 -08:00
Brian Fiete
b061798379 CreateWindowAndRenderer change 2021-02-23 06:14:31 -08:00
Brian Fiete
cdb78eec69
Merge pull request #920 from RogueMacro/master
Some minor fixes for the SDL2 lib
2021-02-23 06:03:51 -08:00
RogueMacro
a273d514c5
Deprecate CreateWindowAndRenderer() and add WindowPos helpers 2021-02-21 19:20:29 +01:00
RogueMacro
45dd528c7b
Fix incorrect link name for SimpleMessageBox 2021-02-20 21:56:16 +01:00
RogueMacro
dfdfe094cd
Fix parameter type in SDLTTF.RenderText_Solid() 2021-02-17 21:22:44 +01:00
RogueMacro
358efb8d54
Add correct parameter types to SDL.CreateWindowAndRenderer() 2021-02-16 16:03:23 +01:00
Brian Fiete
10f175b0c5 Fix for deleting mFileNames values in Reset 2021-02-14 07:36:26 -08:00
Brian Fiete
1d5bb1fade SDL_GetDisplayUsableBounds linkname fix 2021-02-13 06:02:50 -08:00
Brian Fiete
66adc12f73 Improved dragging list view items 2021-02-08 08:51:02 -08:00
Joseph Battelle
0d57e54033 Respect 'Permanent' on TabbedViews when dragging tabs out
TabbedViews now remain open when a single remaining tab is dragged
out of the view when the DockedWidget has 'mAutoClose = false'. This
also applies to views of secondary windows which now remain open and
empty when permanent. In this case, the full window visual no longer
participates in the drag when a single tab is dragged out.
2021-02-07 21:33:53 -08:00
Brian Fiete
2e4792d51e Fix to disable VS check when VS is not required 2021-02-06 06:55:32 -08:00
Brian Fiete
597304c126
Merge pull request #890 from bttelle/maximize-secondary-window
Allow secondary windows to be maximized
2021-02-05 11:51:06 -08:00