summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/panels/panel_browser_window_cocoa.mm
Commit message (Expand)AuthorAgeFilesLines
* Change panel drag related methods to use mouse location in screen coordinates.jianli@chromium.org2012-03-071-21/+18
* Revert 124790 - Minimized panels should not open on Windows when activated by...yzshen@chromium.org2012-03-031-5/+0
* Minimized panels should not open on Windows when activated by the OSaburago@chromium.org2012-03-031-0/+5
* Properly update Mac panel titlebar tracking area during creation/bounds changeaburago@chromium.org2012-02-291-1/+6
* Ensure Mac overflow Panels expand over docked panels without changing window ...jennb@chromium.org2012-02-241-6/+1
* Clean-up ApplyVisualStyleForStrip in panel codes.jianli@chromium.org2012-02-151-3/+2
* Panel Overflow on Mac.dimich@chromium.org2012-02-071-3/+9
* Enable stop drawing attention in Panels to implement FlashFrame(false).jennb@chromium.org2012-01-261-15/+6
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-041-2/+2
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-281-2/+4
* Panel strip refactor cleanup.jennb@chromium.org2011-12-081-0/+4
* Make panels not show on top when there is an app running in full screen mode.prasadt@chromium.org2011-12-021-0/+5
* Add Panel::SetPanelBoundsInstantly for all platforms.jianli@chromium.org2011-12-011-1/+10
* Add methods needed for overflow panels to NativePanel interface.jianli@chromium.org2011-12-011-0/+9
* Fix Panel to always detect when a tab is added.jennb@chromium.org2011-11-151-1/+1
* Dynamically add tab contents to Mac Panels.jennb@chromium.org2011-11-041-0/+15
* Implement 'deactivate' for OSX Panels,dimich@chromium.org2011-10-221-2/+1
* Minor cleanup. Use C++ naming convention in C++ files.dcheng@chromium.org2011-10-211-1/+1
* Move NativeWebKeyboardEvent files into their intended final destinations prio...ben@chromium.org2011-10-141-1/+1
* Implement animations for size and position changes for panels on linux.prasadt@chromium.org2011-10-101-0/+10
* Choose the right window to switch to when a panel is deactivated on Windows.jianli@chromium.org2011-10-071-0/+5
* Panels should not take focus by default. Support active Panels on Mac.jennb@chromium.org2011-10-061-0/+9
* Add a test for panel's Draw Attention feature.dimich@chromium.org2011-10-051-7/+13
* Revert 103583 - Add a test for panel's Draw Attention feature.dimich@chromium.org2011-10-011-13/+7
* Add a test for panel's Draw Attention feature.dimich@chromium.org2011-09-301-7/+13
* Panel mouse watcher refactor to have panel manager control mouse watching.jennb@chromium.org2011-09-301-72/+2
* Hook up native panel to support cut, copy and paste invoked from the system m...jianli@chromium.org2011-09-301-0/+12
* Properly handle zoomed UI when auto-resizing Mac Panels.jennb@chromium.org2011-09-271-6/+14
* Add DrawAttention functionality to Mac Panels.dimich@chromium.org2011-09-271-3/+16
* Fix GetRestoredBounds and its usage in Panels code.jennb@chromium.org2011-09-261-1/+1
* Add throbber support for panels on Mac.jianli@chromium.org2011-09-241-1/+1
* Fix Mac build, bad merge.dimich@chromium.org2011-09-211-1/+1
* Rename PanelMouseWatcherGtk into PanelMouseWatcherTimer. Added implementation...dimich@chromium.org2011-09-211-7/+15
* Typo fix, since we use screens not screeens.dcheng@chromium.org2011-09-211-1/+1
* Ignore key press when a panel is being dragged on Windows.jianli@chromium.org2011-09-191-0/+5
* Support Panel auto-resize on Mac.jennb@chromium.org2011-09-161-5/+13
* Revert "Revert 101446 - Implement minimize/restore/hover for panels on Linux."prasadt@chromium.org2011-09-161-0/+18
* Some fixes to panel support on Windows and GTK.jianli@chromium.org2011-09-161-0/+5
* Revert 101446 - Implement minimize/restore/hover for panels on Linux.thestig@chromium.org2011-09-161-13/+0
* Implement minimize/restore/hover for panels on Linux.prasadt@chromium.org2011-09-161-0/+13
* Enable Minimize/Restore for Panels on Macdimich@chromium.org2011-09-151-1/+34
* Implement PanelBrowserWindowCocoa::Activate.dcheng@chromium.org2011-09-141-1/+4
* Revert 100594 (didn't really help, just moved the failure to a different bot)thakis@chromium.org2011-09-111-3/+49
* Revert 100537, looks like it brokethakis@chromium.org2011-09-101-49/+3
* Enable rearrangement of Panels on Mac by dragging.dimich@chromium.org2011-09-091-3/+49
* Update the custom titlebar on focus changes.dcheng@chromium.org2011-09-091-2/+7
* Make panel adjust bounds per preferred size change notification on Windows.jianli@chromium.org2011-09-071-0/+14
* Implement basic theming for panel titlebars.dcheng@chromium.org2011-09-061-1/+3
* Handle keyboard shortcuts in Mac Panels.jennb@chromium.org2011-08-261-2/+19
* Revert 98112thakis@chromium.org2011-08-251-19/+2