Ecosyste.ms: OpenCollective

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

github.com/maikebing/AnkhSVN


https://github.com/maikebing/AnkhSVN

Update README.md

77f262db19fb2482d1b4c9e4851ced4badf43cfb authored over 4 years ago by PhilJollans <[email protected]>
Version 1.0.0.8

98d3d7d23f4f16c9381f6a7a80a3e37a3d21dcc5 authored over 4 years ago by PhilJollans <[email protected]>
Issue #13

Null reference checking in SmartListView.OnItemChecked

cb764a9aefe465e491f77f7a0a442e116bd6d40d authored over 4 years ago by PhilJollans <[email protected]>
Issue #12

There is already a mechanism in SharpSVN to specify which SVN errors should be handled by genera...

16788054a022522ea43b856056f93ee5ed451910 authored over 4 years ago by PhilJollans <[email protected]>
Issue #11

Add additional error checking to avoid an exception.

5ee395356c335da07cd903c63649ad233ef1ac55 authored over 4 years ago by PhilJollans <[email protected]>
Isseu #7

Multiple changes related to Issue #7.
- Check for null in ProjectTracker.ProjectMap
- Check for ...

3bdeb6d27736d8b5c1ec12ebf76e6e61dc043679 authored over 4 years ago by PhilJollans <[email protected]>
Revert "Conversion to MEF - Add Export attributes"

This reverts commit ba3fea3f62692f742b8d067507ef59d2670c5e47.

863b8fc2e54907fed7aed048462f8e698ba4da79 authored over 4 years ago by PhilJollans <[email protected]>
Revert "Conversion to MEF - Move code from OnPreInitialise to constructor"

This reverts commit 0728f98b74a5b8e8207c448cc3614cf26d44c26a.

dd1b638430cf29a7104e3113c2e2bb8ae9ed2351 authored over 4 years ago by PhilJollans <[email protected]>
Revert "Conversion to MEF - Convert AnkhRepositoryProviderService"

This reverts commit 511376aaf51bce42958c2095e1312ac90bb90812.

ffc39dab9d2247fa925539f78f90508cb1e31dd9 authored over 4 years ago by PhilJollans <[email protected]>
Revert "Conversion to MEF - Add MefContainer to BaseCommandEventArgs"

This reverts commit 4ed44f628c9ca2e49bbc4b60574257294573a4d0.

8917ceb3cd3696d754d8e7e910a8d6bf91aa89a2 authored over 4 years ago by PhilJollans <[email protected]>
Revert "Revert "Conversion to MEF - Add MefContainer to BaseCommandEventArgs""

This reverts commit 41aa621e78d7e91aa44a7bd519cd1d2b58fa62be.

4521c0672beb774f49f32c2ad190db7df5b017ee authored over 4 years ago by PhilJollans <[email protected]>
Revert "Conversion to MEF - Add MefContainer to BaseCommandEventArgs"

This reverts commit 4ed44f628c9ca2e49bbc4b60574257294573a4d0.

41aa621e78d7e91aa44a7bd519cd1d2b58fa62be authored over 4 years ago by PhilJollans <[email protected]>
Conversion to MEF - Add MefContainer to BaseCommandEventArgs

Add the MefContainer (CompositionContainer) to BaseCommandEventArgs and initialise it, so that i...

4ed44f628c9ca2e49bbc4b60574257294573a4d0 authored over 4 years ago by PhilJollans <[email protected]>
Conversion to MEF - Convert AnkhRepositoryProviderService

Convert the service AnkhRepositoryProviderService from an AnkhService to an MEF component.

This...

511376aaf51bce42958c2095e1312ac90bb90812 authored over 4 years ago by PhilJollans <[email protected]>
Conversion to MEF - Move code from OnPreInitialise to constructor

AnkhServices can override a method OnPreInitialize which is called after the constructor.

As fa...

0728f98b74a5b8e8207c448cc3614cf26d44c26a authored over 4 years ago by PhilJollans <[email protected]>
Conversion to MEF - Add Export attributes

Start work on a big conversion from the AnkhService architecture to MEF components.

In this cha...

ba3fea3f62692f742b8d067507ef59d2670c5e47 authored over 4 years ago by PhilJollans <[email protected]>
Remove the project Ankh.BitmapExtractor

This project is not referenced by any other project, and it causes build problems.
We can only b...

