summaryrefslogtreecommitdiffstats
path: root/ui/gfx
Commit message (Expand)AuthorAgeFilesLines
* Implemented browser side software compositing behind the --ui-enable-software...skaslev@chromium.org2013-03-092-1/+29
* linux: Honor user's hinting settings for tab strip.derat@chromium.org2013-03-081-2/+1
* captureVisibleTab Extension API producing garbled PNG resultsqufighter@gmail.com2013-03-062-1/+44
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-063-3/+3
* Set the scale factor for the display on Windows when in high-DPI mode.kevers@chromium.org2013-03-052-2/+5
* mac: Fix a few memory leaks.thakis@chromium.org2013-03-041-1/+2
* Refactor DisplayInfo/Display - 3rd tryoshima@chromium.org2013-02-282-18/+6
* Revert "Refactor DisplayInfo/Display - 2nd try"oshima@chromium.org2013-02-282-6/+18
* Refactor DisplayInfo/Display - 2nd tryoshima@chromium.org2013-02-282-18/+6
* Revert 185178: Broke CrOS build:thakis@chromium.org2013-02-282-6/+18
* Refactor DisplayInfo/Displayoshima@chromium.org2013-02-282-18/+6
* GTK based Linux to respect subpixel positioning request.bungeman@chromium.org2013-02-272-9/+21
* requestAutocomplete: Show credit card images in text field.estade@chromium.org2013-02-251-2/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-242-3/+3
* Implementation of principal-component color reduction.motek@chromium.org2013-02-223-0/+297
* [Android] Make content_shell_apk and chromium_testshell components friendly.yfriedman@chromium.org2013-02-221-1/+2
* Mac Chromium style checker cleanuprsleevi@chromium.org2013-02-201-1/+1
* Make texture transport surface creation explicit.alexst@chromium.org2013-02-201-6/+20
* Add IsInternal property to gfx::Displayynovikov@chromium.org2013-02-192-7/+30
* Add ability to draw only the selected portion of text in RenderText so that wevarunjain@chromium.org2013-02-152-0/+14
* Revert 182494isherman@chromium.org2013-02-142-28/+6
* Add IsInternal property to gfx::Displayynovikov@chromium.org2013-02-142-6/+28
* Adds a function computing image color covariance on an SkBitmap.motek@chromium.org2013-02-133-0/+108
* Removed gfx::QuadF::operator =(const gfx::QuadF&) and let the compiler genera...whunt@chromium.org2013-02-132-8/+0
* Remove ImageLoadingTracker class, as it is not used anymore.rpaquay@chromium.org2013-02-122-2/+2
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-105-14/+18
* Views Textfield: Copy on Ctrl+Insert, fix and disable overtype.msw@chromium.org2013-02-071-9/+2
* Added Matrix3F class to gfx.motek@chromium.org2013-02-043-0/+493
* Fix RenderTextTest.PangoAttributes test leaks; remove suppressions.msw@chromium.org2013-02-031-1/+4
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+5
* A host of micro-optimizations and a refactor of TimeForBoundsToIntersectwhunt@chromium.org2013-02-022-21/+14
* Initialize memory, remove valgrind supression, add transparency test.harrym@chromium.org2013-02-011-1/+3
* Replace StyleRange with BreakList; update RenderText, etc.msw@chromium.org2013-02-0119-745/+914
* Lookup the favicon with the closest scale factor to the one passed in to chro...pkotwicz@chromium.org2013-01-313-11/+10
* Fix high-DPI on Windows to make use of DIP scaling in WebKit.kevers@chromium.org2013-01-313-2/+20
* Revert 179770jochen@chromium.org2013-01-312-14/+21
* Support large icons for Windows desktop profile shortcuts.asvitkine@chromium.org2013-01-312-4/+7
* A host of micro-optimizations and a refactor of TimeForBoundsToIntersectwhunt@chromium.org2013-01-312-21/+14
* mac: Delete GetCachedImageWithName(), it's no longer used.thakis@chromium.org2013-01-302-108/+0
* Fix typo in log statement.nick@chromium.org2013-01-261-1/+1
* png_codec_unittest.cc leaks stl::vector row_pointers on encoding error.noel@chromium.org2013-01-251-30/+22
* Comment memory leak in the PNG encoder on encoding error.noel@chromium.org2013-01-251-1/+3
* Changes the format of gfx::Display's ID.mukai@chromium.org2013-01-252-4/+14
* Adds oshima to OWNER of Display.mukai@chromium.org2013-01-251-0/+4
* Don't use BinaryImageSource for ButtonImageSourceoshima@chromium.org2013-01-241-13/+20
* Memory leak in module png_codec.cc on encoder error.noel@chromium.org2013-01-241-6/+9
* Use correct favicon scale factor on Android.aruslan@chromium.org2013-01-247-39/+149
* Convert gfx::Image::Image(const SkBitmap&) and gfx::ImageSkia::ImageSkia(cons...pkotwicz@chromium.org2013-01-239-97/+90
* ui: Prevent negative sizes.danakj@chromium.org2013-01-234-22/+13
* ui: Prevent negative sizes in unit tests.danakj@chromium.org2013-01-232-22/+1