- b2e4077d Update diplays even if configuration failed during startup by oshima · 11 years ago
- 9b6edf3 ui: Cleanup the usage of scoped_ptr throughout. by tfarina · 11 years ago
- 79728827 Move check for suspended displays out of common path by chirantan · 11 years ago
- 091b572 Don't reconfigure displays when they are suspended by chirantan · 11 years ago
- cb1ffc6 Fix 'gn check' errors in //ui/* targets. by tfarina · 11 years ago
- eebe273 Make SetDisplayPower() take a callback to signal completion by dnicoara · 11 years ago
- a2b7df9d2 Read EDID for the 1st display for startup by oshima · 11 years ago
- fb5251d1 Move the test template to //testing/test.gni (part 2) by qsr · 11 years ago
- 4359db7 GN: Add -Wl,-z defs on linux and fix errors by jamesr · 11 years ago
- a3d0a42 Enable find-missing-symbols-at-link-time for chromeos builds too. by Nico Weber · 11 years ago
- 603fc87 Revert of Revert of linux/gyp: Find missing symbols at build time, not runtime. (patchset #1 id:1 of https://codereview.chromium.org/835223006/) by thakis · 11 years ago
- 6019325 Revert of linux/gyp: Find missing symbols at build time, not runtime. (patchset #10 id:180001 of https://codereview.chromium.org/854753002/) by timloh · 11 years ago
- fdaea4c linux/gyp: Find missing symbols at build time, not runtime. by thakis · 11 years ago
- c160801 Revert of linux/gyp: Find missing symbols at build time, not runtime. (patchset #9 id:160001 of https://codereview.chromium.org/854753002/) by thestig · 11 years ago
- faffc1a linux/gyp: Find missing symbols at build time, not runtime. by thakis · 11 years ago
- eb25a619 Update {virtual,override,final} to follow C++11 style in ui. by dcheng · 11 years ago
- 1d5b831 Cache validation should check it display id if its external display. by oshima · 11 years ago
- a89c208 Handle failure in display configuration when disabling display by dnicoara · 11 years ago
- a6412ea Make sure the mode exists before trying to use its contents by dnicoara · 11 years ago
- eddd4aa2 Remove synchronous GetDisplays() and Configure() from NativeDisplayDelegate by dnicoara · 11 years ago
- 65d9d31 Reland: Update DisplayConfigurator to use the asynchronous tasks by dnicoara · 11 years ago
- 8dfe0b3 Revert of Update DisplayConfigurator to use the asynchronous tasks (patchset #4 id:60001 of https://codereview.chromium.org/801493002/) by samuong · 11 years ago
- 7547705 Update DisplayConfigurator to use the asynchronous tasks by dnicoara · 11 years ago
- 6c7a246 Add display task to trigger display configuration by dnicoara · 11 years ago
- 9372a791 Add task to configure displays asynchronously by dnicoara · 11 years ago
- ae65a67 Extract display testing code so that it can be shared with others by dnicoara · 11 years ago
- 5aeca958 Chrome OS: Ash support for >=3 displays. by hshi · 11 years ago
- bba95ce gn format //ui by scottmg · 11 years ago
- dce73b03 Fix GN build errors when use_ozone==1, is_chromeos==0 by dnicoara · 11 years ago
- 126687f6 Support transition between frecon and chrome by dsodman · 11 years ago
- acd282e GN: Get os="chromeos" use_ozone=true to compile by dpranke · 11 years ago
- ea8bc5e5 Try to resuscitate the builds needed to do official GN builds. by dpranke · 11 years ago
- 37c2c20 Support transition between chrome and user mode console by dsodman · 11 years ago
- 6923c2b chromeos: Choose monitor native mode as best match mode by davidu · 11 years ago
- 7f1ee85f Treat displays with and without EDID the same way by dnicoara · 11 years ago
- b846e0a Type conversion fixes, ui/ edition. by pkasting · 11 years ago
- c8052f9 chromeos: Don't apply stale display power state after resume by derat · 11 years ago
- 3b3d52b replace OVERRIDE and FINAL with override and final in ui/ by mostynb · 11 years ago
- 4b6ebc7 Fixes the GN files from ui/display. by mukai · 11 years ago
- 4a06278 chromeos: Save display power state on config failure. by derat · 11 years ago
- 7bf0d74 Don't enable HDCP again if it is active by kcwu · 11 years ago
- 0380637c Improve GN header checker, make "check" on //ui/* pass. by Brett Wilson · 11 years ago
- cef1097 display: Move ui/display/types/chromeos/* to ui/display/types/* by spang · 11 years ago
- 6754802 Moving input device hotplug event processing outside of ui/display by dnicoara · 11 years ago
- 1e77a6b0 Move touchscreen device caching to DeviceDataManager by dnicoara · 11 years ago
- c138930 Print information on connected displays to VLOG(1) by dnicoara · 11 years ago
- e6a5824e On resume perform a delayed call to SetDisplayPower() by [email protected] · 11 years ago
- 73b8482 Print warnings when failing to configure display due to missing mode by [email protected] · 11 years ago
- ebf554b Rename variable to be more descriptive by [email protected] · 11 years ago
- 430e4b9 Associate internal touchscreen to internal display by [email protected] · 11 years ago
- a1d7d4f Add display, message_center, shell_dialogs, webview to GN build. by [email protected] · 11 years ago
- f88a8f7 ozone: Move public files to ui/ozone/public & update public DEPS by [email protected] · 11 years ago
- bb2966ae Don't bother asking the platform for the delegates if they are already set by [email protected] · 11 years ago
- 6aad2d47 [Ozone] Adding display related IPC messages by [email protected] · 11 years ago
- fa616646 Move all display unittests to display_unittests target by [email protected] · 11 years ago
- ca287a8e Move GetMirroredDisplayAreaRatioMap() out of ui::DisplayConfigurator by [email protected] · 11 years ago
- 77aaa7e Split disabling of unused displays from parking used ones by [email protected] · 11 years ago
- d1ac76e Add display_unittests target by [email protected] · 11 years ago
- 4ea262a Adding a touchscreen device manager for quering of available devices by [email protected] · 11 years ago
- 857f47c Fix HDCP in mirror mode. by [email protected] · 11 years ago
- 03122891a Re-land "Move touch CTM from X into Chrome" by [email protected] · 11 years ago
- 08294a9 Revert 269371 "Move touch CTM from X into Chrome" by [email protected] · 11 years ago
- 02418cc Move touch CTM from X into Chrome by [email protected] · 11 years ago
- 4cf693b ui/display/chromeos - disable unused CRTCs even for same framebuffer size by [email protected] · 11 years ago
- 2b573a5 disable crtcs bigger than new screen size during mode switch by [email protected] · 11 years ago
- f30e71d ui/display/chromeos: Flush Xlib output buffer after calling XUngrabServer by [email protected] · 11 years ago
- c1e289a Add missing ".h" in native_display_observer.h in display.gyp by [email protected] · 11 years ago
- 5d5c3593 Paint the background instead of setting background when booting with multiple displays by [email protected] · 11 years ago
- 90533fc Separate display utilities in a different component by [email protected] · 11 years ago
- aa2e5faf Add Ozone dependency to ui/display by [email protected] · 11 years ago
- 8c1a225 Cleanup: Change some warnings in display_util.cc to VLOGs. by [email protected] · 11 years ago
- 44ab9f5 Split ui/display types into separate module and have Ozone depend on it by [email protected] · 11 years ago
- 82f884d6ffb x11: Remove X11 message-pump. by [email protected] · 11 years ago
- dfca51a Revert 263726 "x11: Remove X11 message-pump." by [email protected] · 11 years ago
- c8ef1d0 x11: Remove X11 message-pump. by [email protected] · 11 years ago
- e10f5fe1 x11: Remove MessagePumpObserver. by [email protected] · 11 years ago
- 0e19df41 Modifies the threshold for hidpi displays. by [email protected] · 11 years ago
- bcec7fb6 Renaming ui/display constants and variables from OUTPUT_* to DISPLAY_* by [email protected] · 11 years ago
- c53949a Check cache only durnig startup by [email protected] · 11 years ago
- 1e31cbd Renamed OutputConfigurator to DisplayConfigurator by [email protected] · 11 years ago
- 030a049 base: Do not allow MessagePumpObservers to consume events. by [email protected] · 11 years ago
- 9a2e75d x11: Move X event handling out of the message-pump. by [email protected] · 11 years ago
- 96e9c3c Set display name & overscan flag on DisplaySnapshot creation by [email protected] · 11 years ago
- aa0759e0 Move Is*DisplaySizeBlackListed to ui/display and build it for non-X11 platforms as well by [email protected] · 11 years ago
- bf3f459 Introduces --disable-display-color-calibration flag. by [email protected] · 11 years ago
- b9e9033 Add Ozone stub implementations for NativeDisplayDelegate and TouchscreenDelegate by [email protected] · 11 years ago
- 08b47ca Update ui/display to use primitive types as defined in stdint.h by [email protected] · 11 years ago
- 4e5259ee Adds UMA for display color calibration in ChromeOS. by [email protected] · 11 years ago
- a3d215e app_shell: Add ShellDesktopController. by [email protected] · 11 years ago
- 84ada5ec Change the types in EDID parser interface to generic types by [email protected] · 11 years ago
- f9b7769 Refactor EDID parsing utilities and consolidate them under ui/display/chromeos by [email protected] · 11 years ago
- 3847246 Refactors getting available color profiles code. by [email protected] · 11 years ago
- 5db23e6 Force update & notify the outputs if the cached output is not fresh. by [email protected] · 11 years ago
- 29fb7a27 Introduces ColorCalibrationProfile handling into OutputConfigurator. by [email protected] · 11 years ago
- 311063ab Add a ToString method to DisplayMode by [email protected] · 11 years ago
- 106d98f x11: Move X11ErrorHandler out of //base/ into //ui/gfx/x/ by [email protected] · 11 years ago
- a20ff0f Correctly handle int64_t when printing in OutputConfigurator unittests by [email protected] · 11 years ago
- 71da07e Refactoring display configuration state to allow generic state objects by [email protected] · 11 years ago
- 29957af Move chromeos/display/* to ui/display/chromeos by [email protected] · 11 years ago
- c9750510 Moving display constants from OutputConfigurator to ui/display by [email protected] · 12 years ago