| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace IDR_WEB_UI_CLOSE* with IDR_CLOSE_DIALOG*, cleanup, etc. | msw@chromium.org | 2013-01-11 | 1 | -4/+8 |
* | Implement rough new dialog style. | msw@google.com | 2013-01-07 | 3 | -112/+54 |
* | Move ash/wm's DialogFrameView to ui/views/window; etc. | msw@chromium.org | 2012-12-19 | 6 | -63/+313 |
* | Conditionally call SchedulePaint() when activating and deactivating inactive ... | pkotwicz@chromium.org | 2012-12-18 | 1 | -4/+4 |
* | Update Chrome style inter-button spacing and fix clipping of drop shadow. | wittman@chromium.org | 2012-11-20 | 2 | -32/+27 |
* | ui: Make native_theme its own library. | tfarina@chromium.org | 2012-11-16 | 1 | -2/+2 |
* | Chrome style default button changes: don't update default on focus change, an... | wittman@chromium.org | 2012-11-15 | 2 | -65/+36 |
* | views: Improve the constant names of the ButtonState enum. | tfarina@chromium.org | 2012-11-14 | 1 | -9/+9 |
* | Converts more classes to appropriate theme. | sky@chromium.org | 2012-11-09 | 1 | -7/+8 |
* | Get rid of unnecessary header file #includes. | rfevang@chromium.org | 2012-11-07 | 4 | -3/+4 |
* | migrate views media galleries dialog to Chrome style constrained dialog | estade@chromium.org | 2012-10-19 | 4 | -6/+30 |
* | This CL supersedes previous ConstrainedWindow Views CLs and contains much of ... | wittman@chromium.org | 2012-10-03 | 3 | -51/+142 |
* | Handle titlebar text updates properly | skuhne@google.com | 2012-10-01 | 6 | -0/+19 |
* | Provide hook to abort dialog cancellation, disable cancellation during install. | groby@chromium.org | 2012-09-25 | 2 | -6/+7 |
* | Fixed a typo. | groby@chromium.org | 2012-09-22 | 1 | -1/+1 |
* | ash: Fix blank window when maximizing an app | jamescook@chromium.org | 2012-09-13 | 2 | -6/+9 |
* | Make ResetWindowRegion private on HWNDMessageFilter. | ben@chromium.org | 2012-08-29 | 1 | -1/+0 |
* | The last little bit of cleanup before HWNDMessageHandler becomes the WindowImpl. | ben@chromium.org | 2012-08-28 | 1 | -8/+3 |
* | Replace views::LocatedEvent with ui::LocatedEvent | ben@chromium.org | 2012-08-13 | 1 | -1/+1 |
* | Replace views::Event with ui::Event. | beng@google.com | 2012-08-10 | 4 | -5/+4 |
* | Change View::HitTest to View::HitTestRect | tdanderson@chromium.org | 2012-08-10 | 2 | -4/+4 |
* | maxHeight/Width and miniHeight/Width of chrome.appWindow API failed in ShellW... | junmin.zhu@intel.com | 2012-07-31 | 2 | -0/+7 |
* | Fixes two bugs related to constrained windows: | sky@chromium.org | 2012-07-24 | 2 | -3/+8 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 9 | -9/+0 |
* | enable -Wunused-private-field for linux and chromeos. | tony@chromium.org | 2012-07-03 | 2 | -7/+3 |
* | views: Make SimpleMessageBoxViews ref-counted to make sure they get deleted a... | sadrul@chromium.org | 2012-06-26 | 2 | -2/+7 |
* | Rename DrawBitmapInt to DrawImageInt | pkotwicz@chromium.org | 2012-06-07 | 2 | -26/+26 |
* | Revert 140877 - Rename DrawBitmapInt to DrawImageInt | pkotwicz@chromium.org | 2012-06-06 | 2 | -26/+26 |
* | Rename DrawBitmapInt to DrawImageInt | pkotwicz@chromium.org | 2012-06-06 | 2 | -26/+26 |
* | Converts remainder of ui (except for ui/app_list) and chrome/browser/ui/views... | pkotwicz@chromium.org | 2012-05-31 | 5 | -82/+91 |
* | views: Sort header files. | tfarina@chromium.org | 2012-05-30 | 1 | -1/+1 |
* | Change SetImage, SetBackground, and SetToggledImage to take in a gfx::ImageSkia | pkotwicz@chromium.org | 2012-05-21 | 1 | -6/+6 |
* | Pass event bitmask (shift, control, alt) to ui::Accelerator instead of booleans. | tfarina@chromium.org | 2012-05-18 | 1 | -4/+3 |
* | ui: Move NativeTheme files into ui/base/native_theme/ directory. | tfarina@chromium.org | 2012-05-15 | 1 | -12/+11 |
* | 1. bottom_view_ is removed. | xji@chromium.org | 2012-05-14 | 2 | -53/+24 |
* | Revert 136964 - Change SetImage, SetBackground, and SetToggledImage to take i... | vrk@google.com | 2012-05-14 | 1 | -6/+6 |
* | Revert 136996 - ui: Move NativeTheme files into ui/base/native_theme/ directory. | tfarina@chromium.org | 2012-05-14 | 1 | -11/+11 |
* | ui: Move NativeTheme files into ui/base/native_theme/ directory. | tfarina@chromium.org | 2012-05-14 | 1 | -11/+11 |
* | Change SetImage, SetBackground, and SetToggledImage to take in a gfx::ImageSkia | pkotwicz@chromium.org | 2012-05-14 | 1 | -6/+6 |
* | views: Have a more accurate name for View parent_owned accessors. | tfarina@chromium.org | 2012-05-12 | 1 | -1/+1 |
* | views: Misc comments clean ups in CustomFrameView. | tfarina@chromium.org | 2012-04-06 | 2 | -4/+9 |
* | views: Get rid of WidgetDelegate::ShouldShowClientEdge(). | tfarina@chromium.org | 2012-04-04 | 2 | -18/+13 |
* | Fix some grammar in comments, error messages and documentation. | gavinp@chromium.org | 2012-04-03 | 1 | -1/+1 |
* | views: Improve a constant name to make it more clearer and improve LayoutTitl... | tfarina@chromium.org | 2012-04-02 | 1 | -10/+12 |
* | Removing GTK code from ui/views. | saintlou@chromium.org | 2012-03-21 | 1 | -19/+1 |
* | views: Simplify CustomFrameView::GetPreferredSize() implementation. | tfarina@chromium.org | 2012-03-19 | 1 | -3/+1 |
* | views: Fill the client edge color using FillRect instead of using DrawRect. | tfarina@chromium.org | 2012-03-19 | 1 | -1/+1 |
* | ash/views: Refactor the way to get title font for our frame views. | tfarina@chromium.org | 2012-03-15 | 2 | -28/+19 |
* | ui/gfx: Get rid of CanvasSkia::GetSkCanvas() function. | tfarina@chromium.org | 2012-03-13 | 1 | -1/+1 |
* | views: Get rid of FrameBackground::SetMaximizedCorners() now that it's unused. | tfarina@chromium.org | 2012-03-13 | 2 | -16/+0 |