summaryrefslogtreecommitdiffstats
path: root/ash/display
Commit message (Expand)AuthorAgeFilesLines
* Set scale/orientation property to aura root window.oshima@chromium.org2013-02-011-3/+41
* Update display info and root windows only after outputs are configuredoshima@chromium.org2013-01-302-19/+5
* Rename kHighDensityDIPThreshold to kHighDensityDPIThresholdmarcheu@chromium.org2013-01-301-2/+2
* Minimize black screen during the boot with multi displaysoshima@chromium.org2013-01-301-0/+1
* Resizes the fade-in layer bounds.mukai@chromium.org2013-01-261-0/+2
* Uses xrandr feature to get the display name.mukai@chromium.org2013-01-251-0/+2
* Changes the format of gfx::Display's ID.mukai@chromium.org2013-01-252-18/+24
* Re-enable test compositor on ash tests for win8/metro. This allows several ad...robertshield@chromium.org2013-01-241-1/+11
* Initial whack at getting ash_unittests to connect to a viewer process on Win/...robertshield@chromium.org2013-01-212-34/+6
* Add myself to owner of resource, multi display/extended desktop related classesoshima@chromium.org2013-01-181-0/+1
* Enable launcher on all displays by defaultoshima@chromium.org2013-01-171-5/+13
* Automatically set the overscan insets if the output has the flag and no prefe...mukai@chromium.org2013-01-163-5/+70
* Limit how quickly a user can change display configurationoshima@chromium.org2013-01-122-1/+113
* Fixes for FocusController to make it pass interactive_ui_tests.ben@chromium.org2013-01-111-1/+1
* Scaling scroll/fling events in multi-monitor setupsheckylin@chromium.org2013-01-102-0/+104
* consolidate DISABLED macros in mouse_cursor_event_filter_unittests.ccoshima@chromium.org2013-01-092-30/+14
* Continue threading context through unit tests.erg@chromium.org2013-01-071-0/+4
* Update the host window's size when replacing displayoshima@chromium.org2012-12-222-0/+3
* Fixes bugs around display preferences.mukai@chromium.org2012-12-213-24/+18
* Temporarily remember the primary root window while replacing the display.oshima@chromium.org2012-12-193-8/+46
* Move ash/wm's DialogFrameView to ui/views/window; etc.msw@chromium.org2012-12-192-5/+0
* Make the cursor have separate mode for disabled mouse events and invisible.mazda@chromium.org2012-12-191-6/+3
* events: Update mouse-event handlers to not return EventResult.sadrul@chromium.org2012-12-182-5/+5
* Disable ash tests on Windows that rely on multiple displays or display resizingscottmg@chromium.org2012-12-172-6/+54
* ash: Add RootWindowHostFactory class.reveman@chromium.org2012-12-141-6/+3
* - Show app list on 2nd launcheroshima@chromium.org2012-12-112-4/+10
* [Clenup] Split ShellTestApi into separate fileoshima@chromium.org2012-12-081-1/+2
* Shrink the root bounds to detect the edge by 1 dip instead of 1px.oshima@chromium.org2012-12-073-8/+57
* Revert r169388 "Record stack of the failure in SecondaryDisplayLayout test."oshima@chromium.org2012-12-071-80/+34
* Enable modal windows to be dragged to another monitors.mazda@chromium.org2012-12-071-0/+1
* Extract the code for supporing extended desktop from WorkspaceWindowResizer i...mazda@chromium.org2012-12-061-2/+2
* Remove the displays first before adding.oshima@chromium.org2012-12-062-10/+27
* Use WS_POPUP for ash_unittestsoshima@chromium.org2012-12-012-80/+26
* Revert "Use WS_POPUP for ash_unittests"oshima@chromium.org2012-12-012-26/+80
* Fixes wrong logic for display names.mukai@chromium.org2012-12-011-10/+9
* Use WS_POPUP for ash_unittestsoshima@chromium.org2012-12-012-80/+26
* Desktop aura: Break aura::Window::SetParent in two.erg@chromium.org2012-11-281-1/+1
* Undo all existing overscan settings before updating to a new overscan setting...mukai@chromium.org2012-11-285-42/+83
* Rework FocusManager as FocusClient.ben@chromium.org2012-11-281-5/+7
* Record stack of the failure in SecondaryDisplayLayout test.oshima@chromium.org2012-11-241-35/+81
* Revert 168974 - Undo all existing overscan settings before updating to a new ...nona@chromium.org2012-11-214-78/+40
* Undo all existing overscan settings before updating to a new overscan settings.mukai@chromium.org2012-11-214-40/+78
* ui: Add default implementations for EventHandler interface.sadrul@chromium.org2012-11-202-21/+0
* Disable ash_unittest DisplayControllerTest.SecondaryDisplayLayoutrbyers@chromium.org2012-11-191-1/+2
* Fill out the background of all displays when display bounds have changed.mukai@chromium.org2012-11-161-0/+5
* Cancel the existing overscan settings when start calibration, for the visibil...mukai@chromium.org2012-11-162-1/+7
* Primary display and num display info must be accessible after shutdownoshima@chromium.org2012-11-153-3/+47
* - Move DisplayManager and DisplayChangeObserverX11 from auraoshima@chromium.org2012-11-148-140/+382
* ash: Convert all remaining EventFilters into EventHandlers.sadrul@chromium.org2012-11-132-26/+21
* ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to...danakj@chromium.org2012-11-101-3/+4