Commit Graph

  • 0ee80f83cc - Parse of App.Xaml - Parse of Frameworktemplates wich have References to Parent Resources (not yet App.Xaml Resources) - Fixes in Xaml Parser (Attached Events, Attached Properties not always have both, a Setter and a Getter) jogibear9988 2014-11-19 22:56:43 +0100
  • a6764a8ce6 Notes added by 'git notes add' Build Server 2014-11-19 01:44:40 +0100
  • 9deca6854d Merge pull request #603 from jogibear9988/SideTabGdiIssues Andreas Weizel 2014-11-19 01:32:00 +0100
  • 657ce8ac4b Fixes DPI issues for SideTab #603 jogibear9988 2014-11-18 06:59:30 +0100
  • 3d18799de0 Notes added by 'git notes add' Build Server 2014-11-18 00:55:40 +0100
  • a0eafb3922 Merge pull request #593 from jogibear9988/master Andreas Weizel 2014-11-18 00:48:28 +0100
  • 31cb9596f1 Notes added by 'git notes add' Build Server 2014-11-13 22:17:32 +0100
  • 013a3425df Update to AvalonEdit commit a4f053c2d. Daniel Grunwald 2014-11-13 21:44:18 +0100
  • 055804f91e Notes added by 'git notes add' Build Server 2014-11-12 23:32:03 +0100
  • 3834da1b14 Fix #597: StackOverflowException possible Andreas Weizel 2014-11-12 22:45:42 +0100
  • a8bb555395 Posibility to Disable Snaplines via AttachedProperty #593 jkuehner 2014-11-12 09:56:37 +0100
  • 175f95ebcd Fix Problems with Namescopes jkuehner 2014-11-12 09:32:14 +0100
  • b0738738b4 Merge branch 'master' of https://github.com/jogibear9988/SharpDevelop jkuehner 2014-11-12 09:20:52 +0100
  • d53b6553a9 Bugfix: Fixes Problems that many other Projects define the UIHelpers also. So move them to an extra Namespace jkuehner 2014-11-12 09:20:30 +0100
  • b5c1db0392 Fixes #595 jogibear9988 2014-11-11 22:35:59 +0100
  • 05bce656e4 Merge branch 'master' of https://github.com/jogibear9988/SharpDevelop jkuehner 2014-11-11 16:29:40 +0100
  • b4f59a361e Xaml Namescope fixes jkuehner 2014-11-11 16:29:21 +0100
  • 9bb1062dc8 A few Unit-tests for INamescope (more to follow...) jogibear9988 2014-11-10 20:36:08 +0100
  • eb86aa7a0f - Fixes that FrameworkTemplates now complety work - Fixes Problems when Xaml Child Nodes have Whitespace elements - Fixes Type Finder Problems with mscorlib - Fixes on MarkupExtensions Properties are not always of the Object, but are also not attached, so they still should be found jogibear9988 2014-11-10 08:13:45 +0100
  • eb932cf5c7 One more Template Test jogibear9988 2014-11-09 17:46:54 +0100
  • f53786597b Support for ControlTemplates in XAML Designer jogibear9988 2014-11-09 17:45:06 +0100
  • 9e0ccc9127 TemplateHelper :> Convert Visuals to a XAML Template jogibear9988 2014-11-09 17:41:50 +0100
  • 5c393c47ef Better XAML Namescope Handling in XamlObjectServuceProvider jogibear9988 2014-11-09 17:37:47 +0100
  • 6464e5b675 Print short Syntax on MarkupExtensions (for Binding, Reference and StaticResource) That means instead of {Binding Path=Property1} we Print: {Binding Property1} jogibear9988 2014-11-07 22:59:42 +0100
  • d14b6959f7 Test for {x:Reference} jogibear9988 2014-11-07 22:10:52 +0100
  • 46aaadc179 Support for {x:Reference} by implementing on method of IXamlNameResolver jogibear9988 2014-11-07 22:07:53 +0100
  • cbd4600086 Addition to DesignPanel to be able to suppress default key action for objects #590 tbulle 2014-11-07 08:27:00 +0100
  • 0578112011 Notes added by 'git notes add' Build Server 2014-11-07 01:08:52 +0100
  • fabcc314f2 Merge pull request #592 from jogibear9988/master Andreas Weizel 2014-11-07 01:02:10 +0100
  • 9ecdad93de Merge remote-tracking branch 'remotes/sd/master' jogibear9988 2014-11-06 20:17:28 +0100
  • 8067132d39 Merge branch 'master' of https://github.com/jogibear9988/SharpDevelop #592 jogibear9988 2014-11-06 20:16:28 +0100
  • 80fbea36e0 Fix: Set Height niot width with DesignHeight jogibear9988 2014-11-06 20:16:07 +0100
  • 834c9101a5 missing file tbulle 2014-11-06 13:34:28 +0100
  • 9f7c3209df Handling KeyEvents for extension in case the extension needs it and a normal key event handling would interfer with the DesignPanel.cs keyhandling due to event bubbling prevention or such. tbulle 2014-11-06 13:32:09 +0100
  • c24dcaad57 Formated Text Editor -> Set Run Properties only when Set jkuehner 2014-11-05 10:05:59 +0100
  • 2744fa0102 Notes added by 'git notes add' Build Server 2014-11-04 20:47:50 +0100
  • 0be92538a3 Merge pull request #588 from jogibear9988/master Siegfried Pammer 2014-11-04 20:21:48 +0100
  • b579d694cf Feature: Support of DesignWidth/DesignHeight Property fixes #410 #588 jogibear9988 2014-11-04 20:16:34 +0100
  • ce0ed1051c Notes added by 'git notes add' Build Server 2014-11-04 16:13:20 +0100
  • e43e7b0d9d Merge pull request #586 from jogibear9988/master Siegfried Pammer 2014-11-04 15:51:57 +0100
  • b865e4e8b6 Border for Empty Image now fully working! #586 jogibear9988 2014-11-03 19:59:06 +0100
  • 85006fd282 Update WPF Extended Toolkit DLL to 2.3 (But to github Version: https://github.com/jogibear9988/WpfExToolkit) jkuehner 2014-11-03 09:14:26 +0100
  • 86f8f33591 Fix Formated TextEditor should not reference a specific DLL Version jkuehner 2014-11-03 09:14:03 +0100
  • 65c9575982 Fix Window Clone Properties now use again the Properties form Window. (But the Binding in the ControlStyles now works) jkuehner 2014-11-03 07:58:48 +0100
  • c93e2aba69 Merge branch 'master' of https://github.com/jogibear9988/SharpDevelop jkuehner 2014-11-03 07:53:40 +0100
  • e22bde0025 Fix Icon Binding -> But now Properties in PropertyGrid are wrong, look how it can be fixed! jogibear9988 2014-11-03 00:11:46 +0100
  • c8aef40143 Hide Min and Max Buton when NoResize jogibear9988 2014-11-02 23:39:17 +0100
  • b70e847421 Show a Icon for the WindowClone in the Designer jogibear9988 2014-11-02 21:57:25 +0100
  • ee653915ba Default Style of Window now has no CornerRadius jogibear9988 2014-11-02 21:08:36 +0100
  • b8045d294d Bugfix that "<TextBlock>aaa</TextBlock>" could be shown in the Designer jogibear9988 2014-11-02 19:51:44 +0100
  • 1952626a1e Support for Styles in WPF Designer Fix Unittest "ListBox2" fixes #587 jogibear9988 2014-11-02 19:30:21 +0100
  • 97d31ee03b More Unittests jogibear9988 2014-11-02 19:25:20 +0100
  • 1123193b54 One more Test, and disable a non working one jogibear9988 2014-11-01 18:51:25 +0100
  • 78a9c71acb XamlObjectServiceProvider should also return XamlTypeResolverProvider (it's used in XamlPropertyInfo) jogibear9988 2014-11-01 18:50:12 +0100
  • 919506b02c Outline Node Can throw an Exception when there is a Binding on this Properties. This fixes it! jogibear9988 2014-11-01 18:04:39 +0100
  • c2d558543e Xaml Parser should use the current node on Exceptions, so we have a better Line/Column Number jogibear9988 2014-11-01 17:40:36 +0100
  • 41bf6eddb0 Fixes that sometimes both namespaces need to be compared. jogibear9988 2014-11-01 17:39:11 +0100
  • 42c60c809b XAML Designer Sample -> Better Error Display jogibear9988 2014-11-01 17:36:57 +0100
  • a79ea00a1f Better Error MEssage -> Show wich Property is doubled jogibear9988 2014-11-01 17:34:30 +0100
  • edc54d7487 A test for a Property wich could not be found on WindowClone! But we should throw a Exception that the Property is not writeable! jogibear9988 2014-11-01 00:51:03 +0100
  • f9780edac0 Fix Property Finding if ComponentType!=Component.GetType() for Example on WindowClone. Maybe we need to do the same for Events? And maybe cache the Properties for a Type? (Not for a Instance!) jogibear9988 2014-11-01 00:41:18 +0100
  • f72e6b8806 New Unit Tests. "ListBox2" does not work at the moment! jogibear9988 2014-11-01 00:23:44 +0100
  • 9b283d21cf XamlDesignItem -> Fix Event removal jogibear9988 2014-11-01 00:01:45 +0100
  • edc62f082f ^XAML Designer example Project -> Show only Controls with public parameterless Constructor jogibear9988 2014-10-31 23:58:13 +0100
  • 836f506428 Fix a Null ref. Exception in Thumbnail View (when rootItem could not be parsed) jogibear9988 2014-10-31 23:56:41 +0100
  • 517a3929fb XAML Designer Demo Project -> Fix for Assembly search jogibear9988 2014-10-31 23:55:53 +0100
  • 31eb83f407 Notes added by 'git notes add' Build Server 2014-10-31 15:17:43 +0100
  • 9f1d12bd37 Merge pull request #584 from jogibear9988/master Siegfried Pammer 2014-10-31 15:11:14 +0100
  • 05c27772a2 Merge a8899f973c into 733494bacc #573 Tobias Gummesson 2014-10-30 15:53:51 +0000
  • b7d36b3ad6 Revert "Fix Assembly resolving in WPF Designer if Control DLLs require other Control DLLs" #584 jkuehner 2014-10-30 13:36:17 +0100
  • e2b5f6fa26 Bugfix: Whitespace fixes jkuehner 2014-10-30 13:35:22 +0100
  • aa3f166bba Fixes Unit Test Animation4 jkuehner 2014-10-30 13:31:34 +0100
  • af07decc0c A few new Unit Tests jkuehner 2014-10-30 10:26:02 +0100
  • 6e4925fcc5 Fixes in the Copy UnitTests, they'll work, but the Copied Instance is not the same, so compare the Type of the Copy! jkuehner 2014-10-30 10:25:41 +0100
  • ba69f1daaf XamlObjectServiceProvider need to return IXamlSchemaContextProvider and IAmbientProvider because some Type Convertes use them (For Example RoutedEventTypeConverter!) fixes "Animation2" UnitTest jkuehner 2014-10-30 10:24:54 +0100
  • e53c26fb04 bugfix : Collection Instance == 0 fixes: Animation1 Unit Test jkuehner 2014-10-30 10:23:01 +0100
  • 531d1f6303 Wrap Item in ViewBox jkuehner 2014-10-30 08:01:59 +0100
  • 669f892c14 more unit tests jogibear9988 2014-10-29 23:51:11 +0100
  • ba64d311a7 fixes Bug #408 -> XAML Window Resources doubled jogibear9988 2014-10-29 23:09:13 +0100
  • 95795953b0 Merge branch 'master' of https://github.com/jogibear9988/SharpDevelop jogibear9988 2014-10-28 23:57:55 +0100
  • 7a09aa56b8 Unitests -> when they'll work Tickets: #192 and #408 should be fixed jogibear9988 2014-10-28 23:57:30 +0100
  • c46b152ca5 Notes added by 'git notes add' Build Server 2014-10-28 19:10:13 +0100
  • 733494bacc updating version to 5.1 Siegfried Pammer 2014-10-28 18:59:12 +0100
  • 48d5b015ed Arrange in Grid... jkuehner 2014-10-28 09:46:11 +0100
  • 1028783525 Notes added by 'git notes add' Build Server 2014-10-28 07:29:29 +0100
  • c848dc2854 Update translations 5.0.0 Christoph Wille 2014-10-28 07:22:53 +0100
  • 62008ee8c7 Notes added by 'git notes add' Build Server 2014-10-28 02:27:14 +0100
  • f341f1432b For issue #561: Added missing resource for "Press 'Alt' to enter container" in WPF designer. Andreas Weizel 2014-10-28 02:20:28 +0100
  • 4e5f26d048 Notes added by 'git notes add' Build Server 2014-10-28 01:07:47 +0100
  • fd956aa4c8 Reverted fix for issue #574 back to original solution without GetInterfaceImplementation() + added unit test for error case. Andreas Weizel 2014-10-28 00:50:48 +0100
  • 39e5da367e Fixes for Unit Tests and Whitespace jogibear9988 2014-10-27 23:02:10 +0100
  • 7fd896abad More fies for Image COntrol, Container Enter,... jogibear9988 2014-10-27 22:16:03 +0100
  • b33f8cf0da Bugfixes for Image Placement, Formated Text, ... jkuehner 2014-10-27 14:53:48 +0100
  • acce4a9445 more fixes in XAML Designer jogibear9988 2014-10-26 22:47:07 +0100
  • a906864e40 Arrange Items via ContextMenu and a few fixes... jogibear9988 2014-10-26 11:28:04 +0100
  • beb76068fb Fixes for Formated Text Editor and Context Menu Handling jogibear9988 2014-10-26 09:11:05 +0100
  • 72bcdd692e fix #171: Quick method selection does not work sometimes Siegfried Pammer 2014-10-25 15:39:48 +0200
  • a269a4aa48 Fixes for Formated Text Editor jogibear9988 2014-10-25 10:17:44 +0200
  • 872a8bf762 Fix #574: Wrong error highlighting with interface implementation Andreas Weizel 2014-10-25 01:09:55 +0200
  • 7b9b255637 Removed comparison of "visibility levels" for now. Andreas Weizel 2014-10-25 01:07:27 +0200