3eae6e3bad3ba71488a99a213aa4ec41205a11f7 authored almost 5 years ago by PhilJollans <[email protected]>
Version 1.00.0001

b6b25072af9e411c9e0f5e37ee70d3421ec7cda3 authored almost 5 years ago by PhilJollans <[email protected]>
Remove solution configuration Any CPU

Remove solution configuration Any CPU, which doesn't work anyway.

d191fe879827b59bc84921fa8471b2e19b694850 authored almost 5 years ago by PhilJollans <[email protected]>
Issue #9. Exception handler added to AnnotationMarginFactory

Exception handler added to AnnotationMarginFactory.CreateMargin., for Issue #9 on GitHub.

fa9e1e498a7c70d1e350af773bb72f62c1e12a5e authored almost 5 years ago by PhilJollans <[email protected]>
Added VSCTLibrary as the current csproj includes a hintpath which assumes VS is community edition AND installed on C drive. VSCTCompress is already included this way and same version so seems appropriate

9835ad04fcb813fdf5dd6ccabf207107c3914a15 authored almost 5 years ago by Daniel Kelly <[email protected]>
Update version history

22b50041dcdf94c89583562898bbc493d297d6de authored almost 5 years ago by PhilJollans <[email protected]>
Version 1.0,7

2bec0a1dc81b8c42ffd2ce77c4b689d285ae962e authored almost 5 years ago by PhilJollans <[email protected]>
Minor changes

Remove MinWidth from column for user name in the annotate margin.
Add a comment to the OpenDocum...

b6310212484405637686500b0f4b05e33798064e authored almost 5 years ago by PhilJollans <[email protected]>
Handle split panes in the annotate margin

If the editor pane is split into two, then each part gets a separete margin and requires a separ...

9a1cc0517dde73744635a3273c775aaf177c4112 authored almost 5 years ago by PhilJollans <[email protected]>
Cleaning up annotate function

- Open the file in text mode (applies for example to .resx file)
- Disable user input in the fil...

6ce5f7ee0f23a525750069257ca68b6ceba1f8b1 authored almost 5 years ago by PhilJollans <[email protected]>
Non-Release version 1.0.6

50ac52566743c794876c7705da57c566458685a4 authored almost 5 years ago by PhilJollans <[email protected]>
First version of Annotate command based on a custom margin.

4ae4533629506795f4cf2359137b5b29451d0690 authored almost 5 years ago by PhilJollans <[email protected]>
Version 1.0.5

440b49a2dfaa8641aa9a4e720a628dfd9ff4f490 authored almost 5 years ago by PhilJollans <[email protected]>
Remove the old WinForms controls AnnotateEditorControl and AnnotateMarginControl.

Some minor cleaning up.

c32ed0357f480af7fd91c8e6d4fbeecbb7680c4b authored almost 5 years ago by PhilJollans <[email protected]>
Implement the context menu commands:

- History
- Copy to working copy
- Copy Revision
on the annotation margin.

Not yet implemented i...

929fd7dfab75a52046142c5d718b2b6778f6fc1f authored almost 5 years ago by PhilJollans <[email protected]>
Add a method to interface IAnkhTempDirManager to remove temporary directories.

Override the Dispose method in AnkhSvnPackage and explicitly call this new method.

Formerly, the...

8921f7d87b81a592df1d28f53fae220d60fb319a authored almost 5 years ago by PhilJollans <[email protected]>
Display context menu on annotation margin.

Implement the commands "Compare to working copy" and "Show changes".

The context menu DOES NOT U...

8a949f65e156fe66c6a66f0fe09437acc33da9fa authored almost 5 years ago by PhilJollans <[email protected]>
Add grid splitter to the WPF annotation view

151d7d7eb67e9fa2e8bbc588591aa26d89584191 authored almost 5 years ago by PhilJollans <[email protected]>
Work in progress on WPF version of the annotate function.

Implement tooltip on revisions.
Change the background and foreground colors of all occurrences o...

45fbed8114c954f67dcc65344f64efacd48cf1c4 authored almost 5 years ago by PhilJollans <[email protected]>
Work in progress on Annotate window

1c0963f2398444408283bf067badb28edbe0897f authored almost 5 years ago by PhilJollans <[email protected]>
Work in progress on annotate command

I have given up hope that I can repair the original implementation of the Annotate function. The...

