1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-17 07:44:09 +02:00
Beef/IDE/src/ui
2025-01-18 10:05:56 -08:00
..
AboutDialog.bf Initial console support 2024-07-19 10:31:33 +02:00
AttachDialog.bf Update attach to process list exclusion 2022-01-06 18:03:23 -03:00
AutoComplete.bf Fixed autocomplete incorrectly auto-inserting during '.(' and '(.)' 2025-01-09 05:59:44 -08:00
AutoCompletePanel.bf Initial checkin 2019-08-23 11:56:54 -07:00
BinaryDataWidget.bf Deprecating StackStringFormat 2024-12-31 14:15:12 -08:00
BookmarksPanel.bf Improved resizing when UI scale changes 2022-08-24 07:42:57 -07:00
BoundCheckbox.bf Initial checkin 2019-08-23 11:56:54 -07:00
BreakpointPanel.bf Added object access check to delegate invocation 2024-10-23 10:36:27 -04:00
BuildPropertiesDialog.bf Initial package management support 2024-10-21 09:18:07 -04:00
CallStackPanel.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
ClassViewPanel.bf HeldKey fixes for CapsLock/NumLock 2024-10-24 11:33:33 -04:00
ConditionDialog.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
ConsolePanel.bf Console perf improvements 2024-09-09 14:51:23 -04:00
DiagnosticsPanel.bf Added diagnostics panel 2020-07-31 06:16:29 -07:00
DisassemblyPanel.bf Deprecating StackStringFormat 2024-12-31 14:15:12 -08:00
ErrorsPanel.bf Show comptime emits as embedded sourceviews 2022-04-16 06:27:54 -07:00
FileChangedDialog.bf Fixed some file/dir deleting issues 2020-05-20 06:43:41 -07:00
FindAndReplaceDialog.bf Default Rename in Files to current document. Added Undo Replace button 2020-10-11 06:33:13 -07:00
FindClassDialog.bf Fixed popup location clipping 2020-03-30 12:17:24 -07:00
FindResultsPanel.bf Trim whitespace in Find in Files 2024-11-19 09:15:41 -05:00
GenerateDialog.bf Improved cwd handling in comptime, generator file/folder edit 2022-05-27 12:20:11 -07:00
GoToAddressDialog.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
GoToLineDialog.bf Deprecating StackStringFormat 2024-12-31 14:15:12 -08:00
HoverWatch.bf Fixed overlapped drawing in wordwrapped error mouseovers 2025-01-18 10:05:56 -08:00
IDEDialog.bf UI fixes 2020-01-18 14:42:46 -08:00
IDEListView.bf Find in Watch 2024-03-25 06:18:50 -04:00
ImmediatePanel.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
ImmediateWidget.bf Immediate window fixes 2023-12-28 10:35:23 -05:00
InstalledProjectDialog.bf Replaced mAddProjectTargetFolder with GetSelectedWorkspaceFolder() 2022-07-16 09:36:21 -04:00
LaunchDialog.bf Embedded console / terminal support 2024-07-23 07:56:23 +02:00
LeakWidget.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
LocatorAnim.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
MainFrame.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
MemoryPanel.bf Lost changes 2021-02-25 10:14:22 -08:00
ModulePanel.bf Extensive runtime refactor to reduce generated executable sizes 2024-03-16 07:23:29 -04:00
MultiSelectDialog.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
NavigationBar.bf Added extension methods to navigation bar 2021-01-20 13:07:22 -08:00
NewBreakpointDialog.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
NewProjectDialog.bf Null check in PathEditWidget 2022-06-03 13:44:41 -07:00
OpenFileInSolutionDialog.bf Open file in workspace dialog now also remembers last searched string 2021-10-31 15:21:23 +01:00
OutputPanel.bf Merge branch 'master' of https://github.com/beefytech/Beef into FuzzyAutoComplete 2021-12-24 14:07:34 +01:00
OutputWidget.bf Immediate window fixes 2023-12-28 10:35:23 -05:00
Panel.bf linux build quick fix 2024-08-27 05:48:22 +02:00
PanelHeader.bf More lenient mouse behavior for multiline string popup 2024-12-29 09:00:06 -08:00
PanelPopup.bf Fixed popup location clipping 2020-03-30 12:17:24 -07:00
PanelSplitter.bf Initial checkin 2019-08-23 11:56:54 -07:00
PathEditWidget.bf Null check in PathEditWidget 2022-06-03 13:44:41 -07:00
PersistentTextPosition.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
ProfileDialog.bf Fixed popup location clipping 2020-03-30 12:17:24 -07:00
ProfilePanel.bf Deprecating StackStringFormat 2024-12-31 14:15:12 -08:00
ProjectPanel.bf Deprecating StackStringFormat 2024-12-31 14:15:12 -08:00
ProjectProperties.bf Packman improvements 2024-10-22 09:06:54 -04:00
PropertiesDialog.bf Deprecating StackStringFormat 2024-12-31 14:15:12 -08:00
PropertiesPanel.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
QuickFind.bf Deprecating StackStringFormat 2024-12-31 14:15:12 -08:00
QuickWatchDialog.bf Initial checkin 2019-08-23 11:56:54 -07:00
RecentFileSelector.bf Protection against single-file ctrl+tab 2020-09-14 15:15:40 -07:00
RemoteProjectDialog.bf Initial package management support 2024-10-21 09:18:07 -04:00
RenameSymbolDialog.bf Initial package management support 2024-10-21 09:18:07 -04:00
SettingsDialog.bf Improved debugger side effect handling, auto refresh options 2024-12-31 13:17:53 -08:00
SingleLineEditWidget.bf Initial checkin 2019-08-23 11:56:54 -07:00
SourceEditWidgetContent.bf Fixed autocomplete incorrectly auto-inserting during '.(' and '(.)' 2025-01-09 05:59:44 -08:00
SourceViewPanel.bf Deprecating StackStringFormat 2024-12-31 14:15:12 -08:00
StartupPanel.bf Fix startup panel mem leak & resize when item is deleted 2024-09-06 21:17:46 +02:00
StatusBar.bf Deprecating StackStringFormat 2024-12-31 14:15:12 -08:00
TargetedPropertiesDialog.bf Deprecating StackStringFormat 2024-12-31 14:15:12 -08:00
TerminalPanel.bf Fix crash when creating new workspace with project 2024-09-03 22:25:24 +02:00
TextPanel.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
ThreadPanel.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
ToggleButton.bf Improvements to Find in Watch 2024-03-26 07:30:54 -04:00
Tooltip.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
TypeWildcardEditWidget.bf Properly lock around VerifyTypeName 2022-05-13 12:06:08 -07:00
VirtualListView.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
WatchPanel.bf Fixed overlapped drawing in wordwrapped error mouseovers 2025-01-18 10:05:56 -08:00
WelcomePanel.bf Added an origX/origY to MouseClick 2020-03-21 07:09:21 -07:00
WorkspaceProperties.bf Deprecating StackStringFormat 2024-12-31 14:15:12 -08:00
WrappedMenuValue.bf Initial checkin 2019-08-23 11:56:54 -07:00