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-11-07CommandManager: Add missing null checkSandy Armstrong
2019-11-05Fix 988924: Some commands (save, undo) do not work if editor is detatched fro...David Karlaš
2019-10-31moves mac specific code to a mac compilation region codeJose Medrano
2019-10-31Adds a prototype simulation of default action behavior in basic typesJose Medrano
2019-10-31Moves all the simulation in keydown into a methodJose Medrano
2019-10-31Moves the logic handling keydown events to CommandManager instead GtkNSViewHostJose Medrano
2019-10-31Fixes call to KeyDown and sets corrects the selected view if was the caseJose Medrano
2019-10-31Fixes current keydown hack to calculate nextkeyviewJose Medrano
2019-10-10Merge pull request #8637 from mono/command-manager-stopwatchLluis Sanchez
2019-10-10Merge pull request #8634 from mono/commands-startupLluis Sanchez
2019-10-01Fix 985131: Unable to pull up the emoji selectorAaron Bockover
2019-09-11Merge pull request #8623 from mono/fix-960819Lluis Sanchez
2019-09-10Fixes ListWindow command handler to show duplicated resultsJose Medrano
2019-09-09[IDE] Also validate if characters is emptyiain holmes
2019-09-09[IDE] Check that events passed to the keypress handler are key eventsiain holmes
2019-09-05[Ide] Switch command activation to use a stopwatch instead of DateTimetherzok
2019-09-05[Ide] Add counter information for startup handler commandstherzok
2019-08-29Merge pull request #8176 from mono/fix-623224Vsevolod Kukol
2019-08-29Merge pull request #8541 from mono/fix-972230Marius Ungureanu
2019-08-29[Ide] Fix UpdateCommandInfo metadata typeVsevolod Kukol
2019-08-29[Ide] Notify user about a failed command update and log an errorVsevolod Kukol
2019-08-29Added logging warningJavier Suárez Ruiz
2019-08-29Issue VSTS #623224 - Added Telemetry Counter to detect slow update command op...Javier Suárez Ruiz
2019-08-28Merge pull request #8479 from mono/counter-cleanupLluis Sanchez
2019-08-28[Ide] Prevent PRE on startup from CommandManagertherzok
2019-08-27[IDE] Handle an empty list of bindings as well as nulliain holmes
2019-08-27[Ide] Move 2 counters to ITimeTracker, preserving previous thread safety cons...therzok
2019-08-19Fixing NRE where last focused was null in UI tests.Anže Vodovnik
2019-08-19PR comments, restored throwing an exception vs returning null in cast.Anže Vodovnik
2019-08-19Added support for native controls to be last focused widgets.Anže Vodovnik
2019-08-19Fixes VSTS #801677 - Added support to native dialogs (Cocoa) in the CommandMa...Javier Suárez Ruiz
2019-08-14[Ide] Cache DisplayName of commands.Mike Krüger
2019-08-07Merge pull request #8325 from mono/pr-anvod-sortsearchcommandsSandy Armstrong
2019-08-02Artificially rank the commands from the current add-in higher.Anže Vodovnik
2019-08-01[IDE] Handle bindings returning null commandsiain holmes
2019-07-17Fixes VSTS #936531 - Key binding scheme for Visual Studio for Mac should be "...Javier Suárez Ruiz
2019-07-11[Mac] Fix keyboard input in Global Search when in fullscreeniain holmes
2019-07-02[Ide] Fix crash on shutdown when just opening GTC window and then quittingtherzok
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