summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers/directfb/qdirectfbpixmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Make Qt/DirectFB less verbose about failing to load pixmaps.Anders Bakken2011-02-171-3/+2
* directfb: Pixmap creation always premultiplied the alpha even when it is alre...Denis Oliver Kropp2011-02-041-18/+4
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Fall back to Qt for loading images with DICAPS_COLORKEY.Anders Bakken2010-10-211-7/+11
* Export qt_directfb_.* functions in plugin as wellAnders Bakken2010-09-171-2/+0
* Fix a bug in QDirectFBPixmapData::fromImageAnders Bakken2010-05-271-15/+10
* Refactor QDirectFBPixmap::fromImage slightlyAnders Bakken2010-03-261-14/+9
* QDirectFBPixmap can handle NoOpaqueDetection.Anders Bakken2010-03-261-1/+1
* Don't use DirectFB for non-existing pixmapsAnders Bakken2010-03-081-0/+2
* Don't disable alpha when filling with opaque colorAnders Bakken2010-03-011-1/+1
* Export a function to get dfb-surface from a pixmapAnders Bakken2010-02-101-0/+11
* Implement QDirectFBPixmapData::scrollAnders Bakken2010-01-221-3/+28
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-071-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Set serial number in QDFBPixmapData::transformedAnders Bakken2010-01-041-0/+1
|/
* Fix a alpha issue with RGB32 and DirectFBAnders Bakken2009-09-291-1/+4
* Simplify QDirectFBPixmapData::fromDataBufferAnders Bakken2009-09-161-48/+3
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Fix QDirectFBPixmapData::fromImageAnders Bakken2009-09-081-6/+30
* Rewrite of DirectFB locking mechanismAnders Bakken2009-09-011-14/+17
* Make DirectFB compile with Qt in a namespaceAnders Bakken2009-09-011-2/+2
* More DirectFB ifdef cleanup.Anders Bakken2009-08-311-1/+2
* Clean up directfb ifdefsAnders Bakken2009-08-311-0/+5
* Fix QT_BEGIN/END_NAMESPACE in DirectFBAnders Bakken2009-08-311-0/+5
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Use QScopedPointer instead of homegrown smartptrAnders Bakken2009-08-261-30/+29
* | Implement support for keeping image provider aliveAnders Bakken2009-08-251-1/+7
* | Implement support for DirectFB image providersAnders Bakken2009-08-251-0/+155
* | Refactor QDirectFBPaintDevice/QDirectFBPixmapDataAnders Bakken2009-08-251-17/+17
* | Reset is_null in QDirectFBPixmapData::invalidate()Anders Bakken2009-08-241-0/+1
* | Release surface in QDirectFBPixmapData::invalidateAnders Bakken2009-08-241-0/+4
* | Clean up surface creation code in dfbAnders Bakken2009-08-211-11/+15
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Merge branch '4.5'Thiago Macieira2009-08-031-6/+7
|\ \ | |/
| * Refactor QDirectFBPaintDeviceAnders Bakken2009-07-281-6/+7
* | Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-201-1/+6
|\ \ | |/
| * Clean up directfb bit flippingAnders Bakken2009-07-171-1/+1
| * Fix QDirectFBPixmap::toImageAnders Bakken2009-07-131-0/+5
* | Merge branch '4.5'Thiago Macieira2009-06-251-2/+3
|\ \ | |/
| * Fix a rendering issueAnders Bakken2009-06-241-3/+3
* | Make sure to update is_null in copy/transformedAnders Bakken2009-06-221-0/+3
* | Fix a couple of issues after QPixmapData optimsAnders Bakken2009-06-181-10/+15
* | Speed up QPixmap::width(), height(), isNull() and depth().Andreas Aardal Hanssen2009-06-171-0/+8
|/
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* Make the directfb plugin compile against 0.9Anders Bakken2009-06-081-1/+6
* Make sure to retain alpha information in copyAnders Bakken2009-06-041-3/+4
* Remove all force raster on RGB32 stuffAnders Bakken2009-05-281-22/+1