925 Commits (843a8c478866c587cb3dbe75cb1ca0a2c901b6d7)

Author SHA1 Message Date
Christian Hornung e47f4df2ea Windows.Forms designer: Fixed detecting the wrong LocalizationModel when an extender provider with a string property is used. Show "please wait" label during reload when changing the language. 17 years ago
Christian Hornung d9265c5144 Added full support for project resources to the Windows.Forms designer. Fixed SD2-576 - Visual Studio Project Resources used in Form. 17 years ago
Ivan Shumilin 52a743f540 Generate event handlers in a form "itemName_eventName". 17 years ago
Ivan Shumilin c193bb0ec0 - Draw red border if name is not correct or if name is empty + events tab opened 17 years ago
Ivan Shumilin 6812aa497e - Update code related to XamlObject.XmlAttribute (ME support) 17 years ago
Ivan Shumilin 110e3d9954 Create controls immediately when dragging from the toolbox 17 years ago
Ivan Shumilin 75d75ce3ff handle delete command inside the outline view 17 years ago
Ivan Shumilin edd4afa5ae - repair PermanentAdornerProvider 17 years ago
Matt Ward e857b636d9 Fixed SD2-1335. Xml editor now catches any WebExceptions which can occur for any externally referenced DTDs when the user is offline. 17 years ago
Ivan Shumilin a2c2607b20 - Designer commands now work in OutlineViewPad 17 years ago
Ivan Shumilin 3fd8c5dc72 Default sizes, some initializers 17 years ago
Daniel Grunwald 6238250a69 Fixed unit tests. 17 years ago
Daniel Grunwald 57a8e59803 Fixed build. (don't commit while chatting about a different part of SharpDevelop) 17 years ago
Daniel Grunwald 4333bf1d26 Add missing documentation for WpfDesign.XamlDom. 17 years ago
Christian Hornung a0e0103f12 Windows.Forms designer cleanup: 17 years ago
Daniel Grunwald 35a582d4f8 Improved support for FxCop 1.36. 17 years ago
Christian Hornung 7ca6d25437 Fixed unit tests. 17 years ago
Christian Hornung 1467245840 Fixed SD2-1374 (Property Pad hides "Design" category for Datasets) and SD2-1375 (DataSet's Modifiers property is reset after changing a control's property). This seems to be a problem with how SharpDevelop does not access a certain service of the WinForms designer regularly. See the comments in the source for more details. 17 years ago
Daniel Grunwald ef8ee6e782 Fixed SD2-1453: Crash in class diagram when clicking VB "MyProject" class 17 years ago
Daniel Grunwald 08ccdbccfd Add outline view pad. 17 years ago
Daniel Grunwald 22cb860681 Move OutlineTreeView into WpfDesign.Designer. 17 years ago
Daniel Grunwald 185ae7e2b0 Enable WPF designer only for Window and UserControl. 17 years ago
Daniel Grunwald a2c9321fef Add back GrayOutDesignerExceptActiveArea. 17 years ago
Daniel Grunwald 2110f0ca43 Add WPF startpage. 17 years ago
Daniel Grunwald 4e2f2496b1 Fixed build. 17 years ago
Ivan Shumilin 1cf6a442ae Dispatcher.BeginInvoke(delegate, priority) -> Dispatcher.BeginInvoke(priority, delegate) 17 years ago
Daniel Grunwald f022d3b2ea Allow pads to specify their start position. 17 years ago
Siegfried Pammer 0c23a5bcdf fixed some bugs in the hex editor 17 years ago
Daniel Grunwald c7993c90f4 Make pads listen to language change, fixed memory leak in PresentationResourceService. 17 years ago
Ivan Shumilin 25d5dbe794 Fix build problem 17 years ago
Ivan Shumilin 74a952bdb5 WPF Designer: Report loading errors (TaskService for integrated version, ErrorListView for standalone) 17 years ago
Ivan Shumilin bdaf548e67 - Zoom / Pan 17 years ago
Ivan Shumilin 945d491f87 - Commands routing (for integrated and standalone WPF Designer, CCP still not implemented) 17 years ago
Ivan Shumilin b2015b1d0b - Improve PropertyGrid performance (select, move, undo much faster now) 17 years ago
Siegfried Pammer 5207666951 Removed unused using statements 17 years ago
Siegfried Pammer 6bcc5a213f Reverted the old buffer system and fixed some bugs 17 years ago
Ivan Shumilin fb4e3c1e98 - Resize snaplines bugfix 17 years ago
Daniel Grunwald bc4d77b564 r7442@daniel-notebook (orig r3404): daniel | 2008-08-17 17:23:23 +0200 17 years ago
Daniel Grunwald 61a66ad3bf r7437@daniel-notebook (orig r3399): daniel | 2008-08-17 15:52:57 +0200 17 years ago
Daniel Grunwald 47dad35630 Mark trunk as version 4.0. 17 years ago
Daniel Grunwald 5b0ab0d77c Remove unfinished Addins: SettingsEditor and WorkflowDesigner. These won't ship with 3.0. 17 years ago
Christian Hornung 70c3b777cd Windows.Forms designer now uses OpenedFile for all files it modifies. 17 years ago
Daniel Grunwald 70b488e4a6 Sort items in Go To dialog. Move GetBitmapExtension to core. 17 years ago
Daniel Grunwald 24507c638c Converted GoTo dialog to WPF, add LocalizeExtension to ICSharpCode.Core.Presentation. 17 years ago
Markus Palme acaab0ff01 fixed compiler warning 17 years ago
Daniel Grunwald f60b4cbb8f Fixed NullReferenceExceptions when Clipboard.GetData returns null. 17 years ago
Daniel Grunwald 331c98e525 r7307@daniel-notebook (orig r3338): daniel | 2008-08-14 07:56:11 +0200 17 years ago
Daniel Grunwald f3f1ed2f05 r7305@daniel-notebook (orig r3336): daniel | 2008-08-14 07:39:30 +0200 17 years ago
Ivan Shumilin fd4351bf20 Snaplines 17 years ago
Ivan Shumilin ed94ec5b92 Allow move panels using its border 17 years ago