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 (Collapse)Author
2017-06-25[Gtk#] Update to match newest API (#2682)Marius Ungureanu
The Invoke API now can take both an Action and an EventHandler. delegate {} causes ambiguous results.
2017-03-16Merge remote-tracking branch 'upstream/master' into a11yiain holmes
2017-03-10[A11y] Improve the way ActionDelegates are handled.iain holmes
No more having to add them to the Accessible No more having to destroy them It's all handled automatically!
2017-03-10[A11y] Make ActionDelegate disposableiain holmes
The arrays of actions are only generated whenever the actions change in order to avoid constantly reallocating memory for them over and over, but this means the memory needs to be freed when the ActionDelegate is no longer needed. Implement IDisposable and call Dispose when the owner widget is destroyed
2017-02-20[A11y] Automatically detect supported actionsiain holmes
Refactor ActionDelegate to automatically detect supported actions by tracking which event handlers are connected to.
2017-02-17[A11y] Rename the Accessibility extension methodsiain holmes
As the accessibility extension methods operate on the Accessible property, they don't need Accessibility in their names
2017-01-27Merge remote-tracking branch 'upstream/master' into a11yiain holmes
2017-01-25Merge remote-tracking branch 'monodevelop/dotnetcore' into vNextMatt Ward
Conflicts: main/external/mono-addins main/src/addins/MonoDevelop.DotNetCore/MonoDevelop.DotNetCore.csproj main/src/addins/MonoDevelop.DotNetCore/MonoDevelop.DotnetCore.Debugger/DotNetCoreDebuggerSession.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.TypeSystem/MonoDevelopWorkspace.cs version-checks
2017-01-18[Ide] Add WelcomePage shown/hidden eventsVsevolod Kukol
2017-01-16Merge remote-tracking branch 'monodevelop/dotnetcore' into vNextMatt Ward
Conflicts: main/external/mono-addins main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/SourceEditorView.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Editor/TextEditor.cs version-checks
2017-01-12[i18n] Misc translation supportF. Phoenix
WelcomePageFeedItem.cs: English only has 2 word forms for numbers: singular and plural, so there will be 1 day and 2-7 days. But Russian has 3 forms (different for 1, 2-4 and 5-7) and another languages can have another number of forms. MonoRuntimePanelWidget.cs: For Russian language translation only works fine this way if avoid to use markup tags. Otherways this option panel just wont show.
2017-01-09[A11y] Tidy up the AtkCocoaHelpersiain holmes
Separate AtkCocoaHelper into separate files for Mac and Noop
2016-11-29[Ide][Welcome] Remove welcome page toolbar bg gradientVsevolod Kukol
2016-11-29[Ide][Welcome] Remove the Close Solution button from the welcome page toolbarVsevolod Kukol
2016-11-29[Ide][Welcome] Focus welcome page content by defaultVsevolod Kukol
2016-11-01[A11y] Handle null passed as URLiain holmes
NSAccessibility doesn't like a null URL being set, so check for that
2016-10-28[A11y] Make the Welcome page accessibleiain holmes
Make the Welcome page accessible. Add descriptions, labels, actions, titles and roles to everything
2016-10-12[Ide] Ensure animations are aborted on object destroytherzok
This allows for fewer fail-prone spots where someone would access a member that could probably get destroyed with the widget.
2016-09-18[Ide] Dispose of all the pango layouts.Marius Ungureanu
2016-07-06Revert "[Ide] Optimize RecentFiles updates."Alan McGovern
This reverts commit 4153a8ee6492bc8957efc151f0f2e22e175df75b. This re-introduced the race condition that was fixed in commit e4998e0e4. Matt says: "It is that union bit in OnRecentFilesChanged which is breaking the previous fix."
2016-07-01[Ide] Optimize RecentFiles updates.therzok
This modifies RecentFiles updates so that we do the following: * Split Projects/Files into different events. This way we can guarantee that for the WelcomePage, for example, we can subscribe only to project changes that will cause a refresh of the items in the list. * Don't trigger updates of recent items if nothing has changed between the old and the new version. These updates can happen because we send an IDE update event and also have the filesystemwatcher events triggering updates for us.
2016-04-14Rename Skin to ThemeLluis Sanchez
2016-04-04[Ide] Don't remove projects from recent projects if they can't be foundtherzok
The file is inacessible if it is on a network drive that's not connected. Git checkout also removes the file and writes a new one causing the project to be removed. Bug 37122 - XS deletes solution from "recently opened" list if it is unavailable
2016-02-19Fixed few GLib object leaks(missing dispose)David Karlaš
Also removed unused ImageView in OptionsDialog
2016-02-12[Ide] WelcomePage: Linux font fixesVaclav Vancura
2016-02-02[Ide] WelcomePage: New colors (both light and dark)Vaclav Vancura
2016-02-02[Ide] WelcomePage: Tweaking font sizesVaclav Vancura
2016-01-20[Ide] Initial WelcomePage theme change supportVsevolod Kukol
2016-01-20[Ide] [WelcomePage] New unbranded Welcome PageVaclav Vancura
2016-01-16Revert "[WelcomePage] Unifying fonts: Getting rid of aging Calibri, Tahoma ↵Vaclav Vancura
and Lucida Grande in favor of system fonts" This reverts commit 3fce8122bdf2ab0009d645f256ae692fc8e1666d.
2016-01-15[WelcomePage] Unifying fonts: Getting rid of aging Calibri, Tahoma and ↵Vaclav Vancura
Lucida Grande in favor of system fonts
2016-01-15Merge remote-tracking branch 'origin/master' into roslyn-dark-skinMarius Ungureanu
2016-01-14[Ide] Strip tags from summary html in the welcome page.Mike Krüger
2016-01-13[Ide] Strip tags from summary html in the welcome page.Mike Krüger
2016-01-13[Ide] Escape welcome page feed item summary text.Mike Krüger
2015-11-29[WelcomePage] Fixing Windows buildVaclav Vancura
2015-11-29[Ide] Add WelcomePage dark skin supportVsevolod Kukol
2015-11-29[Icons] [Ide] Removing obsolete star overlay iconsVaclav Vancura
See https://github.com/xamarin/icons/issues/153
2015-11-23[Ide] More cleanup in public types.Marius Ungureanu
2015-11-23[Ide] Switch OptionsPanel to Control.Marius Ungureanu
2015-06-11Merge remote-tracking branch 'origin/master' into roslynMatt Ward
Conflicts: main/src/core/MonoDevelop.Core/MonoDevelop.Projects/WorkspaceItem.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.WelcomePage/WelcomePageLinkButton.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.WelcomePage/WelcomePageSection.cs
2015-06-11[Ide] Handle recent project paths containing url encoded string.Matt Ward
Fixed bug #30252 - Not able to open recent project if solution path contains "%20" https://bugzilla.xamarin.com/show_bug.cgi?id=30252 If the path to a solution contained %20 then it would not be possible to open the solution from the welcome page. Instead a file not found message would be displayed with the %20 characters replaced by spaces. The problem was that the solution filename saved in the recent projects list was not url encoded but it was loaded into a Uri before trying to open the solution from the recent projects list on the main welcome page. Now the filename is not loaded into a Uri so the filename is not decoded.
2015-06-02[Ide] Unregister PinClicked event in WelcomePageRecentProjectsListMike Krüger
event.
2015-04-20Merge remote-tracking branch 'origin/roslyn' into new-project-modelLluis Sanchez Gual
2015-04-16Remove unnecessary use of GuiDispatchLluis Sanchez Gual
Most of event subscriptions don't need to be wrapped with a GuiDispatch generated delegate wrapper since the events are already dispatched in the UI thread.
2015-04-14Merge branch 'master' into roslynMike Krüger
Conflicts: main/external/fsharpbinding main/src/addins/MonoDevelop.Refactoring/MonoDevelop.CodeActions/CodeActionEditorExtension.cs main/src/addins/NUnit/Services/NUnitProjectTestSuite.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Tasks/TaskStore.cs version-checks
2015-04-08Better fix to 587edc27a631ff12e08ad303725a0d276f469938Marius Ungureanu
2015-01-28Merge branch 'master' into xs6-editorMike Krüger
Conflicts: main/external/xwt main/src/addins/CSharpBinding/MonoDevelop.CSharp.Completion/MemberCompletionData.cs main/src/addins/CSharpBinding/MonoDevelop.CSharp.Highlighting/CSharpSyntaxMode.cs main/src/addins/CSharpBinding/MonoDevelop.CSharp.Refactoring.CodeActions/MDRefactoringContext.cs main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/BreakpointPropertiesDialog.cs main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DisassemblyView.cs main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/ObjectValueTreeView.cs main/src/addins/MonoDevelop.Refactoring/MonoDevelop.Refactoring.Rename/RenameRefactoring.cs main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.OptionPanels/HighlightingPanel.cs main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/SourceEditorOptions.cs main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/TextMarker/DebugTextMarker.cs main/src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl.csproj main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.CodeCompletion/ListWindow.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Workbench.cs
2015-01-19[Ide] Welcome page bar buttons can be hidden.Mike Krüger
2015-01-05[Icons] Simplifying icon namesVaclav Vancura