summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webcursor_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc 4.7 building problems.pkasting@chromium.org2012-06-081-4/+4
* Convert GdkPixbufFromSkBitmap(const SkBitmap*) to GdkPixbufFromSkBitmap(const...pkotwicz@chromium.org2012-05-201-1/+1
* Linux: Fix the build for Ubuntu Precise.thestig@chromium.org2012-03-221-1/+1
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-1/+1
* Revert "GTK: Remove calls that no longer exist and just call the base unref."erg@chromium.org2012-02-291-2/+2
* GTK: Remove calls that no longer exist and just call the base unref.erg@chromium.org2012-02-161-3/+3
* GTK: Don't assert when a website gives us an empty cursor image.erg@chromium.org2011-11-071-0/+6
* Additional build fixes for auradavemoore@chromium.org2011-10-031-10/+0
* Aura under Linux is enabled with:saintlou@chromium.org2011-09-181-0/+10
* linux: delete code that worked around gtk <2.18evan@chromium.org2011-08-291-27/+0
* 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