Граф коммитов

328 Коммитов

Автор SHA1 Сообщение Дата
jkuehner 60f10a8418 Merge branch 'master' of https://github.com/icsharpcode/WpfDesigner into feature/dotnet3 2019-05-30 18:19:28 +02:00
jkuehner 5a8d8aa3a9 fix mouse handling of combobox property editor, null background does not work with mouse hover 2019-05-30 18:18:24 +02:00
jkuehner 46904029ce bugfix mc:Ignorable 2019-05-30 18:11:58 +02:00
Jochen Kühner 0c163fb4c8
Merge pull request #55 from icsharpcode/fix-netcore3-preview-viaglobaljson
Use global.json for VS2019 RC/RTM Builds
2019-03-22 07:13:33 +01:00
Christoph Wille 304fc6c729 Use global.json https://docs.microsoft.com/en-us/dotnet/core/tools/global-json to fix tooling version to 3 (RC of VS2019 uses only RTM SDKs) 2019-03-21 19:00:37 -07:00
Jochen Kühner 5085e7a1e7
Merge pull request #54 from icsharpcode/feature/dotnet3
dot net 3.0 preview build
2019-03-22 00:36:28 +01:00
jkuehner 98ff4ac714 fix a few more copyright dates 2019-03-22 00:25:39 +01:00
jkuehner 463ece21fc update licence year 2019-03-22 00:22:28 +01:00
jkuehner c389d0d7b8 dot net core 3.0 build 2019-03-22 00:19:52 +01:00
jkuehner 13560c7f18 bugfixc keyboard movement of multiple controls 2019-03-20 14:13:42 +01:00
jkuehner 5fb10e606f bugfix last commit, when operation works exit loop 2019-03-08 14:12:23 +01:00
jkuehner bbd211d06c bugfix createComponentTool should also work over rectangles 2019-03-08 09:53:18 +01:00
jkuehner 9d18b108dc bugfix propertygrid does not update values any more 2019-02-14 13:19:58 +01:00
jkuehner 3f8c683812 Introduce DesignerValue for Properties.
This is the Value of the Property in the Designer and not on the Instance.
It's needed, because PropertyGrid should show DesignerValue (wich is the same as in XAML) and not instance Value (wich could be different).
and changeing the return value of default ValueOnInstance kills Brush editor!
2018-12-06 14:20:06 +01:00
jkuehner b8889384ee bugfix unit test after change 2018-12-03 16:39:12 +01:00
jkuehner 1bc9d3b6f2 bugfix - if a property value is set, show set value, not value on instance 2018-12-03 16:28:49 +01:00
jkuehner d6ab3bf77d bugfix tests 2018-11-23 16:47:26 +01:00
jkuehner f1f8ed2e56 add possibility to register a component with correct prefixes 2018-11-23 16:40:35 +01:00
jkuehner ff11fd778b bugfix : for a attached Property the Name in the Getter, not the PropertyName should be used (or for example the System.Interaction DependecyProperties (Triggers & Behaviors) will not work) 2018-11-23 14:17:31 +01:00
jkuehner fd1e0d696d updates for interaction helper 2018-11-23 14:13:43 +01:00
jkuehner e3dc4c8a0e bugfix release to debug 2018-11-14 14:00:17 +01:00
jkuehner 0d476d37b4 feature - work on expression interaction addon 2018-11-14 13:50:16 +01:00
jkuehner 9c39b381bf bugfix hold of keys to move controls 2018-11-14 08:10:52 +01:00
jkuehner d669a1dde3 bugfix angle detection 2018-11-14 00:19:31 +01:00
jkuehner fb987e96ed bugfix not yet supported c# features 2018-11-13 23:48:47 +01:00
jkuehner 9e95d5fa15 bugfix fix wrong commit 2018-11-13 23:44:01 +01:00
jkuehner d747511850 bugfix rotated keyboard movement 2018-11-13 23:43:09 +01:00
jkuehner cd1f9bebe3 bugfix fix forgotten file 2018-11-08 10:48:32 +01:00
jkuehner 3fdb708c77 feature support create items with other position 2018-11-08 10:39:39 +01:00
jkuehner bae87b0afe bugfix crash when edit style is pressed twice, fixes #51 2018-11-08 09:12:15 +01:00
jkuehner a20ad022f4 Fix for Create component Tool 2018-11-07 16:25:48 +01:00
jkuehner 1b1d9a1922 feature -> Create Component Tool support for multiple elements 2018-11-07 15:55:13 +01:00
jkuehner 90160c8060 use layout transform on root element 2018-11-04 13:14:19 +01:00
jkuehner 6a808c6fd1 support thumbnail-view on layout transform of root element 2018-11-04 13:05:52 +01:00
jkuehner 01ab399889 feature : add the possibility to support a collection of strings for a dep. property in property grid 2018-07-27 00:26:21 +02:00
jkuehner 822748b889 bugfix : ContextMenu order fixes 2018-07-18 09:26:23 +02:00
jkuehner 1292332879 feature : example show adding columns to grid 2018-07-18 09:24:58 +02:00
jkuehner 1461aaf205 feature : support doubled names for example in FontWeight 2018-07-12 15:02:36 +02:00
jkuehner 0b136e3de1 bugfix : fix polyline drawing 2018-07-11 15:10:27 +02:00
jkuehner 94c8edff57 feature : draw polyline with alt pressed 2018-07-11 14:13:54 +02:00
jkuehner da411f79ec bugfix : fix write error 2018-07-11 11:33:21 +02:00
jkuehner d23614d215 feature : Breaking change, Use Create Component Tool CreateItem in Draw behavior 2018-07-11 11:19:54 +02:00
jkuehner d6975c992a feature : Unwrap Items 2018-07-10 11:18:55 +02:00
jkuehner 9cd973d95a feature : switch xamldesigner to avalondock 2 (old does not work correctly and is not maintained any more) 2018-07-08 11:24:07 +02:00
jkuehner 9e4a2734bd bugfix : fix ThumbnailView border position 2018-07-04 17:31:41 +02:00
jkuehner 7da6ecdc01 feature : fixes for path handling 2018-07-03 12:57:30 +02:00
jkuehner 26fb0701af feature : possibility to reapply only one extension 2018-07-03 12:56:52 +02:00
jkuehner f6f39c8f8d feature : PropertyNode should also use IComponentPropertyService 2018-07-02 23:12:51 +02:00
jkuehner 8a84a7b24a bugfix : fixes with inplace editor 2018-07-02 22:42:33 +02:00
jkuehner 94d86a952a feature : remove commented code 2018-07-02 22:41:08 +02:00