summaryrefslogtreecommitdiffstats
path: root/ui/base/cursor
Commit message (Expand)AuthorAgeFilesLines
* Remove some implicit Point to PointF conversions, add helpers.danakj2015-10-221-1/+1
* gfx: Make conversions from Size to SizeF be explicit.danakj2015-09-251-2/+2
* Modify the hot points of the 2x mouse cursor for better user experience.xdai2015-07-201-2/+2
* Making GN build of ui_base pass for Android with use_aura=1mfomitchev2015-07-141-0/+16
* Apply automated fixits for Chrome clang plugin to ui_base_unittests.dcheng2015-04-211-10/+8
* virtual/override specifier cleanup in ui/ (mostly Ozone code).gunsch2015-01-062-17/+17
* Cleanup: Update the path to gfx size headers.tfarina2015-01-032-2/+2
* Cleanup: Update the path to insets and point headers.tfarina2014-12-235-6/+6
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-10/+8
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-094-17/+17
* ozone: Plumb animated cursors from BitmapCursorFactoryOzone to DriSurfaceFactoryspang2014-09-102-8/+50
* ozone: Plumb animated cursors from CursorLoaderOzone to CursorFactoryOzonespang2014-09-096-47/+106
* Fix the uses of T* conversion operator from scoped_refptr<T> which is now rem...lcwu2014-09-081-3/+3
* Use qualified path for three more grit headers from ui.tfarina2014-09-071-1/+1
* ozone: Handle default cursors with no bitmap in BitmapCursorFactoryOzonespang2014-09-042-13/+31
* ozone: Remove CursorFactoryOzone::SetCursor, GetCursorWindowspang2014-09-032-19/+10
* Use a qualified path for ui_resources.h grit includes.tfarina@chromium.org2014-08-171-1/+1
* ui: Remove unneeded includes of grit/ui_resources.hthakis@chromium.org2014-08-141-1/+0
* setConfig is deprecated, use setInfo or allocPixels insteadreed@google.com2014-07-011-2/+1
* ozone: Move the factory interfaces into a common target.sadrul@chromium.org2014-06-206-116/+6
* ozone: Initialize a subsystem only if necessary.sadrul@chromium.org2014-05-162-8/+9
* Do not scale cursor image for 2x imageoshima@chromium.org2014-05-132-1/+10
* Remove cursor_mac.mm, fix GN build.brettw@chromium.org2014-05-101-17/+0
* [Ozone] Proper cursor support for multi-monitor configurationsdnicoara@chromium.org2014-05-072-0/+10
* app_shell: Add support for mouse cursors.derat@chromium.org2014-04-282-0/+202
* Remove non USE_AURA code from views files.erg@chromium.org2014-04-252-13/+0
* Use platform's device scale factor for cursor instead of gfx::Display because...oshima@chromium.org2014-04-233-18/+13
* Revert of Use platform's device scale factor for cursor (https://codereview.c...pfeldman@chromium.org2014-04-233-11/+16
* Use platform's device scale factor for cursor instead of gfx::Display because...oshima@chromium.org2014-04-233-16/+11
* Fix an uninit in CursorLoaderX11Test.ScaleAndRotate test.earthdok@chromium.org2014-04-101-0/+1
* ozone: Add default cursor support to BitmapCursorFactoryOzonespang@chromium.org2014-03-242-3/+24
* Implement WebCursor for Ozonespang@chromium.org2014-03-226-55/+93
* evdev: dri: Add CursorFactoryOzone implementation for DRI platformspang@chromium.org2014-03-182-0/+127
* ozone: evdev: Add CursorDelegateEvdev & implement cursor warpspang@chromium.org2014-03-142-16/+6
* Make CursorFactoryOzone methods virtualspang@chromium.org2014-03-061-7/+8
* Add CursorFactoryOzone for platform cursors with ozonespang@chromium.org2014-03-067-49/+146
* Fix potential crash in CursorLoaderOzone.kalyan.kondapally@intel.com2014-02-271-5/+3
* Adding Ozone CursorLoader and necessary API functions to allow setting the cu...dnicoara@chromium.org2014-02-135-37/+107
* Adds NOTIMPLEMENTED cursor for android and includes pathsky@chromium.org2014-01-091-0/+19
* Make aura_demo work on Macccameron@chromium.org2014-01-071-0/+17
* ui: Rename ui_export.h to ui_base_export.htfarina@chromium.org2014-01-066-24/+23
* Prefix string16 with base:: in ui/.dbeam@chromium.org2013-12-182-3/+4
* Support mouse cursor in DesktopCaptureDeviceAura.hshi@chromium.org2013-12-172-0/+31
* Fix hotspot values.avi@chromium.org2013-12-121-3/+3
* [Files.app] Fix the hotspot values of large cursorsyoshiki@chromium.org2013-12-091-32/+37
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-242-3/+3
* Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"davemoore@chromium.org2013-09-202-3/+3
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-202-3/+3
* Move XID, XDisplay, GetXDisplay and a few other types to ui/gfx/x/x11_types.hben@chromium.org2013-09-201-3/+3
* Makes native_widget_types forward declare ui::Cursor.sky@chromium.org2013-09-161-1/+6