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

1295 commits

Author SHA1 Message Date
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
MineBill
1cb21de201
Round thickness of line highlight to prevent weird rendering. 2025-02-14 00:34:04 +02:00
MineBill
fa96e0783c
Add 'mLineHeight' properrty to 'DarkEditWidget' to control line height. 2025-02-13 23:47:11 +02:00
Brian Fiete
60988fda8f Read-from-memory fixes, render target improvements 2025-02-06 08:45:21 -08:00
Brian Fiete
e0529caee0 Beefy 2D updates 2025-02-02 18:21:15 -08:00
MineBill
02c5667d7c
Use theme text color in tooltips. 2025-01-31 00:06:11 +02:00
MineBill
07ca3a319d
Make grid and outline colors configurable. 2025-01-31 00:06:10 +02:00
Brian Fiete
e064020c06 Dialog Ctrl+C fix for non-simple dialogs 2025-01-30 06:44:28 -08:00
Brian Fiete
852d29d770
Merge pull request #2114 from MineBill/expose-more-colors
Remove some hardcoded colors to make the IDE more friendly to light themes.
2025-01-29 11:27:47 -08:00
Brian Fiete
5b23020140 Allow 'DisableChecks' to remove append dtor check 2025-01-29 06:54:09 -08:00
Brian Fiete
9baf0ead21 Support for marking append-allocated objects (mHasAppendWantMark) 2025-01-28 14:49:15 -08:00
MineBill
f0d5acb528
Added new color.
Added a new 'COLOR_TEXT_SELECTED' color and a 'mTextSelected' theme setting to change it.
2025-01-28 13:45:16 +02:00
MineBill
aaa7509700
Added a new 'TextDisabled' color option for disabled text. 2025-01-27 22:36:29 +02:00
MineBill
7033e2c61e
Replace most hardcoded text colors the settings text color. 2025-01-27 22:36:28 +02:00
Brian Fiete
9ae172c43f Win32 hashcode fix 2025-01-27 09:53:54 -08:00
Brian Fiete
161d9dc540 Added ZeroGap to AllowAppend 2025-01-27 09:17:45 -08:00
Brian Fiete
833d2854a3 Remove incorrect mScrollContentInsets bottom offset 2025-01-26 10:32:06 -08:00
Brian Fiete
c581b4e0ef
Merge pull request #2111 from kallisto56/master
Fix: Scrolling inside DarkListView and DarkMenuContainer based on Font.GetLineSpacing()
2025-01-26 10:22:20 -08:00
Brian Fiete
89bf475045 FontEffect support - outlined fonts 2025-01-26 07:04:26 -08:00
Chernyavsky Andrey
97b65c7ea1 Fix: Scrolling inside DarkListView and DarkMenuContainer based on Font.GetLineSpacing() 2025-01-26 02:52:41 +05:00
Chernyavsky Andrey
6d1e21938d Feature: Content of Dialog can be copied into clipboard 2025-01-25 23:03:25 +05:00
Brian Fiete
ffe832aaa3 Made "Copy" apply to all selected item 2025-01-25 09:44:43 -08:00
Brian Fiete
7db915cb4e Beefy2D updates 2025-01-25 06:12:08 -08:00
Brian Fiete
67f8e45c55 System.Pointer ToString fix 2025-01-21 08:46:03 -08:00
Brian Fiete
c511773dad Added typeof_comptime const type 2025-01-19 12:40:50 -08:00
Brian Fiete
c21be1eea1 Implemented IsBackground. Added GC.Disable 2025-01-18 17:40:48 -08:00
Brian Fiete
822b899a7d NoShow for IsDeleted 2025-01-18 09:31:38 -08:00
Brian Fiete
0d15b28bd3 Linux fix 2025-01-17 12:40:13 -08:00
Brian Fiete
efbc7699c9 NoRT fix 2025-01-17 11:53:05 -08:00
Brian Fiete
609aef0b0f Removed AlwaysIncludeTarget from StaticHook 2025-01-17 11:44:33 -08:00
Brian Fiete
a225380467 Fixed shutdown issue 2025-01-17 11:18:41 -08:00
Brian Fiete
11b136f6d1 Type.ToString -> comptype(id) 2025-01-17 11:02:54 -08:00
Brian Fiete
81dd512cdb Underflow fix 2025-01-17 11:02:26 -08:00
Brian Fiete
fddd3e0ba6 BeefySysLib Release Static building 2025-01-17 10:20:20 -08:00
Brian Fiete
0efdecb719 Lib enhancements 2025-01-17 10:17:50 -08:00
Brian Fiete
1de07d0ee4 Static init priority changes, Platform hooking 2025-01-17 10:17:19 -08:00
Brian Fiete
e478462487 LibraryLoadCallback 2025-01-17 10:16:03 -08:00
Brian Fiete
2e40bab705 Beefy2D updates, file pack support 2025-01-17 10:15:47 -08:00
Brian Fiete
2131d97756 Updated type - with base type dynamically handled 2025-01-16 07:48:31 -08:00
Brian Fiete
c7ff2ea3f4 Proper constraint for alloctype(T) : delete 2025-01-16 07:46:56 -08:00
Brian Fiete
25eb2a13a3 Added a Type.TypeDeclarations 2025-01-14 17:49:39 -08:00
Brian Fiete
9d1ad28323 Void hashable, fixes zero or one element enum hashing 2025-01-14 13:10:20 -08:00
Brian Fiete
215fafac74
Merge pull request #2092 from Starpelly/console-reset-color-fix
Fix Console.ResetColor() not actually applying the original colors when called.
2025-01-14 12:59:34 -08:00
Brian Fiete
851dda7f74
Merge pull request #2090 from m910q/integer-tostring-optimize
Avoid recalc of string length in integer ToString()
2025-01-14 12:59:11 -08:00
Brian Fiete
e30972d3af Added reflected TypeDeclaration support for comptime 2025-01-14 10:16:46 -08:00
Brian Fiete
89651c4a76 Beefy2D enhancements 2025-01-14 10:14:56 -08:00