45 Commits (04dbe33242d5cb35ec2a725ba8e4a76131511d68)

Author SHA1 Message Date
Daniel Grunwald 04dbe33242 First attempt at document model. 13 years ago
Daniel Grunwald 87c29779a9 Remove ICSharpCode.Core.ICommand and use the WPF ICommand instead. 13 years ago
Daniel Grunwald 2906487bf3 Allow switching between normal .NET framework and portable library in existing projects. 13 years ago
Daniel Grunwald 7aea1ca75e Rewritten ICSharpCode.Core.Properties: 14 years ago
Daniel Grunwald 5e1642ebd2 Add IssueOptions panel. 14 years ago
Daniel Grunwald cb15d5418d Move ContextActions UI to AvalonEdit.AddIn. 14 years ago
Daniel Grunwald 6bcc5661e8 Use <ReferenceOutputAssembly>false</ReferenceOutputAssembly> for build-order dependencies. 14 years ago
Siegfried Pammer d46b921b6a move MyersDiff to SD.Widgets 14 years ago
Siegfried Pammer f93a898750 code cleanup - remove dynamic code from Debugger.AddIn 14 years ago
Daniel Grunwald f0bf6dbd8d Set target framework to 4.5. 14 years ago
Matt Ward 8d5533a925 Updated icons from Michael Seeger for addins using their own images and a fix for the transparency of the method icon. 14 years ago
Siegfried Pammer 63bbc50e24 fixed some compiler warnings 14 years ago
PeterForstmeier 8f184b8643 Move ViewModelBase.cs 8implementation of INotifyPropertyChanged)and RelayCommand.cs to ICSharpCode.SharpDevelop.Widgets.csproj 14 years ago
Daniel Grunwald 1787d2b699 Add support for WPF project option pages (ProjectOptionPanel base class + WPF StorageLocationPicker). 14 years ago
Daniel Grunwald f9dfd7811c Fix RGB <-> HSV conversion. 14 years ago
Daniel Grunwald aa555cdee6 SD-1842: Replace WindowsFormsHost with a custom implementation. 14 years ago
Siegfried Pammer 8405f8c707 moved WpfDesigner-ColorPicker to ICSharpCode.SharpDevelop.Widgets.csproj 15 years ago
Daniel Grunwald b9b018525d Fixed build. 15 years ago
Daniel Grunwald afd2f38400 Mark SharpDevelop assemblies as Full/Client profile. 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Daniel Grunwald c9a780068a Make sure buttons have the correct size (using a style with MinWidth=75 and Padding=9,1). 15 years ago
Daniel Grunwald 58fb57ce24 Move NumericUpDown and ZoomScrollViewer to SharpDevelop.Widgets. 16 years ago
Daniel Grunwald f3761e20da Removed unused code from ICSharpCode.SharpDevelop.Widgets. 16 years ago
Daniel Grunwald edd3fb4a0a "Normalize" file headers. 16 years ago
Christoph Wille 45bdc2ff02 Upgrade widgets project 16 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 16 years ago
Matt Ward 7fdddcd1f4 Custom components can now be dragged and dropped onto a form from the Tools window. 17 years ago
Daniel Grunwald 38cef94960 Fixed SD2-1414: Mouse wheel scrolling does not work for high-resolution mice 17 years ago
Daniel Grunwald 1625f87db6 Fixed forum-7711: #Develop 3 Sidebar scrolling issues 17 years ago
Daniel Grunwald 7ffbf02529 DynamicList: prevent recursive OnPaint calls, which could happen if a control was added/removed from the list. This could result in an unusable textbox control when trying to edit a value in a debugger tooltip. 18 years ago
David Srbecký 90b94ecd1c Do not allow exploring of locals while debuggee is running 18 years ago
Daniel Grunwald 300ed4da78 Allow using shortcuts from the main menu when a debugger tool tip has focus. 18 years ago
Daniel Grunwald cb3a1f2069 Support ToolBox and PropertyGrid in WPF designer. 18 years ago
Daniel Grunwald 92cc697e74 The tools pad can now host any control as tool box, depending on the current view content. Every view content now has its own SideBar as toolbox, so AddIns don't have to manage merging toolbox sections anymore. 18 years ago
Christian Hornung c0ff641dcc Added a ListView sorting framework to the Widgets library and used it to implement SD2-1266 - sortable columns in resource editor. 19 years ago
Daniel Grunwald 1cb82b76a8 Update assembly base addresses to prevent relocation. 19 years ago
Daniel Grunwald f3939e3257 Add Custom Tools support. 19 years ago
Daniel Grunwald 7cd5f63f9e Fixed forum-12453: Exception viewing C# file while boo project is open 19 years ago
Markus Palme 6b7b965d82 added spinner control to widgets library 19 years ago
Daniel Grunwald fd2977e83d Pass SideBar tab headers to StringParser. 19 years ago
Daniel Grunwald 519c18a986 Move SideBar and AutoHide to ICSharpCode.SharpDevelop.Widgets. 19 years ago
Daniel Grunwald 31f75600a2 Add ICSharpCode.SharpDevelop.Widgets, move debugging-related classes to ICSharpCode.SharpDevelop.Debugging. 19 years ago