925 Commits (843a8c478866c587cb3dbe75cb1ca0a2c901b6d7)

Author SHA1 Message Date
Ivan Shumilin e5f10aa958 - If element selected it can be resized (independent from IPlacementBehavior) 17 years ago
Christian Hornung ce2ac2fd6e Windows.Forms designer: Fixed saving of the resources of localizable forms (previously, saving in a non-default language resulted in the default resources being deleted). It seems that the designer always expects to read back the old values of the resources even if it has already written to a new ResourceWriter. So the content of the ResourceWriter stream is now only transferred to the internal storage buffer after serialization is complete. 17 years ago
Ivan Shumilin d2b9992a47 - MarkupExtension know loading as XamlObject: no difference between <Binding/> and {Binding} syntax. 17 years ago
Justin Dearing 77791f1f58 Removed unused import statements. 17 years ago
Christian Hornung 98775c0016 Windows.Forms designer: Removed code duplication from DefaultServiceContainer as the framework already provides all functionality in ServiceContainer. 17 years ago
Daniel Grunwald 606cb75ed5 Implemented Active*ContentChanged events. 17 years ago
Ivan Shumilin d4f10413c2 Ignore failing tests. 17 years ago
Daniel Grunwald 179994014e Catch unhandled WPF exceptions earlier to prevent exceptions in WPF code from crashing the SharpDevelop process. 17 years ago
Ivan Shumilin 17b3167cf8 Add some failing tests. Remove tiny bugs from MarkupExtensionTokenizer. 17 years ago
Daniel Grunwald 216cc81acd Add AvalonDock. 17 years ago
Daniel Grunwald 9fba54d385 WPF main menu 17 years ago
Daniel Grunwald 69598c8466 Make workbench a WPF window. 17 years ago
Daniel Grunwald eaec99882a Fixed build. 17 years ago
Daniel Grunwald 3bd1ab5517 SD2-1342: Remove Windows.Forms dependency from ICSharpCode.Core 17 years ago
Ivan Shumilin e0c53f5890 Remove old code. Automatic brace layout for WpfDesign files. 17 years ago
Ivan Shumilin c56d7b14dd Outline for XamlDesigner + Remove old code. 17 years ago
Daniel Grunwald f18f9a6817 Add "Add check for null" and "Add range check" commands to C# refactoring menu. 17 years ago
Christian Hornung e108656912 Fixed SD2-1382 (Exception when double-clicking control with existing event handler). The AbstractDesignerGenerator passed the wrong document to GetCursorLine when the open file was not the designer file. 17 years ago
Christian Hornung 3d58ec399d Fixed the Python designer unit tests. 17 years ago
Christian Hornung 61268e9dc4 Windows.Forms designer: Implemented support for PropertyReflection localization model, and set this as default. Localization model can be changed on new options panel, with the option to keep the localization model of existing forms unchanged. 17 years ago
Ivan Shumilin c552ad0b93 Cleanup after move. 17 years ago
Ivan Shumilin 8860d96aa4 git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3270 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 17 years ago
Ivan Shumilin 5e4ddf3a16 Move XamlDesigner to samples 17 years ago
Ivan Shumilin a7bdcdbf1c Close all now works + question icon instead warning in message boxes. 17 years ago
Ivan Shumilin 493b4d0fe4 Initial upload for XamlDesigner (successor of StandaloneDesigner). 17 years ago
Ivan Shumilin 4d76a8e594 PropertyGrid for WPF Designer 17 years ago
Daniel Grunwald d2214c97ef Apply WPF_Designer_2008.07.09.patch by Ivan Shumilin. 17 years ago
Daniel Grunwald 9282eeeba2 Applied BrushEditor patch by Ivan Shumilin. 17 years ago
Daniel Grunwald ce1d104029 Add "Vendor" directory. 17 years ago
Daniel Grunwald 0d9676f6f5 Applied patch by Ivan Shumilin: Choose class dialog for WPF Designer 17 years ago
Daniel Grunwald c1a0dbbbe9 Fixed InvalidOperationException in RefactoringMenuBuilder when right-clicking on a definition immediately after adding/removing a field. 17 years ago
Daniel Grunwald 3b28446cec Add class for each code snippet conversion. 17 years ago
Siegfried Pammer 02a599f59c Accidentally deleted ClipboardManager.cs. I am really sorry, for any trouble! 17 years ago
Siegfried Pammer 46796f4daf Improved buffer management of the hex editor. Now it uses a "StreamedList" --> a list with a file split up in single stream files. 17 years ago
Siegfried Pammer cc98798c31 Fixed NullReferenceException in the options dialog (see Forum-7786). 18 years ago
Daniel Grunwald c973d32937 WpfDesign: remove "Func" classes, use LINQ instead. 18 years ago
Daniel Grunwald 6b821e0021 WPF Designer: implement BrushEditor 18 years ago
Daniel Grunwald 4e7a57aca9 Support markup extensions in object syntax. 18 years ago
Daniel Grunwald 3fcf6c6f36 XamlDom: support loading resources 18 years ago
Daniel Grunwald c2cf70303e WPF designer: added markup extension support to XamlDom. 18 years ago
Daniel Grunwald 11f6049c38 Implemented SD2-1353: Allow for build-action specific properties for FileProjectItems. 18 years ago
Daniel Grunwald 9cdbc0f174 Fixed forum-7725: A zombie caret stays visible when closing a code completion dropdown with Esc. 18 years ago
Siegfried Pammer 952430f6fa Fixed some bugs in the hex editor 18 years ago
Siegfried Pammer f1f08d88e7 upload of missing file Change.cs 18 years ago
Siegfried Pammer 0002600457 - Implementation of options dialog 18 years ago
Matt Ward 3204788971 Refactored previous change to avoid other null references that could occur when typing in spaces around element names. 18 years ago
Matt Ward 4339fffef0 Fixed null reference exception that occurs when attempting to go to the schema definition inside an empty start tag followed by a newline and then spaces. 18 years ago
Siegfried Pammer f8c1795d4d - Renamed HexEditControl to Editor 18 years ago
Daniel Grunwald 98b7690971 Fixed usage of AmbienceService.CurrentAmbience: sometimes the ConversionFlags were not used because the ambience object was recreated. 18 years ago
Matt Ward a56fe09375 Added Hex Editor addin created by Siegfried Pammer. 18 years ago