summaryrefslogtreecommitdiffstats
path: root/ui/gfx/win
Commit message (Expand)AuthorAgeFilesLines
* 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
* 3rd part of porting Chrome Ash to Windows 7ananta@chromium.org2014-04-181-0/+4
* Ensure that we round the origin up when converting from device independent bo...ananta@chromium.org2014-04-011-3/+11
* [Win] alt + space opens system menu at wrong position in RTL ui.mmaliszkiewicz@opera.com2014-03-241-2/+3
* Move supports-high-dpi flag into registry.girard@chromium.org2014-03-132-10/+35
* Extend HiDPI support to Win8.1girard@chromium.org2014-01-311-7/+49
* Remove some uses of ATL in UI codescottmg@chromium.org2014-01-292-5/+2284
* Revert change to window_impl default window styles to see if this fixes tests.ben@chromium.org2014-01-271-1/+1
* Add a Launcher App.ben@chromium.org2014-01-271-1/+1
* Remove GetMonitorInfoWrapper, which is no longer needed.brettw@chromium.org2014-01-271-2/+2
* Disable calls to SetProcessDPIAware under Win8.1 (Rebase)girard@chromium.org2014-01-221-1/+2
* Removes MessageLoop::Type checks in favor of IsCurrent on MessageLoops.sky@chromium.org2014-01-201-2/+1
* aura: Destroy the compositor before destroying the backing window.danakj@chromium.org2014-01-171-2/+6
* Back out trunk r245028mark@chromium.org2014-01-161-4/+1