summaryrefslogtreecommitdiffstats
path: root/ui/gfx
Commit message (Expand)AuthorAgeFilesLines
* Move base::FreeDeleter into its own header.dcheng2016-03-261-0/+1
* MacViews: draw combobox arrow backgroundsellyjones2016-03-231-0/+9
* Allow NonClientFrameView to define a clip for the client view. This fixes the...estade2016-03-231-3/+0
* Disable IOSurface clearing on OS X 10.9.erikchen2016-03-231-6/+13
* Make more of content pass "gn check"brettw2016-03-211-8/+8
* [iOS] Mark test bundle_data targets as testonly.sdefresne2016-03-191-0/+1
* Enable GN check for gpu and rlzbrettw2016-03-182-14/+66
* [iOS] Define bundle_data target for //ui unittestssdefresne2016-03-171-0/+11
* gfx::Image: Refactor to avoid assuming scoped_ptr lifetime.mgiuca2016-03-172-9/+11
* [MD] replace infobar bottom solid line separator with a shadow.estade2016-03-161-1/+1
* MD text buttons - implement focus ring.estade2016-03-163-2/+10
* Fix use-after-free in gfx::Image.mgiuca2016-03-152-2/+8
* Remove GLSurfaceHandle and simplify view command bufferspiman2016-03-111-23/+0
* Cleanup: roll AutofillCCInfoBarDelegate into AutofillSaveCardInfoBarDelegateM...jdonnelly2016-03-112-30/+0
* Remove duplicate coordinate conversion and mouse position code.mblsha2016-03-111-17/+5
* Begin switch-over to using sk_sp (for SkShader for now)reed2016-03-111-9/+3
* Prepare ui/ module for compilation with OS X 10.7 deployment target.erikchen2016-03-081-5/+1
* Add ScreenWin Unittests to GNrobliao2016-03-081-0/+1
* [MD] some tweaks to download shelfestade2016-03-083-2/+8
* Replace uses of SkFixed for HarfBuzz conversions.benjaminwagner2016-03-084-10/+41
* color_utils cleanup:pkasting2016-03-073-61/+76
* Implements and tests IPC::ParamTraits for ui::Event (towards ui::Events over ...markdittmer2016-03-042-0/+19
* Clear area outside of child rendering window in WM_PAINT.jbauman2016-03-044-0/+122
* Revert of IPC::ParamTraits for ui::Event (towards ui::Events over mojo IPC) (...dimich2016-03-032-19/+0
* Implements and tests IPC::ParamTraits for ui::Event (towards ui::Events over ...markdittmer2016-03-032-0/+19
* Do not show rotation in tray display for internal display.jonross2016-03-031-1/+3
* Convert Pass()→std::move() on Windowsdcheng2016-03-021-3/+3
* Revert of IPC::ParamTraits for ui::Event (towards ui::Events over mojo IPC) (...dimich2016-03-022-19/+0
* Implements and tests IPC::ParamTraits for ui::Event (towards ui::Events over ...markdittmer2016-03-022-0/+19
* Fixes ui/gfx builds for iOS.nicholss2016-03-011-2/+2
* ui: Add out-of-line copy ctors for complex classes.vmpstr2016-02-258-0/+16
* Correctly tint background tab images for custom themes.pkasting2016-02-253-35/+49
* Misc. Tab-related cleanup.pkasting2016-02-242-7/+6
* Fixes a test in gfx_unittests that fails on Windows only.bsep2016-02-241-12/+21
* Use a more correct conversion to uint8_t.benjaminwagner2016-02-221-9/+3
* Make hud layer initialize its own font.kulshin2016-02-194-49/+0
* Clear IOSurfaces immediately after creating them.erikchen2016-02-181-1/+10
* Make scrollAnimatorEnabled work on Mac like it does on other platformsbokan2016-02-176-14/+80
* MacViews: Add native drop shadow to dialogs on OSX 10.9.karandeepb2016-02-176-0/+410
* Upstream iOS forks to ui/gfx/ unit tests and test support.sdefresne2016-02-162-3/+25
* Round color values in AlphaBlend() as we already do in HSLShift().pkasting2016-02-111-13/+9
* Add comments for struct members that were changed from size_t to uin32_t or u...jam2016-02-101-0/+3
* Add 1.25x and 1.5x ScreenWin Unit Testsrobliao2016-02-101-0/+129
* Switch gfx::Range to use uint32_t instead of size_t.jam2016-02-106-35/+38
* Fix chromium-style warning after https://codereview.chromium.org/1639623003/Nico Weber2016-02-091-2/+2
* Fix Wreorder warning after https://codereview.chromium.org/1639623003/Nico Weber2016-02-091-1/+1
* update obsolete code.google.com documentation linksmostynb2016-02-081-1/+1
* ScreenWin Testability and Restructuringrobliao2016-02-0812-139/+997
* Update upgrade app menu icons for MD/vectorization.estade2016-02-082-0/+17
* Allow string::front() and back() and update the codebase to use back().pkasting2016-02-051-1/+1