summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/qeglfscursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-151-14/+20
* qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-021-0/+1
* eglfs: save state in the cursorLaszlo Agocs2015-08-061-14/+115
* Move eglfs-only parts back from eglconvenienceLaszlo Agocs2015-07-161-0/+401
* eglfs: Move reusable functionality to eglconvenienceLaszlo Agocs2014-01-171-356/+0
* Remove the GLES 2 dependency for eglfs and kmsJorgen Lind2013-11-191-2/+3
* eglfs: Support multiple raster windowsLaszlo Agocs2013-09-201-6/+15
* eglfs: Avoid glUniform calls with wrong type when drawing the cursorLaszlo Agocs2013-09-131-1/+1
* 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