jkuehner
1d9266c15d
Fix Unit Tests & Value Restore on .NET Properties
10 years ago
Matt Ward
c0ff79e49e
Uninstall-Package can now remove solution level NuGet packages.
...
Previously if a solution level NuGet package, such as Fake, was
installed then running the Uninstall-Package cmdlet would not find
the Fake NuGet package and report an error. Now if the NuGet package
is not found in the project's package repository then the solution's
package repository is checked.
10 years ago
jkuehner
93f7bc2bc5
NotifyPropertyChanged in DesignSurface
10 years ago
jkuehner
c7a24a9aa4
Reset does not work .NET Properties so store the old Value
10 years ago
jkuehner
8992783d30
Pan with middle Cursor
10 years ago
jkuehner
646600c88a
Command's for Alignment
10 years ago
jkuehner
2cdeb9dc3d
Merge remote-tracking branch 'remotes/sd/master'
10 years ago
Peter Forstmeier
abaaaf8a12
WpfVisitor can Display Image
10 years ago
Peter Forstmeier
b8ed1af02f
Image run in Designer
10 years ago
Peter Forstmeier
273fea0c17
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
10 years ago
Peter Forstmeier
ab1b9d88ee
Expressions -> TimeSpan handling in grouped List's
10 years ago
Siegfried Pammer
fa49a280cf
Merge pull request #686 from linquize/clear-console
...
Fix "Clear Console" not properly translated
10 years ago
Linquize
25a1fd9ccc
Fix "Clear Console" not properly translated
...
(regression of b30ac81066
)
10 years ago
jkuehner
eccb641ab0
Outline Node Name Service
10 years ago
Peter Forstmeier
85810a072b
Grouping, Test for DataItem.ColumnName is empty
10 years ago
Peter Forstmeier
247d7507b5
Sort and GroupColumn in Reporting.Addin
10 years ago
Peter Forstmeier
947ff7b66d
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
10 years ago
Peter Forstmeier
2d49d775e5
Fix NullReferenceException in PushDataReport.xaml.cs
10 years ago
Peter Forstmeier
6c01997d84
Add GroupColumnEditor
10 years ago
Peter Forstmeier
fa96685704
Create Interface IReportSettings, designer use ReportSettings from ICSharpCode.Reporting.Addin
10 years ago
Siegfried Pammer
51481d9230
fix some bugs in the ILSpy debugger integration
10 years ago
Peter Forstmeier
46dbd6a7ae
Fix Build
10 years ago
Peter Forstmeier
76201abfbb
IReportSettings
10 years ago
Peter Forstmeier
e2112ab197
Arrange if Items CanGrow
10 years ago
Peter Forstmeier
c507ba9cec
PushDataReport.xaml.cs
10 years ago
Peter Forstmeier
ba82d9dea2
ReportWizard can select a Project in Solution
10 years ago
jkuehner
2f7618f5a2
Merge remote-tracking branch 'remotes/sd/master'
10 years ago
Matt Ward
27c8cac0ff
Do not open readme.txt if NuGet package fails to install.
...
The readme.txt file will no longer be opened if the NuGet package
fails to be added to a project.
10 years ago
Peter Forstmeier
2a4b9c8cd6
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
10 years ago
Peter Forstmeier
76f56f7616
PdfVisitor, Alignment.Right, WpfVisitor.cs Draw Border around Control
10 years ago
Daniel Grunwald
0a6754bbbe
Ignore test that is broken on roslyn.
10 years ago
Peter Forstmeier
a7c08ced57
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
10 years ago
Peter Forstmeier
9527659dc2
Cleanup
10 years ago
Peter Forstmeier
07b689ee0b
TextColumn:DrawBorder in Pdf
10 years ago
Christoph Wille
eb4d207680
Switch to 14.0 build tools (testing)
10 years ago
Peter Forstmeier
d66fddffb6
ExpressionRunner run's in every Section, modify ArrangeStrategy
10 years ago
Peter Forstmeier
1ce0c1b01e
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
...
Conflicts:
src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/src/DesignerBinding/DesignerBinding.cs
10 years ago
Peter Forstmeier
1952fc3556
Rendering: Nested Containers are detected, Format of double, some cleanup
10 years ago
Matt Ward
da21bcb178
Open readme.txt when NuGet package is installed.
...
SharpDevelop will now open the readme.txt file in a NuGet package when
it is explicitly installed or updated. The readme.txt file needs to be
in the root directory of the package. If the NuGet package is being
installed as a dependency of another NuGet package then the readme.txt
will not be opened.
10 years ago
jogibear9988
848365cc7d
Fix handling of "{" in string values
10 years ago
jogibear9988
6ba0a8552f
Wpf Toolk Update
10 years ago
Matt Ward
c5791b46e4
Update to NuGet 2.8.5
...
Adds support for the new .NET Core target frameworks:
core50 - Target framework that is compatible with the Core CLR.
dnx452 - DNX-based apps using the full 4.5.2 version of the framework
dnx46 - DNX-based apps using the full 4.6 version of the framework
dnxcore50 - DNX-based apps using the Core 5.0 version of the framework
10 years ago
Matt Ward
b1f70d154a
Handle any exceptions when NuGet package added to project.
...
Logic to check if the NuGet package is for the solution or for the
project was not handling any exceptions that could be generated.
For example if installing a NuGet package that supports the
dnx framework, which is not currently supported in NuGet 2.8.3,
the exception would not be caught because the try catch was at
a lower level and not at the top level.
Exceptions are now caught when checking the package to see if it is a
solution level package when adding, removing or managing a NuGet
package.
10 years ago
Andreas Weizel
fbf09e108e
Merge pull request #676 from jogibear9988/master
...
Bugfix for #675
10 years ago
jkuehner
265c7f2d23
Merge branch 'master' of https://github.com/jogibear9988/SharpDevelop
10 years ago
jkuehner
a7b0224a56
bugfix #675
10 years ago
Andreas Weizel
cc9fd833e3
Merge pull request #671 from gumme/WpfDesignerCommentsWarningFixes
...
Wpf designer comments warning fixes
10 years ago
gumme
d875706747
Added constructor to allow the use of custom settings with XamlXmlWriter.
10 years ago
gumme
786f60ae9b
Added comments where missing on public types.
10 years ago
Christoph Wille
9b2663208f
Set years in /doc
10 years ago