4279 Commits (9fcd18807883fe3886f489f2d4fe663658d96d40)
 

Author SHA1 Message Date
Daniel Grunwald 9fcd188078 Add .gitignore 15 years ago
Daniel Grunwald 0471b09ddb Another EOL fix 15 years ago
Daniel Grunwald fb4681dc1f Exclude .git from source zip 15 years ago
Daniel Grunwald 4ffeec8cff UpdateAssemblyInfo: Look for git in %ProgramFiles%\Git\Bin if it's not in the PATH. 15 years ago
Daniel Grunwald 8d49a9c998 Fix newlines in CPL.TXT 15 years ago
Daniel Grunwald b0d63f35e5 Fix UpdateAssemblyInfo path 15 years ago
Daniel Grunwald eea0c1aacf Associate git commit hash with last SVN revision number 15 years ago
Daniel Grunwald 574708106a Merge branch 'gitUpdateAssemblyInfo' into 3.0 15 years ago
Matt Ward c3aa874d24 SharpDevelop can now find the location of Sandcastle Help File Builder version 1.9.1.0 15 years ago
Daniel Grunwald 79e2ce1402 Fix automated build. 15 years ago
Daniel Grunwald ef64ad91d5 Remove SVNChangeLogToXml 15 years ago
Daniel Grunwald c190de5a0b Merge UpdateSetupInfo into UpdateAssemblyInfo. 15 years ago
Daniel Grunwald 7674a910ad Change UpdateAssemblyInfo to use git. 15 years ago
Matt Ward d5a6323e00 Updated NUnit to version 2.5.7 15 years ago
Matt Ward 2f281b20cb Ruby and Python forms designer now generates the correct code for System.Environment.SpecialFolder. 15 years ago
David Srbecký d283ad5391 Fixed forum-29705: Right-clicking in Thread pad while running 15 years ago
Matt Ward 5298204f29 Added Apache license for IronRuby to installer. 15 years ago
Matt Ward 48e2b3aa36 Update NUnit to version 2.5.6 15 years ago
Matt Ward 94e34f9d82 Updated IronRuby to version 1.1 15 years ago
Daniel Grunwald 8b052cb414 Fix forum-11540: C# parser fails on "using global::System;" 15 years ago
Daniel Grunwald 49379014d3 Fixed conversion of "If(If(a,b,c),d,e)" from VB to C#. 15 years ago
Daniel Grunwald aca411965e Fix label edit operation in ExtTreeView (original text was shown behind label edit text box). Based on patch by Boris Kozorovitzky. 15 years ago
Daniel Grunwald b13831f676 Fixed bug that caused MSBuild item metadata values to always be escaped on project creation. 15 years ago
Daniel Grunwald 905ab15b2b Fix SD2-1679 - "Page" and "Resource" build actions not available in property pad 15 years ago
Peter Forstmeier 6919ac965a Fix http://community.sharpdevelop.net/forums/t/10738.aspx 15 years ago
Peter Forstmeier 4f0594ec63 Fix creation of ReportExplorer (see 4.0) 15 years ago
Peter Forstmeier 77841ac2c5 Test's for Layouter 15 years ago
Peter Forstmeier f520871e88 more UnitTest's 15 years ago
Daniel Grunwald 3f1cc8907b Update string resources. 15 years ago
Daniel Grunwald 2a254de132 Fixed build warnings (obsolete IsValidDirectoryName) 15 years ago
Daniel Grunwald 2b5707a349 Fixed VBNetOutputVisitor bug on "WithEvents" modifier. 15 years ago
Daniel Grunwald 3032c5504e Project Browser: don't allow user to rename files to a new including "/" or "\", as using those invalid file names would cause a crash. 15 years ago
Daniel Grunwald f3999228f2 Handle ProjectStartException when starting project with profiler. 15 years ago
Peter Forstmeier ed9a8b114b Add UnitTest's for ExportItemsConverter 15 years ago
Peter Forstmeier 4f0bca3401 Cleanup 15 years ago
Peter Forstmeier 69c068dc8f Debug Rectangle 15 years ago
Daniel Grunwald 5843430b26 Fixed C# parser bug when CheckedExpression occurs in an ExpressionStatement. 15 years ago
Daniel Grunwald 76e48b3c63 Check that properties are not set to null (the value null cannot be saved, see crash in forum-11130). 15 years ago
Daniel Grunwald 6bf3a5d845 Fix plain layout (forum-10930) 15 years ago
Daniel Grunwald 14b4c930c2 Fixed SD2-1633: Designer cannot open forms using FolderBrowserDialog with RootFolder property set 15 years ago
Daniel Grunwald 2df23b5ee4 Fix SD2-1638: Unable to re-open SharpDevelop's window under Vista after minimizing 15 years ago
Daniel Grunwald a378209c70 Fixed bug that caused VB resolver to not resolve fields of the current class within expressions like 'field(i)'. 15 years ago
Peter Forstmeier 093883475a Debug Rectangle 15 years ago
Daniel Grunwald a86af717d8 Convert "list.Item(0)" to "list[0]" in VB -> C# conversion. 15 years ago
Daniel Grunwald b5e5abf252 VB -> C# converter: fully qualify type references that use imported subnamespaces 15 years ago
Daniel Grunwald d6067bfc4c Fixed conversion of VB 'static' variables to C#. 15 years ago
Matt Ward 09d4fc02a9 Update NUnit to version 2.5.5.10112 15 years ago
Matt Ward 157a1bd2a0 Python forms designer can now load a form with a DataTable containing UniqueConstraints. 15 years ago
Peter Forstmeier e81563b695 Start working on Debug Rectangle 15 years ago
Matt Ward fe6d788819 Disable the context menu in the setup files window when there are errors loading the WiX document. 15 years ago