Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/maikebing/AnkhSVN


https://github.com/maikebing/AnkhSVN

* src/AnkhSvn.2010.sln

Add DotNet2Test project to solution

9a37382a41ec41de3411d6f28622afd6feabf441 authored almost 13 years ago
* src/Ankh.WpfEditor.Package/Ankh.WpfEditor.Package.csproj

Remove another double import

44015bec8253e3c8498a348656bbcd73f8856e02 authored almost 13 years ago
* fix SDK imports

3a6d20d6dd908a94567109737d7cceb9517276d7 authored almost 13 years ago
* src/Ankh.WpfEditor.Package/Ankh.WpfEditor.Package.csproj

* src/Ankh.WpfEditor.Package/source.extension.vsixmanifest
Turn into proper VS2010 package.

d91c7f375d5664dea89696487e1a6f31591b600d authored almost 13 years ago
* src/tools/Ankh.GenPkgDef/Ankh.GenPkgDef.csproj

Force compilation as X86.

c7b64bcea42f2f333ec7b75355a29402244afbf0 authored almost 13 years ago
* src/AnkhSvn.2010.sln

Add new project to solution.

53e6c216218af9c79096b4418a8ed65a1e1cbefc authored almost 13 years ago
Add a second package to the AnkhSVN solution in an attempt to implement a

non-intrusive dependency on some VS2010 specific features.

* src/Ankh.Ids/AnkhId.cs
Add packag...

cca0bf00e98ff23e271730c1478da7a4e30addec authored almost 13 years ago
* src/Ankh.Services/AnkhRuntime.cs

Use Attribute.IsDefined() as first check. This requires less work from the runtime
than findi...

764247565b5327a18193d5e778ec7ed4b76ee663 authored almost 13 years ago
* Released daily build 2.3.10876

2d4fd7b4ba523323d37eb95bb19dfa6233c34fbe authored almost 13 years ago
* Released daily build 2.3.10875

a104400979fb14bb3319362ad403fdf23df630ab authored almost 13 years ago
Following up on r10874, properly handle commit failed notifications that don't

pass an svn_error_t* instance.

* src/Ankh/Services/PendingChanges/PendingChangeHandler.cs
Don'...

1729bf2eb0efc217ef8deb2208de6dcec97f62ee authored almost 13 years ago
Use the improved commit failed notifications of Subversion 1.7 to provide

commit failed notifications to separate the specific commit errors from
generic network problems....

ee345aa9b329f9509f5ee4bc51052dde6ac95a22 authored almost 13 years ago
Add a checkbox in the settings control for enabling the client-side hook support.

* src/Ankh.UI/OptionsPages/EnvironmentSettingsControl.cs
* src/Ankh.UI/OptionsPages/EnvironmentS...

4183071c80514b71ba884be838adcb4f6d732148 authored almost 13 years ago
* Released daily build 2.3.10871

60d09002a85d49a15bf968c8d4ce33edba9db85d authored almost 13 years ago
* Released daily build 2.3.10870

e2672fda2d63847a8c02d79833643a01c2e38897 authored almost 13 years ago
Update SharpSvn reference once more to obtain a TortoiseSVN-Style client side

hook fix.

* src/Ankh.Services/Ankh.Services.csproj
Update reference.

29617cd55400281d494f9e073ed5d92d38be2491 authored almost 13 years ago
Show a better status glyph for Scc-Excluded and New-over-Deleted nodes in the

