summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make eglfs hooks functionality namespace cognisantDonald Carr2012-05-022-0/+7
* Optimized EGLFS backing store a bit.Samuel Rødal2012-04-181-8/+29
* Fixed RGBA <-> BGRA bug in EGLFS backingstore.Samuel Rødal2012-04-171-1/+1
* Handle window state changes correctly in EGLFSDonald Carr2012-04-162-4/+8
* Implemented raster based backing store for EGLFS plugin.Samuel Rødal2012-04-162-2/+138
* Remove OpenKode OpenVG and qvfb platformpluginsJørgen Lind2012-04-162-16/+0
* eglfs: rework hooks designGirish Ramakrishnan2012-04-116-28/+128
* Extend eglhooks to include hasCapabilityDonald Carr2012-04-114-7/+17
* eglfs: Implement xlib based hook for testingGirish Ramakrishnan2012-04-102-0/+94
* eglfs: Introduce hooks for the eglfs pluginGirish Ramakrishnan2012-04-045-8/+100
* eglfs: delete screen on exitGirish Ramakrishnan2012-04-034-3/+18