summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Remove some unused temps.pkasting@chromium.org2011-10-172-2/+0
* Minimum size for aura windowoshima@google.com2011-10-173-6/+8
* Aura: Combine cursor support for Linux and Windowsjamescook@chromium.org2011-10-176-19/+31
* aura: Add support for touch events.sadrul@chromium.org2011-10-177-60/+34
* Wires keeping the launcher up to date with the browser. I also needed GetBrow...sky@chromium.org2011-10-152-12/+27
* views/examples: Fix the format string of size_t var in RadioButton example.tfarina@chromium.org2011-10-141-1/+2
* Fix the KeyEvent unit test failure due to the aura implementation of GetUnmod...jennyz@chromium.org2011-10-141-1/+4
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-131-1/+4
* Enable VSync on TOUCH_UIbacker@chromium.org2011-10-131-1/+2
* Get more of RenderWidgetHostViewAura running.ben@chromium.org2011-10-131-1/+0
* Flash white instead of black when the URL is changed in the omnibox for the s...pkotwicz@chromium.org2011-10-131-0/+6
* views: Remove includes to deprecated base/task.h.tfarina@chromium.org2011-10-134-5/+1
* touchui: Fix child toplevel widget positioning in touchui.sadrul@chromium.org2011-10-132-4/+26
* views: Change MenuButton API to string16.tfarina@chromium.org2011-10-123-11/+11
* Make views::Label and views::Link auto-color themselves to be readable over t...pkasting@chromium.org2011-10-126-157/+141
* Mouse watcher for auraoshima@chromium.org2011-10-121-10/+22
* Fixed a regression in the way WM_APPCOMMAND messages are handled.mma.public@gmail.com2011-10-121-3/+8
* 1. change the setters of gfx::SelectionModel to be private. Set one alone mig...xji@google.com2011-10-1214-101/+405
* Fix clang compile errors for USE_AURA=1dhollowa@chromium.org2011-10-121-4/+8
* views: Change Checkbox API to string16.tfarina@chromium.org2011-10-1210-28/+38
* Makes the views_unittests run without crashing on CHROME-OS TOUCH_UI.pkotwicz@chromium.org2011-10-121-0/+3
* views: Make sure layer visibility is updated properly.sadrul@chromium.org2011-10-124-4/+239
* On desktoppkotwicz@chromium.org2011-10-121-0/+8
* views: Change RadioButton API to string16.tfarina@chromium.org2011-10-125-15/+15
* ScheduleDraw() in View::SchedulePaintBoundsChanged() when a child view is mov...danakj@chromium.org2011-10-121-0/+6
* Enable NativeConstrainedWindowAuraoshima@chromium.org2011-10-121-4/+10
* aura: Fix mouse wheel events.sadrul@chromium.org2011-10-122-1/+3
* Add ampersand prefix options to views text example.asvitkine@chromium.org2011-10-122-0/+32
* Add Windows manifest for views_examples.asvitkine@chromium.org2011-10-112-0/+32
* views: Get rid of std::wstring from table_view_unittest.cctfarina@chromium.org2011-10-111-20/+20
* Add gfx::kNullCursor to refer to "no cursor"oshima@chromium.org2011-10-118-11/+12
* views: Some more layer change, and add/update some tests for layers.sadrul@chromium.org2011-10-117-27/+82
* views: Change MessageBoxView API to string16.tfarina@chromium.org2011-10-113-21/+23
* Aura - Add NativeThemeAura, extract NativeThemeGtk, add sample widget window.jamescook@chromium.org2011-10-103-2/+28
* Move some code around...ben@chromium.org2011-10-102-6/+6
* Revert 104755 - Move some code around...test infrastructure -> aura/testaura_...ben@chromium.org2011-10-102-4/+4
* Move some code around...ben@chromium.org2011-10-102-4/+4
* views/examples: TableExample::GetText() should return string16.tfarina@chromium.org2011-10-102-9/+10
* Multi-Profiels: Support high contrast mode in profile menusail@chromium.org2011-10-103-5/+11
* Windows compile fix.backer@chromium.org2011-10-081-0/+1
* Reorder Layers with NativeWidgetViews.backer@chromium.org2011-10-0816-32/+78
* views: Change ViewsDelegate::NotifyMenuItemFocused() to string16.tfarina@chromium.org2011-10-086-44/+41
* Don't send mouse event to invisible windowoshima@google.com2011-10-071-0/+2
* Fix the views_unittests on USE_AURA linux.ben@chromium.org2011-10-071-5/+3
* Fixes aura build on windows. Makes all tests use the test compositorsky@chromium.org2011-10-071-2/+1
* Changes the way windows are parented when their parent is set to NULL.. Adds ...ben@chromium.org2011-10-076-21/+61
* Wires up the active methods in NativeWidgetAura.sky@chromium.org2011-10-071-6/+9
* Keep the Layer tree in sync with View tree.backer@chromium.org2011-10-072-0/+47
* Preliminary InputMethod support for NativeWidgetAuraoshima@chromium.org2011-10-072-4/+32
* Simple clipboard support for auraoshima@chromium.org2011-10-071-46/+15