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

5140 commits

Author SHA1 Message Date
Brian Fiete
b28628e0bb
Merge pull request #2028 from zerkawei/master
Use Beep instead of MessageBeep in IDEApp
2024-09-09 10:32:42 -04:00
Brian Fiete
e50a1a3134 SetCurrentDebugLocation after BfIRCmd_SetInsertPointAtStart 2024-09-09 10:29:59 -04:00
Brian Fiete
e1d5efe4de Fix for tooltip focus stealing 2024-09-09 10:29:32 -04:00
zkw
cd21eb27c7 Prevent IPCHelper usage outside Windows 2024-09-09 15:49:02 +02:00
ESH
01a45c9371 Make Dictionary<TKey, TValue>.Entry protected. 2024-09-09 15:41:05 +02:00
zkw
e1c8ed5a19 Use Beep instead of MessageBeep 2024-09-09 13:51:22 +02:00
zkw
8f9143a21c Implement xdg-desktop-portal for Linux dialogs 2024-09-08 23:48:10 +02:00
Fusioon
921049ba02 Fix dangling error when typing delegate, disallow method body after delegate type 2024-09-07 10:12:37 +02:00
Fusioon
70990053fd Fix startup panel mem leak & resize when item is deleted 2024-09-06 21:17:46 +02:00
Brian Fiete
b5ceaf9a4e
Merge pull request #2023 from Fusioon/terminal_crash
Fix terminal panel crash when closing workspace
2024-09-06 09:09:28 -04:00
Fusioon
4f100fc1c9 Fix crash when creating new workspace with project 2024-09-03 22:25:24 +02:00
Brian Fiete
412689c64d
Merge pull request #2020 from M0n7y5/master
linux build quick fix
2024-08-27 11:06:51 -04:00
M0N7Y5
81a2f95279 linux build quick fix 2024-08-27 05:48:22 +02:00
Brian Fiete
5a31cc35ba Generic CopyTo length fix 2024-08-25 16:34:12 -04:00
Brian Fiete
9f7793a870 Fixed CopyTo methods with Span destinations 2024-08-25 13:42:56 -04:00
Brian Fiete
74a71ef17c Revert 2024-08-25 13:40:50 -04:00
Brian Fiete
de31d974e2 Fixed CopyTo methods with Span destinations 2024-08-25 13:39:00 -04:00
Brian Fiete
8dcdc2f1a7 Make "X" button on tab only respond to left clicks 2024-08-25 12:31:49 -04:00
Brian Fiete
c18e24d7e6 Used cmpxchg for mCollectFailed failover marking during sweep 2024-08-25 09:32:17 -04:00
Brian Fiete
f67eaa6d8a Support for AtomicCmpXChg 2024-08-25 09:31:20 -04:00
Brian Fiete
2a2913f857 Added @Script: support to breakpoints 2024-08-25 09:30:49 -04:00
Brian Fiete
2d8bf1b11b Made debug addrs non-randomized and reproducible 2024-08-25 09:29:56 -04:00
Brian Fiete
3491793f7a Switch param to StringView 2024-08-25 09:26:33 -04:00
Brian Fiete
29b2299dc2 Fix for tuple ToString with wrappable member types 2024-08-24 08:03:12 -04:00
Brian Fiete
4bfa087cec StringView sanity check 2024-08-17 13:01:00 -04:00
Brian Fiete
6c70b2fe65
Merge pull request #2011 from Booklordofthedings/master
Fix profiling bug
2024-08-15 06:56:34 -04:00
Jannis
6640a2ab7a
Update IDEApp.bf 2024-08-15 10:29:28 +00:00
Brian Fiete
fa1ce4dc86 Add GetHashCode to SHA256 2024-08-14 16:46:34 -04:00
Brian Fiete
9f94d4588f Better hashcode bit reduction 2024-08-14 16:42:31 -04:00
Brian Fiete
78e9716f3a Remove extra semicolon 2024-08-14 06:38:21 -04:00
Brian Fiete
d53613c303 Test name leak and slash fix 2024-08-14 06:37:47 -04:00
Brian Fiete
c3b8fdf794
Merge pull request #2008 from Booklordofthedings/master
[Enhancement] Name field for test attributes
2024-08-14 06:26:58 -04:00
Jannis
5c6866d078
Further bugfix 2024-08-14 09:35:57 +00:00
Jannis
aa4287ed55
Bugfix 2024-08-14 09:11:29 +00:00
Jannis
1f6e15bef7
Update TestManager.bf
actually use and resolve Name attribute
2024-08-14 09:03:47 +00:00
Jannis
a1651959a1
Update Attribute.bf
added name field to test attribute
2024-08-14 09:01:44 +00:00
Jannis
288eb9eaad
Update BfCompiler.cpp
Added name attribute
2024-08-14 09:00:53 +00:00
Jannis
e98681d668
Update BfCompiler.cpp
Added a check for a Name property
2024-08-13 22:51:17 +00:00
Brian Fiete
f88e752303 Fix for unions where union val is non-addr and member is a reference 2024-08-12 18:23:49 -04:00
Brian Fiete
0964d7805e NoMouse support 2024-08-12 14:11:50 -04:00
Brian Fiete
01f8af3d97 Make 0 an invalid sound id 2024-08-12 14:11:39 -04:00
Brian Fiete
4f8c820b34 NoMouse support 2024-08-12 14:11:26 -04:00
Brian Fiete
a28fe5be7d GetCurFloat conversion 2024-08-12 14:11:17 -04:00
Brian Fiete
cacfba0d82 Rect ToString 2024-08-12 14:10:58 -04:00
Brian Fiete
623da953c1 NoMouse option 2024-08-12 14:10:49 -04:00
Brian Fiete
266b80d332 Null check for options for dependency on disabled project 2024-08-12 14:10:15 -04:00
Brian Fiete
ecb68a43c0 Add address to error 2024-08-09 21:49:28 -04:00
Brian Fiete
cbcfffa02d COFF 0x1159 handling 2024-07-25 14:54:53 +02:00
Brian Fiete
8de7c57c23 GetCell fixes 2024-07-25 14:54:40 +02:00
Brian Fiete
d32c8212a9 Console fixes 2024-07-25 11:12:43 +02:00