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

54 Коммитов

Автор SHA1 Сообщение Дата
Luke Ordelmans daf315524d added GetValueOnInstance<T> that uses the TypeConverter defined on the XamlProperty if types are not direct match, this way the user can extend the specific TypeConverter if needed. 2023-03-01 13:19:52 +01:00
jkuehner 21442d0296 inline collection needs special code 2023-02-03 08:49:30 +01:00
Thomas Herrmann 591180b824 xml - set namespace for subelements if root namespace is changed 2022-12-01 16:26:29 +01:00
Jochen Kühner 06995f27a6 bugfix - remove cosloe writeline calls 2022-03-07 11:22:27 +01:00
Jochen Kühner 6ea37e9819 ´refactor after merge, add net6 support 2022-01-04 17:23:58 +01:00
Jochen Kühner 807dc11a41 increase version in all csproj 2021-09-13 12:00:30 +02:00
Christoph Wille eaf78be843 Remove duplicated and sometimes empty assembly attributes (looks now similar to AvalonEdit AssemblyInfo.cs) 2021-06-12 11:08:27 +02:00
Christoph Wille bfccfc3743 Set GenerateAssemblyInfo back to false 2021-06-12 10:47:39 +02:00
Christoph Wille 0e463620e0 Start work on GH action for CI 2021-06-12 10:36:35 +02:00
jkuehner 0ff33b17b0 work on xaml designer for net5 2021-04-07 19:49:15 +02:00
jkuehner 2809167993 work on net5.0 support, drop netcore3 2021-04-05 19:35:23 +02:00
jkuehner 915bc1c908 fix unit tests 2019-10-02 07:28:51 +02:00
jkuehner 680743f98c better copy & paste 2019-10-02 07:08:32 +02:00
jkuehner 46904029ce bugfix mc:Ignorable 2019-05-30 18:11:58 +02: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 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 9623569472 bugfix : fix line endings 2018-07-01 22:42:23 +02:00
jkuehner 6abcba0f8c feature : fix type finding of framework assemblies 2018-07-01 22:23:00 +02:00
jkuehner 5c6e36af2f feature : whitespace and namespace cleanups 2018-07-01 17:46:16 +02:00
jkuehner 0e54d2f7d3 Text Value should be a string 2017-10-05 14:48:26 +02:00
jkuehner 67ffbf1ddd Access the Xaml TextValue of a Property 2017-10-05 14:47:32 +02:00
jkuehner 7f6a86e3b1 bugfix Behavior of XamlProperty should not be changed 2017-10-05 14:41:50 +02:00
jkuehner 7c60b1b6cf Change the Code so it does not possibly break smth. 2017-10-05 14:38:09 +02:00
jkuehner f8c4423ea4 Xamlproperty does not return Value for Attached ToolTip property 2017-10-05 14:30:54 +02:00
jkuehner 7e4477d61b Fix a Exception with wrong object type 2017-09-21 00:07:18 +02:00
awraae 415e2f0785 Fixed a bug for root nodes with namespace prefix 2017-05-30 13:24:35 +02:00
jogibear9988 9bc36806db Namespace fixes in Copy&Paste 2017-05-14 17:19:01 +02:00
jogibear9988 5a28ca560a WPF Designer -> Triggers and Behaviors Editor (WIP) 2016-12-26 18:43:35 +01: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 022c5dafa1 Fix new Unit Test 2016-04-19 21:17:23 +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 b27a8c8c28 Fix Brush & Color Editor, Fix Assembly Info 2016-04-10 12:40:42 +02:00
jogibear9988 d625835a62 Fix Unit Tests, work on FormatedTextEditor, using fixups 2016-04-09 15:23:40 +02:00
jogibear9988 6b8940bb7d Multiple Designer fixes & extensions 2016-02-23 15:10:36 +01:00
jogibear9988 1788fe871a Fix Position not correct for big Xaml Files 2016-02-04 09:02:42 +01:00
jogibear9988 46e1333e70 Make it Possible that a writen DesignItem knows it's possition in the XAML Code, so that it can be selected after XAML is created 2016-02-04 08:16:37 +01:00
jkuehner 7f1405e819 XML Comment fixes 2015-12-23 11:52:05 +01:00
jogibear9988 da8d3e655d Support for ResourceDictionary as Root Element 2015-12-01 10:07:53 +01:00
jogibear9988 699262343d Fix Exception Reporting in Xaml Parser 2015-12-01 08:00:02 +01:00
jkuehner 5a994b0ff5 Formated IpLace Text Editor 2015-10-23 13:46:24 +02:00
jkuehner 49966774cc Fix insert of "<" 2015-10-23 12:07:10 +02:00
jkuehner a89fb3a25d XAML 2009 fixes 2015-10-22 17:20:21 +02:00
jkuehner bcde0bb2c5 Fix Documentation Path in CSPROJ 2015-10-19 22:55:06 +02:00