summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/qeglfscursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+4
|/
* Compile with QT_NO_CURSOR.Volker Krause2012-12-071-0/+4
* Remove handleSynchronous* functions.Morten Johan Sorvig2012-10-101-1/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* eglfs: move m_pos into CursorGirish Ramakrishnan2012-06-221-6/+6
* Fixed compile error in eglfs plugin due to narrowing conversion.Samuel Rødal2012-06-061-4/+8
* eglfs: implement hardware cursor for the raspberry-piGirish Ramakrishnan2012-06-011-20/+37
* eglfs: allow cursor to be created without a contextGirish Ramakrishnan2012-05-311-10/+31
* eglfs: Don't update screen for non mouse-move eventsGirish Ramakrishnan2012-05-291-0/+2
* eglfs: use GL API directly in QEglFSCursorGirish Ramakrishnan2012-05-251-11/+51
* eglfs: Add support for cursor hotspotsGirish Ramakrishnan2012-05-181-11/+36
* eglfs: Allow cursor atlas to be specified using an env variableGirish Ramakrishnan2012-05-171-1/+4
* eglfs: delete cursor textures in the destructorGirish Ramakrishnan2012-05-171-1/+7
* Add eglfs cursor supportGirish Ramakrishnan2012-05-161-0/+222