summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs
Commit message (Expand)AuthorAgeFilesLines
* Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-101-0/+1
* Compile with QT_NO_CURSOR.Volker Krause2012-12-072-0/+8
* Removed temporary backwards-compat properties and accessors in QWindowShawn Rutledge2012-12-031-1/+1
* beef up qt_plugin.prfOswald Buddenhagen2012-11-011-5/+2
* Check the EGL error before calling eglTerminate().Samuel Rødal2012-10-261-1/+2
* QPlatformWindow: change API for QPlatformWindow::setWindowStateRichard Moe Gustavsen2012-10-172-3/+2
* Remove handleSynchronous* functions.Morten Johan Sorvig2012-10-101-1/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2216-385/+385
* Revert "Fix transformation in eglfs backingstore"Jon Trulson2012-08-291-2/+2
* Fix transformation in eglfs backingstoreLaszlo Agocs2012-08-221-2/+2
* Made eglfs work with backing store based applications again.Samuel Rødal2012-08-153-4/+10
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-032-2/+2
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-192-2/+2
* eglfs: add virtual destructor to QEglFsHooksRobin Burchell2012-07-111-0/+1
* eglfs: Allow setting screen size through environment variables.Robin Burchell2012-07-061-0/+16
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-032-2/+2
* Add QPA prefix and version number to QPA plugin factory interfaces.Friedemann Kleint2012-06-271-1/+1
* Guard evdev specifics with QT_NO_EVDEV.Robin Burchell2012-06-241-0/+4
* eglfs: move m_pos into CursorGirish Ramakrishnan2012-06-222-8/+7
* platform hooks: provide defaults for screen size and depth hooksJohannes Zellner2012-06-191-2/+42
* eglfs: Pass QSurfaceFormat to createNativeWindow() hookJohannes Zellner2012-06-144-5/+8
* eglfs: Make QEglFSWindow respect the window formatGirish Ramakrishnan2012-06-145-31/+12
* eglfs: mark overriden methods with Q_DECL_OVERRIDEGirish Ramakrishnan2012-06-131-4/+4
* eglfs refactor: move window creation into qeglfswindowGirish Ramakrishnan2012-06-129-106/+212
* Remove the QFactoryInterface dependency from platform pluginsLars Knoll2012-06-081-8/+0
* Fixed compile error in eglfs plugin due to narrowing conversion.Samuel Rødal2012-06-061-4/+8
* eglfs refactor: Query screen and format info from hooksGirish Ramakrishnan2012-06-054-42/+42
* eglfs refactor: Move egl initialization to the integrationGirish Ramakrishnan2012-06-054-42/+44
* eglfs: Create mouse, keyboard and touch handlers by defaultGirish Ramakrishnan2012-06-022-2/+15
* eglfs: implement hardware cursor for the raspberry-piGirish Ramakrishnan2012-06-017-41/+80
* eglfs: allow cursor to be created without a contextGirish Ramakrishnan2012-05-313-22/+39
* eglfs: keep context active only during flushGirish Ramakrishnan2012-05-301-2/+4
* Fix compile error in eglconvenienceGirish Ramakrishnan2012-05-301-2/+1
* eglfs: Don't update screen for non mouse-move eventsGirish Ramakrishnan2012-05-291-0/+2
* Add q_printEglConfig to qeglconvenienceGirish Ramakrishnan2012-05-291-43/+1
* eglfs: remove support for widget rendering using opengl paint engineGirish Ramakrishnan2012-05-292-26/+0
* eglfs: release shader program after useGirish Ramakrishnan2012-05-291-1/+1
* eglfs: rename QEglIntegration to QEglFSIntegrationGirish Ramakrishnan2012-05-292-6/+6
* Fix warnings about unused variables.Friedemann Kleint2012-05-251-1/+1
* eglfs: use GL API directly in QEglFSCursorGirish Ramakrishnan2012-05-252-12/+53
* Fix compiler warnings in QtGui, QtWidgets.Friedemann Kleint2012-05-231-1/+1
* Clean up Raspberry Pi specDonald Carr2012-05-221-0/+1
* eglfs: hooks can never be nullGirish Ramakrishnan2012-05-181-8/+4
* eglfs: Add support for cursor hotspotsGirish Ramakrishnan2012-05-184-14/+69
* 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
* eglfs: remove multiple references to qeglfshooks.h in HEADERSGirish Ramakrishnan2012-05-171-1/+0
* Handle EglDisplay and EglContext in the native interface of eglfs.Samuel Rødal2012-05-163-1/+39
* Add eglfs cursor supportGirish Ramakrishnan2012-05-169-1/+381
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-077-8/+8