solution explorer.
(The common Scc-Excluded nodes already show the right icon as the project
syst...

487e86769d5a2d82ce4ef698eb012de79e74ae37 authored almost 13 years ago
* Released daily build 2.3.10867

d2bc1135fcd06869732feb1660c61c5a76c11861 authored almost 13 years ago
* src/Ankh.UI/PendingChanges/Commits/PendingCommitItem.cs

Give 'New over Deleted' items the color of new items in pending changes.

bdc906551b5d145e307984319048227ceef156d0 authored almost 13 years ago
Update SharpSvn reference to SharpSvn 1.7004.2027, which is based on Subversion

1.7.4.

* src/Ankh.Services/Ankh.Services.csproj
Update reference

1b4c6bbd6b9a41026c06b4aeea8f26a8ce8ad7b2 authored almost 13 years ago
* Released daily build 2.3.10864

39c605375e7609cd2e400d4cde97a9e7be1cd075 authored almost 13 years ago
Rename the 'Deleted and New' status to 'New over Deleted' to show the most

useful information if the column size doesn't allow showing the full text.

* src/Ankh.Services/S...

63cc437bc21d441de8794558c1947e2a8e70984e authored almost 13 years ago
* src/Ankh.Scc/AnkhSccProvider.SourceControl.cs

Make sure the solution directory is loaded correctly before using it to
generate/parse relati...

c39a084dcbd0ae1e4ba7837a219a32cb7fba45ff authored almost 13 years ago
Store the current Scc excluded file list in the .suo file, to allow reloading

when the solution is reopened. This fixes the known usecases for .vcxproj files.

* src/Ankh.Pack...

eb56ebfd5e92bfb6bab0548392a9c8efbc9a4aa2 authored almost 13 years ago
Don't handle files that are 'scc excluded' by calling into the DTE-SourceControl

api as status 'New' or 'Deleted-New', but do handle them as part of the solution.

* src/Ankh.Ser...

f191d42665f775225614ec1b26cf938217d65b71 authored almost 13 years ago
* src/Ankh.Scc/AnkhSccProvider.SourceControl.cs

Following up on r10859, fix boolean expression and move solution containment into SvnItem.

6ae650074b54c38301fc51997e5259e1c9576cc7 authored almost 13 years ago
Implement the EnvDTE level SourceControl and SourceControl2 interfaces for

AnkhSVN, as that is the api that Visual C++ uses to tell SCC that certain
files should not be add...

5e9ffd8383de1dc406e25520a6685edf43e942d5 authored almost 13 years ago
Make the Subversion info grid follow theme changes.

* src/Ankh.UI/SvnInfoGrid/SvnInfoGridControl.cs
Move code to OnThemeChanged.

709f62fe11737ba4803614708bfe10a3889549ff authored almost 13 years ago
* Released daily build 2.3.10856

53183ede269dfdcc8de2bf61579f1da6cfa84cf7 authored almost 13 years ago
Forward Visual Studio (and Windows) theme change events to our toolwindows to

allow clean switching, like the common Visual Studio UI.

* src/Ankh.Package/AnkhSvnPackage.ToolW...

25f1e87aa0f42be2de3ce3c46ed6ba028d51486d authored almost 13 years ago
* Released daily build 2.3.10854

97185ec479b9ba009eaf8ee8a71d822ec7d19973 authored almost 13 years ago
Add an interop interface helper generator tool (Currently untested)

* src/tools/Ankh.InteropGenerator/Ankh.InteropGenerator.csproj
* src/tools/Ankh.InteropGenerator...

37180879b8160e0fc2197c851485e153bf0bcec9 authored almost 13 years ago
* Released daily build 2.3.10852

7a5457cf04af7cfe5c4cf9523c6fcccdc1608e03 authored almost 13 years ago
Use the VS11 standard lock icon in VS11.

* src/Ankh.Package/Ankh.Package.csproj
* src/Ankh.Package/Gui/AnkhSvn.xml
* src/Ankh.Package/Gui...

521ac3b9bbfe5c894bfa584dc57f57fdee0eb9c6 authored almost 13 years ago
Use the VS11 standard open icon when using VS11.

* src/Ankh.Package/Ankh.Package.csproj
* src/Ankh.Package/Gui/AnkhSvn.xml
* src/Ankh.Package/Gui...

8bd852117a3f3044e6aa8d066b8ccd9a9b25688d authored almost 13 years ago
Use the Undo/Revert icon with better transparency information.

* src/Ankh.Package/Gui/AnkhSvn.xml
Use other icon.

7cd487402da5bfb1ae98cf2d895f8e780d381ee2 authored almost 13 years ago
Use VS11 styled icons in a few more places and at the same time also use

more VS2010 style themed icons in older VS versions.

* src/Ankh.Package/Gui/AnkhSvn.xml
Use TF...

ed484f328f8ac1168367a0bec415f59f143b50b3 authored almost 13 years ago
* src/Ankh.Package/Ankh.Package.csproj

Add more standard Scc icons
* src/Ankh.Package/Gui/Scc/AddItem.png
* src/Ankh.Package/Gui/Scc/A...

a33ec4065d80865f1b3b4ebf0042c79dc308c538 authored almost 13 years ago
* src/Ankh.Package/Gui/Scc/Refresh.png

* src/Ankh.Package/Gui/Scc/RefreshStatus.png
Use standard icon instead of extraction.

b3762e709303395eee18e5e88c5b5ac2d9051926 authored almost 13 years ago
* src/Ankh.Scc/Ankh.Scc.csproj

* src/Ankh.Scc/AnkhSccProvider.IVsSccManager3.cs
Enable background solution loading in VS11.

*...

798b19012c6fc8fe26b35c5ead2c51883696f0e1 authored almost 13 years ago
* Released daily build 2.3.10844

7391f6d9fb2ef2e4f3f6627a6abec5cbd732aafc authored almost 13 years ago
* Released daily build 2.3.10843

7fb077e29e94733fe82f36aaeaa562aa508f5f77 authored almost 13 years ago
* Released daily build 2.3.10842

ebda3bdc7cb8c4c4dfaed7060d2b8f09d2cc0885 authored almost 13 years ago
* Released daily build 2.3.10841

aa9885265a25a2b1de8b09456010519d98ae2545 authored almost 13 years ago
announce new version

4fd4684da35327b01fb14da8d9758d7cb0a88853 authored almost 13 years ago
Mention VS11 beta support

00d0d23d1786ab17b9423f9ce3c8f6a40587ac71 authored almost 13 years ago
* Released daily build 2.3.10838

d6b6569a016beb1c959eff41ad7c8e431e9c0cfa authored almost 13 years ago
Avoid recently added null reference exception in the open document tracker.

* src/Ankh.Scc/OpenDocumentTracker.Api.cs
Test fullpath for null before using.

b57dbc7b3a1cd380013c8e8a716cf5d87b0c3d8d authored almost 13 years ago
Slightly update iconset to match more of the TFS/VS style.

721de479563dda92fde9ae6b11ea0d15f5d20c5a authored almost 13 years ago
* src/Ankh.Package/Gui/Scc/Legacy/FlatView.png

* src/Ankh.Package/Gui/Scc/Legacy/TfsCheckIn.png
* src/Ankh.Package/Gui/Scc/Legacy/TfsCheckOut.pn...

bd030d660fbcaff52d52e00653e83734fcd9aafc authored almost 13 years ago
* Released daily build 2.3.10834

149815f62fbb391dda16576a5a946d60905aaa39 authored almost 13 years ago
* src/Ankh.Package/Ankh.Package.csproj

* src/Ankh.Package/Gui/AnkhSvn.xml
* src/Ankh.Package/Gui/Scc/AddSelectedProjectstoSourceControl....

8ca7fb426ef6e3bb2d52cb486241c33fee10808f authored almost 13 years ago
Update scripts to allow different icons for different VS versions.

c83f408257efc7c5df97f0245954c4ab79baa22a authored almost 13 years ago
* src/Ankh/Services/PendingChanges/PendingChangeHandler.cs

Use a safer check.

b487c1fce01b01716f09e1abb96d4a75e46dbc6c authored almost 13 years ago
Show a progress dialog when adding files as part of the committing process. On

a solution containing thousands of files this may take a while.

* src/Ankh/Services/PendingChang...

6ae507afdfd860f89b2eb608fccb5a70577bd95b authored almost 13 years ago
Update title for Visual Studio 11

e50731b99e5554b74d2439bf2755d3f2932aa8bc authored almost 13 years ago
* Released daily build 2.3.10828

48476560fefbe8477f8c02680e552d1cc389ce8b authored almost 13 years ago
* src/tools/VSSdk2005Tasks/VS9.0-fixes.targets

Add a useless condition to make sure the target is invoked more than once
instead of just onc...

b0ef4a94202ed25284ba9bbb8d72eb674e145edf authored almost 13 years ago
* src/tools/VSSdk2005Tasks/VS9.0-fixes.targets

Even more fixups

b1da853d4897f195233a18969be0ba956b6fe16e authored almost 13 years ago
* src/tools/VSSdk2005Tasks/VS9.0-fixes.targets

Another attempt at fixing this target.

8486056cce8bfb43b94b5c87bc5c98f5e7f64e42 authored almost 13 years ago
Rename file to match usage

1f2296315c5fac0f2bfb7a4efa1a1eaed349dae2 authored almost 13 years ago
Fix the VSCT/CTC compile tasks for the VS2005 and VS2008 SDK to allow calling

them with multiple targets.

* src/Ankh.Package/Ankh.Package.csproj
Load patch for VS2008.

* s...

de74327b6a125d6641ab717cef27c1f6a0b27f84 authored almost 13 years ago
Update SharpSvn reference to disable the in-process fsfs caching.

97b065d0911891ab4673472d6e81d2f044469dbe authored almost 13 years ago
* src/Ankh.ExtensionPoints/Ankh.ExtensionPoints.csproj

* src/Ankh.Ids/Ankh.Ids.csproj
Remove unused references.

da1a3dac5ae9ce8949238fa042ae28e156d759e2 authored almost 13 years ago
For the projects that do: declare that our projects explicitly target X86. This

avoids compile time warnings in newer Visual Studio versions.

* src/Ankh.Diff/Ankh.Diff.csproj
*...

2b3db475c61cb5a64031063668996995b1b3854e authored almost 13 years ago
And following up on the previous changes: allow a different set of toolwindow icons

between VS11+ and earlier versions.

* src/Ankh.Package/AnkhSvnPackage.ToolWindows.cs
(AnkhTool...

ca3ca50d705f3ea0267f9d3830afba6382dacdea authored almost 13 years ago
Generate a second command bitmap to allow using different icons for Visual

Studio 11+ and older versions.

* src/Ankh.Ids/AnkhCommandBitmap.cs
Define new id.

* src/Ankh....

83c2c15b2bbcc24676b864f42af63ea09efe89dc authored almost 13 years ago
Package two .cto resources inside AnkhSVN. One for Visual Studio 2005-2010 and

one for VS11+. The new design guidelines require some changes that won't help
users of VS2010 and...

d714c9efed157419e6632c903571abfea80f0523 authored almost 13 years ago
* Released daily build 2.3.10816

c4a3576c441b0163f5a3addec8ad0c1d71ca3aae authored almost 13 years ago
* src/Ankh.Package/Ankh.Package.csproj

Following up on r10815, commit the right project file.

37ed7fbf4cb829b174e3ad30a7449a47c7125d86 authored almost 13 years ago
* src/Ankh.Package/Gui/AnkhSvn.xml

* src/Ankh.Package/Gui/PendingChanges/Delete.png
Remove delete icon and the unused references t...

df18c1f58e683c8709930c07531e99fc8a63d4c9 authored almost 13 years ago
* Released daily build 2.3.10813

78517a559d432bb79a613bdeab2d7dfc7384849a authored almost 13 years ago
* Released daily build 2.3.10812

a932691e3e0943ace5c5eb901dc0e97bb9b3d5fd authored almost 13 years ago
* src/AnkhSvn.2010.sln

Remove mixed platforms configuration

1ce5627e242a07fa7873279fa529c9f060bbb925 authored almost 13 years ago
* Released daily build 2.3.10810

18b00cb3158668fa7f0e45adabc21fb484b3786d authored almost 13 years ago
* Released daily build 2.3.10809

d968e187e89eb66e8ee1b59b81d2951a71d2db30 authored almost 13 years ago
* src/Ankh.Scc/OpenDocumentTracker.Api.cs

* src/Ankh.Scc/OpenDocumentTracker.cs
* src/Ankh.Scc/ProjectMap/SccDocumentData.cs
Pass normali...

84b6be6566dec197e072a21f9f9b0aff8719a94d authored almost 13 years ago
* Released daily build 2.3.10807

7ab7ac4e37bf102335d6b1142c7e5ae47e4223de authored almost 13 years ago
* Released daily build 2.3.10806

ae30b38718f4e67ad20a753b7915cee316947819 authored almost 13 years ago
* Released daily build 2.3.10805

f023144fe0888b6cd0e4c9d14268aee004e11e87 authored almost 13 years ago
* src/tools/Ankh.BitmapExtractor/Ankh.BitmapExtractor.csproj

* src/tools/Ankh.DotNet2Test/Ankh.DotNet2Test.csproj
* src/tools/Ankh.GenerateVSIXManifest/Ankh.G...

6606b373e27114a12de5f0a10d0282a44545bc44 authored almost 13 years ago
* Released daily build 2.3.10803

8e9505ea610904f54120e00dbee96564e69d85a6 authored almost 13 years ago
* Released daily build 2.3.10802

3ca58a3b274b6459d2d418c9bf1f5052589eb123 authored almost 13 years ago
* Released daily build 2.3.10801

e6808dcf8866762821ae45c0b3efbb306cc56691 authored almost 13 years ago
* src/Ankh.UI/PendingChanges/PendingCommitsPage.cs

Remove an unneeded Invalidate call.

f894bbc59a4109fff8ad57d9cf6b283768cd2e73 authored almost 13 years ago
Remove an only partially used event from the common VS-Selection broadcast

infrastructure. This should further improve the pending changes dialog
with a huge number of pend...

3f26cb8beebde8def630e0d53ec87e9ffc0f50b8 authored almost 13 years ago
Extend our internal selection broadcasting service to use a quick-path when

performing a select all in a list view such as the pending changes control.
This reduces the time...

8d7f269f4407c27135845eccd7b8c4ead689602f authored almost 13 years ago
Use the new batch processing features in the pending commits page to improve

performance when changing a lot of pending changes at a time. This improvement
is most notable in...

5894f96519a89130d495d1df5c723e8682aea0f6 authored almost 13 years ago
Use a different method of broadcasting batch processing of pending changes.

Broadcast a start event and at the same time allow hooking end events. This
allows using a 'using...

b1bcc8271ff076e4c6616427e6db0efe70e61b7a authored almost 13 years ago
* Released daily build 2.3.10795

6526c40ef247909624f9fe67069658407df5bc5c authored almost 13 years ago
* src/Ankh.Services/Scc/SvnItem.cs

Remove unused function

9f2552216cc0ab09ae0eea43d0b3155a1f7b40d7 authored almost 13 years ago
* src/Ankh.Services/UI/VSContainerForm.cs

* src/Ankh.Services/UI/VSDialogForm.cs
Allow passing a null container

ee7ec08064b9c257f48af744c73fa0ce5d56c3ec authored almost 13 years ago
* src/Ankh.Services/UI/IProgressRunner.cs

Properly initialize succeeded.

04e2b00f248940c6c92f86fed948cee6d05b395f authored almost 13 years ago
* src/tools/Ankh.BitmapExtractor/Program.cs

Remove some debug code.

5253aa6dee7fe49ac2ea3ddedf8b994430e0c8e8 authored almost 13 years ago
* Released daily build 2.3.10790

df24d9ff54b9004d9b38001b680dbe9f92f48ccd authored almost 13 years ago
* src/tools/Ankh.BitmapExtractor/Program.cs

Simplify. Remove usings as these break the internal storage when icons in the
command tables ...

18c07f27c0e9ee8b8a2baf081358a5feab88801f authored almost 13 years ago
* src/AnkhSvn.2010.sln

* src/tools/Ankh.BitmapExtractor/Ankh.BitmapExtractor.csproj
Remove reference to Utils. Add ref...

4324ef0b492c9c7832295d6054e1711a056c8e6b authored almost 13 years ago
* src/AnkhSvn.2011.sln

Add a simple command bitmap extractor tool to allow extracting menu icons
from resource assem...

89f2b75affed76807231ffc6f1bcb17eb2871f4f authored almost 13 years ago
* src/Ankh.Votive.wixproj

Remove utils reference.

30e9ba162d8940272274591bbefcf196792626ce authored almost 13 years ago
* src/Ankh.Tests/Ankh.Tests.csproj

Remove invalid HintPaths

98f4b869e24396dffe0c9c54793a7d08f2dc4bd7 authored almost 13 years ago