summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Adds an outline beneath the current window as you drag it around tosky@chromium.org2012-03-092-41/+51
* Don't build drag_utils* on macthakis@chromium.org2012-03-091-4/+6
* ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia.tfarina@chromium.org2012-03-0935-325/+260
* Aura: recover from lost context / GPU process dyingpiman@chromium.org2012-03-081-0/+3
* Ash: Delete unused image assetsjamescook@chromium.org2012-03-086-17/+0
* Adds images for the multi window resize.sky@chromium.org2012-03-083-0/+2
* views: Fix win builder by tagging MenuButtonDelegate with VIEWS_EXPORT.tfarina@chromium.org2012-03-081-1/+3
* Adds Window::StackBelow and wiring in Widget.sky@chromium.org2012-03-0814-44/+153
* views: Rename ViewMenuDelegate to MenuButtonDelegate and move to controls/but...tfarina@chromium.org2012-03-085-23/+21
* Add support for GL_EXT_occlusion_query_booleangman@chromium.org2012-03-082-7/+43
* views: Animate the slider button when it changes.sadrul@chromium.org2012-03-082-9/+49
* views: Refactor the setup of window caption buttons.tfarina@chromium.org2012-03-082-34/+33
* Support for interlaced PNGs (in gfx::PNGCodec)francoisk777@gmail.com2012-03-083-147/+495
* Move FindPasteboard to ui/base/clipboard since it's used by two modules (cont...jam@chromium.org2012-03-083-0/+143
* ui/gfx: Move pango related functions to pango_util.{h,cc}.tfarina@chromium.org2012-03-075-39/+32
* Fixes bugs that resulted in problems with double clicking to maximizesky@chromium.org2012-03-071-1/+5
* Revert 125473 - skia: Change MakeOpaque() function to take a gfx::Rect parame...akalin@chromium.org2012-03-073-9/+4
* skia: Change MakeOpaque() function to take a gfx::Rect parameter.tfarina@chromium.org2012-03-073-4/+9
* 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