summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/panels/native_panel.h
Commit message (Expand)AuthorAgeFilesLines
* Implement animations for size and position changes for panels on linux.prasadt@chromium.org2011-10-101-0/+5
* Choose the right window to switch to when a panel is deactivated on Windows.jianli@chromium.org2011-10-071-0/+3
* Add a test for panel's Draw Attention feature.dimich@chromium.org2011-10-051-0/+3
* Revert 103583 - Add a test for panel's Draw Attention feature.dimich@chromium.org2011-10-011-3/+0
* Add a test for panel's Draw Attention feature.dimich@chromium.org2011-09-301-0/+3
* Panel mouse watcher refactor to have panel manager control mouse watching.jennb@chromium.org2011-09-301-25/+2
* Hook up native panel to support cut, copy and paste invoked from the system m...jianli@chromium.org2011-09-301-0/+3
* Properly handle zoomed UI when auto-resizing Mac Panels.jennb@chromium.org2011-09-271-3/+6
* Rename PanelMouseWatcherGtk into PanelMouseWatcherTimer. Added implementation...dimich@chromium.org2011-09-211-0/+1
* Ignore key press when a panel is being dragged on Windows.jianli@chromium.org2011-09-191-0/+2
* Revert "Revert 101446 - Implement minimize/restore/hover for panels on Linux."prasadt@chromium.org2011-09-161-0/+5
* Some fixes to panel support on Windows and GTK.jianli@chromium.org2011-09-161-0/+1
* Revert 101446 - Implement minimize/restore/hover for panels on Linux.thestig@chromium.org2011-09-161-3/+0
* Implement minimize/restore/hover for panels on Linux.prasadt@chromium.org2011-09-161-0/+3
* Make panel adjust bounds per preferred size change notification on Windows.jianli@chromium.org2011-09-071-0/+9
* Panels keyboard event handling support for GTK and Win.jennb@chromium.org2011-08-181-0/+5
* Use Titlebar instead of TitleBar consistently in panels code.prasadt@chromium.org2011-08-151-2/+2
* Implement drag and drop testing in a platform independent way.prasadt@chromium.org2011-08-121-4/+8
* Make BrowserWindow::CreateFindBar non-static so that it can be overridden by ...jennb@chromium.org2011-08-081-1/+2
* Have Panel get the browser object from the native panel.jennb@chromium.org2011-07-291-0/+1
* Misc panel bug fixes on Windows.jianli@chromium.org2011-07-201-0/+1
* Draw attention for panels on Windows.jianli@chromium.org2011-07-151-1/+1
* Add NativePanelTesting utility interface for testing panels.jennb@chromium.org2011-07-151-0/+13
* Support minimizing the panel into 3-pixel line on Windows. Also support bring...jianli@chromium.org2011-06-301-2/+14
* Add ShowPanelInactive method to NativePanel interface and make Panel call int...jianli@chromium.org2011-06-241-0/+1
* Refactor bounds logic into NativePanel interface.dcheng@chromium.org2011-06-221-0/+1
* Make PanelBrowserView derive from NativePanel. Also add some more methods to ...jianli@chromium.org2011-06-081-6/+16
* Add a NativePanel interface.dcheng@chromium.org2011-06-071-0/+39