summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webcursor_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement the grab/grabbing cursors (for Mac/GTK).avi@chromium.org2011-03-021-1/+7
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-1/+1
* Refactoring of cursor usage (primarily for linux).sadrul@chromium.org2010-11-231-5/+28
* gtk: provide some more cursorsevan@chromium.org2010-11-181-3/+3
* GTK: fix decoding of custom cursor bytes.estade@chromium.org2010-08-121-11/+7
* Linux: Implement WebCursorInfo::TypeNone (i.e., invisible) cursor.viettrungluu@chromium.org2010-07-151-1/+27
* linux: use some more GDK_ cursor constants for panning cursorsevan@chromium.org2010-07-141-12/+12
* linux: reduce header interdependenciesevan@chromium.org2009-12-291-1/+1
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
* Start using WebCursorInfo from the WebKit API. WebCursorInfo is adarin@google.com2009-07-081-50/+47
* Fix incorrect gtk cursors. se-resize and sw-resize are reversed.thestig@chromium.org2009-06-161-2/+2
* Don't override user's default cursor with GDK_ARROW.estade@chromium.org2009-03-251-23/+23
* Fix build bustage. Update enum names.darin@chromium.org2009-01-141-45/+45
* Add support for custom cursors set by windowless plugins. Windowless plugins ...ananta@chromium.org2009-01-091-0/+24
* Handle the zoom cursors properly by copying more code out of WebKit's GTK port.evanm@google.com2008-12-031-2/+41
* Custom cursor support.evanm@google.com2008-11-141-0/+25
* Basic cursor support.evanm@google.com2008-11-111-0/+107