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

5004 commits

Author SHA1 Message Date
Brian Fiete
c8394bef26 Fixed null ResolveSelfType error case 2025-02-01 08:16:28 -08:00
Brian Fiete
dfbb09a8ac Fixed enum comparison to int when there's an int conversion operator 2025-02-01 07:15:49 -08:00
Brian Fiete
70c2131c18 Fixed Compiler.Emit in unspecialized comptime methods 2025-02-01 06:34:47 -08:00
Brian Fiete
03f5c418ed Skip enum dup check on enum unspecialized variations 2025-01-31 11:50:39 -08:00
Brian Fiete
78f9145254 Fixed mMatchWholeWord issue 2025-01-31 11:06:45 -08:00
Brian Fiete
319755ca36 Make case expression work with nullable Result<T> 2025-01-31 10:15:43 -08:00
Brian Fiete
206023f4a6 LoadValue eq issue with union equals operator 2025-01-31 07:54:45 -08:00
Brian Fiete
62f2053d0f Merge remote-tracking branch 'origin/master' 2025-01-31 07:34:45 -08:00
Brian Fiete
717ce118df Fixed function decl params mangling issue 2025-01-31 07:34:39 -08:00
Brian Fiete
2f7616cd40 GetActiveTypeDef mixin issue in GetActiveTypeGenericParamInstances 2025-01-31 07:34:06 -08:00
Brian Fiete
76f3ab80e0
Merge pull request #2120 from MineBill/color-fixes
Make more colors configurable and use the theme text color for tooltips.
2025-01-31 06:59:23 -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
8b033f527d Merge remote-tracking branch 'origin/master' 2025-01-30 06:32:02 -08:00
Brian Fiete
635cb49771 Opaque 'this' argument fix 2025-01-30 06:31:56 -08:00
Brian Fiete
03cafd5e09
Merge pull request #2117 from M0n7y5/master
fix the linux building
2025-01-30 06:12:20 -08:00
M0N7Y5
a012f8572e fix the linux building 2025-01-30 14:46:31 +01:00
Brian Fiete
439ae8d3c4 Fixed function type collision issue with params 2025-01-29 18:22:59 -08:00
Brian Fiete
185db196e0 Hilite color name fix 2025-01-29 11:29:39 -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
MineBill
bbedfd30c9
Use theme text color in Diagnostics panel. 2025-01-29 20:10:04 +02:00
Brian Fiete
da3c5c3c57 CheckGenericCtor fixes 2025-01-29 10:09:52 -08:00
MineBill
d33dbfa09b
Use theme text color in 'Generate File' dialog. 2025-01-29 19:50:27 +02:00
MineBill
56aaf1904d
Rename '*Highlight' to '*Hilite'. 2025-01-29 19:45:23 +02:00
Brian Fiete
1a1f6f793b Fixed funcId takeover with extern overrides within same project 2025-01-29 09:33:51 -08:00
Brian Fiete
91483c90af Fixed 'concrete' interface matching error reference node 2025-01-29 08:03:21 -08:00
Brian Fiete
5b23020140 Allow 'DisableChecks' to remove append dtor check 2025-01-29 06:54:09 -08:00
Brian Fiete
f7120e4c72 Another autocomplete fix for failed invoke list 2025-01-28 17:35:40 -08:00
Brian Fiete
0e14e994d5 Removed forceLarge test 2025-01-28 17:20:31 -08:00
Brian Fiete
d9ce23ac8e Fixed AddStackMarkableObject with base append fields 2025-01-28 17:17:24 -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
0744772e23
Draw profiler text using theme color. 2025-01-28 13:15:11 +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
MineBill
633fb97e68
Expose hightlight colors to theming. 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
ce42dc4fbe Yet another cursor logic change for sym rename - typing at start 2025-01-26 11:38:36 -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
bc0e2b1be2 Fixed opaque ref cast to base type 2025-01-26 10:21:18 -08:00
Brian Fiete
9d533f865f Better fix for invokeWidget with no selectIdx 2025-01-26 10:11:50 -08:00
Brian Fiete
89bf475045 FontEffect support - outlined fonts 2025-01-26 07:04:26 -08:00
Brian Fiete
474bad09b2 Fixed cursor movement when deleting chars while renaming symbols 2025-01-25 17:42:08 -08:00
Brian Fiete
0c9374cfa2 Fixed 'Match whole word' 2025-01-25 17:41:23 -08:00
Chernyavsky Andrey
97b65c7ea1 Fix: Scrolling inside DarkListView and DarkMenuContainer based on Font.GetLineSpacing() 2025-01-26 02:52:41 +05:00
Brian Fiete
12247df512
Merge pull request #2108 from kallisto56/master
Feature: Content of Dialog can be copied into clipboard
2025-01-25 10:18:48 -08:00
Chernyavsky Andrey
6d1e21938d Feature: Content of Dialog can be copied into clipboard 2025-01-25 23:03:25 +05:00