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
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-04-08Better fix to 587edc27a631ff12e08ad303725a0d276f469938Marius Ungureanu
2015-01-19[Ide] Welcome page bar buttons can be hidden.Mike Krüger
2015-01-05[Icons] Simplifying icon namesVaclav Vancura
2014-11-20Remove all calls to ShowExceptionLluis Sanchez
We use ShowError instead.
2014-07-30[Ide] Lock the welcome page when loading a solutionLluis Sanchez
Fixes bug #21195 - Xamarin Studio keeps opening my sln twice
2014-07-25Fix misspelled variable name.Cody Russell
2014-04-09[Ide] Added some virtual space below the last news feed.Mike Krüger
Otherwise it doesn't scroll enough in scrolling scenarios.
2014-04-03[MonoDevelop.Ide] Reverting (and marking) Windows font tweaksVaclav Vancura
2014-04-03[MonoDevelop.Ide] Windows font tweaksVaclav Vancura
2014-03-07[Icons] New star iconsVaclav Vancura
2014-03-07[Ide] Some minor tweaks in welcome page reusability.Mike Krüger
2014-03-05[Ide] Welcome page buttons are now more flexible.Mike Krüger
2014-03-03[Ide] WelcomePageListButton hover color can now be changed.Mike Krüger
2014-02-28Fix build.Mike Krüger
2014-02-28[WelcomePage] Added support for font weights other than bold.Mike Krüger
2014-02-27[Ide] Made some welcome page widgets easier to alter by other welcomeMike Krüger
page designs.
2014-02-05Remove ImageService.GetPixbufLluis Sanchez
2014-02-05More Pixbufs replaced by Xwt images to properly support retinaLluis Sanchez
2013-09-30[Ide] Use Xwt.Image instead of PixbufLluis Sanchez
2013-09-26Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
Conflicts: main/external/xwt main/src/core/MonoDevelop.Ide/MonoDevelop.Components/GtkUtil.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.WelcomePage/WelcomePageRecentProjectsList.cs version-checks
2013-09-17[Welcome Page] Recent solutions are not shown when they are deleted.Therzok
2013-09-17[Ide] Make rendering of welcome page icons retina awareLluis Sanchez
2013-08-14Allow building with old/broken Mono.Cairo againMichael Hutchinson
2013-08-13Revert "Revert "Fix hundreds of warnings""Michael Hutchinson
Please use an up to date Mono. This reverts commit 54a64a751b7070237368b7967cc4a6adff6bc468.
2013-08-13Revert "Fix hundreds of warnings"Jeffrey Stedfast
This reverts commit 1db8e4676941210b5bf7c68e01f70e1b85cd2a41.
2013-08-12Fix hundreds of warningsMichael Hutchinson
2013-07-17Use the new animation API from XWTLluis Sanchez
2013-05-28[Ide] Cleaner "no internet" warningsMichael Hutchinson
2013-05-03Fixed Warnings:Therzok
XMLReader ProhibitDtd obsolete. CodeDomProvider CreateGenerator obsolete. Applied coding style to method which had CreateGenerator obsolete usage.
2013-01-25[Ide] Fix the rendering of the first run textAlan McGovern
We should render the background and text to the same surface so that anti-aliasing works correctly and we do not end up with bizarre rendering artifacts where the white text has lots of green bits in it. Fixes bug 9481
2012-12-19Fix welcome page news feedLluis Sanchez
Remove html tags from the description elements.
2012-12-01[Ide] Don't reload welcome page news if unchangedMichael Hutchinson
2012-11-29New UpdateDownloadedCacheFile method on FileServiceMichael Hutchinson
Factored out from WelcomePageNewsFeed. Used for downloading cache files, skipping unnecessary redownload using If-Modified-Since.
2012-11-27[UIRefresh] Remove all usage of threaded renderer and return all drawing to ↵Jason Smith
primary thread.
2012-11-27[UIRefresh] Use SuiteName instead of ApplicationName in FirstRun welcome ↵Jason Smith
page section
2012-11-27[UIRefresh] Minor visual tweaks to first run pageJason Smith
2012-11-22Localize some stringsLluis Sanchez
2012-11-19[UIRefresh] Update recent project list to use rounded corner outline around ↵Jason Smith
selection
2012-11-16[UIRefresh] Update new/open button on welcome page to use more compact styling.Jason Smith
2012-11-15[UIRefresh] Ensure welcome page widget background color is initialized to whiteJason Smith
Hopefully this will resolve the transparent window issues some OSX Lion users are observing.
2012-11-10Update background rendering to clip to expose region for performance ↵Jason Smith
improvements
2012-11-10[UIRefresh] Bold login button in welcome pageJason Smith
2012-11-09Fix 7821 - Broken property grid rendering after loading solutionLluis Sanchez
2012-11-09[UIRefresh] Update WelcomePageBarButton API to allow setting images post ↵Jason Smith
creation
2012-11-09[UIRefresh] Update rendering of first run banner to be retina readyJason Smith
2012-11-09[UIRefresh] Update WelcomePageWindow to manually paint background to ↵Jason Smith
compensate for poorly clipped widgets
2012-11-09[UIRefresh] Make tiling work via pInvokeJason Smith
2012-11-08[Ide] Fix the build on windowsAlan McGovern
The 'Extend' property does not exist on windows, so comment out it's usage for now to allow us to get builds on windows.
2012-11-08Remove unused fileLluis Sanchez