summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webcursor_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Update some #includes in webkit/glue for headers in the new Platform directorypilgrim@chromium.org2013-01-151-2/+2
* mac: Handle hidpi cursors.thakis@chromium.org2012-12-151-19/+20
* Remove Carbon cursor call interposing in Mac NPAPI pluginsstuartmorgan@chromium.org2012-10-231-129/+0
* Remove deprecated gfx::Image::operator NSImage*().rsesek@chromium.org2012-09-141-3/+3
* mac: Let Carbon plugin stuff buid with the 10.7 SDKthakis@chromium.org2012-07-261-0/+13
* mac: Load cursor images from resource pak file instead of from the bundle.thakis@chromium.org2012-07-251-35/+34
* Remove all the OS X 10.6 SDK forward declarations.rsesek@chromium.org2012-07-181-12/+0
* HiDPI cursors.avi@chromium.org2012-06-191-36/+147
* remove WEBKIT_USING_SKIAjamesr@chromium.org2012-05-111-66/+1
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-1/+1
* Fix Mac custom cursor color.avi@chromium.org2012-02-161-12/+41
* Update these includes to use the new header locationsabarth@chromium.org2011-12-031-2/+2
* Add link to SPIs.avi@chromium.org2011-08-151-1/+7
* Fix missing cursors.avi@chromium.org2011-08-151-6/+60
* [Mac] Create transparent cursor when given empty custom data.shess@chromium.org2011-07-031-13/+20
* Move app/mac/ files to ui/gfx/mac/ directory.tfarina@chromium.org2011-06-221-2/+2
* Convert WebCursor if using Skia on Mac.caryclark@chromium.org2011-06-211-0/+12
* Map webkit glue when Mac build uses Skia.caryclark@chromium.org2011-05-201-0/+2
* Implement the grab/grabbing cursors (for Mac/GTK).avi@chromium.org2011-03-021-4/+15
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-3/+3
* Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update c...brettw@chromium.org2010-12-221-6/+6
* Refactoring of cursor usage (primarily for linux).sadrul@chromium.org2010-11-231-0/+4
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-171-8/+9
* Plumb Carbon SetCursor through.avi@chromium.org2010-01-251-0/+45
* (Mac) Intercept (Cocoa) cursor setting by plugins and forward it on properly.avi@chromium.org2010-01-191-3/+52
* (Mac) Intercept (Carbon) cursor setting by plugins and forward it on properly.avi@chromium.org2010-01-151-0/+66
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-3/+3
* Make Mac WebCursor glue use the nsimage_cachemark@chromium.org2009-10-051-2/+4
* Fix custom cursors on Mac. Null and 0 turn out not to be opposites.darin@chromium.org2009-07-091-0/+4
* Start using WebCursorInfo from the WebKit API. WebCursorInfo is adarin@google.com2009-07-081-93/+114
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-3/+3
* Include what you use in webcursor_mac.mm.mark@chromium.org2009-02-181-0/+2
* Fix capitalization build break after r8028mark@chromium.org2009-01-141-1/+1
* Fix build bustage. Update enum names.darin@chromium.org2009-01-141-43/+43
* Add support for custom cursors set by windowless plugins. Windowless plugins ...ananta@chromium.org2009-01-091-0/+23
* Cursor support including custom cursors.avi@google.com2008-11-181-0/+172