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
2010-06-15Backported r158928, 158938Lluis Sanchez
svn path=/branches/monodevelop/2.4/; revision=158940
2010-06-03* MonoDevelop.Components.DockToolbars/DockToolbar.cs: Don't enableLluis Sanchez
the arrow button by default. This is handled by DockToolbarPanel. * MonoDevelop.Components.DockToolbars/DockToolbarPanel.cs: Improved toolbar resizing algorithm in PackRow. Instead of reducing size in all toolbars pixel by pixel, it will now reduce button by button. Fixes bug #545746 - Toolbar on small screens. svn path=/trunk/monodevelop/; revision=158399
2010-06-03* MonoDevelop.Components.DockToolbars/DockToolbar.cs: Disable customLluis Sanchez
drawing on the toolbar background since it hides the arrow button. svn path=/trunk/monodevelop/; revision=158385
2010-05-04* MonoDevelop.Ide.Commands/ViewCommands.cs: Simplify.Michael Hutchinson
* MonoDevelop.Components.DockToolbars/DockToolbarFrame.cs: Use generics. Add API for removing layouts. * MonoDevelop.Ide.Gui.Dialogs/NewLayoutDialog.cs: Restrict the names users can give layouts. * MonoDevelop.Ide.Gui/LayoutComboBox.cs: Track API, don't call costly property multiple times. * MonoDevelop.Ide.Gui/Workbench.cs: Tweak API. * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Fix full view mode switching. Hide toolbars in full view mode. Destroy full view layouts after use so they don't diverge from the normal layouts. svn path=/trunk/monodevelop/; revision=156651
2010-03-26* MonoDevelop.Components.DockToolbars/DockToolbarPanel.cs: WorkedMichael Hutchinson
around toolbar background rendering issues on Mac. svn path=/trunk/monodevelop/; revision=154234
2010-03-17Merged MD.Projects into MD.Core, and MD.Projects.Gui, MD.Core.Gui and ↵Lluis Sanchez
MD.Components into MD.Ide. svn path=/trunk/monodevelop/; revision=153730