161
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed null-check, this removed warning that value can never be null. More... almost 11 years ago
Removed new keyword, hiding not needed because its an interface implementation. Fixed indentation. More... almost 11 years ago
Added new keyword to indicate that hiding was intended and remove warning. More... almost 11 years ago
Disable warnings where appropriate. More... almost 11 years ago
Fixed comparison bug and removed unreachable code. This removed two warnings. More... almost 11 years ago
Fixed simple warnings like redundant using directives, unused variables and added some missing xml comments. More... almost 11 years ago
LineHandlerExtension is now public to allow it to be overridden by an other extension. Bounds is now a private class of LineHandlerExtension because its the only class where it is used. More... almost 11 years ago
Extension is now public to allow it to be overridden by an other extension. Using .Net built-in type Point instead of custom Bounds type. Changed _selectedThumbs to _selectedPoints as it describes its purpose better. More... almost 11 years ago
DETA (Database Engine Tuning Advisor) statistics and indexes recommendations based on sample .trc workload More... almost 11 years ago
Update NuGet packages web.config points to local SQL installation instead of SQLExpress named instance More... almost 11 years ago
Merge branch 'master' of https://github.com/icsharpcode/SharpDevelop into WpfDesignerCollectionResetUndoRedoFix More... almost 11 years ago
CollectionElementsCollection now implements INotifyCollectionChanged. Using this in XamlProperty to know when the collection gets empty, and if conditions are fulfilled remove unnecessary xaml. This change was necessary because before this change Reset was called on the collection property from CollectionElementsCollection. This had the unwanted effect that it caused the instance property value to use property default value, which often is null, when all we actually wanted was to avoid bloated xaml and leave the instance property value untouched. More... almost 11 years ago
Fixed formatting/indentation. More... almost 11 years ago
Merge pull request #651 from J-McElroy/master More... almost 11 years ago
Buggfix Nullable Enum as Property More... about 11 years ago
Merge pull request #653 from jogibear9988/master More... about 11 years ago
Fix that Images don't work More... about 11 years ago
Update to NuGet 2.8.3 More... about 11 years ago
Fixed Reference columns resizing problem More... about 11 years ago
Fixed AssemblyInfoProviderTests failing after pull request #642. More... about 11 years ago
Fixed AssemblyInfoProviderTests broken by pull request #642. More... about 11 years ago
Merge pull request #642 from linquize/assembly-info More... about 11 years ago
Merge pull request #650 from jogibear9988/master More... about 11 years ago
Bugfix #649 More... about 11 years ago
Fixes in Path Handler More... about 11 years ago
Merge branch 'DrawLineOnCanvas' More... about 11 years ago
Merge branch 'DrawLineOnCanvas' of https://github.com/jogibear9988/SharpDevelop into DrawLineOnCanvas More... about 11 years ago
Merge branch 'DrawLineOnCanvas' of https://github.com/jogibear9988/SharpDevelop into DrawLineOnCanvas More... about 11 years ago
Fix Path Adorner not always Displayed More... about 11 years ago
Bugfix: Double Value Can Contain Decimals More... about 11 years ago