4279 Commits (9fcd18807883fe3886f489f2d4fe663658d96d40)
 

Author SHA1 Message Date
Peter Forstmeier d41568da4b Zooming in ReportViewer, ReportViewer.SetupAsyncron is now Obsolete, use RunReport 16 years ago
Matt Ward e6b79a0398 Improved python code completion for .NET library imports. 16 years ago
Peter Forstmeier e3de9aee67 work on 16 years ago
Matt Ward a50662720f Added python code completion for modules imported as different names - 'import sys as s' 16 years ago
Daniel Grunwald 3e4c2b8990 Show path in property grid when a file is selected in the project browser. 16 years ago
Daniel Grunwald 8376fe297a Ignore errors when loading designer assemblies. 16 years ago
Daniel Grunwald eb90f902cc Fix forum-10310: handle IOException while loading a solution. 16 years ago
Peter Forstmeier 9a97c9f392 RelativeFileName for Images. 16 years ago
Daniel Grunwald e2601ae006 Fixed forum-10226: Resolving identifiers does not properly search InnerClasses of Structs, only Classes. 16 years ago
Daniel Grunwald a7764d92d1 Improvements to C#->VB code converter (see forum-10353). 16 years ago
Daniel Grunwald 21fbbd06a7 Fixed forum-10403: several bugs in VBNetOutputVisitor 16 years ago
Daniel Grunwald 6a8bf3b680 Fixed forum-10660: make EndOfStatement between "Else" and the following block optional. It isn't according to the VB spec, but the MS VB compiler allows such code. 16 years ago
Matt Ward c7eef55be7 Removed the mscorlib reference from python project templates since it is no longer required and added an IronPython.Modules reference. 16 years ago
Matt Ward 4fc3aae639 Fixed index out of range exception that occurs when executing ctrl+space completion for a 'from sys import ' python statement. 16 years ago
Peter Forstmeier 413ec91c9e Start working on absolute and relative FileName's for Images 16 years ago
Matt Ward f24fcce484 Added method completion for standard python modules that import all members (from sys import*). 16 years ago
Daniel Grunwald 550c9f7702 Fixed forum-10596: C# to VB.NET conversion problems 16 years ago
Daniel Grunwald 81e6acf794 Fixed forum-10453: NRefactory VBNetOutputVisitor writes incorrect "AS" keyword 16 years ago
Daniel Grunwald 80fb379076 Fixed forum-10436: bugs in VBNetOutputVisitor. 16 years ago
Peter Forstmeier 6c04ae3b35 fixed http://community.sharpdevelop.net/forums/AddPost.aspx?ReplyToPostID=29354&Quote=False 16 years ago
Peter Forstmeier 0f3b60a3e2 work on paging 16 years ago
Matt Ward 09f1eb12ff Python forms designer can now load a form containing a FileSystemWatcher. 16 years ago
Matt Ward 17021a2ec1 Can now resolve methods imported from a standard python module as another name. 16 years ago
Peter Forstmeier 5309c15627 Cleanup 16 years ago
Peter Forstmeier e687e39a1b Better Errorhandling in ReportWizard if SqlParameters (DateTime)for StoredProcedures has wrong values 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
Matt Ward 917a9cdac1 Update string resources. 16 years ago
Matt Ward 807c25d832 Updated copyright year to 2010 16 years ago
Peter Forstmeier 458132dd22 Cleanup 16 years ago
Christoph Wille e69f3ff9c0 Small doc updates for 3.2 preview release 16 years ago
Matt Ward a762b50f1d Added support for method insight on methods in the standard python modules included in IronPython. 16 years ago
Matt Ward fc2d4fb3de Removed itextsharp project from SharpDevelop.Tests solution. 16 years ago
Peter Forstmeier 13038aa71f remove itextSharp Project from Solution 16 years ago
Peter Forstmeier a2ad999208 remove unused itextSharp Project 16 years ago
Peter Forstmeier 1ccf50e89b Remove itextSharp Project. Set Reference to /src/AddIns/Misc/SharpReport/Libraries/itextsharp.dll (itextsharp 5.0) 16 years ago
Peter Forstmeier bf886d3689 SectionRenderEvent in ReportViewer 16 years ago
Matt Ward f72bee85ec Python compiler now generates executables that can be run from any directory. 16 years ago
Peter Forstmeier e47f65dc46 Sample showing Report with IList<T> as DataSource 16 years ago
Matt Ward 6ee5722cab Improved code completion for python import statements. 16 years ago
Matt Ward 428bc5b1ba Added ReportExplorer pad and SharpQuery pad to layout configuration so these pads are not displayed on starting SharpDevelop for the first time. 16 years ago
Christoph Wille 45bdc2ff02 Upgrade widgets project 16 years ago
Peter Forstmeier 3587b1525c Cleanup, add SampleReport with Parameter 16 years ago
Peter Forstmeier acf5b30249 Start cleanup Sample Reports 16 years ago
Christoph Wille 2503968333 Minor changes in sln so it opens properly in VS too 16 years ago
Christoph Wille 1e4e0b925a Add iTextSharp 5.0 to \Libraries dependency folder (source available via \Vendor) 16 years ago
Matt Ward 17b34d7fe1 Re-integrated SharpDevelopReports addin. 16 years ago