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
Andreas Weizel
bcef7b1857
Merge pull request #664 from gumme/WpfDesignerIsHiddenFixes
10 years ago
Andreas Weizel
caff9dbb8d
Merge pull request #643 from lvv83/nunit_ex
10 years ago
Andreas Weizel
5f965cb9a4
Merge pull request #659 from gumme/WpfDesignerPublicShapeExtensions
10 years ago
Andreas Weizel
890ec5260e
Merge remote-tracking branch 'remotes/origin/master'
10 years ago
Andreas Weizel
bd1aa6fe23
Merge pull request #662 from jogibear9988/master
10 years ago
Siegfried Pammer
a319332698
Update GlobalAssemblyInfo.cs.template for beta 2
10 years ago
gumme
13b5a63303
Hiding/Showing the element when IsHidden property is set/cleared is now handled centrally in DesignTimeProperties.cs.
...
This fixes the following bugs:
Bindings/Converters on the Visibility property was triggered and replaced the value set by OutlineNodeBase.cs.
Changes on Visibility property ignored IsHidden setting, for example if IsHidden was true and changing Visibility to Visible would then make it Visible.
10 years ago
Andreas Weizel
f3a38a329e
Fix: FormLocationHelper has set wrong window location when opening a dialog from another dialog.
10 years ago
jogibear9988
25481b6c87
Bugfix URI was wrong (missing "/"), when compiled with roslyn from CTP6 it did not work
10 years ago
Matt Ward
db2919ea28
Fix web service redirect error when adding web reference.
...
Adding a web reference to the following web service would fail
since one of the schemas required a redirect to be downloaded.
http://www.onvif.org/onvif/ver10/media/wsdl/media.wsdl
10 years ago
Andreas Weizel
b1d3139740
Merge pull request #660 from gumme/WpfDesignerWarningFixes
...
Wpf designer warning fixes
10 years ago
gumme
096ecc18e1
Replaced pragmas for warning 1591 with either <inheritdoc/> or proper documentation.
10 years ago
Andreas Weizel
a7c264e9b1
Merge pull request #661 from gumme/WpfDesignerBrushEditorNameFix
...
Tab headers should not expose technology names or words.
10 years ago
jogibear9988
dd84bfb542
Fix a few XML Comments
10 years ago
jogibear9988
1c95b77ab3
Add a designItembinding, this can be used when you create your own Property Editors, they should not only Bind
...
to the Value of the View, no they should also change the Properties of the underlaying DesignItem
10 years ago
jogibear9988
b511e54d08
XML Comment fixes
10 years ago
jogibear9988
feb875847a
Fix a Null ref Exception
10 years ago
jogibear9988
af55ad837c
Better Nullable Enum support
10 years ago
Andreas Weizel
a277944b4c
Merge pull request #657 from gumme/WpfDesignerCollectionResetUndoRedoFix.
10 years ago
jkuehner
14a83e6917
Merge remote-tracking branch 'remotes/sd/master'
10 years ago
gumme
3f52bfa686
Tab headers should not expose technology names or words.
10 years ago
gumme
5a12c7c1d1
Disabled warning "field is assigned but its value is never used" because we want to keep it for future use.
10 years ago
gumme
5c1c0ff062
Removed null-check, this removed warning that value can never be null.
10 years ago
gumme
d87e0a64d9
Removed new keyword, hiding not needed because its an interface implementation.
...
Fixed indentation.
10 years ago