summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/panels/panel_strip.h
Commit message (Expand)AuthorAgeFilesLines
* Make sure that the panel cannot be dragged or resized under any top-aligned m...jianli@chromium.org2012-05-111-4/+3
* Fix bug 105565: Panels should adjust max size and full size if display changesjianli@chromium.org2012-05-081-1/+2
* Add key modifier on minimize/restore button click to minimize/restore all Pan...jennb@chromium.org2012-04-271-1/+5
* Add explicit minimize/restore button to panel titlebar on Windows.jianli@chromium.org2012-04-201-0/+1
* The concept of overflow is being removed and substituted by squeezing the pan...aburago@chromium.org2012-04-201-7/+6
* Enable user resizing for docked Panels (GTK and Mac).jennb@chromium.org2012-04-131-2/+4
* Rename SetPanelBounds in panel_manager and panel_strip to OnPanelResizedByMouse.jennb@chromium.org2012-04-121-10/+10
* Panel support to minimize/restore all docked panels.jennb@chromium.org2012-03-211-0/+6
* This CL implements the resize controller and a simple interface on the panel ...aburago@chromium.org2012-03-211-0/+10
* Add a new virtual PanelStrip::UpdatePanelOnStripChange(Panel*) to be called o...dimich@chromium.org2012-03-201-0/+5
* Support detaching/attaching panels via inter-strip drags.jianli@chromium.org2012-03-131-7/+41
* Cleanup to keep panel from manipulating its panel strip assignment directly.jennb@chromium.org2012-03-031-2/+3
* Revert 124790 - Minimized panels should not open on Windows when activated by...yzshen@chromium.org2012-03-031-4/+0
* Minimized panels should not open on Windows when activated by the OSaburago@chromium.org2012-03-031-0/+4
* Prevent a new Panel that will go directly to overflow from becoming active.jennb@chromium.org2012-02-241-0/+3
* Refactor intra-strip panel drags by introducing PanelDragController.jianli@chromium.org2012-02-211-0/+10
* Add knowledge of current PanelStrip in Panel.jennb@chromium.org2012-02-101-1/+9
* Created new PanelStrip base class and make DockedPanelStrip and OverflowPanel...jennb@chromium.org2012-02-071-0/+64
* Rename PanelStrip to DockedPanelStrip and PanelOverflowStrip to OverflowPanel...jianli@chromium.org2012-01-251-188/+0
* Minimized panel that overflows should stay minimized when returning from over...jianli@chromium.org2012-01-121-2/+1
* Implement a way to resize a panel.jennb@chromium.org2012-01-071-4/+3
* Fix bug creating a Panel when a delayed overflow panel exists.jennb@chromium.org2011-12-201-1/+15
* Panel strip refactor cleanup.jennb@chromium.org2011-12-081-26/+7
* Add PanelOverflowStrip to handle panel overflow.jianli@chromium.org2011-12-031-7/+8
* Make panels not show on top when there is an app running in full screen mode.prasadt@chromium.org2011-12-021-0/+2
* Reunite PanelStrip::AddPanel and its internals.jennb@chromium.org2011-12-021-7/+0
* Add panel overflow logic to panel strip.jennb@chromium.org2011-12-011-6/+26
* Refactor PanelManager to create PanelStrip.jennb@chromium.org2011-11-301-0/+179