summaryrefslogtreecommitdiffstats
path: root/ui/gfx
Commit message (Expand)AuthorAgeFilesLines
* * Rename ScopedHDC to ScopedCreateDCyosin@chromium.org2011-10-071-35/+33
* clang: out-of-line a constructor to fix CrOS clang buildthakis@chromium.org2011-10-072-6/+8
* Properly handle vertically flipping the texture.backer@chromium.org2011-10-063-12/+30
* Adds command line switch such that compositor_unittests use osmesa by default.pkotwicz@chromium.org2011-10-062-0/+10
* USE_AURA=1 Reveals circular dependencies on Mac.dhollowa@chromium.org2011-10-061-1/+7
* Revert 104311 - Revert 104304 - Avoid overdraw in views desktop.vollick@chromium.org2011-10-062-62/+53
* Revert 104304 - Avoid overdraw in views desktop.vollick@chromium.org2011-10-062-53/+62
* Avoid overdraw in views desktop.vollick@chromium.org2011-10-062-62/+53
* Maximize/Fullscreen for auraoshima@google.com2011-10-061-11/+15
* Fix bubble rendering.ben@chromium.org2011-10-051-1/+1
* Adding gfx::Rect::SplitVertically() method.dpapad@chromium.org2011-10-053-0/+39
* Allow CanvasSkia to bind to an existing SkCanvas.piman@chromium.org2011-10-0513-89/+118
* Makes visbility inherited. That is, in order for a window to besky@chromium.org2011-10-053-12/+72
* Implement 'ANGLE_translated_shader_source' extension in command-buffer.zmo@google.com2011-10-052-0/+7
* Layer unittests for http://codereview.chromium.org/7976040/pkotwicz@chromium.org2011-10-042-40/+186
* Make the CROS browser size itself to the MonitorWorkAreaNearestWindow again,danakj@chromium.org2011-10-041-46/+19
* Fixes the cursor to update reliably when moving from window to window.ben@chromium.org2011-10-041-0/+2
* Reland the layer creation change since the touchui issues will be resolved in...sadrul@chromium.org2011-10-032-0/+13
* Fixed a minor bug in NativeThemeWin::PaintToNonPlatformCanvas(), which is use...alokp@chromium.org2011-10-031-3/+13
* Fix selection handler position in touch.xji@google.com2011-10-032-18/+18
* Makes layer_unittests run on linuxpkotwicz@chromium.org2011-10-033-26/+58
* Revert the layer creation change r103338 due to some issues with the keyboard...ben@chromium.org2011-09-302-13/+0
* gcc 4.6 warnings cleanuppph34r@gmail.com2011-09-301-1/+2
* Add a new method to Layer that schedules a redraw in the compositor.Rename Co...ben@chromium.org2011-09-307-14/+20
* Fix bustage again. This time with correct ifdefs.ben@chromium.org2011-09-301-9/+10
* Revert 103483 - Fix windows Aura bustage.TBR=saintlouBUG=noneTEST=noneReview ...ben@chromium.org2011-09-301-11/+9
* Fix windows Aura bustage.TBR=saintlouBUG=noneTEST=noneben@chromium.org2011-09-301-9/+11
* More aura build fixesdavemoore@chromium.org2011-09-301-0/+36
* Changed assertion about current OpenGL context to work in the face ofkbr@chromium.org2011-09-295-5/+20
* Construct a View's layer immediately when SetPaintToLayer(true) is called or ...ben@chromium.org2011-09-292-0/+13
* Setting fills bounds opaquely as the default.pkotwicz@chromium.org2011-09-291-2/+2
* In views desktop, it is possible for child layers to intersect. (This situati...pkotwicz@chromium.org2011-09-292-66/+110
* Add virtual to ~Layer to appease clang.sky@chromium.org2011-09-291-1/+1
* Adds the ability to set an Animation on Layer so that future changes to the l...sky@chromium.org2011-09-296-180/+333
* Refactors TestCompositor out of views_unittests into a place it can besky@chromium.org2011-09-288-18/+282
* Fix omnibox state for each tab.xji@google.com2011-09-284-127/+154
* ui/gfx: Add ToString() function to Rect class.tfarina@chromium.org2011-09-282-9/+11
* ui/gfx: Add ToString() function to Size class.tfarina@chromium.org2011-09-273-10/+11
* Allow layers to be created without a compositor, creating this association wh...ben@chromium.org2011-09-276-62/+205
* Revert 102978 - Change X11 error handler override to allow easy X11 error che...dominich@chromium.org2011-09-272-6/+6
* Change X11 error handler override to allow easy X11 error checking.dominich@chromium.org2011-09-272-6/+6
* Fixes compositor crashpkotwicz@chromium.org2011-09-271-1/+2
* Implement --use-gl=anyzmo@google.com2011-09-271-1/+11
* Do not allocate a texture if hole covers entire layer.pkotwicz@chromium.org2011-09-273-9/+50
* There are two GDI objects leaks related to icon of downloading resources:yosin@chromium.org2011-09-272-12/+69
* ui/gfx: Fix Linux shared build by adding missing UI_EXPORT annotations.tfarina@chromium.org2011-09-261-2/+4
* ui/gfx: Refactor favicon_size.htfarina@chromium.org2011-09-262-17/+29
* ui/gfx: Add ToString() function to Point class.tfarina@chromium.org2011-09-263-10/+10
* Compile ui/ on Android.zhenghao@google.com2011-09-241-1/+3
* Allow animating alphavollick@chromium.org2011-09-236-6/+103