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

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-20Use Environment.SpecialFolder.UserProfile instead of PersonalMatt Ward
2019-10-19Merge pull request #147 from mono/fix-935546Vsevolod Kukol
2019-10-11[750349] fixed focus chain (extensions window)Mykyta Bondarenko
2019-09-23Adds weak reference to parent windowJose Medrano
2019-09-23Exposes AddinManagerWindow to handle externally the logic to show itJose Medrano
2019-09-23Fixes current parenting showing DialogProgress in Extensions ManagerJose Medrano
2019-02-28When no parent set, center window on screenRodrigo Moya
2019-02-28Remove unneeded code that was causing this exception:Rodrigo Moya
2018-02-28Updated with PR commentsDavid Karlaš
2018-02-27Made SetupService settable via constructor for AddinManagerDialog so app can ...David Karlaš
2018-02-27Added AddinRepositoryProvider, replaced AddinRepositoryType with ProviderId a...David Karlaš
2018-02-21Fixed settings versioning problem(old code was confused by new URLs) and adde...David Karlaš
2018-02-21Instead of hardcoded offical marketplace now any marketplace can be added(tes...David Karlaš
2018-02-13Fix warningsLluis Sanchez
2017-08-25[Gui] Add API to show up addin installation dialog for addin filesJérémie Laval
2017-07-13fix 53827Dmytro Ovcharov
2017-06-23[Gtk#] Switch to explicit delegate handlerMarius Ungureanu
2017-03-29Fix typo in error messageMikayla Hutchinson
2017-03-24Rename extension to extension package when it refers to an add-inLluis Sanchez
2017-03-16Merge branch 'master' into extension-renameLluis Sanchez
2017-03-08Fix typo in missing dependencies messageMatt Ward
2017-03-06Fixed search box in AddInManager not appearingDavid Karlaš
2016-10-26Fix flicker showing Add-in ManagerMikayla Hutchinson
2016-10-26Rename "add-ins" to "extensions" in UIMikayla Hutchinson
2016-07-12[Misc] Remove some extra string allocations.Marius Ungureanu
2016-02-22[Icons] New add-in manager icons:Vaclav Vancura
2016-02-06[Gtk2] Fix SearchEntry style loadingiconsVsevolod Kukol
2014-09-09Merge pull request #16 from mono/bug17056Lluis Sanchez
2014-03-13[AddinManagerDialog] Make button refresh update from UI thread.Marius Ungureanu
2014-02-07Refresh unclickable while updatingUngureanu Marius
2014-02-07Don't show dialog on tab switchUngureanu Marius
2014-02-06[AddinManagerDialog] Only update once per session.Ungureanu Marius
2014-02-06Bug 17056 - Add-ins Repo should automatically load when first launchedUngureanu Marius
2013-11-24Let us handle cases where parent is null. Sanity check for childUngureanu Marius
2013-06-21Fix a Cairo.LinearGradient leakMichael Hutchinson
2013-04-28Make the Enable/Disable button text translatable.Cameron White
2013-04-07Don't use Gdk.Rectangle.{Right,Bottom}Michael Hutchinson
2011-10-01Fix rendering search entry icons on MacOSMichael Hutchinson
2011-04-13Run the install operation in the GUI threadLluis Sanchez Gual
2011-04-12Allow uninstalling several add-ins at once.Lluis Sanchez Gual
2011-04-08Fix some display issues when using a standalone AddinTreeWidgetLluis Sanchez Gual
2011-04-05Center the progress dialog.Lluis Sanchez Gual
2011-04-05Bring back the filter entryLluis Sanchez Gual
2011-04-04Show the last version of all add-ins, hide old versionsLluis Sanchez Gual
2011-04-04Fix update command when invoked from the installed add-ins listLluis Sanchez Gual
2011-02-23Show a "More Information" button when the add-in has an Url.Lluis Sanchez Gual
2011-02-23Center the addin manager dialog.Lluis Sanchez Gual
2011-02-22Fix mixed line endings.Lluis Sanchez Gual
2011-02-22Fix warnings.Lluis Sanchez Gual
2011-02-16Fix dialog placement issue in mac.Lluis Sanchez Gual