summaryrefslogtreecommitdiffstats
path: root/ui/views/window
Commit message (Expand)AuthorAgeFilesLines
* Fixing autocheckout progress bar repaint bug.dbeam@chromium.org2013-05-102-0/+13
* Add --disable-new-dialog-style flag; use DialogDelegate::UseNewStyle(); etc.msw@chromium.org2013-05-091-5/+2
* views: Convert View::GetClassName() to return const char*.tfarina@chromium.org2013-05-095-13/+14
* Update JS dialog widget creation; simplify CreateDialogWidgetmsw@chromium.org2013-05-092-34/+22
* Render opaque border with no shadow for web contents modal dialogs under View...wittman@chromium.org2013-05-072-2/+26
* Revert 198491 "Render opaque border with no shadow for web conte..."tommi@chromium.org2013-05-062-26/+2
* Render opaque border with no shadow for web contents modal dialogs under View...wittman@chromium.org2013-05-062-2/+26
* Make app windows use native frames on Windows.jeremya@chromium.org2013-05-064-5/+30
* Make javascript dialogs into top-level windows for desktop aura.robertshield@chromium.org2013-05-021-6/+7
* Views label tooltipsestade@chromium.org2013-04-301-1/+1
* views: Separate hit testing for tooltips from hit testing for eventstbarzic@chromium.org2013-04-272-0/+19
* fix GridLayout::CreatePanel for new style dialogsestade@chromium.org2013-04-171-1/+2
* Enable new dialog style transparency with Views Textfields.msw@chromium.org2013-04-161-3/+2
* Minor views accessibility fixes.dmazzoni@chromium.org2013-04-031-0/+1
* fix DialogClientView layout some more. This time, add tests.estade@chromium.org2013-04-023-51/+284
* Allow dialog delegates to change which buttons are added by DialogClientViewestade@chromium.org2013-03-302-57/+76
* Fix some more sizing/margins issues with BubbleFrameView.estade@chromium.org2013-03-292-6/+11
* Remove Aura's extra shadowed border in the new dialog style.msw@chromium.org2013-03-231-0/+10
* Add views::RichLabel, a class which creates multi-line text with mixedestade@chromium.org2013-03-151-1/+1
* Implement Windows accessibility for Aura.dmazzoni@chromium.org2013-03-062-3/+3
* Move account chooser into titlebar (for new style dialogs).estade@chromium.org2013-03-052-0/+15
* views: Migrate dialog buttons to LabelButtontfarina@chromium.org2013-02-283-24/+18
* Restore 'Chrome Style' buttons for --enable-new-dialog-style dialogs.msw@chromium.org2013-02-201-2/+5
* Fix DialogClientView layout, buttons, accelerators; etc.msw@chromium.org2013-02-194-598/+237
* views: add a "footnote view" to DialogClientView.estade@chromium.org2013-02-054-3/+61
* Replace DialogFrameView with an enhanced BubbleFrameView.msw@chromium.org2013-02-044-200/+20
* Cleanup BubbleFrameView and BubbleBorder construction.msw@chromium.org2013-02-011-3/+3
* Reland 179231xiyuan@chromium.org2013-01-302-2/+11
* Revert 179231 as it has introduced a large number of memory leaks to ash_unit...timurrrr@chromium.org2013-01-292-11/+2
* views: Fix a Widget destruction crash.xiyuan@chromium.org2013-01-292-2/+11
* Implement new Task Manager and Edit Bookmark style, etc.msw@chromium.org2013-01-182-3/+39
* Implement rough new Views task manager style.msw@chromium.org2013-01-171-3/+3
* Replace IDR_WEB_UI_CLOSE* with IDR_CLOSE_DIALOG*, cleanup, etc.msw@chromium.org2013-01-111-4/+8
* Implement rough new dialog style.msw@google.com2013-01-073-112/+54
* Move ash/wm's DialogFrameView to ui/views/window; etc.msw@chromium.org2012-12-196-63/+313
* Conditionally call SchedulePaint() when activating and deactivating inactive ...pkotwicz@chromium.org2012-12-181-4/+4
* Update Chrome style inter-button spacing and fix clipping of drop shadow.wittman@chromium.org2012-11-202-32/+27
* ui: Make native_theme its own library.tfarina@chromium.org2012-11-161-2/+2
* Chrome style default button changes: don't update default on focus change, an...wittman@chromium.org2012-11-152-65/+36
* views: Improve the constant names of the ButtonState enum.tfarina@chromium.org2012-11-141-9/+9
* Converts more classes to appropriate theme.sky@chromium.org2012-11-091-7/+8
* Get rid of unnecessary header file #includes.rfevang@chromium.org2012-11-074-3/+4
* migrate views media galleries dialog to Chrome style constrained dialogestade@chromium.org2012-10-194-6/+30
* This CL supersedes previous ConstrainedWindow Views CLs and contains much of ...wittman@chromium.org2012-10-033-51/+142
* Handle titlebar text updates properlyskuhne@google.com2012-10-016-0/+19
* Provide hook to abort dialog cancellation, disable cancellation during install.groby@chromium.org2012-09-252-6/+7
* Fixed a typo.groby@chromium.org2012-09-221-1/+1
* ash: Fix blank window when maximizing an appjamescook@chromium.org2012-09-132-6/+9
* Make ResetWindowRegion private on HWNDMessageFilter.ben@chromium.org2012-08-291-1/+0
* The last little bit of cleanup before HWNDMessageHandler becomes the WindowImpl.ben@chromium.org2012-08-281-8/+3