598d3dd0a72aaf3386e2354522e16e09c043b46c authored almost 5 years ago by PhilJollans <[email protected]>
Remove some old files.

Remove some old files which I don't think we will ever need again in this project.

084dfb970a727df18966c43a7a315a54bb3b976b authored almost 5 years ago by PhilJollans <[email protected]>
Remove request to send mail as plain text

Remove the text
"Please send this as plain text to allow automatic pre-processing"
from the erro...

9f655531f3817c1b386f71f8718a5608eacb3b80 authored almost 5 years ago by PhilJollans <[email protected]>
Send error email using MAPI

Include the class MAPI in the Ankh project and use it to send error emails.
The privious techniq...

d37ead59eeedb2cba11a5ebc8a475c9ff3c3e04a authored almost 5 years ago by PhilJollans <[email protected]>
Update version history

1ad8e0ebed95c19531a46d24b7a5d7ff4d692e4d authored about 5 years ago by PhilJollans <[email protected]>
Version 1.00.0004 for Issue 3

Catch the EntryPointNotFoundException calling SetThreadDpiAwarenessContext

de614b652cc4cc64e09055bd1935c64e243d5b77 authored about 5 years ago by PhilJollans <[email protected]>
Add update history to GitHub page.

a7c47ce64a3925547c259fd169c4c301c932486b authored about 5 years ago by PhilJollans <[email protected]>
Disable the Annotate command.

In ItemAnnotateCommand.cs, I have disabled the Annotate command completly and instead show a mes...

75c415a349dc4e5f6f26e1a668dac02b033b5aa5 authored about 5 years ago by PhilJollans <[email protected]>
Add version history

b8baf71f105afd58604e3034100fa62c68083ee6 authored about 5 years ago by PhilJollans <[email protected]>
Version 1.00.0002

7d53769b509d08d3ce9bc5a0a187f43bb8b1c52d authored about 5 years ago by PhilJollans <[email protected]>
Add license files

These license files were formerly in the autolib directory.
I am not sure of the legal significa...

9c1a60291d022154065af955ed529e2d76b2f8de authored about 5 years ago by PhilJollans <[email protected]>
Add ThemingService

Add the Theming Service to the project Ankh.
This class is defined in two files using partial cl...

afcae12955b92c7adc4d72f438b6587d666835ed authored about 5 years ago by PhilJollans <[email protected]>
Add .bak to ignored files

65f4deee5b1afbaef17dc22c87c93844b32f693c authored about 5 years ago by PhilJollans <[email protected]>
Remove WIX files, remove Ankh.Votive project

.wix and .wxs files are for the WIX installer. We generate a VSIX package and do not use the WIX...

c2354a948e510d22adc2ecaade25c7e735b871b4 authored about 5 years ago by PhilJollans <[email protected]>
Add logo, move license, refer to both in vsixmanifest

3704a7d848bb25f3f2a6d786d9d7e0b00cd17804 authored about 5 years ago by PhilJollans <[email protected]>
Minor cleanup of assembly.cs files

My build script Generate_AnkhSVN2019.vbs it too stupid to update the AssemblyVersion correctly, ...

469d071496dd76c084dbee724677cd386193ef8a authored about 5 years ago by PhilJollans <[email protected]>
vbscript file to patch version numbers and build project.

Add the script file Generate_AnkhSVN2019.vbs.
Minor change to vsixmanifest so that patching the ...

ed8da9195128e56b107ff00529c21e4677967d91 authored about 5 years ago by PhilJollans <[email protected]>
vbscript file to patch version numbers and build project.

Add the script file Generate_AnkhSVN2019.vbs.
Minor change to vsixmanifest so that patching the ...

9a251258fe8b8aa53d2041bc1aa288561a1b01f9 authored about 5 years ago by PhilJollans <[email protected]>
Update all projects to framework 4.7.2

419f804a7fcdc3f0e5c5348030fbe46a74e9a5e2 authored about 5 years ago by PhilJollans <[email protected]>
Remove the project Ankh.votive

Remove the configuration ReleaseMSI

d8b7d6223ceaf0cb137069f2b92d859e1c7d8f56 authored about 5 years ago by PhilJollans <[email protected]>
Regenerated designer.cs files.

These are not really changed.

20d4882c7ef4a8cca0606ddf192d0ff67f87f944 authored about 5 years ago by PhilJollans <[email protected]>
Update all projects to framework 4.7.2

