summaryrefslogtreecommitdiffstats
path: root/ui/views/window
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-119-9/+0
* enable -Wunused-private-field for linux and chromeos.tony@chromium.org2012-07-032-7/+3
* views: Make SimpleMessageBoxViews ref-counted to make sure they get deleted a...sadrul@chromium.org2012-06-262-2/+7
* Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-072-26/+26
* Revert 140877 - Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-062-26/+26
* Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-062-26/+26
* Converts remainder of ui (except for ui/app_list) and chrome/browser/ui/views...pkotwicz@chromium.org2012-05-315-82/+91
* views: Sort header files.tfarina@chromium.org2012-05-301-1/+1
* Change SetImage, SetBackground, and SetToggledImage to take in a gfx::ImageSkiapkotwicz@chromium.org2012-05-211-6/+6
* Pass event bitmask (shift, control, alt) to ui::Accelerator instead of booleans.tfarina@chromium.org2012-05-181-4/+3
* ui: Move NativeTheme files into ui/base/native_theme/ directory.tfarina@chromium.org2012-05-151-12/+11
* 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