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

133 Коммитов

Автор SHA1 Сообщение Дата
Jochen Kühner 5dac874710 Merge pull request #25 from leocereus/PlacementSelectionFix
Removed code that toggles selection when controls are placed
2017-05-30 17:35:00 +02:00
Jochen Kühner bd1cfdb942 Merge pull request #26 from leocereus/RootNodeNamespace
Fixed a bug for root nodes with namespace prefix
2017-05-30 17:03:32 +02:00
Jochen Kühner 96572610a2 Merge pull request #27 from leocereus/SnaplineAllItemsFix
Fixed a bug where snaplines were not applied to all items
2017-05-30 17:02:58 +02:00
Jochen Kühner 3c1bae297f Merge pull request #28 from leocereus/NumberEditorAmbiguousFix
Changed NumberEditor to be empty on ambiguous values
2017-05-30 17:02:20 +02:00
Jochen Kühner 9097e042d8 Merge pull request #29 from leocereus/ReapplyAllExtensionsFix
Fixed bug where extensions are reapplied multiple times
2017-05-30 16:58:39 +02:00
awraae 1065fad472 Fixed bug where extensions are reapplied multiple times 2017-05-30 16:34:23 +02:00
awraae 5fed72d551 Changed NumberEditor to be empty on ambiguous values 2017-05-30 14:47:38 +02:00
awraae 3b7bc26c74 Fixed a bug where snaplines were not applied to all items 2017-05-30 14:24:09 +02:00
awraae 415e2f0785 Fixed a bug for root nodes with namespace prefix 2017-05-30 13:24:35 +02:00
awraae e1907e2a64 Removed code that toggles selection when controls are placed 2017-05-30 12:27:49 +02:00
jogibear9988 540b70b5c8 Keyboard Focus fixes.... 2017-05-14 17:34:15 +02:00
jogibear9988 9bc36806db Namespace fixes in Copy&Paste 2017-05-14 17:19:01 +02:00
jogibear9988 8daa03c5ca Show Property Name as Italic 2017-05-13 21:45:52 +02:00
jogibear9988 677ef5b348 support Complex Properties in TreeView 2017-05-13 21:39:40 +02:00
jogibear9988 c9b53f30d6 Add arrowline as an example... 2017-05-13 21:12:49 +02:00
jogibear9988 5a28ca560a WPF Designer -> Triggers and Behaviors Editor (WIP) 2016-12-26 18:43:35 +01:00
jogibear9988 47d2905096 Bugfix in Designer -> RaiseComponentRegisteredAndAddedToContainer not always raised 2016-06-27 09:21:12 +02:00
jogibear9988 fed4d1b356 Fix DesignItemBinding with AttachedDps 2016-06-17 13:57:34 +02:00
jogibear9988 829184d865 ZoomScrollViewer -> Right MouseWheel support (with help from https://stackoverflow.com/questions/4158101/how-to-horizontally-scroll-in-wpf-using-mouse-tilt-wheel/35324858#35324858) 2016-06-13 10:59:54 +02:00
jogibear9988 b4598cc6f0 Fix Attached Properties wich are private (like Interaction.Triggers)
see #22
There is work to do for PropertyGrid
2016-05-13 17:11:38 +02:00
jogibear9988 34cc930865 Merge remote-tracking branch 'remotes/mblake/discovery' 2016-05-01 19:18:53 +02:00
Mitch Blake 05a97a79e6 Added test project and POC stuff 2016-04-29 16:06:32 -06:00
Jochen Kühner a3a68b61a6 Merge pull request #21 from javidang/patch-2
Changed OpenCommand_Executed
2016-04-29 15:41:09 +02:00
javidang 4cf2bd0416 Changed OpenCommand_Executed
Opening already added document does not bring it to document pane. I just call AvalonDockWorkaround() to re synchronize that document with document pane. If there is other workaround just undo this.
2016-04-29 17:24:49 +04:00
Jochen Kühner 575ab65ab9 Merge pull request #20 from javidang/patch-1
Added binding restore if layout restore happened
2016-04-29 11:38:08 +02:00
javidang a366c39a11 Added binding restore if layout restore happened
Before restoring layout was dropping current layout settings such as bindings, and eventually document pane was not updating according to added new designers. I just added one method that re creates binding for document pane and calls AvalonDockWorkaround method
2016-04-28 11:56:55 +04:00
jogibear9988 8941f072c8 Support Nullable Types in Numeric UpDown 2016-04-20 08:49:04 +02:00
jogibear9988 022c5dafa1 Fix new Unit Test 2016-04-19 21:17:23 +02:00
Jochen Kühner 2a27b9ded5 Merge pull request #19 from awraae/BindingUndoFix
Unit test for undoing bindings using ElementName.
2016-04-19 21:09:05 +02:00
jogibear9988 6775dbfe9e Default Width & Height in Template 2016-04-19 21:05:51 +02:00
jogibear9988 ce0bc32a6e XamlDocument needs to know CurrentProject name to support Controls & Styles from it 2016-04-15 08:21:23 +02:00
jogibear9988 122aa28f58 Fix deletion in multiple containers 2016-04-14 17:20:57 +02:00
jogibear9988 66e22fb536 - Hide some Extensions when using InPlaceEditor
- Resharper Settings
- using fixes
2016-04-11 08:17:35 +02:00
jogibear9988 0c687e7b7a Merge branch 'master' of https://github.com/icsharpcode/WpfDesigner 2016-04-11 07:41:51 +02:00
jogibear9988 b3a498abbc Snapline Placement -> Round Values 2016-04-11 07:41:38 +02:00
Christoph Wille a25c0bdd7b Split out contributing information, update readme according 2016-04-10 13:20:42 +02:00
jogibear9988 b27a8c8c28 Fix Brush & Color Editor, Fix Assembly Info 2016-04-10 12:40:42 +02:00
Jochen Kühner 43305eb8a0 Update README.md 2016-04-10 12:10:01 +02:00
jogibear9988 7176e12939 Fix Assembly Version 2016-04-10 12:06:26 +02:00
jogibear9988 77eae9161e Formating & Using fixes 2016-04-10 12:05:15 +02:00
jogibear9988 06e6627a59 Reimplement FormatTextEditor (finished), Appveyor fixes 2016-04-10 11:59:53 +02:00
jogibear9988 99f9f83ba0 Upload only build Nuget to Artifacts, not the Downloaded One 2016-04-10 01:16:30 +02:00
jogibear9988 787ab96916 Bring FormatedTextEditor back to Live. work on #10 2016-04-10 00:57:38 +02:00
jogibear9988 d625835a62 Fix Unit Tests, work on FormatedTextEditor, using fixups 2016-04-09 15:23:40 +02:00
jogibear9988 b4bf83e49f Reimplement TimeSpanEditor, fixes #8 2016-04-09 11:58:57 +02:00
jkuehner ccf1918046 wip: TimeSpanEditor 2016-04-09 11:20:05 +02:00
jkuehner 240cd065a6 Bring back ColorEditor (fixes #9) 2016-04-09 10:48:29 +02:00
jkuehner 6f9314227f Test Control in Simple Sample 2016-04-08 22:12:41 +02:00
jkuehner 6dbff9cdeb Update Nuget Package & Fix Same Control adding 2016-04-08 21:51:42 +02:00
jogibear9988 5c23f2e689 New Version for Nuget 2016-04-05 15:35:47 +02:00