summaryrefslogtreecommitdiffstats
path: root/ui/views
Commit message (Expand)AuthorAgeFilesLines
* Skips disabled menu items when selection is changedvarkha2015-05-213-17/+124
* Make StyledLabel wrap long wordstbarzic2015-05-202-5/+42
* Revert "Correctly release the touch events on Lenovo Horizon device."lanwei2015-05-204-340/+55
* Revert of Fix a crash when views::HWNDMessageHandler::HandleTouchMessage (pat...lanwei2015-05-201-12/+6
* Fix a crash when views::HWNDMessageHandler::HandleTouchMessage.lanwei2015-05-201-6/+12
* Removes the redundant IMB::OnFocus call in DNWA::HandleNativeFocus().shuchen2015-05-201-6/+0
* [MacViews] Fix behavior of non-resizable windows in fullscreen.jackhou2015-05-205-99/+37
* Fixed unclickable X button in App Info dialog in RTL languages.mgiuca2015-05-202-3/+3
* [Views] Allow dialog delegates to use a custom padding for the extra viewrdevlin.cronin2015-05-194-2/+42
* Support the full-screen state when showing a chrome windowjoone.hur2015-05-191-0/+4
* Subject .mm files to the header sorting presubmittapted2015-05-192-3/+3
* MacViews: Implement Tooltipstapted2015-05-1910-70/+263
* Suppress -Wpartial-availability warnings that arise from NSWindowDelegate.erikchen2015-05-192-1/+10
* Use true instead of TRUE for boolean valuejoone.hur2015-05-141-1/+1
* Fixes possible crash in TableViewsky2015-05-142-0/+27
* Correctly release the touch events on Lenovo Horizon device.lanwei2015-05-144-55/+340
* Support MINIMIZED, MAXIMIZED, FULLSCREEN state when showing a chrome window.joone.hur2015-05-141-3/+15
* Only update icon if the new one is not null on x11, no-op for null icon (foll...xiaolingbao2015-05-131-3/+1
* Remove layered window painting support from HWNDMessageHandlerjbauman2015-05-133-117/+0
* [MacViews] Implement AlwaysOnTop and VisibleOnAllWorkspaces.jackhou2015-05-132-4/+19
* stop using (deprecated) SkScalarDivreed2015-05-122-19/+10
* ui: Eliminate allocating gfx::Canvas on the heap for every view.danakj2015-05-121-0/+1
* Deflake WidgetInputMethodInteractiveTest.TwoTopWindows on Linuxtapted2015-05-111-4/+6
* Simplify accelerated paint and remove windows CanvasSkiaPaintjbauman2015-05-117-91/+8
* Rename ui/events/keycodes/dom[34]/ into .../dom/kpschoedel2015-05-111-1/+1
* Make the ChromeOS app list button trigger on mouse press.calamity2015-05-113-67/+137
* MacViews: Allow views::Widgets to be parented off NSWindowstapted2015-05-118-46/+317
* Revert of Simplify accelerated paint and remove windows CanvasSkiaPaint (patc...jbauman2015-05-087-8/+91
* Simplify accelerated paint and remove windows CanvasSkiaPaintjbauman2015-05-087-91/+8
* Add a missing "override".thakis2015-05-071-1/+1
* views: Avoid allocing a new SkPictureRecorder for each view.danakj2015-05-072-3/+3
* views: Avoid a malloc for every view being painted.danakj2015-05-071-5/+3
* Move HwndMessageHandler WeakPtrs Back to the Endrobliao2015-05-071-4/+7
* Disabling flaky new test WidgetInputMethodInteractiveTest.TwoTopWindowspiman2015-05-051-1/+2
* Replace Direct WTS Registration Calls with the Windows Session Change Observerrobliao2015-05-055-21/+170
* Make the GN Windows component build work.brettw2015-05-051-0/+1
* [Docking] Persists docked state for chrome app and extension windows on Chrom...varkha2015-05-051-0/+1
* Gets InputMethodFocus tests added in r327286 working on Mactapted2015-05-052-145/+148
* Linux - support system theme colorizing for progress text and spinnerestade2015-05-041-4/+2
* Pass gfx structs by const ref (gfx::Vector2d/F)a.berwal2015-05-041-1/+1
* Material throbber: use in tabstripestade2015-05-033-235/+53
* win: Move WeakPtrFactory towards the end of a class.thakis2015-05-012-4/+5
* win: Work on reducing number of style plugin warnings.thakis2015-05-012-1/+7
* vs2015: fix narrowing warning in hwnd_message_handlerscottmg2015-04-301-3/+6
* win: Move HWNDMessageHandler's WeakPtrFactory member to the end.thakis2015-04-282-9/+10
* Add tests for input method focusing to Widget interactive ui tests.shuchen2015-04-281-40/+275
* Pass a TaskRunner through ViewsDelegate to put AX init on FILE threaddmazzoni2015-04-273-0/+22
* material throbber, take 2estade2015-04-272-10/+72
* Clean up Throbber.estade2015-04-272-46/+26
* ui: Cache the output of View::OnPaint when the View isn't invalid.danakj2015-04-252-5/+12