summaryrefslogtreecommitdiffstats
path: root/ui/wm
Commit message (Expand)AuthorAgeFilesLines
* Apply automated fixits for Chrome clang plugin to views_unittests.dcheng2015-04-211-3/+3
* ui: Use a PaintRecorder to access the Canvas for painting.danakj2015-04-071-3/+4
* Pass a ui::PaintContext from ui::Layer to layer delegates.danakj2015-04-042-4/+5
* aura: Remove layerless windows.danakj2015-04-032-12/+12
* wm: Remove use of WindowTracker for each mouse event since it's never used.sadrul2015-04-021-3/+0
* Prevent capture from transferring touch event streams.tdresser2015-03-183-19/+6
* Change ui::wm::Shadow to pass ImageSkia instead of SkBitmap.hshi2015-03-171-1/+1
* Disable drag-and-drop on login flow to avoid hanging.ginkage2015-03-132-0/+95
* ui: More work to make Linux 'gn check' clean.tfarina2015-03-101-0/+1
* base: Stop passing a non-const ref to ObserverListBase::Iterator.danakj2015-03-091-4/+4
* Remove link_chrome_on_windows GN flag.brettw2015-03-021-34/+32
* Remove wm::SHADOW_TYPE_RECTANGULAR_ALWAYS_ACTIVE.jackhou2015-02-253-65/+1
* Pass location in screen coordinates to DragDropClient::StartDragAndDrop()pkotwicz2015-02-241-3/+3
* Add TransientChildWindowActivationTest() in focus_controller_unittests.cc.xdai2015-02-191-0/+25
* Tooltip Cleanuposhima2015-02-191-0/+8
* Add time_stamp parameter to MouseEvent constructorrobert.bradford2015-02-182-8/+9
* Sort GYP files under uisatorux2015-02-181-8/+8
* Sort GN files under uisatorux2015-02-181-7/+7
* When switching between users, the window that belongs toxdai2015-02-171-3/+3
* Split ui/base/ime into a new component (reland with windows GN fix)spang2015-02-052-0/+4
* Revert of Split ui/base/ime into a new component (patchset #4 id:60001 of htt...ccameron2015-02-052-4/+0
* Split ui/base/ime into a new componentspang2015-02-052-0/+4
* Remove more targets from GN Windows build.brettw2015-02-021-32/+34
* Add presubmit check for scoped_ptr usage.tfarina2015-01-231-2/+1
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+1
* GN: Add -Wl,-z defs on linux and fix errorsjamesr2015-01-211-0/+6
* Revert of Revert of linux/gyp: Find missing symbols at build time, not runtim...thakis2015-01-191-0/+7
* Revert of linux/gyp: Find missing symbols at build time, not runtime. (patchs...timloh2015-01-191-7/+0
* linux/gyp: Find missing symbols at build time, not runtime.thakis2015-01-171-0/+7
* Revert of linux/gyp: Find missing symbols at build time, not runtime. (patchs...thestig2015-01-171-7/+0
* linux/gyp: Find missing symbols at build time, not runtime.thakis2015-01-171-0/+7
* ui/wm: Cleanup - remove unused private field.tfarina2015-01-131-3/+0
* Fix regression due to https://codereview.chromium.org/757863002pkotwicz2015-01-132-6/+15
* Move UserActivityDetector to ui/base/user_activity/.derat2015-01-096-450/+0
* LayerAnimator should withdraw from processing animation queue when its delega...ljagielski2015-01-071-0/+17
* Don't show the shadow for maximized/fullscreen windowoshima2015-01-072-1/+35
* Use template specialization to generate WindowProperty code.oshima2015-01-072-2/+2
* Cleanup: Update the path to gfx size headers.tfarina2015-01-035-6/+6
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-314-5/+5
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-1/+1
* Cleanup: Update the path to insets and point headers.tfarina2014-12-234-4/+4
* Revert "Don't show the shadow for maximized/fullscreen window"reillyg2014-12-192-35/+1
* Revert of Use template specialization to generate WindowProperty code (patchs...chirantan2014-12-192-2/+2
* Don't show the shadow for maximized/fullscreen windowoshima2014-12-192-1/+35
* Use template specialization to generate WindowProperty code.oshima2014-12-192-2/+2
* ui/wm: Cleanup usage of scoped_ptr.tfarina2014-12-173-6/+5
* Fix releasing capture in Ozonepkotwicz2014-12-165-41/+271
* Use 0.2f opacity only when the shadow animation is applied.oshima2014-12-121-21/+11
* Remove a condition to prevent focus on captured window.mukai2014-12-092-16/+19
* Fix a minor typo: dispostion -> dispositionsungmann.cho2014-12-051-2/+2