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

1290 commits

Author SHA1 Message Date
Brian Fiete
2ce4ec2e3f Multi-cursor tweaks 2025-05-26 08:25:07 +02:00
Brian Fiete
ba4d29d28d
Merge pull request #2229 from kallisto56/master
Feature: Multi-Cursors
2025-05-25 11:21:35 +02:00
Brian Fiete
3263d1a849 Fixed "Tiny" test accidental size increase 2025-05-19 09:02:02 +02:00
Chernyavsky Andrey
5d72a7bdbd Close AutoComplete without removing cursors 2025-05-18 17:46:26 +05:00
Chernyavsky Andrey
85dcba200f Fix: mAllowVirtualCursor check in PasteText() 2025-05-17 11:51:25 +05:00
Chernyavsky Andrey
8ba66f664b Fix: Remove \n for last fragment in CopyText() 2025-05-17 11:47:45 +05:00
Christian Whitehead
96c13e095f Changed FFI API to handle user case where BF_CRT_DISABLE is defined 2025-05-17 03:05:57 +10:00
Brian Fiete
95a9c7aa8e Fixed allocFlag handling in Dbg_ObjectCreatedEx and Dbg_ObjectAllocatedEx 2025-05-16 08:37:54 +02:00
Brian Fiete
4353d2a10d
Merge pull request #2238 from disarray2077/patch-9
Linux fixes
2025-05-12 07:50:08 +02:00
disarray2077
6a35544195 Linux fixes 2025-05-11 23:27:42 -03:00
disarray2077
2056764706
Fix Linux build 2025-05-11 12:06:13 -03:00
Brian Fiete
109ad9fc78 Alternate link name with disabled GC 2025-05-11 07:09:44 +02:00
Brian Fiete
6160d4e6ac Fixed static init issues with CheckErrorHandler 2025-05-11 06:41:08 +02:00
Brian Fiete
e088ce1365 #unwarn on unused variable 2025-05-10 12:52:25 +02:00
Brian Fiete
db0be18eee
Merge pull request #2202 from zerkawei/sockets
Add IPv6 support to Socket
2025-05-10 09:15:14 +02:00
Chernyavsky Andrey
c6fa2b8e79 Feature: Multi-Cursors 2025-05-04 07:59:10 +05:00
Brian Fiete
1e528cba95 2d array CopyTo 2025-05-02 11:40:53 -07:00
Brian Fiete
d48274694e IsModifier updates 2025-05-02 11:40:36 -07:00
Brian Fiete
043bbb07d4 CRepr Point fix 2025-04-15 12:21:38 -04:00
Brian Fiete
c3ad1b9ed1 OutlineOval improvement 2025-04-07 15:08:50 -04:00
Brian Fiete
ef0bc6033b Ovals 2025-04-02 09:40:42 -04:00
Brian Fiete
119da8dada MemLogger 2025-04-01 15:37:03 -04:00
Brian Fiete
96f8b1426d More cases for KeyCode.Parse 2025-03-31 16:48:40 -04:00
Brian Fiete
40c4f202e0 KeyCode.Parse fix 2025-03-31 16:40:32 -04:00
Brian Fiete
11bc782835 Lib fixes 2025-03-31 08:57:22 -04:00
zkw
754d028968 Remove IPv6 overloads on out parameters 2025-03-28 21:26:36 +01:00
zkw
3799c77a5b Add IPv6 support to Socket 2025-03-28 17:56:40 +01:00
Brian Fiete
36d2bb69f5 FlushBuffer instead of Flush on Close 2025-03-28 12:39:05 -04:00
Brian Fiete
b549c820c7 Remove unneeded physical flushing with BufferedFileStream 2025-03-28 12:18:18 -04:00
Brian Fiete
46db1b61d4 SendMessageTimeoutW result size fix, isExpanded for reg string GetValue 2025-03-28 11:43:08 -04:00
Brian Fiete
fe1aa3c26e BeefySysLib point/rect updates, async pipe fixes 2025-03-28 08:08:33 -04:00
Brian Fiete
c7da3e15f9 DynamicCastToSignature release fix 2025-03-22 16:08:14 -04:00
Brian Fiete
37f72cd3b6 Added ability to dynamically cast delegates with compatible signatures 2025-03-22 15:34:59 -04:00
Brian Fiete
cd3052e418 Added Dialog.GenerateClipboardText to fix About version info copy 2025-03-17 06:53:06 -04:00
Brian Fiete
926259e121 Plane.ToString fix 2025-03-08 12:47:17 -08:00
Fusioon
a1a32ecc7a
Add IsMutating to MethodInfo 2025-03-02 16:54:05 +01:00
Brian Fiete
a5b032cc39 Fixed New Class generator with empty namespace 2025-02-22 11:22:49 -08:00
Brian Fiete
7182e167a8 Merge remote-tracking branch 'origin/master' 2025-02-22 09:56:44 -08:00
Brian Fiete
5feb0c044b 'not case' expression, case variable scope change 2025-02-22 09:56:39 -08:00
disarray2077
ad22d71e21
Set focus to class name when opening Class Generator 2025-02-18 20:26:01 -03:00
Brian Fiete
6dc9aeb104 More BF_RUNTIME_DISABLE fixes 2025-02-18 09:51:16 -08:00
Brian Fiete
375fb2807f BF_RUNTIME_DISABLE improvements 2025-02-18 09:26:34 -08:00
Brian Fiete
04ebd9a738 AppendF null fix 2025-02-18 09:15:44 -08:00
Brian Fiete
575e6b439c More 'if (Compiler.IsComptime)' protections 2025-02-18 08:49:20 -08:00
Brian Fiete
66d3581911 Inference of tuple 'params T` 2025-02-18 07:56:02 -08:00
Brian Fiete
de7ec27032 Tweaks to Line Height Scale 2025-02-16 12:04:28 -08:00
Brian Fiete
4ada557f64
Merge pull request #2136 from MineBill/line-spacing
Add a 'Line Height' options that allows changing the the line height of the text editor.
2025-02-16 11:43:14 -08:00
Brian Fiete
421cace017 Expanding support for params in delegates, params tuple support 2025-02-16 11:36:14 -08:00
MineBill
83b37239b7
Make sure to round line spacing. 2025-02-15 20:24:34 +02:00
MineBill
12a87caa65
Don't pass line height in GetLineSpacing 2025-02-15 20:12:13 +02:00