summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-074-19/+15
* Windows: Limit D3D devices to one per Present Thread (4 max).apatrick@chromium.org2012-03-072-295/+264
* Scroll End Events report velocities "on rails"tdresser@chromium.org2012-03-072-2/+114
* Adding persistance for gesture recognition parms.girard@chromium.org2012-03-071-1/+2
* Add support for different tween types in ui::Layer animationsvollick@chromium.org2012-03-0710-43/+119
* Aura: Allow WK renderer to queue next frame before drawing UI.backer@chromium.org2012-03-071-1/+5
* gtk: Move ScopedGObject into ui/base/gtk/scoped_gobject.htfarina@chromium.org2012-03-076-27/+42
* Minor improvements to render_text_linux.ccbenrg@chromium.org2012-03-072-43/+22
* Don't unparent tabs when detaching them. This cleans up a bunch of code in Ta...jam@chromium.org2012-03-061-3/+2
* Ash: New incognito window frame assetsjamescook@chromium.org2012-03-062-0/+0
* Changes RootView not to update cursor while mouse is down. Doing sosky@chromium.org2012-03-061-3/+1
* views: Do not use deprecated ResourceBundle::GetBitmapNamed() function.tfarina@chromium.org2012-03-0620-160/+165
* gtk: Move ScopedRegion into scoped_region.{h,cc}.tfarina@chromium.org2012-03-066-57/+86
* Initial cut at multi-window resize code. There's still some TODOs, butsky@chromium.org2012-03-062-6/+5
* Revert 125155 (compile failure on Linux Builder (dbg)(shared)) - gtk: Move Sc...finnur@chromium.org2012-03-066-85/+57
* gtk: Move ScopedRegion into scoped_region.{h,cc}.tfarina@chromium.org2012-03-066-57/+85
* * property can now manage value's memoryoshima@chromium.org2012-03-0615-143/+199
* Chrome for Android .pak files no longer packaged as .so files.benm@chromium.org2012-03-062-23/+9
* Aura: CrOS dialogs use new window framesjamescook@chromium.org2012-03-062-23/+23
* Use SkRegion (set of rectangles) to record damaged rectsoshima@chromium.org2012-03-063-21/+29
* ui/gfx: Remove an unnecessary include from font_list.htfarina@chromium.org2012-03-061-1/+0
* Coverity: Fix a pass-by-value.jhawkins@chromium.org2012-03-064-4/+4
* Refactor out foreground_help to fix BringBrowserWindowToFront on Windowsscottbyer@chromium.org2012-03-055-0/+140
* ui/gfx: Get rid of Canvas::CreateCanvas() function.tfarina@chromium.org2012-03-053-25/+0
* views: Allow a View to be notified of mouse-enter/leave events even if the mo...sadrul@chromium.org2012-03-054-2/+203
* Allow running aura_unittests with valgrind, and fix a leak it exposes.sadrul@chromium.org2012-03-051-2/+2
* Extract the last SkColor from ResourceBundle API.tfarina@chromium.org2012-03-056-14/+36
* ui/gfx: Remove unused win_util.{h,cc} component all together.tfarina@chromium.org2012-03-053-86/+0
* Change kB to KB for consistency.dgozman@chromium.org2012-03-052-7/+7
* Changing the ominbar text colors according to spec. This change was marked as...skuhne@chromium.org2012-03-051-1/+3
* Fix Aura build.jam@chromium.org2012-03-052-1/+1
* Move most of ui/views/drag_utils to ui/base/dragdrop so it can be used outsid...jam@chromium.org2012-03-0511-105/+149
* Add support for multiple icon sizes for Mac platform appssail@chromium.org2012-03-032-2/+2
* browser: Minor changes to use SkPoint::iset() function.tfarina@chromium.org2012-03-032-18/+12
* Mac Aura fails compile and some testsdhollowa@chromium.org2012-03-032-3/+3
* Fix crash when closing table example.sky@chromium.org2012-03-031-1/+1
* Fixing highlight & autocomplete colors according to specskuhne@chromium.org2012-03-021-1/+1
* Aura: Update window frames, allow resize from outside windowjamescook@chromium.org2012-03-026-4/+56
* If script text is in right-to-left directionality, it got truncated because t...xji@chromium.org2012-03-022-16/+19
* This is no longer used after r124670saintlou@chromium.org2012-03-021-0/+0
* ash uber tray: Update the volume icon for various levels of volumes.sadrul@chromium.org2012-03-021-2/+1
* Aura: Window button assets for maximized windowsjamescook@chromium.org2012-03-0212-0/+0
* ash uber tray: Add entry for power and date.sadrul@chromium.org2012-03-021-0/+1
* Add resource for volume levels for the ash uber tray.sadrul@chromium.org2012-03-021-0/+0
* Switching back the backgroung to JPG.saintlou@chromium.org2012-03-022-7/+30
* Gestures are now possible using touch events with any idstdresser@chromium.org2012-03-026-119/+252
* Remove the singleton instance get/delete methods from RootWindow (yay)ben@chromium.org2012-03-0210-103/+72
* Revert 124622 - Change kB to KB for consistency.battre@chromium.org2012-03-021-2/+2
* Change kB to KB for consistency.dgozman@chromium.org2012-03-021-2/+2
* Support for password entry fields, with all charactersbenrg@chromium.org2012-03-0214-93/+397