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
2011-03-03Fix bug 676166 - Pads cannot be made smaller than the title textLluis Sanchez Gual
2010-06-29* MonoDevelop.Components.Docking/DockItemContainer.cs: Added missingLluis Sanchez
null checks. Fixes bug #613437 - Null Reference Exception on loading a project. svn path=/trunk/monodevelop/; revision=159659
2010-06-28* MonoDevelop.Components.Docking/DockBarItem.cs: Don't hide the itemLluis Sanchez
if the mouse pointer is inside the window. Fixes bug #565714 - Autohidden pads hide when viewing treeview tooltips. svn path=/trunk/monodevelop/; revision=159610
2010-06-03* MonoDevelop.Components.Docking/DockFrame.cs:Lluis Sanchez
* MonoDevelop.Components.Docking/DockBarItem.cs: Resize the autohide frame when the main frame size changes. Fixes bug #611071 - Resizing while output window is open doesn't resizie the output window. svn path=/trunk/monodevelop/; revision=158408
2010-05-11* MonoDevelop.Components.Docking/DockGroup.cs: In RestoreAllocation,Lluis Sanchez
make a copy of the items list because RestoreAllocation can fire events such as VisibleChanged, and subscribers may do changes in the list. Should fix bug #600869 - Exception while switching layout from 'Solution' to 'Default' using the tool bar. svn path=/trunk/monodevelop/; revision=157100
2010-05-03* MonoDevelop.Components.Docking/DockItemContainer.cs: DestroyMike Krüger
allocated pattern. svn path=/trunk/monodevelop/; revision=156611
2010-05-03* MonoDevelop.Components.Docking/ShadedContainer.cs: Call DestroyMike Krüger
instead of Dispose - dispose seems not to be available for windows. svn path=/trunk/monodevelop/; revision=156608
2010-05-03* MonoDevelop.Components.Docking/ShadedContainer.cs: Dispose patternMike Krüger
after use. svn path=/trunk/monodevelop/; revision=156606
2010-04-28* MonoDevelop.Ide.Gui/DefaultWorkbench.cs:Lluis Sanchez
* MonoDevelop.Components.Docking/ShadedContainer.cs: Optimize rendering of the shaded background. svn path=/trunk/monodevelop/; revision=156272
2010-04-20* MonoDevelop.Components.Docking/ShadedContainer.cs: Don't storeLluis Sanchez
screen coordinates because those may change if the main window is moved. Should fix bug #595192 - Pad shadow rendering issues. svn path=/trunk/monodevelop/; revision=155787
2010-04-19* MonoDevelop.Components.Docking/DockItemContainer.cs: Remove theMichael Hutchinson
horizontal gradient on the docked pad header, as it clashes with the vertical gradient on the pad toolbars. svn path=/trunk/monodevelop/; revision=155690
2010-04-07* MonoDevelop.Components.Docking/DockContainer.cs: Partial fix dorLluis Sanchez
bug 578531 - MD 2.2.1 Splitters only work if you move reeaaallllyyyy slooowwwllly on OSX. svn path=/trunk/monodevelop/; revision=154927
2010-03-22* MonoDevelop.Components.Docking/DockItem.cs: Set the focus to theLluis Sanchez
child widget instead of the docking container. Fixes bug #561512 - Selecting floating pad from doc/pad switcher does not focus it. svn path=/trunk/monodevelop/; revision=154010
2010-03-18* Makefile.am:Lluis Sanchez
* MonoDevelop.Ide.csproj: Updated. * MonoDevelop.Ide/Ide.cs: * MonoDevelop.Ide.Gui/StatusProgressMonitor.cs: Use the new status bar model. * MonoDevelop.Ide/ImageService.cs: * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Show error and warning icons in grayscale when there are no errors/warnings. * MonoDevelop.Ide.Commands/ViewCommands.cs: Don't sort layouts by name. Use the order in the extension point. * MonoDevelop.Components.Docking/DockGroup.cs: * MonoDevelop.Components.Docking/DockObject.cs: * MonoDevelop.Components.Docking/DockGroupItem.cs: Impoved the logic that selects a dock bar where to show an autohide item by default. * MonoDevelop.Components.Docking/DockItem.cs: * MonoDevelop.Components.Docking/DockFrame.cs: * MonoDevelop.Components.Docking/DockContainer.cs: Allow setting the dock location of an item. * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Extensions/LayoutExtensionNode.cs: Added extension point for registering stock layous. Assigned default layouts for existing pads. * gtk-gui/objects.xml: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs: Flush. * MonoDevelop.Ide.Gui/InternalLog.cs: * MonoDevelop.Ide.Gui/AddinUpdateHandler.cs: * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: * MonoDevelop.Ide.Gui/BackgroundProgressMonitor.cs: New status bar model. The status bar widget is hidden behind an interface. Added support for status bar contexts. Status information displayed through a context is cleaned up when the context is disposed. * MonoDevelop.Ide.Gui/Pad.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/IPadContainer.cs: * MonoDevelop.Ide.Gui/WorkbenchMemento.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Merged SdiWorkspaceLayout into DefaultWorkbench. Removed support for workbench contexts. * MonoDevelop.Ide.Codons/PadCodon.cs: Allow setting the default layout of a pad. * MonoDevelop.Ide.Codons/WorkbenchContextCondition.cs: Not required anymore. * MonoDevelop.Ide.Tasks/TaskStore.cs: Show a better status message when the end of the task list is reached. svn path=/trunk/monodevelop/; revision=153851
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