summaryrefslogtreecommitdiffstats
path: root/ui/views
Commit message (Expand)AuthorAgeFilesLines
* Clean up WindowEventDispatcher some more.ben@chromium.org2014-03-072-12/+12
* Fix Linux Aura drag-and-drop cancellation.msw@chromium.org2014-03-061-2/+3
* aura: Remove client::UserActionClient.sadrul@chromium.org2014-03-061-47/+1
* Revert 255091 "linux_aura: Fix all instances of LabelButton sizing."erg@chromium.org2014-03-062-1/+2
* Revert 255368 "Clean up WindowEventDispatcher some more."ben@chromium.org2014-03-062-13/+15
* Revert 255385 "aura: Remove client::UserActionClient."ben@chromium.org2014-03-061-1/+46
* aura: Remove client::UserActionClient.sadrul@chromium.org2014-03-061-46/+1
* Removes specifying transient at the aura level for top levelssky@chromium.org2014-03-061-7/+0
* Clean up WindowEventDispatcher some more.ben@chromium.org2014-03-062-15/+13
* Clip Views textfield drag images to selected text.msw@chromium.org2014-03-061-26/+36
* rAc - fix off-by-small-number error in grid layoutestade@chromium.org2014-03-062-1/+29
* x11: Simplify some more event-rewrite code.sadrul@chromium.org2014-03-061-1/+0
* Add use_allocator instead of linux_use_tcmalloc to switch the allocator.dmikurube@chromium.org2014-03-051-1/+2
* Rename RootWindowObserver -> WindowTreeHostObserver.ben@chromium.org2014-03-055-34/+29
* Remove Views dependency from window_animations.ccben@chromium.org2014-03-053-46/+19
* Remove useless views::TextButton::has_text_shadow_pkotwicz@chromium.org2014-03-052-45/+2
* linux_aura: Fix all instances of LabelButton sizing.erg@chromium.org2014-03-052-2/+1
* Purge unused code once associated with NativeWidgetWin.tapted@chromium.org2014-03-0513-289/+4
* Reposition notifications when the primary display changes as a result of unpl...pkotwicz@chromium.org2014-03-051-16/+18
* Fix some minor issues in x11_whole_screen_move_loop.cc.jbroman@chromium.org2014-03-051-4/+3
* Remove |disable_drawing| flag from GLSurface::InitializeOneOffForTests.danakj@chromium.org2014-03-041-1/+1
* win: Remove a few non-aura files that are unused now that aura is always on.thakis@chromium.org2014-03-049-1162/+0
* Fixes possible crash in HWNDMessageHandlersky@chromium.org2014-03-041-0/+3
* Fix inconsistencies in left/top of app window bounds for non-native windowstmdiep@chromium.org2014-03-041-2/+2
* Window ownership -> WindowTreeHostben@chromium.org2014-03-0426-102/+104
* Limit alt-codes to Windows; fix Linux Aura Alt+Left/Right.msw@chromium.org2014-03-041-12/+3
* Tooltips on Windows high DPI machines need to be displayed using pixel locati...ananta@chromium.org2014-03-031-0/+6
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-032-5/+9
* aura: The fallback aura tooltip should left align its label text.erg@chromium.org2014-03-031-0/+1
* linux_aura: Fix panel stickiness on GNOME 3.erg@chromium.org2014-03-033-0/+6
* Skia is disassociating information about the state of the clip from the clip ...robertphillips@google.com2014-03-031-1/+2
* Cancel Linux Aura dragging on escape key press.msw@chromium.org2014-03-012-13/+33
* Prevents user from getting stuck in fullscreen mode with the cinnamon window ...pkotwicz@chromium.org2014-02-281-0/+7
* Fixes bug in ImageView caching of pixelssky@chromium.org2014-02-281-4/+14
* Revert 254089 "Use the default dispatcher where possible for nes..."sadrul@chromium.org2014-02-283-26/+8
* Use the default dispatcher where possible for nested message loops.sadrul@chromium.org2014-02-283-8/+26
* Invert the ownership relationship between WindowEventDispatcher and WindowTre...ben@chromium.org2014-02-289-111/+122
* linux_aura: Don't create a drag window when given a transparent image.erg@chromium.org2014-02-282-4/+38
* Add a window parameter to WindowDelegate's OnWindowDestroying/Destroyed methods.ben@chromium.org2014-02-285-9/+9
* Fix crash which occurs when a widget destroys itself as a result of ET_GESTUR...pkotwicz@chromium.org2014-02-273-116/+143
* Disable accelerators while a menu is open on Linux Aura. This behavior is con...pkotwicz@chromium.org2014-02-271-16/+15
* Disable Linux Aura offscreen bubble adjustments.msw@chromium.org2014-02-271-0/+3
* Revert of Use the default dispatcher where possible for nested message loops....scottmg@chromium.org2014-02-273-26/+8
* Use the default dispatcher where possible for nested message loops.sadrul@chromium.org2014-02-273-8/+26
* Fixes DesktopScreenX11::GetWindowAtScreenPoint() so that NULL is returned if ...pkotwicz@chromium.org2014-02-263-20/+115
* linux_aura: Respond to system "style-set" signals.erg@chromium.org2014-02-263-0/+31
* Combobox: Have the first item not rendered for an action comboboxhajimehoshi@chromium.org2014-02-261-2/+10
* Makes some of the tests in views/corewm extend AuraTestBasesky@chromium.org2014-02-265-62/+60
* Clamp keyboard context menu locations to visible ancestor areas.msw@chromium.org2014-02-261-12/+10
* Add ELIDE_AT_BEGINNING to views::Labelvandebo@chromium.org2014-02-262-5/+11