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

71 commits

Author SHA1 Message Date
Brian Fiete
72242aa31c Horizontal scroll wheel support 2020-10-15 10:00:36 -07:00
Brian Fiete
8376355098 Fixed multi-sourced symbol server conflict 2020-10-06 07:07:45 -07:00
Brian Fiete
a215bac755 Added Relaunch option on crash dialog 2020-09-17 14:15:38 -07:00
Brian Fiete
7f3ab3878f File size querying 2020-09-11 16:39:17 -07:00
Brian Fiete
0b7edafd73 Fixed issue with forward/backward mouse buttons 2020-09-09 23:29:36 -07:00
Brian Fiete
0347f997f2 Support for Forward/Backward mouse buttons 2020-09-03 08:14:24 -07:00
Brian Fiete
d807049b9f Added line copying to copy/cut/paste 2020-08-30 07:49:34 -07:00
Brian Fiete
b7b065855d Start of wasm support 2020-08-06 09:24:37 -07:00
JamesOrson
e76becf4c6 Remove unnecessary delete statements
If a value is null, the C++ delete statement will do nothing, so there is bo need to explicitly check if the value is null.
2020-07-10 16:36:14 -07:00
Brian Fiete
3123aad0d1 Fixed exe path issue 2020-07-07 13:08:45 -07:00
Brian Fiete
6e5b6694a1 Fixed dynamic Beef libs on Linux/macOS 2020-06-30 12:13:20 -07:00
Brian Fiete
365701fe2f Write crash info to OutputDebugString 2020-06-25 05:21:03 -07:00
Brian Fiete
7c2ef7f709 Crash backtrace improvements 2020-06-10 07:13:48 -07:00
Brian Fiete
a7e9182d4b Added crash text to minidump 2020-05-29 16:10:47 -07:00
Brian Fiete
08adbd565b Made crash catcher calls virtual to support intra-module calling 2020-05-28 08:47:39 -07:00
Brian Fiete
f1eafa8d81 Added ability to catch llvm errs(), shared crashcatcher object 2020-05-28 07:25:25 -07:00
Brian Fiete
a055249523 Added support for caching compiled shaders to remove D3DCompiler dep 2020-05-25 11:03:10 -07:00
Brian Fiete
84aecbca81 Smoother mouse wheel scrolling 2020-05-25 00:10:35 -07:00
bfiete
6b46904510 Working on Linux fixes 2020-05-21 06:58:26 -07:00
Brian Fiete
7fc71c7197 Linux fix 2020-05-16 12:26:13 -07:00
Brian Fiete
50244bf400 Triple-click to select line 2020-05-16 10:11:04 -07:00
Brian Fiete
4472449cc4 Allows for stack base to change 2020-05-16 10:07:17 -07:00
Brian Fiete
767ced3563 Improved fatal errors - they run through crash handler now 2020-05-13 12:30:25 -07:00
Brian Fiete
962ebba6e9 Disabled Alt+Enter 2020-05-11 10:31:12 -07:00
Brian Fiete
26604017f8 Multi-monitor fixes 2020-05-07 08:39:40 -07:00
Brian Fiete
4479af6df4 Fixed BfpFile_GetActualPath 2020-04-28 15:51:22 -07:00
Marc-André Lavoie
7c4c9e6ce9 Fix error tooltip position on multi-screen systems 2020-04-08 21:56:24 -04:00
Brian Fiete
757464db3e Fixed popup location clipping 2020-03-30 12:17:24 -07:00
Brian Fiete
857c1c384a Added support for "case when" (valueless) switch cases 2020-02-23 06:14:14 -08:00
Łukasz Pankowski
691f81f5c1 Fixed segfault in Environment.GetEnvironmentVariables on POSIX 2020-02-01 14:13:36 +01:00
Brian Fiete
e2799b8d6d Fix for localized system directory names 2020-01-18 14:42:18 -08:00
Brian Fiete
5fd523e43f Tentative fix for Alt+Gr 2020-01-15 08:34:40 -08:00
Brian Fiete
c2ee401812 Fixed opening workspace paths containing '/../' or '/./' 2019-12-26 07:03:35 -08:00
Brian Fiete
4dcd7f9c6a Fixed constExprs with ints, hover for enum values, _ for enums 2019-12-24 13:13:04 -08:00
Brian Fiete
42452fe09c Deferred Import dynamic/static check, fix calling convention 2019-12-21 05:44:01 -08:00
Brian Fiete
dffde00a6a Enum fixes, small reflection fixes 2019-11-25 06:47:41 -08:00
Brian Fiete
098ad1ce55 Optimizations, switching CanImplicitlyCast method, new CPU rate checker 2019-11-19 09:58:35 -08:00
Brian Fiete
83004c1184 Options clearing fix, BeefBuild path fix 2019-11-07 06:54:54 -08:00
Brian Fiete
c7f76f879a Linux fixes 2019-10-29 09:06:51 -07:00
Brian Fiete
9f3fded709 Apple fixes 2019-10-29 05:01:04 -07:00
Brian Fiete
43b69023f6 Added bitcode emission, additional logging 2019-10-29 04:56:42 -07:00
Brian Fiete
3883a3674d Added Android support, and generalized target triple support
Added PICLevel, RelocKind
DarwinCommon/LinuxCommon/AndroidCommon merged into PosixCommon
Mangling changed to avoid '@'
2019-10-23 07:12:36 -07:00
Brian Fiete
67ee302451 Fixes from macOS, first working build 2019-10-15 17:27:09 -07:00
Brian Fiete
2e84b4229c Copying RT files, setting $ORIGIN properly 2019-10-15 14:39:47 -07:00
Brian Fiete
3bf4c792d8 Added target triple support for more useful cross compilation 2019-10-14 17:49:10 -07:00
Brian Fiete
22ec4a86b8 Initial macOS changes
Many changes are related to fixing warnings
2019-10-14 14:08:29 -07:00
Brian Fiete
75f11b1459 More CompilerExplorer changes, like OmitDebugHelpers option 2019-10-14 13:01:15 -07:00
Brian Fiete
c9e0ab6089 Added changes to support CompilerExplorer 2019-10-11 05:58:08 -07:00
Brian Fiete
c97b074fee Linux fixes, misc fixes 2019-10-09 16:20:09 -07:00
Brian Fiete
c0fe3c4dc6 Adding awareness of window minimization/maximization 2019-09-27 13:01:03 -07:00