Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,137 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
Created a pull request in gitextensions/gitextensions that received 18 comments
Break the toolstrip
Relates to #5525 Proposed changes Break the main toolbar into two - general operations and filters. This is arbitrary, filters were the easiest t…
- Fix Application.EnableVisualStyles in single file publishing mode (servicing)
- Allow setting `TreeNode` image index to magic number `-2` (servicing)
- Allow setting `TreeNode` image index to magic number `-2`
- Attempt to reduce concurrency while accessing `ImageList`
- Fix initial directory and custom places in file dialogs
- Correct and simplify `ImageCollection_Item_Get32bppColorDepth_Success`
- Output the full EMF log whenever EMF validation fail.
- Correct icon
- Update docs and guides
- Correct TextBox.PlaceholderText font transparency
- Mark .NET 5.0 API as shipped
- Ship API
- Ahead/behind show up-to-date and gone
- FullPathResolver: Avoid exception for illegal characters
- fix background / foreground contrast for gray text
- Add paddings and borders for panels
- Fix #8188: cannot force push tags
- Reduced the number of draw calls on the commit info panel.
- Fixes #7557 - Dashboard: GitHub clone shortcut missing at initial load
- Add able to configure, add, remove Shells
- FormEditor SaveCanges Changes
- Parallelized Repo Validity Checks during Startup
- Fixes #8146 "Keyboard navigation : Enter Key should open a recent repository"
- Add 'Run script' command to branches pane context menu
- gray additional commit lines in revision grid
- Detect when Azure DevOps token is invalid/expired
- FormPush multiple: force-with-lease if rejected
- Disable merge rebase commands when branch is local
- Disable merge rebase commands when branch is local
- Add ability to show "Add submodule" Dialog on taskbar.
- Fixes #8327 push commit does clear commit message
- BackgroundFetch & push --force-with-lease : add a warning message
- Add ability to Copy to Clipboard, similar to commit context menu from left panel
- Submodules window now keeps the splitter position
- Add a button to be able to open Application and User theme folders
- Fixes #8263 by catching file IO exception and showing message box
- updated removeFiles to use GetBatchOutput and added unit tests
- Some pull request reviews not shown.
- Fixing the argument type definition of Marshal.GetNativeVariantForObject method in EnumVariantObject
- DomainUpDown/NumericUpdown should be KeyboardFocusable
- Fixed spelling mistake in CONTRIBUTING.MD
- remove unused agent pool variables
- Fixing issue with getting of textbox from DataGridViewTextBoxCell by Accessibility Insights
- Fixing the incorrect ControlType value of ListView subitem
- Fix Application.EnableVisualStyles in single file publishing mode
- Create a basic enum validation source generator
- Add some codes in Accessibility sample app to work around bug 1155463
- Add Rich Navigation to CI, a new Rich Nav pipeline
- Fix initial directory and custom places in file dialogs
- Enable NRT for MonthCalendar accessible objects
- Enable NRT for DataGridView AccessibleObjects
- Enabled NRT for Combobox and LinkLabel AccessibleObjects
- Style cleanup for button rendering
- Correct and simplify `ImageCollection_Item_Get32bppColorDepth_Success`
- Fixing the incorrect ScreenReader blue rectangle for a new character when typing (Text pattern area)
- Removed an extra comment in tests
- Moving LinkLabel, ListView subclasses to their own files
- Move a part of AccessibleObject classes to separate files
- Loc checkin
- Moving Combobox subclasses to their own files
- Remove more WindowsGraphics
- Fix issue with announcing ExpandedCollapsedState for ComboBox in Property grid #1987
- Localization of WinForms templates
- Some pull request reviews not shown.
Created an issue in dotnet/winforms that received 2 comments
Correct `TextBox.PlaceHolderText` implementations
Is your feature request related to a problem? Please describe.
The current implementation of TextBox.TextPlaceHolderText API added in #96/#238 suf…