41962c44cea9bdac5a463409e6b2b556eb11b301 authored about 5 years ago by PhilJollans <[email protected]>
Update all projects to framework 4.7.2

9f8f494c06391153db24274e7edce62b861ccec8 authored about 5 years ago by PhilJollans <[email protected]>
Remove the project InteropGenerator

8f221575d59c23ef5532c8da65f92d6505a5f828 authored about 5 years ago by PhilJollans <[email protected]>
Minor changes to readme

d1976e859afe105c0d53bf349677eb4c789f79df authored about 5 years ago by PhilJollans <[email protected]>
Initial version of readme.md

72eb8087fe754dcb98d13852106d014ea12f628a authored about 5 years ago by PhilJollans <[email protected]>
Name, guid, version, email

* Change name to AnkhSVN2019
* Assign a new GUID for the package (but not all the other GUIDs)
*...

868020b396421ea507f9e2797b4f4a1a33fc0f7b authored about 5 years ago by PhilJollans <[email protected]>
Handling DPI awareness

Add the class NativeImports and use the method SetThreadDpiAwarenessContext to set the DPI aware...

3e65dcf392e0989c6a9e6c1e69fb7e48de5572bd authored about 5 years ago by PhilJollans <[email protected]>
Remove the project Ankh.WpfEditor.Package

e083a86fe58b1fb573adfb080d833aa586a1f276 authored about 5 years ago by PhilJollans <[email protected]>
Remove the project Ankh.VS15Package

1c07be7a1de92d30ee4d936044a8e9aa9cdc2d64 authored about 5 years ago by PhilJollans <[email protected]>
First set of changes to compile projects, mostly using nuget packages in place of the original references.

Minor bug fix in LoadThemeData to handle the case where the service IWinFormsThemingService is no...

ba6d228409491a801bd3356aa0d42e857e566893 authored about 5 years ago by PhilJollans <[email protected]>
- Start of background load stuff

3b37e88e66608446744e9fb8066446806049570e authored over 5 years ago by simonp22 <[email protected]>
- Upgrade to newer c# version

c24b3be7d9e8811e60d47519ca5f9a1c4eecb0c1 authored over 5 years ago by simonp22 <[email protected]>
Added gitignore

0ca69c18d518662b3acef7d100529e91f216c830 authored over 5 years ago by simonp22 <[email protected]>
Merge branch 'master' of https://github.com/simonp22/AnkhSVN

b52f7fb336aa49462099d8a43865eb5a7a4436ed authored over 5 years ago by simonp22 <[email protected]>
Initial commit

79be4d680dfb9adcfe80b54275fc185c2255404a authored over 5 years ago by simonp22 <[email protected]>
* src/Ankh.Services/Configuration/AnkhConfig.cs

* src/Ankh.UI/OptionsPages/AdvancedDiffUserToolSettingsControl.cs
* src/Ankh.UI/OptionsPages/Adva...

7d1f2af0187d8679b890f55e8a5022a3045c7ba8 authored almost 7 years ago by Bert Huijben <[email protected]>
Fix initialization ordering issue for toolwindows introduced in VS 15.6.

153bc3d186cc857d62b5bedfd5113d45d8be2b02 authored almost 7 years ago by Bert Huijben <[email protected]>
* src/Ankh.Scc/ProjectTracker.Map.cs

Resolve accidental infinite recursive call.

5a0f1d7cc8c823058fbb75b04397b8b5aa8b7d2e authored over 7 years ago by Bert Huijben <[email protected]>
* src/Ankh.UI/OptionsPages/AddAdvancedDiffUserTool.designer.cs

* src/Ankh.UI/OptionsPages/AddAdvancedMergeUserTool.designer.cs
Resolve VS2017 warning by makin...

3276d04f406fa524c725cbe3fff45b3630cc70e6 authored over 7 years ago by Bert Huijben <[email protected]>
* src/tools/Ankh.GenPkgDef/Ankh.GenPkgDef.csproj

Fix compilation with VS2017.

04f90f5013922f6a363eff01a96c3446550eab8d authored over 7 years ago by Bert Huijben <[email protected]>
* src/AnkhSvn.sln

Add missing MSI project

f2263f8a67e10ef4d28492d21113f9d07dd14fa4 authored almost 8 years ago by Bert Huijben <[email protected]>
* src/Ankh.ImageCatalog/Ankh.ImageCatalog.csproj

