1043 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
Siegfried Pammer 6adccfa490 XamlBinding: ported outline content to AXml API 17 years ago
Matt Ward b747259b4e Python forms designer now calls all methods and explicit interface methods when loading InitializeComponent method. 17 years ago
Siegfried Pammer de1a7da0be XamlBinding: bugfixes 17 years ago
Siegfried Pammer 0dc6a987cb XamlBinding: fixed Unit Tests 17 years ago
Siegfried Pammer c60dc09dc5 - implemented XamlParser 17 years ago
David Srbecký 18e073d771 Fixed thread safety. Handling of null version. 17 years ago
David Srbecký 0b8bf974ef XML Parser: ParseAndLock method in the XamlParser 17 years ago
Daniel Grunwald f036036368 Ignore failing XamlBinding test. 17 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 17 years ago
Siegfried Pammer 6728a6f5b6 - fixed build 17 years ago
Siegfried Pammer 8a0a9aa176 XamlBinding: 17 years ago
Matt Ward 530141994b Python forms designer now converts constructor parameters to the correct objects when loading a form. 17 years ago
Matt Ward 4a261f6202 Python form designer now supports assigning a local variable to a property on a control. 17 years ago
Siegfried Pammer e8a2a71648 - fixed build 17 years ago
Matt Ward 8d1b33cd8e Python forms designer now generates code using a code dom serializer. 17 years ago
David Srbecký 70ef1b3d26 XML Parser: Changed class prefix to "AXml" (standing for AvalonEdit XML) (part 1) 17 years ago
Daniel Grunwald 1afb035d95 Use ITextBuffer instead of string in IParser. 17 years ago
Daniel Grunwald a44f970bc6 Ignore failing unit tests. 17 years ago
Siegfried Pammer 52adc85abf XamlBinding: 17 years ago
Siegfried Pammer bc4b0a834d XamlBinding: 17 years ago
Matt Ward 630f20cf9a Python forms designer now generates code for the content of nested custom collections. 17 years ago
Matt Ward 2f9723d453 Python forms designer now generates code for the items inside a custom collection on a control. 17 years ago
Daniel Grunwald 51fcc171d6 Add ChangeTrackingCheckpoint to AvalonEdit.Document. 17 years ago
Siegfried Pammer 9f2405b925 XamlBinding: 17 years ago
Matt Ward bc3c82105f Added support for TableLayoutPanel RowStyles and ColumnStyles in Python forms designer. 17 years ago
Matt Ward f50333b408 Child controls on a TableLayoutPanel are now supported in the Python forms designer. 17 years ago
Matt Ward a3afc53c60 Fixed null reference exception in the python forms designer when generating code for properties that have a null property value. 17 years ago
Matt Ward e66da5b9ad Python forms designer now generates a multline string for the RichTextBox.Text property. 17 years ago
Matt Ward c05cf5f728 Filename with dot character is now correctly shown in the Errors window when compiling a python file that has syntax errors. 17 years ago
Matt Ward 1f138f6e87 Python forms designer can now load a SplitContainer containing child controls. 17 years ago
Matt Ward bc83afbe0c MonthCalendar SelectionRange and DateTime[] properties now supported in Python forms designer. 17 years ago
Siegfried Pammer 181f8cb775 XamlBinding: 17 years ago
Daniel Grunwald 7f6d0a5968 Added Rope<T> to AvalonEdit and use it instead of the GapTextBuffer. 17 years ago
Matt Ward f793b3715f Added support for list view groups in Python forms designer. 17 years ago
Matt Ward 80f9ad772d Python forms designer now uses InstanceDescriptor to generate code for object creation. 17 years ago
Siegfried Pammer 4f5e5ff05a XamlBinding: 17 years ago
Siegfried Pammer fb0710f91a XamlBinding: 17 years ago
Matt Ward 42988ba59a Fixed null reference exception when generating code in the Python forms designer for a non-IComponent object's AddRange method. 17 years ago
Matt Ward 921f2d2045 Inherited tooltips now supported in the Python forms designer. 17 years ago
Matt Ward d837482511 Public inherited controls now supported in Python forms designer. 17 years ago
Matt Ward 2ea6c93ce1 Inherited protected controls are now supported in the Python forms designer. 17 years ago
Siegfried Pammer b3436caca5 XamlBinding: 17 years ago
Matt Ward e9949d3692 Fixed null reference exception when loading/generating code in the python forms designer when a control's property was null. 17 years ago
Matt Ward f2f7704f3d Python forms designer no longer generates code for controls in inherited base class. 17 years ago
Siegfried Pammer 94a3bb4c6a XamlBinding: implemented drag and drop in grid editor 17 years ago
Matt Ward ccddc2cd65 Python forms designer now creates an instance of the form's base class instead of just a Form or UserControl when loading a form in the designer. 17 years ago
Siegfried Pammer 33c78c593b XamlBinding: improved EditGridColumnsAndRowsDialog 17 years ago
Siegfried Pammer d01d5f9777 XamlBinding: 17 years ago
Siegfried Pammer 693581e485 XamlBinding: 17 years ago
Matt Ward f134d84ee4 Python forms designer can now design forms that do not directly inherit from Form or UserControl. 17 years ago