summaryrefslogtreecommitdiffstats
path: root/ui/gfx/win
Commit message (Expand)AuthorAgeFilesLines
* Remove the CHECK from the DirectManipulationHelper::Activate function as it i...ananta2015-08-142-3/+11
* Add out-of-line dtor to satisfy Chromium style Clang pluginrnk2015-08-122-1/+5
* Improve scroll performance on Windows 10 with high precision touchpads.ananta2015-08-122-0/+187
* Disable metro unit tests on Windows 10.wfh2015-07-222-0/+46
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-081-5/+2
* Move WriteInto to base namespace.Brett Wilson2015-07-071-2/+2
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Remove Unactionable or Low Jank USER32 Instrumentationrobliao2015-06-021-10/+1
* Replace Direct WTS Registration Calls with the Windows Session Change Observerrobliao2015-05-051-11/+0
* win: Add missing 'override' to CR_BEGIN_MSG_MAP_EXthakis2015-05-041-1/+1
* Fix Up SingletonHwnd Observer Lifetime Issuesrobliao2015-05-014-27/+100
* Fix comparison method for ClassInfo and also load icon images as shared.wfh2015-04-221-1/+2
* Apply automated fixits for Chrome clang plugin to ui_base_unittests.dcheng2015-04-211-7/+7
* Delete RenderTextWin and RenderTextPango.derat2015-02-031-3/+1
* Instrumenting all wndprocs to find jank.vadimt2015-01-171-0/+4
* Remove CHECKs in DirectWrite initialization code in the MaybeInitializeDirect...ananta2015-01-151-4/+7
* Instrumenting windows message maps, and cleanup.vadimt2015-01-133-21/+6
* Further instrumentations to find jank in Windows message processing.vadimt2015-01-061-0/+5
* Cleanup: Update the path to gfx size headers.tfarina2015-01-033-3/+3
* Instrumenting more WM_ message processing methods to find jank.vadimt2015-01-022-1/+12
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-314-4/+4
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-2/+2
* Cleanup: Update the path to insets and point headers.tfarina2014-12-233-3/+3
* Instrumenting WindowImpl::WndProc to find jankvadimt2014-12-221-0/+9
* Fix views tab baseline and omnibox size regressions.ananta2014-12-181-0/+1
* Fix icon on Windows XP taskbartmoniuszko2014-12-152-16/+15
* Not counting nested loops as time spent in a task.vadimt2014-12-131-0/+8
* Disable subpixel positioning if DirectWrite isn't initializedckocagil2014-12-132-4/+17
* Experimental change: Remove DirectWrite 1750 font limit.shrikant2014-12-121-14/+0
* Revert of Fix icon on Windows XP taskbar (patchset #2 id:20001 of https://cod...sky2014-12-042-12/+4
* Fix icon on Windows XP taskbartmoniuszko2014-12-022-4/+12
* Enable subpixel positioning for UIckocagil2014-12-022-0/+52
* Remove IsHighDPIEnabled, move EnableHighDPISupport to only place it's usedscottmg2014-10-232-129/+8
* remove ui::gfx::GetDeviceScaleFactorscottmg2014-10-232-18/+6
* remove IsInHighDPIModescottmg2014-10-232-6/+0
* Disable direct write if font count in registry is greater than or equal to th...shrikant2014-10-201-0/+15
* Misc. cleanup, primarily removing unused locals.pkasting2014-10-131-1/+1
* Move the ShouldUseDirectWrite function from sandbox_win.cc/.h to ui/gfx/win/d...ananta2014-10-103-2/+67
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-091-1/+1
* Get Win32K lockdown for renderers working again on Windows 8+.ananta2014-09-261-6/+7
* Changes dip conversions to ceil size and floor originsky2014-09-242-22/+22
* Deregister window classesdavemoore2014-09-122-5/+46
* Force scales 125% and lower down to 100%Scott Graham2014-08-281-0/+5
* Removing the GetUndocumentedDPIScale and GetUndocumentedDPITouchScale methods...ananta@chromium.org2014-06-172-40/+0
* sets/clears highdpi registry settings on switch to/from metroluken@chromium.org2014-06-102-5/+9
* Pass the device scale factor in the command line to renderer processes.ananta@chromium.org2014-06-042-0/+8
* Enable --high-dpi-support by default. (Note that this is a registry setting. ...ananta@chromium.org2014-05-281-3/+2
* Removed LOG_GETLASTERROR and LOG_ERRNO macros.vitalybuka@chromium.org2014-05-211-4/+4
* Send the device scale factor from Windows 8 ASH during initialization via the...ananta@chromium.org2014-05-132-29/+7
* Fix the ScreenToDIPPoint function on Windows high DPI.ananta@chromium.org2014-04-211-5/+1