Embed image as EmbeddedResource and revert to compiling as 2.0 project.

5466ae765ca82b41e8aba708ddf81315d05f9892 authored almost 8 years ago by Bert Huijben <[email protected]>
Remove VS2017 dependency in .sln

2a0678dc891f2be1b46eb8e42c28b32eb2739675 authored almost 8 years ago by Bert Huijben <[email protected]>
* src/Ankh.UI/PendingChanges/PendingCommitsPage.cs

* src/tools/Ankh.DotNet2Test/Ankh.DotNet2Test.csproj
Fix some edge cases for VS2017 release. Fi...

b240e0ec529ababc4105bb20e70d0dc2c1e46500 authored almost 8 years ago by Bert Huijben <[email protected]>
Bump SharpSvn version.

b9bb7ef4d3752feb35d5ae4686326a4cdb8ed3e5 authored almost 8 years ago by Bert Huijben <[email protected]>
Remove some usings that won't work in .Net 2.0 compilers

e0ccb7e183e6ca119caa714e7d279a0ab8d2da63 authored almost 8 years ago by Bert Huijben <[email protected]>
artf10112 : Choose diff and merge tools by file type

Added 2 new option pages for defining external diff and merge tools based on file extension.
Add...

4d77c03766e7c851577520d9f4035b7c916e08f4 authored almost 8 years ago by culan <[email protected]>
Added diff/merge template for TcProjectCompare.

* src/Ankh/Services/AnkhDiff.Tools.cs
Added a new template for a diff tool TcProjectCompare fo...

fe089060cd69f453eac7443475bac24bf119dff8 authored almost 8 years ago by Bert Huijben <[email protected]>
Add VS2017 wrapping package used to create the initial released VS2017 package.

1cbb4e9633f806228070a001778f466aa8164af7 authored about 8 years ago by Bert Huijben <[email protected]>
Bump SharpSvn version

6d32b9a28e2bc1ff013546121f9ff0590d0987d0 authored about 8 years ago by Bert Huijben <[email protected]>
Remove duplicated assembly reference ignored by previous VS versions

e74fe06b8e52441f1c66f6341c8ac702cacdc084 authored about 8 years ago by Bert Huijben <[email protected]>
VS15 project tweaks

22053340ac400c915569aca4759a7d034e165220 authored about 8 years ago by Bert Huijben <[email protected]>
Bump SharpSvn version

541bd8f7883ec0c8ef760a31df77fd3275c9c33e authored about 8 years ago by Bert Huijben <[email protected]>
Bump SharpSvn version

5575fbd176d7f0b377f4783bbdf2a6929f9a3137 authored over 8 years ago by Bert Huijben <[email protected]>
Bump SharpGit version

4684411f5500bfaa70ca7c7d9e958de666507634 authored over 8 years ago by Bert Huijben <[email protected]>
Remove references to libraries that don't exist in VS15 now

f1f23b302dd8fae701cc0ad7400193772b6ee15c authored over 8 years ago by Bert Huijben <[email protected]>
Disable gitscc for now

bfe6808c8f46055ff6dacf5ed515d3d8fc68cccf authored over 8 years ago by Bert Huijben <[email protected]>
Use our own image for the repistory

5ef22a2716f69b50b0ce6df85e65b55744b13530 authored over 8 years ago by Bert Huijben <[email protected]>
Tweak generated manifest a bit

4e736280999448ff2c06f8814f5e74f56cee2f0d authored over 8 years ago by Bert Huijben <[email protected]>
Apply some tweaks for VS "15" update 4

de74fbad883dbaaddf9ffe920972a5db232e4117 authored over 8 years ago by Bert Huijben <[email protected]>
* src/Ankh.VS.VersionThunk/Ankh.VS.VersionThunk.csproj

Remove some unnecessary references.

e64e5276b212ebc5e1821ac6b8ba32c7555239e9 authored over 8 years ago by Bert Huijben <[email protected]>
* src/Ankh.ImageCatalog/Ankh.ImageCatalog.csproj

Set minimal version in an attempt to fix resource handling.

072ca87b74ce328266cf51bf3caee8f7a3866889 authored over 8 years ago by Bert Huijben <[email protected]>
Add an image to our initial catalog.

1a2afb752ecbcd618daf074e777f5069b1115566 authored over 8 years ago by Bert Huijben <[email protected]>