267 Commits (5d4cdedf8daf12ce2a5282f3bc511e7683e0f2f1)

Author SHA1 Message Date
Peter Forstmeier ea3ba276b3 Remove unused Icons, work on relative Path for Icons 16 years ago
Matt Ward 37c63c645c Updated SharpSnippetCompiler sample to be able to re-open a closed file when clicking an item in the errors list. 16 years ago
Daniel Grunwald 84f0895b3b Added support for default parameters and variance annotations to C# parser. 16 years ago
Peter Forstmeier f39aff62c8 Add patches from Alex Rednic , center page in ReportViewer, better drawing of bitmap 16 years ago
Peter Forstmeier a590afef8e Change Icons in ReportViewer.cs (transparent background), reset DataManager after report is rendered. Update sample. 16 years ago
Peter Forstmeier 93c044b4ba ReportViewer show evaluated pages 16 years ago
Peter Forstmeier d41568da4b Zooming in ReportViewer, ReportViewer.SetupAsyncron is now Obsolete, use RunReport 16 years ago
Peter Forstmeier e3de9aee67 work on 16 years ago
Peter Forstmeier 9a97c9f392 RelativeFileName for Images. 16 years ago
Daniel Grunwald 9daf455136 Remove XamlDesigner2. 16 years ago
Peter Forstmeier 413ec91c9e Start working on absolute and relative FileName's for Images 16 years ago
Peter Forstmeier d52b8cf36e Remove unused code in samples 16 years ago
Peter Forstmeier 8892bd9459 ReportViewer Scrollbar 16 years ago
Peter Forstmeier 0889b2ca43 ReportViewer reacts to SectionRenderEvent, see Samplereport 'ContributorsList' 16 years ago
Peter Forstmeier e24f148e66 Fix typo 16 years ago
Peter Forstmeier 0b073747e6 Work on samples 16 years ago
Peter Forstmeier 458132dd22 Cleanup 16 years ago
Peter Forstmeier bf886d3689 SectionRenderEvent in ReportViewer 16 years ago
Peter Forstmeier e47f65dc46 Sample showing Report with IList<T> as DataSource 16 years ago
Peter Forstmeier 3587b1525c Cleanup, add SampleReport with Parameter 16 years ago
Peter Forstmeier acf5b30249 Start cleanup Sample Reports 16 years ago
Matt Ward 17b34d7fe1 Re-integrated SharpDevelopReports addin. 16 years ago
Christoph Wille de3fc84d5d Update code converter Web site to support conversion to Ruby and Python 16 years ago
Christoph Wille c1c1530741 Update script for IronRuby & IronPython conversion 16 years ago
Christoph Wille c0c09e768f Remove copied dependencies; dependencies now copied on-demand using build script 16 years ago
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 16 years ago
Daniel Grunwald 48045ff9f8 Move CSharpIndentationStrategy into AvalonEdit. 16 years ago
Daniel Grunwald 23c1c37ec1 Allow setting the TextEditor.SyntaxHighlighting property from XAML. Thanks to Rudi Grobler for the idea (http://dotnet.org.za/rudi/archive/2009/10/09/the-magic-of-type-converters.aspx). 16 years ago
Daniel Grunwald c9fc64257d Copied information from the Code Project article into the AvalonEdit help file. 16 years ago
Daniel Grunwald ac6d4f66a0 Fixed split view crash when folding is enabled. 16 years ago
Daniel Grunwald 695d5f7c05 Added dependency graph. 16 years ago
Daniel Grunwald 6d54b7f06a Add chapter on code completion. 16 years ago
Daniel Grunwald d80f577ae1 Wrote chapter on syntax highlighting. 16 years ago
Daniel Grunwald d0c136bb8b Split up AvalonEdit into Overview, Document, Rendering. 16 years ago
Daniel Grunwald cf815e0902 Worked on the AvalonEdit article and sample application. 16 years ago
Daniel Grunwald c78ea89993 Extended AvalonEdit.Sample + article. 16 years ago
Daniel Grunwald 9426732de9 LINQ-to-Profiler documentation 16 years ago
Daniel Grunwald 4feb97519c Prepare DocumentLineTree for optimization. 16 years ago
Daniel Grunwald b4142ddb14 Allow data-binding to the TextEditor.SyntaxHighlighting property. 16 years ago
Daniel Grunwald 0d6c72676b Rewrote IReturnType-output in VBNetAmbience to support inner classes inside generic classes. 16 years ago
Siegfried Pammer 8db012ec87 - moved Hook to VS 2010 project format (vcxproj) 16 years ago
Siegfried Pammer 19406653ea - improved WPF designer in some areas 16 years ago
Daniel Grunwald 36baa1af87 Move WPF Designer to .NET 4.0. 16 years ago
Daniel Grunwald 8429b4a3af Restore XamlDesigner to match old WPF Designer version 16 years ago
Siegfried Pammer 0444f9b0e0 - XamlBinding: fixed bugs and added Unit Tests 16 years ago
David Srbecký 0b8bf974ef XML Parser: ParseAndLock method in the XamlParser 16 years ago
David Srbecký 551566b0c7 XML Parser: Fixed some bugs. Hereby declaring code ready for use. 16 years ago
David Srbecký 6fa83ffd40 XML Parser: Fixed or ignored not-well-formed unit tests. The parser is passing over 600 W3C tests now. The issues being ignored are mostly related to the fact that the parser is not verifying DTDs. (which is not supported and is not going to be supported). 16 years ago
David Srbecký 9e7c56b06a XML Parser: Well-formed tests pass 16 years ago
David Srbecký 57385217a3 XML Parser: Handling of Elements without start tag 16 years ago