summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify some calls to gfx::Rect by using its gfx::Size ctor.tfarina@chromium.org2012-02-248-12/+13
* Re-add GetStringWidth to PlatformFont, and use that from Fontstuartmorgan@chromium.org2012-02-248-5/+27
* Land 9348117: (Aura) use GPU process for UIbacker@chromium.org2012-02-247-108/+169
* Fix copying from Java AWT app and pasting into Chrome on Linux.dcheng@chromium.org2012-02-241-1/+4
* ImeInput::MoveImeWindow is responsible for notifying IMEs about whereYukawa@chromium.org2012-02-241-14/+16
* gtk: Factor gray color into a constant and place it into a common location.tfarina@chromium.org2012-02-241-4/+4
* ash: Use gestures to move/resize the window, instead of touch.sadrul@chromium.org2012-02-241-3/+16
* Fix the omnibox mouse doulbe/tripple clicking inaccurate selection issue. Whe...jennyz@chromium.org2012-02-242-4/+14
* Move RootWindowHostLinux class decl to a header file.ben@chromium.org2012-02-243-76/+91
* ash: Fix bug where small shadows were drawn incorrectly.derat@chromium.org2012-02-231-0/+2
* aura: Install/Uninstall gesture-handler correctly.sadrul@chromium.org2012-02-231-2/+20
* aura: Generate a double-click event for an unprocessed double-tap gesture.sadrul@chromium.org2012-02-232-3/+26
* Fix the gesture-recognizer to emit scroll-start event at the location of the ...sadrul@chromium.org2012-02-232-1/+12
* Suppress painting when closing windowoshima@chromium.org2012-02-237-22/+94
* Change how you get to the MessageLoop::Dispatcher.ben@chromium.org2012-02-2313-29/+95
* Removes the background from the launcher per latest mocks.sky@chromium.org2012-02-232-1/+0
* Fix build.finnur@chromium.org2012-02-231-2/+4
* Experimental Extension Keybinding (first cut).finnur@chromium.org2012-02-237-33/+220
* Allow the ShellWindow to be maximized, and some fixes to go with it.jeremya@chromium.org2012-02-231-1/+2
* Revert 122849 - Update state on creating NativeComboboxWrapper.sky@chromium.org2012-02-234-5/+14
* Adds ability to pin apps to the launcher.sky@chromium.org2012-02-221-1/+2
* Only enable touch-friendly tab strip based on command line flagscottmg@chromium.org2012-02-221-8/+4
* Add a default constructor for gfx::Image.rohitrao@chromium.org2012-02-223-3/+48
* Clipboard access is not threadsafe in general. Previously clipboard reads wer...raymes@chromium.org2012-02-224-1/+42
* Add an OWNERS file for ui/base/clipboard.tony@chromium.org2012-02-221-0/+2
* Add setters for the aura gesture recognizer constants.girard@chromium.org2012-02-225-18/+115
* Fix android experimental buildjoth@chromium.org2012-02-221-1/+1
* ash: Allow dragging using touch/gesture events.sadrul@chromium.org2012-02-2215-105/+154
* Have ScopedClipboardWriter and Clipboard::WriteObjects take a buffer parameter.peter@pcc.me.uk2012-02-2214-50/+121
* Custom frame UI for platform apps on Windows.jeremya@chromium.org2012-02-224-3/+29
* Remove dead clipboard code.dcheng@chromium.org2012-02-225-139/+6
* Revert 122916 - Clipboard access is not threadsafe in general. Previously cli...scottbyer@chromium.org2012-02-224-45/+2
* Clipboard access is not threadsafe in general. Previously clipboard reads wer...raymes@chromium.org2012-02-214-2/+45
* Allow GPU process to present to the compositing surface without the involveme...apatrick@chromium.org2012-02-211-2/+10
* Update state on creating NativeComboboxWrapper.mnissler@chromium.org2012-02-214-14/+5
* Gesture Recognizer fires Long Press Eventtdresser@chromium.org2012-02-217-3/+242
* Call the built product of target gl 'gl_wrapper'.thakis@chromium.org2012-02-211-0/+1
* Change EventGenerator to take a RootWindow at construction instead of just as...ben@chromium.org2012-02-214-26/+30
* This is the glue that binds the GpuMemoryManager and the WebKit WebGraphicsCo...mmocny@chromium.org2012-02-211-0/+2
* Revert r122716 and r122717maruel@chromium.org2012-02-194-30/+26
* Fix build bustage. These two files were left out of my last CL due to permiss...ben@chromium.org2012-02-192-5/+5
* Change EventGenerator to take a RootWindow at construction instead of just as...ben@chromium.org2012-02-192-21/+25
* Fix Compile error with "-Duse_aura=1".junmin.zhu@intel.com2012-02-191-1/+1
* Aura: Remove old shadow art assets, now unusedjamescook@chromium.org2012-02-188-0/+0
* Replace RootWindow::GetInstance() usage in a bunch of tests with a new root_w...ben@chromium.org2012-02-187-119/+120
* Aura: New window shadows, desktop background debug togglejamescook@chromium.org2012-02-171-8/+16
* A bevy of Aura test changes:ben@chromium.org2012-02-178-51/+129
* Revert 122586 - Add setters for the aura gesture recognizer constants.mmocny@chromium.org2012-02-175-124/+28
* Add setters for the aura gesture recognizer constants.girard@chromium.org2012-02-175-28/+124
* views: Pass GetMessagePos() directly to gfx::Point.tfarina@chromium.org2012-02-172-8/+4