summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Don't set DesktopNativeWidgetAura's window transparent if not necessary.jbauman@chromium.org2013-09-272-1/+11
* Perform the window activation code in WM_ACTIVATE instead of WM_NCACTIVATE.ananta@chromium.org2013-09-272-4/+72
* Revert 225755 "Makes destruction of DesktopNativeWidgetAura saner"sky@chromium.org2013-09-273-131/+25
* linux_aura: Implement the rest of DesktopScreenX11.erg@chromium.org2013-09-274-21/+96
* Move IsRunningOnChromeOS to SysInfostevenjb@chromium.org2013-09-274-12/+4
* Makes destruction of DesktopNativeWidgetAura sanersky@chromium.org2013-09-273-25/+131
* BitmapContentLayerUpdater shouldn't reallocate bitmap smaller.jbauman@chromium.org2013-09-271-2/+3
* Remove last dependencies on ui/base from ui/gfxben@chromium.org2013-09-27104-383/+438
* Move ui/base/x/x11_error_tracker to base/x11.kcwu@chromium.org2013-09-275-110/+5
* Expose only one LayerTreeHostClient::OffscreenContextProvider()jamesr@chromium.org2013-09-273-50/+66
* Makes OnWindowDestroyed be sent after transients are destroyedsky@chromium.org2013-09-262-7/+49
* Fixes possible use after free when deleting menu during executionsky@chromium.org2013-09-261-1/+10
* Chording now ends if the shift key-up was on the key that started the chording.rsadam@chromium.org2013-09-261-4/+9
* Fix read overflow in ui::GetStorageForBytes.dcheng@chromium.org2013-09-261-3/+4
* events: Move all references to ui/base/ from ui/events.sadrul@chromium.org2013-09-2624-73/+103
* Add UI testing framework for the virtual keyboard.kevers@chromium.org2013-09-262-2/+32
* Passes input type information to extension virtual keyboardbshe@chromium.org2013-09-261-1/+1
* Trigger overlay scrollbar animation when the pointer is nearby.tony@chromium.org2013-09-263-0/+48
* Escape omnibox URLs before pasting to clipboard as HTML.tsepez@chromium.org2013-09-263-10/+14
* Only use primary pointerevent for swipe gesture and replace tab with spacesbshe@chromium.org2013-09-261-25/+27
* Clean up a few more unused globals.thakis@chromium.org2013-09-257-27/+5
* Reland linux_aura: Implement most of DesktopScreenX11.erg@chromium.org2013-09-254-56/+518
* Remove palmer from many (not all) OWNERS files for IPC.palmer@chromium.org2013-09-251-1/+0
* linux_aura: We should plumb LinuxUI colors to RendererPreferences.erg@chromium.org2013-09-251-0/+11
* New avatar menu UI fixes:noms@chromium.org2013-09-253-8/+10
* Adds debugging to track down why mouse_moved_handler_ is bogussky@chromium.org2013-09-252-8/+75
* Makes hiding window conditional when escape is pressed in move loopsky@chromium.org2013-09-2516-29/+63
* events: Make platform specific events code into ui/events/.sadrul@chromium.org2013-09-2531-187/+188
* Fix activation problems seen in non AURA chrome Windows which regressed in re...ananta@chromium.org2013-09-252-7/+7
* Fix compilation and ui_unittests with float transformsenne@chromium.org2013-09-257-248/+290
* events: Move gestures out of ui/base/ into ui/events/.sadrul@chromium.org2013-09-2534-98/+98
* Tighten DEPS rules further.ben@chromium.org2013-09-2421-17/+58
* Don't account for the insets twice in the code which adjusts for the WM_NCCAL...ananta@chromium.org2013-09-241-2/+0
* Fix multiple problems with omnibox text handling across focus changes.pkasting@chromium.org2013-09-241-1/+1
* Attempt at fixing crash in BubbleDeleteViewsky@chromium.org2013-09-242-4/+22
* Fixes the issue with omnibox suggestions, etc not showing up on non AURA trun...ananta@chromium.org2013-09-241-10/+16
* Implemented chording. Pressing down the shift key while typing other characte...rsadam@chromium.org2013-09-242-12/+25
* Revert 225054 "linux_aura: Implement most of DesktopScreenX11."erg@chromium.org2013-09-244-518/+56
* Tighten up DEPS rules in src/ui: prevent components from including from each ...ben@chromium.org2013-09-2423-1/+87
* linux_aura: Implement most of DesktopScreenX11.erg@chromium.org2013-09-244-56/+518
* Move some files from x11_util to gfx/x/x11_types.h so they can be used by ui/gl.ben@chromium.org2013-09-2410-192/+195
* Revert 225020 "Tighten up DEPS rules in src/ui: prevent componen..."ben@chromium.org2013-09-2423-89/+1
* Fix bustageben@chromium.org2013-09-241-2/+1
* Tighten up DEPS rules in src/ui: prevent components from including from each ...ben@chromium.org2013-09-2423-1/+89
* Move DropTargetEvent back to ui/base for the time being as it depends on OSEx...ben@chromium.org2013-09-2410-38/+74
* Fix the issue that onClicked event is not fired when notification title or me...jianli@chromium.org2013-09-241-0/+8
* Closing the AppList (e.g. due to pressing ESC) will abort the drag and drop o...skuhne@chromium.org2013-09-244-0/+16
* Add InputScope support into InputMethodIMM32yukawa@chromium.org2013-09-241-2/+7
* Forward wheelevents in menu like other mouse events on aurascottmg@chromium.org2013-09-243-5/+4
* Queue notification center deletes while visible to the user.dewittj@chromium.org2013-09-2411-147/+331