summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/directfb
Commit message (Expand)AuthorAgeFilesLines
* Remove the QFactoryInterface dependency from platform pluginsLars Knoll2012-06-081-9/+0
* directfb: Compile with C++11 support enabledBradley T. Hughes2012-06-051-2/+2
* directfb: Allocate a special surface for OpenGLHolger Hans Peter Freyther2012-05-302-1/+34
* directfb: Allow a window subclass to allocate a different kind of surfaceHolger Hans Peter Freyther2012-05-304-16/+21
* directfb: description.surface_caps was already assigned conditionallyHolger Hans Peter Freyther2012-05-301-1/+0
* bcm97425: Enable the egl mode directfb QPA platform pluginHolger Hans Peter Freyther2012-05-221-1/+1
* directfb: Handle focus, close and geometry change eventsHolger Hans Peter Freyther2012-05-222-0/+32
* directfb: Expose the window when it becomes visibleHolger Hans Peter Freyther2012-05-221-2/+4
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-0710-10/+10
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-2/+2
|\
| * api: remove QWindow::visible()Girish Ramakrishnan2012-04-181-2/+2
* | directfb: Fix namespace compilation.Toby Tomkins2012-04-191-0/+4
|/
* directfb: Integrate building into configure.Holger Hans Peter Freyther2012-04-131-9/+5
* device: Introduce hooks for the directfb plugin and use themHolger Hans Peter Freyther2012-04-135-4/+151
* QCursor: Associate cursor with screen.Friedemann Kleint2012-03-073-2/+4
* directfb: Switch to the new style pluginsHolger Hans Peter Freyther2012-02-283-2/+9
* Suppport up to 27 mouse buttons from DirectFB Plugin.Rick Stockton2012-02-231-5/+57
* directfb: Use QPlatformPixmap::fromFile for Qt resourcesHolger Hans Peter Freyther2012-01-311-8/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3021-21/+21
* directfb: Deal with Qt trying to create a QSize(0, 0) platfom windowHolger Hans Peter Freyther2012-01-231-3/+3
* Update contact information in license headers.Jason McDonald2012-01-2321-21/+21
* Update copyright year in license headers.Jason McDonald2012-01-0521-21/+21
* directfb: Refer to the right class in the error messageHolger Hans Peter Freyther2012-01-031-1/+1
* directfbegl: Add unimplemented QDirectFbWindow::eglSurface, build fixHolger Hans Peter Freyther2011-12-062-1/+16
* directfb: Introduce EGL integration for DirectFBHolger Hans Peter Freyther2011-12-028-4/+327
* directfb: Use QT_BEGIN_NAMESPACE/QT_END_NAMESPACE around the codeHolger Hans Peter Freyther2011-12-029-0/+32
* directfb: Move the macro to the qdirectfbconvenience header fileHolger Hans Peter Freyther2011-12-022-5/+6
* directfb: Use the QPlatformWindow in the DirectFB BackingstoreHolger Hans Peter Freyther2011-11-243-8/+10
* directfb: Get the IDirectFBDisplayLayer through the QPlatformScreenHolger Hans Peter Freyther2011-11-244-5/+15
* directfb: Fix the typo in the parameterHolger Hans Peter Freyther2011-11-241-1/+1
* directfb: Remove dfbDisplayLayer from QDirectFbInputHolger Hans Peter Freyther2011-11-243-8/+7
* directfb: Pass the IDirectFBWindow to the QDirectFbInput methodsHolger Hans Peter Freyther2011-11-243-16/+26
* directfb: Use DirectFBErrorFatal for errors we don't handle wellHolger Hans Peter Freyther2011-11-241-5/+4
* directfb: Access the screen layer through QWindow::screen()Holger Hans Peter Freyther2011-11-245-4/+30
* directfb: Move QDirectFbScreen into a separate fileHolger Hans Peter Freyther2011-11-246-63/+151
* [directfb] Implement grab/ungrab of keyboard/pointerHolger Hans Peter Freyther2011-10-212-0/+26
* [directfb] Remove grabbing of the pointer on inputHolger Hans Peter Freyther2011-10-211-5/+0
* [directfb] Implement QPixmap::fromFile using DirectFB routinesHolger Hans Peter Freyther2011-10-212-0/+114
* [directfb] Prepare to select the alpha/opaque pixel formatsHolger Hans Peter Freyther2011-10-212-2/+21
* [directfb] Manage the font database with a QScopedPointerHolger Hans Peter Freyther2011-10-212-2/+2
* [directfb] Remove some duplication in the QDirectFbBlitter c'tor.Holger Hans Peter Freyther2011-10-211-8/+11
* directfb: Initialize m_dfb after DirectFBInit has been calledHolger Hans Peter Freyther2011-10-211-2/+4
* [directfb] Introduce the QDirectFBPointer from QWS/gfxdriversHolger Hans Peter Freyther2011-10-2114-93/+126
* [directfb] Make QDirectFBInput a QThread to allow proper exitsHolger Hans Peter Freyther2011-10-213-29/+18
* [directfb] Use QScopedPointer to manage heap allocated objectsHolger Hans Peter Freyther2011-10-217-33/+16
* [directfb] Fix memory leak when passing arguments to directFBHolger Hans Peter Freyther2011-10-211-0/+3
* [directfb] Do not call a pure virtual functionHolger Hans Peter Freyther2011-10-211-2/+0
* [directfb] Rename class from WindowSurface to BackingStoreHolger Hans Peter Freyther2011-10-215-17/+17
* [blitter] Work on tst_QPixmap::clear()Holger Hans Peter Freyther2011-10-212-13/+30
* Improved logical and physical DPI APIs.Samuel Rødal2011-10-062-3/+3