summaryrefslogtreecommitdiffstats
path: root/ui/views
Commit message (Expand)AuthorAgeFilesLines
* Closing menu from LauncherMenuItem upon second clickskuhne@chromium.org2013-03-174-3/+39
* Revert 188538 "Closing menu from LauncherMenuItem upon second click"skuhne@chromium.org2013-03-164-39/+3
* Translate points correctly with root window's transformoshima@chromium.org2013-03-162-4/+4
* Keyboard shortcut to log views, layers, windowsjamescook@chromium.org2013-03-162-44/+40
* Remove BubbleDelegateView::Show(); call GetWidget()->Show() instead; etc.msw@chromium.org2013-03-167-16/+7
* Closing menu from LauncherMenuItem upon second clickskuhne@chromium.org2013-03-164-3/+39
* Revert 188288 "make BoxLayout use and respect GetHeightForWidth(..."estade@chromium.org2013-03-163-121/+34
* Revert 186317 "Context menu on views must show on mouse down for..."varunjain@chromium.org2013-03-151-22/+2
* Add views::RichLabel, a class which creates multi-line text with mixedestade@chromium.org2013-03-157-2/+400
* Respect GetInsets in FillLayout.estade@chromium.org2013-03-151-6/+6
* Fixed histogram macros to upload to UMA and renamed one histogram, as UMA das...yefim@chromium.org2013-03-151-3/+3
* Improve mouse/trackpad handling when closing a context menusschmitz@chromium.org2013-03-152-23/+22
* Part IV: Clear the clipboard if user copies from 'find dialog' of Incognito w...vasilii@chromium.org2013-03-151-4/+4
* InstantExtended: Prevent suggestions from updating when omnibox loses focusjered@chromium.org2013-03-152-4/+11
* make BoxLayout use and respect GetHeightForWidth() (for vertical layouts).estade@chromium.org2013-03-153-34/+121
* A couple of fixes to bubble view:varunjain@chromium.org2013-03-153-3/+45
* Some minor fixes to touch selection as directed by UX:varunjain@chromium.org2013-03-155-39/+54
* Remove myself from ime/OWNERS files.yusukes@chromium.org2013-03-141-1/+0
* Final tweaks to launcher menu appearance:skuhne@chromium.org2013-03-143-10/+27
* Desktop Aura: Reset the mouse pressed handler when capture changes.erg@chromium.org2013-03-148-8/+192
* Rotate Cursor when the display is rotatedoshima@chromium.org2013-03-147-13/+21
* Introduces Kennedy-styled scrollbars for message center.mukai@chromium.org2013-03-149-10/+210
* bookmarks: Show context menu on empty bookmark folder. yoichio@chromium.org2013-03-143-4/+24
* [win] Allow app launcher to handle system commands.benwells@chromium.org2013-03-148-2/+30
* linux_aura: Hide UI when we go into fullscreen mode.erg@chromium.org2013-03-141-1/+10
* Thread ui transform animationsajuma@chromium.org2013-03-142-4/+3
* Implemented notifying of visibility change up & down window hierarchy.sschmitz@chromium.org2013-03-131-3/+3
* Ensure that the Alt key is handled correctly in Windows desktop AURA.ananta@chromium.org2013-03-132-9/+13
* Add DCHECK to ensure SetContentsView is not called incorrectlly.benwells@chromium.org2013-03-135-15/+27
* Limit the WM_SETCURSOR DefWindowProc artifacts workaround.msw@chromium.org2013-03-131-4/+13
* Fixing various spacing issues for the bubble menuskuhne@chromium.org2013-03-131-11/+12
* Delete items of the launcher jump list upon pressing Shift clickskuhne@chromium.org2013-03-1313-20/+21
* Add duration_scale_mode to ui::LayerAnimatorajuma@chromium.org2013-03-132-3/+6
* Fix views omnibox unfocused double-click behavior.msw@chromium.org2013-03-121-0/+1
* Re-implement overscan & Implement Display Rotationoshima@chromium.org2013-03-124-0/+20
* Wrap calls to GetTouchInputInfogirard@chromium.org2013-03-111-2/+4
* Close menus upon lockantrim@chromium.org2013-03-111-1/+9
* Do not create display_change_listener for parent=NULL.mukai@chromium.org2013-03-111-1/+1
* Implement DrawAttention for ShellWindowLauncherItem (includes Panels)stevenjb@chromium.org2013-03-112-1/+25
* Fix Views textfield Unicode alt key code handling.msw@chromium.org2013-03-084-42/+4
* Added finch experiment to track new menu style effect. yefim@chromium.org2013-03-081-1/+34
* Clicking on an aura window which has capture should not attempt to transition...ananta@chromium.org2013-03-062-0/+30
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-064-4/+4
* Implement Windows accessibility for Aura.dmazzoni@chromium.org2013-03-0631-466/+240
* Revert 186022 - [win] Make 'Close Window' from taskbar work for app launcher.benwells@chromium.org2013-03-064-25/+14
* Context menu on views must show on mouse down for non-WIN.varunjain@chromium.org2013-03-061-2/+22
* Use a ScopedRedrawLock and invalidate to fix WM_SETCURSOR DefWindowProc artif...msw@chromium.org2013-03-061-6/+6
* Add VIEWS_EXPORT to NativeViewHostWrapper for r186238 to fix win_aura compile.flackr@chromium.org2013-03-051-1/+2
* Write a NativeThemeGtk2 class for linux_aura.erg@chromium.org2013-03-053-7/+7
* Remove observer in NativeViewHostAura before destructing.flackr@chromium.org2013-03-055-2/+87