386
I Use This!
Very Low Activity

Commits : Listings

Analyzed 13 days ago. based on code collected 14 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add two new assemblies in preparation for adding WPF specific controls. More... almost 10 years ago
* src/Ankh.UI/PendingChanges/PendingCommitsPage.Designer.cs Update init code. More... almost 10 years ago
Simplify pending change refresh code a bit in an attempt to fix an issue where nonmodified items are shown. More... almost 10 years ago
* src/Ankh/Services/ConfigService.cs Tweak com interop attribute. More... almost 10 years ago
* src/Ankh.Scc/SvnSccProvider.Enlistment.cs Remove unused interface. More... almost 10 years ago
Bump SharpGit version and tweak about text. More... almost 10 years ago
* src/Ankh.UI/PendingChanges/PendingCommitsPage.cs (OnPendingChangesChanged): Bail if destroyed. More... almost 10 years ago
* src/Ankh.Services/Scc/ISupportsCollectionChange.cs Add where clauses to make .Net 2.0 happy. More... almost 10 years ago
* src/Ankh.Scc/PendingChangeManager.cs Avoid early clear, which now clears Checked state. More... almost 10 years ago
Use the recently added readonly collection with notify support to expose the pending changes to the rest of the api without a lot of custom handling. More... almost 10 years ago
Add read only wrappers for the collections with notify support to allow safely using them in (internal) api definitions. More... almost 10 years ago
Switch the pending change collection to the new notify (aka observable) collection code. More... almost 10 years ago
Implement a specialized implementation of CollectionWithNotify that provides typed items. More... almost 10 years ago
Add support for simple optimized batch handling to the collections with notify support. More... almost 10 years ago
* src/Ankh.Services/Ankh.Services.csproj * src/Ankh.Services/AnkhContext.cs * src/Ankh.Services/AnkhModule.cs * src/Ankh.Services/AnkhRuntime.cs * src/Ankh.Services/AnkhService.cs * src/Ankh.Services/Commands/CommandMapper.cs * src/Ankh.Services/Commands/IAnkhCommandService.cs * src/Ankh.Services/IAnkhScheduler.cs * src/Ankh.Services/IAnkhServiceImplementation.cs * src/Ankh.Services/IAnkhServiceProvider.cs * src/Ankh.Services/IssueTracker/IAnkhIssueService.cs * src/Ankh.Services/Scc/IAnkhOpenDocumentTracker.cs * src/Ankh.Services/Scc/IFileStatusMonitor.cs * src/Ankh.Services/Scc/IProjectFileMapper.cs * src/Ankh.Services/Scc/PendingChange.cs * src/Ankh.Services/Scc/ProjectMap/SccDocumentData.cs * src/Ankh.Services/Scc/ProjectMap/SccProjectFileCollection.cs * src/Ankh.Services/Scc/Svn/SvnItem.cs * src/Ankh.Services/Scc/Svn/SvnOrigin.cs * src/Ankh.Services/Scc/Svn/SvnWorkingCopy.cs * src/Ankh.Services/Scc/UI/IAnkhRevisionResolver.cs * src/Ankh.Services/Scc/UI/IAnkhToolWindowControl.cs * src/Ankh.Services/Selection/ISelectionContext.cs * src/Ankh.Services/UI/IAnkhDynamicEditorFactory.cs * src/Ankh.Services/UI/VSDialogForm.cs * src/Ankh.Services/VS/IAnkhDialogOwner.cs Fix xml comment errors and enable generating .xml file. More... almost 10 years ago
* src/Ankh.Services/Scc/CollectionWithNotify.cs * src/Ankh.Services/Scc/ISupportsCollectionChange.cs * src/Ankh.Services/Scc/KeyedCollectionWithNotify.cs Add .Move() support to CollectionWithNotify More... almost 10 years ago
* src/Ankh.Services/Scc/KeyedCollectionWithNotify.cs Fix recursion detection. More... almost 10 years ago
Add some generic collections that allow external observers to track their changes. This is plumbing for generalizing the pending change handling towards WPF and Git. More... almost 10 years ago
* src/Ankh.Diff/Ankh.Diff.csproj * src/Ankh.Scc/Ankh.Scc.csproj Make VS2013 happy More... almost 10 years ago
* src/Ankh.WpfEditor.Package/Services/ThemingService.GetTheme.cs Don't rely on existance of .Net 4.5 overload of .GetValue() More... almost 10 years ago
Obtain the current theme id in the same way as the Managed package helper code does in VS 2013+. More... almost 10 years ago
Bump SharpSvn version More... almost 10 years ago
Bump SharpSvn to the 1.9.0-beta1 version More... almost 10 years ago
* src/Ankh.UI/ProgressDialog.cs More notification handling tweaks. More... almost 10 years ago
* src/Ankh.UI/ProgressDialog.cs (OnClientNotify): Show full paths in Windows format. More... almost 10 years ago
* src/Ankh.UI/ProgressDialog.cs Properly handle two new notification types. More... almost 10 years ago
Use newer SharpSvn to allow fixing some of the 1.9+ notifications More... almost 10 years ago
Use Subversion 1.9 features of SvnClient instead of the SharpSvn specific helpers on SvnWorkingCopyClient. More... almost 10 years ago
Switch AnkhSVN to SharpSvn 1.9.x (note that there is no wc format bump for this) More... almost 10 years ago
Try to enable the 'Cleanup' command on directories that are locked even though we can't really report the directory as versioned. At the same time hide cleanup on single file selections. More... about 10 years ago