summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbcursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* devicePixelRatio support for XCBPaul Olav Tvete2014-08-191-2/+4
* XCB: Enable loading of the Qt::DragLinkCursorAlessandro Portale2014-07-101-1/+1
* Silence failed xcbxsettings initializationJorgen Lind2014-01-231-1/+1
* XCB: Fix pixmap leakUli Schlachter2014-01-051-0/+2
* Windows/Linux: Cache cursors by mask/pixmap keys and shape.Friedemann Kleint2013-10-021-13/+27
* xcb: fallback to gtk cursor themesJørgen Lind2013-05-201-24/+91
* Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-211-1/+1
|\
| * Fixed crash when VNCing and trying to use non-present XFixes extension.Mitch Curtis2013-03-151-1/+1
* | Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* | XCB: Free cursors.Friedemann Kleint2013-01-311-1/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-211-11/+13
|/
* Fix warnings found by GCC 4.7 in the XCB platform pluginThiago Macieira2013-01-031-1/+1
* Compile with QT_NO_CURSOR.Volker Krause2012-12-071-0/+2
* Prevent potential crash in QXcbCursor::queryPointer().Samuel Rødal2012-10-261-9/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* xcb: fix unused static warningMarc Mutz2012-08-231-0/+2
* Implement QXcbIntegration::queryKeyboardModifiers()David Faure2012-06-221-3/+5
* Improved QCursor::setPos() robustness on xcb.Samuel Rødal2012-06-201-0/+1
* Remove QCursor::handleGirish Ramakrishnan2012-05-311-1/+1
* QCursor: Associate cursor with screen.Friedemann Kleint2012-03-071-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* xcb: Don't crash on missing mouse pointerUli Schlachter2012-01-231-4/+6
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Create custom cursors via XRender.Laszlo Agocs2011-06-091-15/+11
* Cursor support in xcb plug-in.Laszlo Agocs2011-06-081-0/+550