PeterForstmeier
|
c3b4955107
|
MouseOver for SharpTree
|
14 years ago |
Daniel Grunwald
|
3f05ced59c
|
Use DrawingVisual for rendering a VisualLine. This seems to improve AvalonEdit rendering performance a lot in some scenarios.
|
14 years ago |
PeterForstmeier
|
982918bf32
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
|
14 years ago |
PeterForstmeier
|
6393f518ec
|
Marking element
|
14 years ago |
Tomas Linhart
|
b10233ebab
|
Add HighlightLine method to matrix control.
|
14 years ago |
Tomas Linhart
|
bd4cbef68c
|
Fix memory leak with drawing to bitmap.
|
14 years ago |
Tomas Linhart
|
2df005eb94
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
|
14 years ago |
Tomas Linhart
|
2e91b30687
|
Fix Matrix control crashing.
|
14 years ago |
PeterForstmeier
|
4ddb3a71b5
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
|
14 years ago |
PeterForstmeier
|
8926af5118
|
ViewModel - MainWindow.xaml
|
14 years ago |
Tomas Linhart
|
caecbcbf34
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
|
14 years ago |
Tomas Linhart
|
706df5031d
|
Matrix control is now synchronized with trees.
|
14 years ago |
Daniel Grunwald
|
9647d0da4f
|
Store settings in %AppData%\ICSharpCode\SharpDevelop${major} instead of major.minor so that SD 4.1 and 4.2 will share settings.
|
14 years ago |
Daniel Grunwald
|
8948ebf6f2
|
Added hack to make SharpDevelop 4.2 load AddIns written for SharpDevelop 4.1.
|
14 years ago |
Daniel Grunwald
|
7a854ed927
|
Remove "beta" version name.
|
14 years ago |
Daniel Grunwald
|
6d429989b8
|
Update string resources.
|
14 years ago |
Daniel Grunwald
|
5205d1d08f
|
Merge branch 'origin/reports' into 4.1
|
14 years ago |
PeterForstmeier
|
25caa3f924
|
fix typo
|
14 years ago |
PeterForstmeier
|
be44af424f
|
Inform MatrixControl about expand/collapse of TreeView
|
14 years ago |
Tomas Linhart
|
7c53b16934
|
Visibility support for Matrix Control.
|
14 years ago |
PeterForstmeier
|
aaf26735f9
|
Scroll behind nr of TreeEntrys
|
14 years ago |
Tomas Linhart
|
4de6520ca6
|
Merge
|
14 years ago |
Tomas Linhart
|
6061837e06
|
Improvements to Matrix Control.
|
14 years ago |
PeterForstmeier
|
1ca200bb1f
|
Scrolling in vertical and horizontal TreeView
|
14 years ago |
peterforstmeier
|
946e5ef003
|
remove unused files
|
14 years ago |
Tomas Linhart
|
204c4526eb
|
Add HoveredCellChanged event.
|
14 years ago |
Siegfried Pammer
|
9eaa1c105b
|
fix NullReferenceException when closing text editor immediately after committing.
|
14 years ago |
Siegfried Pammer
|
2aeb80b192
|
fix DirectoryNotFoundException in GitVersionProvider, which occurs if a file was moved or deleted
|
14 years ago |
PeterForstmeier
|
910d2b0ff3
|
Style for GridSplitter, apply translation property s
|
14 years ago |
Matt Ward
|
f19b6eddf5
|
Add ProjectName parameter to Get-Package cmdlet.
|
14 years ago |
Matt Ward
|
bfa6884b3e
|
Update to NuGet 1.5
|
14 years ago |
PeterForstmeier
|
b461484356
|
Add TranslationViewModel to MainView
|
14 years ago |
David Srbecký
|
f9212ea17c
|
Fixed possible freeze of debugger that could occur after exception in NGENed code.
|
14 years ago |
PeterForstmeier
|
aaa09c6bfe
|
Replace TreeView with SharpTreeView in MainWindow
|
14 years ago |
Tomas Linhart
|
5dbea718b7
|
Merge
|
14 years ago |
PeterForstmeier
|
582a1cf7f1
|
Use ICSharpCode.TreeView in DependencyMatrixControl
|
14 years ago |
Tomas Linhart
|
98d36e1175
|
DependencyMatrix now calculates some of values.
|
14 years ago |
PeterForstmeier
|
fb95b7ad77
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
|
14 years ago |
PeterForstmeier
|
1c3754a2f2
|
TreeMatrixControl, add Treeview at Top
|
14 years ago |
Tomas Linhart
|
4f84a66ed8
|
X line in MatrixControl is hovered correctly now.
|
14 years ago |
Siegfried Pammer
|
e97f4aa88b
|
fix memory leak in ChangeMarkerMargin: IChangeWatcher was never disposed after the document was closed.
|
14 years ago |
Siegfried Pammer
|
38708b351b
|
fix SD-1859 - Crash when opening Goto Dialog
|
14 years ago |
Daniel Grunwald
|
db502cb7ad
|
Ignore error when trying to load a malformed project memento.
|
14 years ago |
Daniel Grunwald
|
ced227b8ab
|
Fix NullReferenceException when opening split view after enabling the "change margin" setting.
|
14 years ago |
Daniel Grunwald
|
b0051f4960
|
Fix SD-1858 - InvalidOperationException in DockingManager.CoerceActiveDocumentValue when right-clicking document tab while it is closing
|
14 years ago |
peterforstmeier
|
07700c7175
|
Change property RightToLeft to RTL because of inheritance trouble
|
14 years ago |
Siegfried Pammer
|
d01a87961a
|
implement SD-1855 - Add option for disabling ChangeMarkerMargin
|
14 years ago |
Matt Ward
|
c692824b5d
|
Resolve assemblies referenced by T4 templates that are not referenced by the project.
|
14 years ago |
Daniel Grunwald
|
5df40bdd49
|
WPF Designer: use transaction when moving items in outline pad. (fixes http://community.sharpdevelop.net/forums/t/13248.aspx)
|
14 years ago |
Daniel Grunwald
|
c67e7b2394
|
WPF Designer: Fixed "Cannot undo when item is moved inside outline view" (http://community.sharpdevelop.net/forums/t/13247.aspx)
|
14 years ago |