summaryrefslogtreecommitdiffstats
path: root/ui/views/window
Commit message (Expand)AuthorAgeFilesLines
* 1. bottom_view_ is removed.xji@chromium.org2012-05-142-53/+24
* Revert 136964 - Change SetImage, SetBackground, and SetToggledImage to take i...vrk@google.com2012-05-141-6/+6
* Revert 136996 - ui: Move NativeTheme files into ui/base/native_theme/ directory.tfarina@chromium.org2012-05-141-11/+11
* ui: Move NativeTheme files into ui/base/native_theme/ directory.tfarina@chromium.org2012-05-141-11/+11
* Change SetImage, SetBackground, and SetToggledImage to take in a gfx::ImageSkiapkotwicz@chromium.org2012-05-141-6/+6
* views: Have a more accurate name for View parent_owned accessors.tfarina@chromium.org2012-05-121-1/+1
* views: Misc comments clean ups in CustomFrameView.tfarina@chromium.org2012-04-062-4/+9
* views: Get rid of WidgetDelegate::ShouldShowClientEdge().tfarina@chromium.org2012-04-042-18/+13
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-031-1/+1
* views: Improve a constant name to make it more clearer and improve LayoutTitl...tfarina@chromium.org2012-04-021-10/+12
* Removing GTK code from ui/views.saintlou@chromium.org2012-03-211-19/+1
* views: Simplify CustomFrameView::GetPreferredSize() implementation.tfarina@chromium.org2012-03-191-3/+1
* views: Fill the client edge color using FillRect instead of using DrawRect.tfarina@chromium.org2012-03-191-1/+1
* ash/views: Refactor the way to get title font for our frame views.tfarina@chromium.org2012-03-152-28/+19
* ui/gfx: Get rid of CanvasSkia::GetSkCanvas() function.tfarina@chromium.org2012-03-131-1/+1
* views: Get rid of FrameBackground::SetMaximizedCorners() now that it's unused.tfarina@chromium.org2012-03-132-16/+0
* views: Do not do heavy work in CustomFrameView ctor.tfarina@chromium.org2012-03-132-62/+61
* ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia.tfarina@chromium.org2012-03-091-1/+1
* Ash: Delete unused image assetsjamescook@chromium.org2012-03-081-11/+0
* views: Refactor the setup of window caption buttons.tfarina@chromium.org2012-03-082-34/+33
* views: Do not use deprecated ResourceBundle::GetBitmapNamed() function.tfarina@chromium.org2012-03-064-70/+73
* Aura: CrOS dialogs use new window framesjamescook@chromium.org2012-03-062-23/+23
* Extract the last SkColor from ResourceBundle API.tfarina@chromium.org2012-03-051-4/+5
* Allow platform apps to specify a maximum size for the shell container.jeremya@chromium.org2012-03-012-1/+6
* Add app mode for cros app windows, second try after revert ofdavemoore@chromium.org2012-02-281-5/+10
* Revert 123830 - Aura: Support hovering restore & close buttons for full scree...davemoore@chromium.org2012-02-281-10/+5
* Aura: Support hovering restore & close buttons for full screen apps.davemoore@chromium.org2012-02-271-5/+10
* Speculative Revert 120885 - ui/gfx: Make the first version of Canvas::TileIma...hbono@chromium.org2012-02-082-33/+35
* ui/gfx: Make the first version of Canvas::TileImageInt take a gfx::Rect.tfarina@chromium.org2012-02-082-35/+33
* Pass const gfx::Rect& as the first parameter to FillRect.tfarina@chromium.org2012-02-012-21/+17
* Move frame color constants to CustomFrameView.tfarina@chromium.org2011-12-241-9/+17
* views: Fix comments refering to Window instead of Widget.tfarina@chromium.org2011-12-241-3/+3
* ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect.tfarina@chromium.org2011-12-171-3/+3
* Refactor window frame painting into a window background classjamescook@chromium.org2011-12-104-89/+374
* views: Move the remaining file from views/ to ui/views/.tfarina@chromium.org2011-12-011-1/+1
* views: Move view.h to ui/views/.tfarina@chromium.org2011-11-302-2/+2
* Quick, hopefully temporary, fix for chromium issue 105609 and chromium-os iss...benrg@chromium.org2011-11-291-0/+13
* views: Move button directory to ui/views/controls/.tfarina@chromium.org2011-11-284-4/+4
* Add OVERRIDE to ui/.avi@chromium.org2011-11-231-1/+2
* Revert 111288 - Possibly broke media_unittests on Macrsleevi@chromium.org2011-11-231-4/+3
* ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect.tfarina@chromium.org2011-11-231-3/+4
* Add a new GetSystemColor method to native theme.benrg@chromium.org2011-11-231-23/+3
* Get rid of the EnableClose() infrastructure in Widget.ben@chromium.org2011-11-226-19/+0
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-228-15/+15
* Revert 110949 - views: Move widget/ directory to ui/views.wez@chromium.org2011-11-218-15/+15
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-218-15/+15
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-182-2/+2
* Beginnings of Window Modality support.ben@chromium.org2011-11-161-3/+18
* views: Remove the old views/window/ directory and its stubbed files.tfarina@chromium.org2011-11-1412-21/+21
* Move views::Accelerator to ui in order to use it from aura code.mazda@chromium.org2011-11-142-8/+8