summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpixmap_blitter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Put all the declarations of qt_defaultDpi{,X,Y}() in one placeJiang Jiang2011-04-051-2/+1
| | | | Reviewed-by: Samuel Rødal
* Update copyright year to 2011.Rohan McGovern2011-03-101-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3)
* Fix the license in files for LighthouseJørgen Lind2010-10-281-0/+41
|
* Fix qt_defaultDpi, but not use Q_DECL_IMPORT but Q_GUI_EXPORTJørgen Lind2010-10-281-2/+2
|
* Compile fix for RVCT 4Jørgen Lind2010-10-281-2/+2
|
* Fix QT_BLITTER_RASTEROVERLAY and namespace errorJørgen Lind2010-10-271-1/+2
| | | | Reviewed-by: paul
* Removed createBlittable factory function from PlatformIntegrationJørgen Lind2010-07-221-7/+3
| | | | | | | | | | and moved it onto QBlittablePixmap making the class abstract. The creator function was seen as to spesialised to be part of the PlatformIntegration class, and belonged to the QBlittablePixmap class anyway since that was the PixmapData type you would need to return to use the blitter api. Also removed the cross platform examples as they are more confusing than anything else. For usage of QBlittable look in the directfb platform integration plugin.
* Refactored QGraphicsSystemCursor -> QPlatformCursorJørgen Lind2010-06-241-0/+4
|
* Say hello to Q_WS_QPA!Jørgen Lind2010-06-241-1/+1
| | | | Rename Q_WS_LITE -> Q_WS_QPA
* Refactoring GraphicsSystem to QPlatformIntegrationJørgen Lind2010-03-311-1/+1
| | | | | | | | | | | QPlatformIntegration is the "main" integration class which needs to be subclassed. This is done so that we don't pollute GraphicsSystem with functionality that really does not belong there. In lighthouse applications needs now to be started with -platform some_platform
* Make sure the blitter api works with Raster GS(x11 and win) and QWSJørgen Lind2010-03-291-2/+7
|
* Minimaldfb: try to make pixelformat of window the same as the layerJørgen Lind2010-02-231-0/+5
|
* Second attemt on rasteroverlay in blitterpaintengineJørgen Lind2010-02-091-6/+100
|
* Fix QPixmap::fill autotest and cachekey autotestJørgen Lind2010-01-271-3/+32
| | | | | | | Also make sure it didn't failed with a QFATAL when drawing bitmaps and tried to make sure all surfaces er unlocked when opperations are being performed on them from the windowsurface. There are still test failuers :(
* Fixed QBlittablePixmapData::fillJørgen Lind2010-01-181-3/+4
| | | | | and a clipping error in the paintengine. Should prob. refactor engine state and clip calls.
* Fix QBlittablePixmapData::fromImageJørgen Lind2010-01-121-4/+21
|
* Added colordepth convenience function in minimaldfbJørgen Lind2010-01-111-1/+3
| | | | and added pixelformat for default dfbblitters
* Alpha channel fixes for QBlittablePixmapDataPaul Olav Tvete2010-01-081-3/+4
| | | | Reviewed-by: Jørgen Lind
* Make sure that premultiplied surfaces are usedJørgen Lind2010-01-051-5/+3
| | | | and clean up a bit. Also removed alot of unnecessary windowsurface code
* Adding serialnumber to qpixmap_blitterJørgen Lind2010-01-041-0/+1
|
* Fix stupid stride error in qblitter_directfbJørgen Lind2009-12-091-1/+1
| | | | How many times am I going to make that mistake?"£$%"^
* Quick fix for bitmap typeJørgen Lind2009-12-091-2/+1
|
* Fix QBlittablePixmapData::fromImageJørgen Lind2009-11-251-11/+17
| | | | There is still a stride problem when running the browser demo
* Cleanup blitter and minimaldfbJørgen Lind2009-11-251-2/+3
| | | | | | A QBlittable is now aware if it is locked or not. Created a seperate header file for DirectFB convenience functions
* Made the blitter api work in lighthouseJørgen Lind2009-11-251-8/+53
|
* Added QBlittablePixmapDataJørgen Lind2009-11-251-0/+65
Is going to be used by everyone that reimplements QBlittable