Commit Graph

  • 38dad6214c Notes added by 'git notes add' Build Server 2014-12-20 11:42:32 +0100
  • bcae54ad89 Merge pull request #626 from olegbevz/master Siegfried Pammer 2014-12-20 09:35:21 +0100
  • e902157792 Restore all code for assembly info editor #626 olegbevz 2014-12-18 23:38:41 +0700
  • 99c39e2c6b MarkupExtensionWrapper is now public to make it possible to make wrappers for non-standard markup extensions. Wrapper can be registered by applying MarkupExtensionWrapperAttribute or calling the static method RegisterMarkupExtensionWrapper of the MarkupExtensionWrapper class. #627 gumme 2014-12-18 17:29:55 +0100
  • b3c9ffa9d5 Merge pull request #1 from icsharpcode/master Oleg Bevz 2014-12-18 22:51:16 +0700
  • a3128c0c1c add AssemblyInfoPanel.xaml.cs olegbevz 2014-12-18 20:47:20 +0700
  • eb05c8a1e0 Merge pull request #625 from icsharpcode/revert-624-master Siegfried Pammer 2014-12-17 21:27:51 +0100
  • 053a436889 Revert "Assembly Info Editor (issue #96)" #625 Siegfried Pammer 2014-12-17 21:27:37 +0100
  • 67b83d5a68 Notes added by 'git notes add' Build Server 2014-12-17 21:22:04 +0100
  • f62c9fc063 Merge pull request #624 from olegbevz/master Siegfried Pammer 2014-12-17 21:18:52 +0100
  • 47cc3bdaa8 Merge pull request #623 from jogibear9988/master Siegfried Pammer 2014-12-17 20:16:36 +0100
  • c81f307638 Revert some changes #624 olegbevz 2014-12-16 21:41:32 +0700
  • 3ea6e25897 Revert some project changes olegbevz 2014-12-16 21:33:34 +0700
  • 05637b70a9 Add some comments olegbevz 2014-12-16 21:03:11 +0700
  • be0c6a343f Update assembly flags generation algorithm olegbevz 2014-12-16 20:23:44 +0700
  • 428588528a Fix WrapItems Container not Dragable #623 jogibear9988 2014-12-16 09:34:47 +0100
  • 13055f3e09 Notes added by 'git notes add' Build Server 2014-12-16 01:21:56 +0100
  • 1592b216ee Merge pull request #612 from turbanoff/master Andreas Weizel 2014-12-16 01:08:37 +0100
  • 863fd66ba8 Merge pull request #618 from lvv83/template_fix Andreas Weizel 2014-12-16 01:01:56 +0100
  • f2958f8296 Bugfix: ComboBox Editor did not work! The Attribute was not parsed when the Editor was in the other Assembly. Without the Attribute it works again! jogibear9988 2014-12-15 23:16:06 +0100
  • 27e6a81474 A global Property Changed Event in the Component Service jogibear9988 2014-12-15 21:36:36 +0100
  • abea34dfae Notes added by 'git notes add' Build Server 2014-12-15 19:51:39 +0100
  • 0dd32ed2b6 Merge pull request #622 from gumme/WpfDesignerMarkupExtensionInsertFix Siegfried Pammer 2014-12-15 19:34:15 +0100
  • 393a39dda4 Added null-check necessary when a markup extension without a wrapper is added to a collection. #622 gumme 2014-12-15 19:21:33 +0100
  • 807651fe54 Add namespace restore while saving assembly info olegbevz 2014-12-16 00:32:53 +0700
  • 66127ce814 Add write asssembly flags support olegbevz 2014-12-15 23:51:51 +0700
  • 9cc9855c49 Notes added by 'git notes add' Build Server 2014-12-15 17:36:57 +0100
  • 00b34016c2 Add assembly info writing tests. Add Assembly Flags reading support. olegbevz 2014-12-15 23:07:15 +0700
  • 992dc62d2d Merge pull request #620 from jogibear9988/FixXamlDesignerInSD Siegfried Pammer 2014-12-15 16:40:16 +0100
  • 7433435b5e Notes added by 'git notes add' Build Server 2014-12-14 19:43:45 +0100
  • b83ab81abf Support target framework specific NuGet PowerShell scripts. Matt Ward 2014-12-14 18:29:05 +0000
  • 6f7eb3b7da Add assembly info provider reading tests olegbevz 2014-12-15 00:03:12 +0700
  • 4918844f9f Notes added by 'git notes add' Build Server 2014-12-14 16:41:37 +0100
  • e5b17a327b Add 'CreateActions' to FileTemplate, and use them to start the report wizard instead of relying on IsDirty. Daniel Grunwald 2014-12-14 16:34:46 +0100
  • 3de10a3d5e MessageBox if some of the assembly info values was incorrect olegbevz 2014-12-14 21:46:31 +0700
  • 969cc82963 Notes added by 'git notes add' Build Server 2014-12-14 14:10:59 +0100
  • 56ef4ff293 Handle being unable to read or update NuGet.Config. Matt Ward 2014-12-14 13:00:44 +0000
  • 6b03044477 Use NuGet's PackageSourceProvider. Matt Ward 2014-12-14 11:57:21 +0000
  • 3870c83f3f Missing 1 DesignTimeProperty #620 jogibear9988 2014-12-14 11:54:04 +0100
  • b3ea4a0efb Bugfix Assembly Version Problem After this fix you can use the XamlDesigner also to Develop the XamlDesigner!!! Before that we've had Bug's because of multiple loaded Assemblies with the same Name! jogibear9988 2014-12-14 11:53:37 +0100
  • 3d0642b329 Notes added by 'git notes add' Build Server 2014-12-14 10:40:24 +0100
  • 485b758ead Merge pull request #619 from jogibear9988/master Siegfried Pammer 2014-12-14 10:33:26 +0100
  • 5b0f28b5e3 Merge remote-tracking branch 'remotes/sd/master' #619 jogibear9988 2014-12-14 08:27:08 +0100
  • cccce55c7b Fix in exception templates (xml docs) #618 lvv83 2014-12-14 01:22:50 +0300
  • b3d04861a4 Add languages list for neutral language option olegbevz 2014-12-14 03:27:33 +0700
  • 3e1b6e580d Changes to WrapitemsIn... so it can be used from external Code jkuehner 2014-12-13 19:27:48 +0100
  • 7d57cc7a13 Add button for generating new GUID olegbevz 2014-12-13 11:26:39 +0700
  • 2c27884923 Add AssemblyInfoViewModel olegbevz 2014-12-12 22:55:20 +0700
  • 6c2fc19637 No guid and versions displayed if there is no attributes in assemblyinfo file. olegbevz 2014-12-12 22:08:23 +0700
  • b89b660e4b Notes added by 'git notes add' Build Server 2014-12-12 15:46:08 +0100
  • 844766bfc9 Merge pull request #617 from gumme/WpfDesignerMarkupExtensionCanPrintFix Siegfried Pammer 2014-12-12 15:39:30 +0100
  • a84b9965ab Merge pull request #614 from jogibear9988/master Siegfried Pammer 2014-12-12 15:38:39 +0100
  • c8198ab98a Add new options to assembly info editor: AssemblyDefaultAlias, AssemblyInformationalVersion, CLSCompliant, JitOptimization, JitTracking olegbevz 2014-12-12 01:47:19 +0700
  • 13002cf065 Added update of child markup extensions when markup extension chain is updated. #617 gumme 2014-12-11 08:53:58 +0100
  • 5466bfb19f Notes added by 'git notes add' Build Server 2014-12-10 22:31:12 +0100
  • a356868562 Fix #616: Accessing an object list in ConsolePad causes unhandled exception Andreas Weizel 2014-12-10 22:14:18 +0100
  • 8d47f04678 Fixed bug; CanPrint was only checked for the first property using nested markup extension. gumme 2014-12-10 21:42:41 +0100
  • eaf5d78a66 Add converter to edit assembly versions. Add messagebox appearence when assembly info file was not found. olegbevz 2014-12-11 00:16:55 +0700
  • ef0c28e1e4 Notes added by 'git notes add' Build Server 2014-12-10 00:41:12 +0100
  • a502cf0eaf Fix #613: NullReferenceException when I add `new DirectoryInfo(".")` to watches in debug. Andreas Weizel 2014-12-10 00:34:14 +0100
  • d1b8ff41ce Add AssemblyInfoProvider to read and write assembly info file. Bind assembly info to panel. olegbevz 2014-12-09 22:55:45 +0700
  • ca257e4a45 Bugfix Exception when Deleting Objects ... (Then Bindings should not be changed!) #614 jkuehner 2014-12-09 11:19:36 +0100
  • 4da4791daa Allow Ctrl+A in ExceptionBox #612 turbanoff 2014-12-09 02:07:41 +0300
  • 65da7b12dd Notes added by 'git notes add' Build Server 2014-12-08 11:15:01 +0100
  • cdd6d8aca5 Merge pull request #604 from jogibear9988/AppXamlParsing Siegfried Pammer 2014-12-08 11:07:56 +0100
  • b1f45b304c Merge pull request #607 from gumme/WpfDesignerCtrlArrowResizeFix Siegfried Pammer 2014-12-08 11:04:24 +0100
  • a85e1af0fa add assembly info panel content olegbevz 2014-12-07 01:11:25 +0700
  • 11a96d9de5 add assembly info options panel olegbevz 2014-12-06 13:04:36 +0700
  • 56ee23ea8d Fixed so resize operation by using ctrl + arrow is working again, and also handles the case if the user releases ctrl while still pressing an arrow. #607 gumme 2014-12-04 21:19:51 +0100
  • d1abc902da Notes added by 'git notes add' Build Server 2014-12-03 09:25:40 +0100
  • 422b655c94 Fix for missing Wpf Tk dll in SDR (best solution would be to have dll once in bin) Christoph Wille 2014-12-03 09:18:53 +0100
  • 623452523f Notes added by 'git notes add' Build Server 2014-12-02 21:23:31 +0100
  • 47aca73beb Merge pull request #606 from olegbevz/master Matt Ward 2014-12-02 20:03:13 +0000
  • 994a1561f5 Primary Selection but only when multiple Items Extension Server should be Reapplied on Selection changed #604 jkuehner 2014-12-02 12:00:43 +0100
  • 85da07adb6 Mouse Gestures need to be public, to be used for a custom Extension in a custom DLL jkuehner 2014-12-02 11:24:03 +0100
  • cf41d83966 Possibility to disable Snaplines in a Derived Extension via returning CanPlace = false jkuehner 2014-12-02 11:18:21 +0100
  • ed900bb5fb Notes added by 'git notes add' Build Server 2014-12-01 19:13:06 +0100
  • a185188105 Avoid problems saving files (with safe saving enabled) when the same project is also open in Visual Studio Daniel Grunwald 2014-12-01 18:54:26 +0100
  • 6719026a8b Fix a Null Ref Exception... jkuehner 2014-12-01 13:51:15 +0100
  • 0d69188c47 Possibilities to disable Extensions jkuehner 2014-12-01 12:16:12 +0100
  • 9332bf6a1e Notes added by 'git notes add' Build Server 2014-11-29 14:53:10 +0100
  • 92f9c3ab36 Fix IOException when running code coverage. Matt Ward 2014-11-29 13:36:15 +0000
  • ed680e13fc Fix namespace order [refs #250] #606 olegbevz 2014-11-29 15:42:49 +0700
  • ed59f83fbe Fix indenting [refs #250] olegbevz 2014-11-29 15:39:56 +0700
  • 821c41289a Update solution active configuration when SolutionConfigurationEditor dialog is closing [refs #250] olegbevz 2014-11-29 15:31:31 +0700
  • 1d80551b9e Use the Same Context Menu for Outline View jkuehner 2014-11-28 13:02:59 +0100
  • f92e6bef3b Content should be Addable to all ContentControls jkuehner 2014-11-26 23:11:36 +0100
  • 535b4df471 Fixes ContextMenus when Designer is used inside of SD! jkuehner 2014-11-26 22:28:53 +0100
  • 19486b6cf2 Fix multiple XML-Namspaces for the same CLR-Namespace Now all UnitTests work jogibear9988 2014-11-24 20:49:48 +0100
  • 1d5a597e88 Bugfix: Copyied XAML contains d1p1 as Namespace Prefix for Added Name Attribute jkuehner 2014-11-24 16:07:41 +0100
  • bb3a5419b6 Activate a now working Unit Test jogibear9988 2014-11-23 17:54:25 +0100
  • 6b2cf8714e Whitespace jogibear9988 2014-11-23 11:56:36 +0100
  • 54eedf4410 Templatehelper should Clone the Node and don't modify the original one jogibear9988 2014-11-23 11:55:53 +0100
  • 0922851312 Fixes in Template helper: Remove Added Key and Namespaces... jogibear9988 2014-11-22 10:27:37 +0100
  • 54757a67f9 Log Exceptions when parsing app.xaml jogibear9988 2014-11-21 18:33:22 +0100
  • fec443288f Renaming of Controls -> Bindings and x:References are fixed jogibear9988 2014-11-21 18:25:35 +0100
  • dcaad07743 Code to Fix References when the Name of a Framework Element Changes (don't know if this should be Standart!) (but I think it should be used on Paste from the Clipboard, so that Pasted Bindings work on Pasted Objects) (not active at the Moment!) jkuehner 2014-11-21 15:00:58 +0100
  • 237dee4803 Massively speed up Property Reading of multiple Selected Objects jkuehner 2014-11-21 10:44:40 +0100
  • d87cf6a2ca A few fixes for better Parsing jogibear9988 2014-11-20 21:29:17 +0100
  • 513c7e1935 bugfix a few small issues: jogibear9988 2014-11-20 08:32:44 +0100