Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-14Fixed crash changed the key shemaJavier Suárez Ruiz
2019-06-04Removed unnecessary validationJavier Suárez Ruiz
2019-06-03Fixes VSTS #860275 - Fatal error changing keybindings prefs to ReSharperJavier Suárez Ruiz
2019-05-16Deduplicate some code in CommandManagertherzok
2019-05-08[Ide] Run Command Update Handlers only if the CommandManager is enabledVsevolod Kukol
2019-05-08[Ide] Initialize CommandManager in disabled stateVsevolod Kukol
2019-05-08[Ide] Move CommandManager initialization to IdeCommandManagerVsevolod Kukol
2019-04-30Cmd+Click support in new editorDavid Karlaš
2019-04-23Fix command routing issueLluis Sanchez
2019-03-21Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-03-15Renames IsGuiLocked to DisableOnShellLockJose Medrano
2019-03-15Adds a feature in CommandInfo to avoid disable buttons in GuiLock stateJose Medrano
2019-02-20Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-02-19Merge remote-tracking branch 'origin/master' into release-8.0Lluis Sanchez
2019-02-18Fix some service initialization issues and track api changesLluis Sanchez
2019-02-15[Ide] Prevent root window to be shown when opening About dialogRodrigo Moya
2019-01-25[Ide] Allow command targets to customize handlingMikayla Hutchinson
2019-01-12CommandManager: fix KeyDown dispatching to native first responder viewsAaron Bockover
2019-01-10Merge remote-tracking branch 'origin/master' into editor-merge-mastertherzok
2019-01-09[CommandManager] If the KeyWindow is not null, the app has focustherzok
2018-12-13Fix focus on WPF editor.Kirill Osenkov
2018-08-20[Ide] Simplify reflection usage at startup command handlertherzok
2018-07-02Replace ArrayList with List<> for memory and performance reasonsiain holmes
2018-05-29Merge branch 'master' into structured-build-outputRodrigo Moya
2018-05-28[Ide] Pass CommandInfo over to DispatchCommandMarius Ungureanu
2018-05-18Merge branch 'master' into structured-build-outputRodrigo Moya
2018-05-10[Core] Add some debugging aid for command updates triggering on non-UI threadtherzok
2018-03-26[Ide] Add internal CommandManager.ShowContextMenu for Xwt widgetsVsevolod Kukol
2018-02-28[Ide] ContextMenu supports Xwt parentsVsevolod Kukol
2017-10-28[CommandManager] Check for Eisu and Kana virtual keycodes before exiting earlyCody Russell
2017-08-14[Ide] Fix default unbranded key binding nameVsevolod Kukol
2017-08-14[Ide] Fix empty key binding handlingVsevolod Kukol
2017-07-18[UnitTests] Add tests for KeyBindingSetVsevolod Kukol
2017-07-17[Ide] Fix KeyBindingSet compare with parent Pt. 2Vsevolod Kukol
2017-06-06[Ide] Fix KeyBindingSet compare with parentVsevolod Kukol
2017-05-31Merge branch 'master' into run-when-idleLluis Sanchez
2017-05-09Check if keybinding file exists before opening itKirill Osenkov
2017-04-27Add new IdeApp.RunWhenIdle methodLluis Sanchez
2017-03-16Merge remote-tracking branch 'upstream/master' into a11yiain holmes
2017-02-27[Commands] De-duplicate any submenusiain holmes
2017-02-24[Ide] More progress on async update handlersLluis Sanchez
2017-02-24Initial support for async command update handlersLluis Sanchez
2017-02-17[A11y] Rename the Accessibility extension methodsiain holmes
2017-02-13Merge remote-tracking branch 'upstream/master' into a11yiain holmes
2017-02-08Merge branch 'dotnetcore' into vNextMatt Ward
2017-02-03[Mac] Throttle keyboard command dispatchCody Russell
2017-01-27Merge remote-tracking branch 'upstream/master' into a11yiain holmes
2017-01-25Merge remote-tracking branch 'monodevelop/dotnetcore' into vNextMatt Ward
2017-01-18[Ide] Fix allocations of ToCommandId on adding an update handler.Marius Ungureanu
2017-01-18[Ide] Optimize CommandHandler type handler generation.Marius Ungureanu