summaryrefslogtreecommitdiffstats
path: root/ui/views
Commit message (Expand)AuthorAgeFilesLines
* Remove the 2-level input method system & InputMethodBridge.shuchen2015-07-0256-1590/+379
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-021-2/+2
* Fix some clang warnings with -Wmissing-braces in ui.dcheng2015-07-011-1/+1
* Use EXPECT_NSEQ for comparing NSRect and NSPoint.jackhou2015-07-011-3/+3
* text input: Removes yukishiino@ from primary reviewers of IME support.yukishiino2015-07-011-1/+1
* [MacViews] Hide window title text depending on WidgetDelegate::ShouldShowWind...jackhou2015-07-012-0/+102
* Only dispatch cut/copy/paste accelerators to views which register for them.pkasting2015-06-302-0/+12
* x11: Make sure a Widget is not attempted to be destroyed more than once.sadrul2015-06-294-7/+42
* views: Remove the clear to transparent in View::OnPaintLayerdanakj2015-06-241-4/+0
* Add more string_util functions to base namespace.brettw2015-06-241-1/+1
* ui: Remove non-slimming paint code paths.danakj2015-06-241-5/+0
* views: Move resources used by views into views_resources.sadrul2015-06-24456-0/+346
* MacViews: Run focus_manager_unittests with views_unittests on Mactapted2015-06-246-7/+42
* [MacViews] Implement AppWindowNativeWidgetMac::Maximize.jackhou2015-06-232-0/+24
* views: Remove early out if not visible in View::OnPaintLayer.danakj2015-06-231-2/+0
* Revert of Revert of Revert of [MacViews] Implement AppWindowNativeWidgetMac::...dmazzoni2015-06-222-24/+0
* Revert of Revert of [MacViews] Implement AppWindowNativeWidgetMac::Maximize. ...schenney2015-06-222-0/+24
* Revert of [MacViews] Implement AppWindowNativeWidgetMac::Maximize. (patchset ...schenney2015-06-222-24/+0
* [MacViews] Implement AppWindowNativeWidgetMac::Maximize.jackhou2015-06-222-0/+24
* Fix FocusIn/FocusOut handling: only ignore NotifyPointer events.stapelberg2015-06-201-4/+3
* MacViews: Get MenuControllerUnittest running on Mactapted2015-06-195-5/+33
* MacViews: Run custom_button_unittest on Mac views_unitteststapted2015-06-194-18/+32
* Create the omnibox dropdown and the status bubble windows using TYPE_MENU whi...ananta2015-06-181-0/+6
* Make ViewsTestHelpers DCHECK that all Widgets are destroyed before unit test ...tapted2015-06-1814-70/+136
* Revert of Revert of views: Move TOOLKIT_VIEWS definition in //ui/views/ from ...paulmeyer2015-06-172-0/+10
* Remove unnecessary message_loop_proxy.h includesskyostil2015-06-171-1/+0
* Revert of views: Move TOOLKIT_VIEWS definition in //ui/views/ from root. (pat...phoglund2015-06-172-10/+0
* Introduce ScopedViewsTestHelper to run App Info dialog unittests on Mactapted2015-06-176-43/+124
* views: Move TOOLKIT_VIEWS definition in //ui/views/ from root.Sadrul Habib Chowdhury2015-06-172-0/+10
* Removes TextInputFocusManager.shuchen2015-06-159-291/+3
* gfx: Remove gfx::NativeRegion, and explicitly use SkRegion instead.sadrul2015-06-1315-16/+16
* gfx: Remove some unused functions from gfx::Path.sadrul2015-06-131-1/+4
* Allow TableColumns to set their default sort order.finnur2015-06-111-1/+2
* Refactors away method implementations in ui::EventTargetervarkha2015-06-113-22/+25
* Refactoring the ownership of ui::InputMethod.shuchen2015-06-1010-76/+12
* Refactor ViewsDelegate singletonmohsen2015-06-1028-96/+101
* MacViews: Retain non-Widget parent NSWindows, as well as the anchor NSView.tapted2015-06-103-9/+27
* views: Early out of painting Views with empty bounds.Dana Jansens2015-06-102-0/+37
* mandoline: Fix loading fonts and assets for views on android.sadrul2015-06-091-0/+1
* Fix Z-order for a bubble when it appears for an inactive window.vasilii2015-06-098-1/+68
* Views: Made bubbles non-resizable.mgiuca2015-06-093-0/+19
* [MacViews] Enable dragging a window by its caption/draggable areas.jackhou2015-06-099-1/+375
* mandoline: Allow running the aura/views UI on android.sadrul2015-06-091-1/+1
* Support the show menuaccessibility action on all platformsdtseng2015-06-083-0/+8
* Remove swapped-out usage in --site-per-process.nasko2015-06-051-4/+4
* Added an ActivationReason parameter to ActivationChangeObserver::OnWindowActi...bruthig2015-06-055-10/+20
* ui: Introduce CanvasPainter, remove PaintContext(gfx::Canvas*).danakj2015-06-049-59/+178
* views: Rename menu_event_dispatcher_linux.cc file so that it can be used on a...sadrul2015-06-044-4/+9
* Ensure grouped touch events have a common timestamp on Windowsjdduke2015-06-041-6/+5
* MacViews: Dialogs don't become main.tapted2015-06-042-1/+28