summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/panels/panel_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Use panels instead of popups on XFCE.dcheng@chromium.org2012-05-151-2/+2
* Fix bug 105565: Panels should adjust max size and full size if display changesjianli@chromium.org2012-05-081-8/+26
* Tests for the new "squeeze" model of overflow.aburago@chromium.org2012-04-271-5/+0
* The concept of overflow is being removed and substituted by squeezing the pan...aburago@chromium.org2012-04-201-87/+5
* Move full-screen detection logic from PanelManager to DisplaySettingsProvider.jianli@chromium.org2012-04-161-19/+16
* Enable user resizing for docked Panels (GTK and Mac).jennb@chromium.org2012-04-131-4/+7
* Revert 132144 - Broke ASANrsleevi@chromium.org2012-04-131-11/+19
* Move full-screen detection logic from PanelManager to DisplaySettingsProvider.jianli@chromium.org2012-04-131-19/+11
* Use nonblocking animation when Mac panels is first revealed.dimich@chromium.org2012-04-121-1/+27
* Rename SetPanelBounds in panel_manager and panel_strip to OnPanelResizedByMouse.jennb@chromium.org2012-04-121-3/+3
* Fix bug 120761: Crash in PanelManager::ResizePaneljianli@chromium.org2012-04-121-2/+6
* Move auto-hiding desktop bar computation from PanelManager to DisplaySettings...jianli@chromium.org2012-04-101-56/+17
* Move panel resizing sides enum to panel_constants.h.jennb@chromium.org2012-04-091-2/+3
* Added a bunch of tests that exercise the resize controller functionality. Fix...aburago@chromium.org2012-03-231-0/+1
* Correctly launch app/panel windows from the launcher.stevenjb@chromium.org2012-03-221-0/+16
* This CL implements the resize controller and a simple interface on the panel ...aburago@chromium.org2012-03-211-0/+26
* Add a new virtual PanelStrip::UpdatePanelOnStripChange(Panel*) to be called o...dimich@chromium.org2012-03-201-0/+2
* Fix handling of minimized panel count aburago@chromium.org2012-03-151-3/+19
* Support detaching/attaching panels via inter-strip drags.jianli@chromium.org2012-03-131-8/+15
* Change panel drag related methods to use mouse location in screen coordinates.jianli@chromium.org2012-03-121-4/+5
* Revert 125319 - Change panel drag related methods to use mouse location in sc...akalin@chromium.org2012-03-081-5/+4
* Fix bug 114813: Resolution/screen configuration changes are missed if no pane...jianli@chromium.org2012-03-071-25/+21
* Change panel drag related methods to use mouse location in screen coordinates.jianli@chromium.org2012-03-071-4/+5
* Revert 125278 - Fix bug 114813: Resolution/screen configuration changes are m...dcheng@chromium.org2012-03-071-21/+25
* Fix bug 114813: Resolution/screen configuration changes are missed if no pane...jianli@chromium.org2012-03-071-25/+21
* Cleanup to keep panel from manipulating its panel strip assignment directly.jennb@chromium.org2012-03-031-3/+59
* Change panels to be able to turn off autoresize.levin@chromium.org2012-03-021-11/+4
* Fix the problem that trying to close a panel when drag is in progress.jianli@chromium.org2012-02-281-2/+4
* Overflow panels should not expand on mouse hover when in full screen mode.jennb@chromium.org2012-02-271-7/+0
* Implement Panel overflow for Linux. Does not include overflow indicator.jennb@chromium.org2012-02-231-0/+4
* Refactor intra-strip panel drags by introducing PanelDragController.jianli@chromium.org2012-02-211-5/+18
* Change the container used in DockedPanelStrip to std::list.jianli@chromium.org2012-02-151-1/+5
* Revert 121487 - Implemented overflow for Linux. Does not include overflow ind...rvargas@google.com2012-02-101-4/+0
* Implemented overflow for Linux. Does not include overflow indicator.prasadt@chromium.org2012-02-101-0/+4
* Add knowledge of current PanelStrip in Panel.jennb@chromium.org2012-02-101-22/+8
* Created new PanelStrip base class and make DockedPanelStrip and OverflowPanel...jennb@chromium.org2012-02-071-7/+7
* Enable stop drawing attention in Panels to implement FlashFrame(false).jennb@chromium.org2012-01-261-0/+2
* Rename PanelStrip to DockedPanelStrip and PanelOverflowStrip to OverflowPanel...jianli@chromium.org2012-01-251-36/+36
* Minimized panel that overflows should stay minimized when returning from over...jianli@chromium.org2012-01-121-4/+3
* Allow resizing a panel using chrome.windows.update() extension API.jennb@chromium.org2012-01-111-2/+3
* Implement a way to resize a panel.jennb@chromium.org2012-01-071-6/+13
* Reland r115297: Add overflow indicator count on Windows.jianli@chromium.org2011-12-221-0/+5
* Revert 115297 - Add overflow indicator count on Windows.peter@chromium.org2011-12-211-5/+0
* Add overflow indicator count on Windows.jianli@chromium.org2011-12-211-0/+5
* Add test cases for panel overflow handling.jianli@chromium.org2011-12-151-2/+7
* Make Panel tests faster by reducing time intervals in tests.jennb@chromium.org2011-12-101-0/+3
* Panels back behind a flag except for dev/canary.jennb@chromium.org2011-12-091-0/+19
* Panel strip refactor cleanup.jennb@chromium.org2011-12-081-4/+4
* Fix 2 panel overflow related bugs on Windows.jianli@chromium.org2011-12-081-1/+1
* Hide panels in presence of full screen app for windows.prasadt@chromium.org2011-12-081-0/+7