summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/gdi
AgeCommit message (Expand)AuthorFilesLines
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann2-6/+6
2015-01-10vcl: CairoTextRender::nTextColor_ to mnTextColorChris Sherlock1-6/+6
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+0
2014-12-11vcl: Limit Cairo surface size to the clipping region to improve performanceLouis-Francis Ratté-Boulianne5-2/+49
2014-12-11vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne2-9/+9
2014-12-04Move SalGenericData::GetSalDisplay() out of generic/gendata.hxxStephan Bergmann6-14/+14
2014-12-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne1-0/+5
2014-12-03Add dummy Erase to SalBitmap implementationsMatúš Kukan1-0/+5
2014-12-02vcl: Consolidate size information around the GeometryProvider.Michael Meeks1-0/+8
2014-12-02vcl: create a GeometryProvider interface.Michael Meeks1-20/+16
2014-12-02vcl: remove SalVirtualDevice::GetWidthMichael Meeks1-6/+0
2014-12-02vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possibleLouis-Francis Ratté-Boulianne3-102/+73
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara4-46/+17
2014-11-22vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne1-1/+1
2014-11-22vcl: Draw native widgets twice on black/white background to synthesize alphaLouis-Francis Ratté-Boulianne3-4/+5
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne3-0/+38
2014-11-20vcl: update the OpenGLContext's pixmap when re-sizing a VirtualDevice.Michael Meeks1-0/+9
2014-11-19Add dummy Crop to SalBitmap implementationsMatúš Kukan1-0/+5
2014-11-18windows opengl: Provide the context to textures everywhere where we have it.Jan Holesovsky1-9/+0
2014-11-16coverity#708662 Uninitialized scalar fieldCaolán McNamara1-1/+2
2014-11-15vcl: Add DrawAlphaTexture to directly render Cairo surfaceLouis-Francis Ratté-Boulianne1-34/+11
2014-11-15vcl: Implement copyBits in the OpenGL backendLouis-Francis Ratté-Boulianne1-0/+5
2014-11-15vcl: Replace GetPixmapFromScreen by FillPixmapFromScreenLouis-Francis Ratté-Boulianne4-67/+9
2014-11-13coverity#1251592 Dereference before null checkCaolán McNamara1-6/+3
2014-11-13coverity#1251588 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-11-13coverity#1251585 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-11-13coverity#1251584 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-11-13vcl: Add support for GPU scaling when no rendering is involvedLouis-Francis Ratté-Boulianne1-0/+9
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne2-3/+9
2014-11-11vcl: Fix text rendering with OpenGLLouis-Francis Ratté-Boulianne4-9/+60
2014-11-10only call XFreePixmap on pixmaps created via XCreatePixmapCaolán McNamara1-1/+5
2014-11-10vcl: cleanup the opengl selection API.Michael Meeks2-9/+2
2014-11-10mpPixmap uninitialized in one ctorCaolán McNamara1-0/+1
2014-11-10loplugin:staticcallStephan Bergmann1-2/+2
2014-11-10loplugin:unreffunStephan Bergmann1-2/+0
2014-11-10-Werror,-Wheader-guardStephan Bergmann1-1/+1
2014-11-10forgot to add the filesMarkus Mohrhard2-0/+76
2014-11-10implementation for OpenGL text rendering in the unx backendMarkus Mohrhard4-2/+53
2014-11-10vcl: Initial work to have native widgets rendered with OpenGLLouis-Francis Ratté-Boulianne4-81/+75
2014-11-10vcl: Add GetPixmapFromScreen and RenderPixmapToScreen to X11SalGraphicsLouis-Francis Ratté-Boulianne2-0/+107
2014-11-10get size correct for virtual devicesMarkus Mohrhard3-1/+10
2014-11-10use GLXPixmap for VirtualDeviceMarkus Mohrhard1-4/+14
2014-11-10change order of callsMarkus Mohrhard1-3/+3
2014-11-10forgot to init the variable for the text renderingMarkus Mohrhard1-0/+3
2014-11-10move the abstract cairo text render code out of the unx dirMarkus Mohrhard2-2/+2
2014-11-10extract cairo rendering and abstract platform bitsMarkus Mohrhard5-578/+819
2014-11-10vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne2-0/+7
2014-11-10use the configuration valueMarkus Mohrhard1-2/+5
2014-11-10vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne1-0/+5
2014-11-10vcl: Get the OpenGL window size from the frameLouis-Francis Ratté-Boulianne3-14/+15