1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00
Beef/IDE/src/ui
2020-04-29 06:14:07 -07:00
..
AboutDialog.bf More version changes 2019-09-18 08:17:23 -07:00
AttachDialog.bf Fixed popup location clipping 2020-03-30 12:17:24 -07:00
AutoComplete.bf Fixed draw order for item selection 2020-04-26 05:55:30 -07:00
AutoCompletePanel.bf Initial checkin 2019-08-23 11:56:54 -07:00
BinaryDataWidget.bf Removed some errant semicolons 2020-03-02 07:03:42 -08:00
BoundCheckbox.bf Initial checkin 2019-08-23 11:56:54 -07:00
BreakpointPanel.bf Breakpoint hotkeys, autocomplete fix 2019-12-13 14:25:15 -08:00
BuildPropertiesDialog.bf Dictionary fixes for large containers, watch fixes for containers 2019-10-09 16:18:11 -07:00
CallStackPanel.bf Scale fixes 2020-03-28 14:26:59 -07:00
ClassViewPanel.bf Fixed some scale issues 2020-04-28 12:55:06 -07:00
ConditionDialog.bf Made '_' refer to value of memory breakpoint instead of addr 2019-12-05 06:49:23 -08:00
DisassemblyPanel.bf Fixed some scale issues 2020-04-28 12:55:06 -07:00
ErrorsPanel.bf Calling Append instead of AppendF 2020-04-20 14:55:10 -07:00
FileChangedDialog.bf Initial checkin 2019-08-23 11:56:54 -07:00
FindAndReplaceDialog.bf Fixed popup location clipping 2020-03-30 12:17:24 -07:00
FindClassDialog.bf Fixed popup location clipping 2020-03-30 12:17:24 -07:00
FindResultsPanel.bf Fixed issue of file hashing causing too much rebuilding 2020-04-14 11:37:27 -07:00
GoToAddressDialog.bf Minor IDE fixes 2019-09-26 08:26:49 -07:00
GoToLineDialog.bf Improved errors 2020-04-10 08:44:58 -07:00
HoverWatch.bf Fixed constExprs with ints, hover for enum values, _ for enums 2019-12-24 13:13:04 -08:00
IDEDialog.bf UI fixes 2020-01-18 14:42:46 -08:00
IDEListView.bf Initial checkin 2019-08-23 11:56:54 -07:00
ImmediatePanel.bf Initial checkin 2019-08-23 11:56:54 -07:00
ImmediateWidget.bf Fixed constExprs with ints, hover for enum values, _ for enums 2019-12-24 13:13:04 -08:00
InstalledProjectDialog.bf Fixed popup location clipping 2020-03-30 12:17:24 -07:00
LaunchDialog.bf Fixed popup location clipping 2020-03-30 12:17:24 -07:00
LeakWidget.bf Fixed constExprs with ints, hover for enum values, _ for enums 2019-12-24 13:13:04 -08:00
LocatorAnim.bf Breakpoint hotkeys, autocomplete fix 2019-12-13 14:25:15 -08:00
MainFrame.bf Initial checkin 2019-08-23 11:56:54 -07:00
MemoryPanel.bf Added an origX/origY to MouseClick 2020-03-21 07:09:21 -07:00
ModulePanel.bf Minor IDE changes 2019-09-27 13:03:47 -07:00
MultiSelectDialog.bf Initial checkin 2019-08-23 11:56:54 -07:00
NavigationBar.bf Fixed crash when text is selected and item gets moused over 2020-04-20 14:54:50 -07:00
NewBreakpointDialog.bf Initial checkin 2019-08-23 11:56:54 -07:00
NewProjectDialog.bf Renamed Windows Application to GUI Application 2020-03-21 07:09:41 -07:00
OpenFileInSolutionDialog.bf Fixed popup location clipping 2020-03-30 12:17:24 -07:00
OutputPanel.bf Initial checkin 2019-08-23 11:56:54 -07:00
OutputWidget.bf Added an origX/origY to MouseClick 2020-03-21 07:09:21 -07:00
Panel.bf Added error/warning panel, region support 2020-01-06 13:49:35 -08:00
PanelHeader.bf Minor IDE changes 2019-09-27 13:03:47 -07: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 IDE ui issues 2019-09-07 06:40:03 -07:00
PersistentTextPosition.bf Initial checkin 2019-08-23 11:56:54 -07:00
ProfileDialog.bf Fixed popup location clipping 2020-03-30 12:17:24 -07:00
ProfilePanel.bf Initial checkin 2019-08-23 11:56:54 -07:00
ProjectPanel.bf Made Open Containing Folder available for projects and workspace 2020-04-26 05:54:19 -07:00
ProjectProperties.bf Added Additional Lib Paths, renamed Link Dependencies 2020-03-30 14:08:51 -07:00
PropertiesDialog.bf Fixed issues with key settings, particularly clearing a key binding 2020-04-25 06:08:17 -07:00
PropertiesPanel.bf Initial checkin 2019-08-23 11:56:54 -07:00
QuickFind.bf Fixed single-item replace 2020-03-10 12:02:47 -07:00
QuickWatchDialog.bf Initial checkin 2019-08-23 11:56:54 -07:00
RenameSymbolDialog.bf Fixed issue of file hashing causing too much rebuilding 2020-04-14 11:37:27 -07:00
SettingsDialog.bf Changed how has checks work 2019-11-22 12:27:13 -08:00
SingleLineEditWidget.bf Initial checkin 2019-08-23 11:56:54 -07:00
SourceEditWidgetContent.bf Allow Enter to insert 2020-04-29 06:14:07 -07:00
SourceViewPanel.bf Fixed doing a Browse after a wrong AutoFind 2020-04-20 06:59:39 -07:00
StatusBar.bf More scaling fixes, frameless combo box for status bar 2020-03-30 07:28:04 -07:00
TargetedPropertiesDialog.bf Adding better support for platforms 2019-10-01 12:46:38 -07:00
TextPanel.bf Improved ListView cursor key handling, removed debug NOPs 2019-09-28 12:15:36 -07:00
ThreadPanel.bf Fixed constExprs with ints, hover for enum values, _ for enums 2019-12-24 13:13:04 -08:00
Tooltip.bf Initial checkin 2019-08-23 11:56:54 -07:00
TypeWildcardEditWidget.bf Minor IDE modifications 2019-09-29 07:44:23 -07:00
VirtualListView.bf Initial checkin 2019-08-23 11:56:54 -07:00
WatchPanel.bf Fixed more scaling issues 2020-03-29 10:17:28 -07:00
WelcomePanel.bf Added an origX/origY to MouseClick 2020-03-21 07:09:21 -07:00
WorkspaceProperties.bf More scaling fixes, frameless combo box for status bar 2020-03-30 07:28:04 -07:00
WrappedMenuValue.bf Initial checkin 2019-08-23 11:56:54 -07:00