Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make DirectFB compile with 0.9.22 | Anders Bakken | 2009-06-09 | 2 | -3/+8 | |
* | Make the directfb plugin compile against 0.9 | Anders Bakken | 2009-06-08 | 5 | -4/+40 | |
* | Make sure to retain alpha information in copy | Anders Bakken | 2009-06-04 | 1 | -3/+4 | |
* | Improve readability of QDFBWindowSurface::scroll | Anders Bakken | 2009-06-01 | 1 | -21/+18 | |
* | Don't support porter duff |= source over | Anders Bakken | 2009-05-29 | 1 | -96/+24 | |
* | Remove all force raster on RGB32 stuff | Anders Bakken | 2009-05-28 | 4 | -75/+32 | |
* | Warn when trying to use an unsupported format | Anders Bakken | 2009-05-28 | 1 | -5/+10 | |
* | Removed warning | Anders Bakken | 2009-05-21 | 1 | -1/+1 | |
* | Fixed wrong function name in warning | Anders Bakken | 2009-05-12 | 1 | -3/+3 | |
* | initialize all DFBSurfaceDescriptions to 0 | Anders Bakken | 2009-05-11 | 1 | -1/+6 | |
* | Remove unused variable | Anders Bakken | 2009-05-11 | 1 | -1/+0 | |
* | Fix a type in warning | Anders Bakken | 2009-05-11 | 1 | -1/+1 | |
* | Whitespace fix | Anders Bakken | 2009-05-07 | 1 | -1/+1 | |
* | Use proper ways to create "window" surface | Anders Bakken | 2009-05-06 | 1 | -9/+1 | |
* | Improved debug output for directfb:debug | Anders Bakken | 2009-05-06 | 1 | -6/+10 | |
* | Pass the scale parameter as an int. | Anders Bakken | 2009-05-06 | 1 | -1/+1 | |
* | Make Scale public | Anders Bakken | 2009-05-06 | 1 | -1/+3 | |
* | Cleaned up code | Anders Bakken | 2009-05-05 | 1 | -24/+20 | |
* | Cleaned up code | Anders Bakken | 2009-05-05 | 1 | -439/+443 | |
* | Refactored image caching | Anders Bakken | 2009-05-05 | 7 | -141/+147 | |
* | Make sure image caching works with Qt3Support | Anders Bakken | 2009-05-05 | 1 | -0/+1 | |
* | Cleaned up code a little | Anders Bakken | 2009-05-05 | 1 | -41/+28 | |
* | Don't call prepare more than necessary | Anders Bakken | 2009-05-05 | 3 | -22/+37 | |
* | DirectFB can't handle "mirrored" scales | Anders Bakken | 2009-05-05 | 1 | -14/+23 | |
* | Improved debug output | Anders Bakken | 2009-05-05 | 1 | -30/+30 | |
* | Rename QDirectFBSurface to QDirectFBWindowSurface | Anders Bakken | 2009-05-04 | 5 | -34/+34 | |
* | Lock for read only when possible | Anders Bakken | 2009-05-04 | 9 | -25/+40 | |
* | Implemented an option to tune flipping | Anders Bakken | 2009-05-04 | 4 | -3/+11 | |
* | Beautified code | Anders Bakken | 2009-05-02 | 2 | -17/+17 | |
* | Improve debug output (in debug mode only) | Anders Bakken | 2009-05-01 | 1 | -2/+83 | |
* | Extended surface capabilities | Anders Bakken | 2009-05-01 | 2 | -6/+31 | |
* | Cleaned up surface creation code | Anders Bakken | 2009-05-01 | 4 | -34/+28 | |
* | Improved readability of the flip code | Anders Bakken | 2009-05-01 | 1 | -7/+2 | |
* | Fixed possible crash in QDirectFBPaintEngine::clip | Anders Bakken | 2009-05-01 | 1 | -1/+1 | |
* | Remove superfluous call to base class | Anders Bakken | 2009-04-29 | 1 | -2/+2 | |
* | Cleaned up mouse/cursor code | Anders Bakken | 2009-04-29 | 3 | -33/+28 | |
* | Fixed cursors with QT_NO_DIRECTFB_PREALLOCATED | Anders Bakken | 2009-04-29 | 1 | -75/+75 | |
* | Fold boolean options into flags | Anders Bakken | 2009-04-28 | 4 | -20/+21 | |
* | Added an option for ignoring the system clip | Anders Bakken | 2009-04-28 | 3 | -10/+23 | |
* | Make the disable/warn on fallbacks more flexible | Anders Bakken | 2009-04-28 | 2 | -52/+82 | |
* | Cleaned up constness errors | Anders Bakken | 2009-04-28 | 1 | -14/+16 | |
* | Remove the simpleBrush concept | Anders Bakken | 2009-04-24 | 2 | -1/+85 | |
* | Remove the simpleBrush concept | Anders Bakken | 2009-04-23 | 2 | -29/+20 | |
* | Convert bitmaps to alpha pixmap format | Anders Bakken | 2009-04-22 | 1 | -2/+2 | |
* | Compile | Anders Bakken | 2009-04-22 | 1 | -2/+2 | |
* | Kill some warnings | Anders Bakken | 2009-04-22 | 2 | -3/+5 | |
* | Unify IDirectFBSurface->Lock() calls | Anders Bakken | 2009-04-22 | 4 | -46/+58 | |
* | Take out STATIC_ALLOC of primary surface creation | Anders Bakken | 2009-04-22 | 1 | -7/+7 | |
* | Fix some keyboard issues | Anders Bakken | 2009-04-21 | 1 | -18/+112 | |
* | Beautify displayArgs parsing | Anders Bakken | 2009-04-09 | 1 | -12/+18 | |