1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-19 00:20:25 +02:00
Commit graph

1038 commits

Author SHA1 Message Date
Martin Cietwierkowski
15ca2a4dfd Compilation fixes
Seems to work now
2023-03-31 20:30:15 -04:00
Martin Cietwierkowski
b33b7454c2 Add missing license file 2023-03-31 20:07:50 -04:00
Martin Cietwierkowski
e3811820b4 Update binaries 2023-03-31 20:05:54 -04:00
Martin Cietwierkowski
8995cd0ee4 Remove unwanted files 2023-03-31 19:58:10 -04:00
Martin Cietwierkowski
ecfac1379a Missing headers 2023-03-31 19:56:43 -04:00
Martin Cietwierkowski
6dc1ad22f9 Inital update 2023-03-31 19:52:41 -04:00
Brian Fiete
ac6f58f118 Switch some captures to '?' 2023-03-17 08:39:05 -07:00
Brian Fiete
ca3abc617f String split optimizations 2023-03-01 06:38:09 -05:00
MineGame159
906248bd98 Fix BumpAllocator destructor when deleting large allocations with destructors 2023-02-25 22:44:00 +01:00
Brian Fiete
94b8406fc5 Additional List range checks 2023-02-23 05:59:32 -05:00
Brian Fiete
d98028d880 RadiansToDegrees/DegreesToRadians 2023-02-23 05:57:54 -05:00
MineGame159
10b64ff09e Added String.Replace() methods for replacing a range within the string 2023-02-20 00:02:15 +01:00
MineGame159
2da891f7ec String.Replace() now takes in StringViews 2023-02-19 23:30:14 +01:00
MineGame159
fdc598b4a2 Add IsStatic and IsAbstract to System.Type 2023-02-17 16:00:34 +01:00
Brian Fiete
b50d2becfc StrRemoveColors 2023-02-08 10:18:23 -05:00
Brian Fiete
227b5f4982 Added "inside" dragging to listview 2023-02-08 10:18:15 -05:00
Brian Fiete
19b31e1dfa Put project file back 2023-01-26 11:48:14 -05:00
Brian Fiete
aae2215942 32-bit fix 2023-01-26 11:13:30 -05:00
Brian Fiete
1291089f47
Merge pull request #1785 from Booklordofthedings/master
added GetCursorPosition
2023-01-26 10:58:59 -05:00
Brian Fiete
701d28d2d6 Faster File.ReadAll 2023-01-26 10:56:05 -05:00
Brian Fiete
998cdfae4c Faster AddRange(Span<T>) 2023-01-26 10:55:45 -05:00
Brian Fiete
b18ec8ccd3 Support for custom menu widget 2023-01-26 10:55:15 -05:00
j vh
b2d1d98f1a added console left and top properties 2023-01-25 15:30:42 +01:00
j vh
cefc8dff59 added GetCursorPosition 2023-01-25 14:46:30 +01:00
Brian Fiete
59f074ba83 Merge remote-tracking branch 'origin/master' 2023-01-23 06:57:06 -05:00
Brian Fiete
4a3e21c1ab Per-font ellipsis configuration 2023-01-23 06:54:20 -05:00
disarray2077
3e210999ce
Add more constructors to ObsoleteAttribute 2023-01-13 18:06:15 -03:00
Brian Fiete
5b80116c8d Merge remote-tracking branch 'origin/master' 2023-01-13 07:02:06 -05:00
Brian Fiete
2746a53839 Process attach improvements 2023-01-13 07:00:11 -05:00
Brian Fiete
5146a92f2e Allow char input through Console 2023-01-13 06:59:34 -05:00
Brian Fiete
b7fca748ee Vector improvement 2023-01-13 06:58:22 -05:00
Brian Fiete
4acfd7b735
Merge pull request #1773 from disarray2077/patch-11
Make `WindowPos` public
2022-12-19 11:35:08 -05:00
disarray2077
572e891c9a
Make WindowPos public 2022-12-19 13:16:11 -03:00
disarray2077
7100333f9a
Make ReplaceLargerHelper private 2022-12-19 13:11:13 -03:00
Chernyavsky Andrey
d0a2b35622 Override DarkTabButton DragEnd 2022-12-03 05:40:30 +05:00
Brian Fiete
17aafaeb66
Merge pull request #1762 from disarray2077/patch-9
Add `Remove` method to HashSet Enumerator
2022-11-30 14:54:37 -08:00
disarray2077
2d7c506b9e
Add Remove method to HashSet Enumerator 2022-11-24 20:07:12 -03:00
disarray2077
7ebf233882
Slightly improve StringEnumerator HasMore 2022-11-24 18:59:18 -03:00
Brian Fiete
c52f3a247e Added required 'using' 2022-11-23 06:22:58 -08:00
Brian Fiete
f055c9ff01
Merge pull request #1759 from disarray2077/patch-7
Add capacity ctor and `SetLength` to MemoryStream
2022-11-23 06:00:05 -08:00
disarray2077
4a0ec6ce8c
Add capacity ctor and SetLength to MemoryStream 2022-11-22 17:30:02 -03:00
disarray2077
d1aafda19e
Add Type overloads to Enum methods 2022-11-22 17:17:14 -03:00
Chernyavsky Andrey
98a03d5d46 Feature: Pinned tabs 2022-11-22 01:24:49 +05:00
Brian Fiete
7293fed046 Dynamically load SDL2.dll 2022-11-17 07:29:50 -08:00
Brian Fiete
4456bc0540 Socket UDP support 2022-11-16 13:56:52 -08:00
Brian Fiete
a49d8399ce More keycodes 2022-11-16 13:56:32 -08:00
Brian Fiete
2428fe8e57 Beefy2D windows enhancements 2022-11-16 13:56:20 -08:00
Brian Fiete
06f8b250fc IDE text undo/redo fix 2022-11-10 06:38:27 -08:00
Brian Fiete
8e191b074b SDL platform improvements 2022-11-10 06:37:55 -08:00
farism
bd891171f7 Add System.Math.Cbrt 2022-10-17 15:51:00 -07:00