summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2014-11-21make glxtest available in salmainMarkus Mohrhard1-0/+280
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-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-18windows opengl: Provide the context to textures everywhere where we have it.Jan Holesovsky1-9/+0
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+3
2014-11-16coverity#708662 Uninitialized scalar fieldCaolán McNamara1-1/+2
2014-11-16use the OpenGLHelper version to check for OpenGL supportMarkus Mohrhard1-1/+1
2014-11-16vcl: fdo#86307 removed Solaris workaround from #i64273#Chris Sherlock1-35/+0
2014-11-15vcl: avoid crash with 'gen' backend around window icons.Michael Meeks1-1/+4
2014-11-15fix building the KDE backendMarkus Mohrhard1-3/+4
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: Use backend-independent functions to fill/render pixmap on KDELouis-Francis Ratté-Boulianne1-67/+74
2014-11-15vcl: Replace GetPixmapFromScreen by FillPixmapFromScreenLouis-Francis Ratté-Boulianne5-102/+33
2014-11-14vcl: Stop-gap solution to start the gen / kde / kde4 plugins again.Jan Holesovsky1-3/+10
2014-11-14coverity#1209861 untaint image dataCaolán McNamara1-3/+15
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava6-10/+10
2014-11-13coverity#1251592 Dereference before null checkCaolán McNamara1-6/+3
2014-11-13coverity#1251591 Resource leakCaolán McNamara1-7/+6
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-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini7-9/+9
2014-11-12vcl: Use offscreen rendering for native GTK widgets with OpenGL backendLouis-Francis Ratté-Boulianne1-0/+6
2014-11-11coverity#1209861 untaint image dataCaolán McNamara1-6/+16
2014-11-11readLE32 should return a 32bit number, yikes!Caolán McNamara1-1/+1
2014-11-11vcl: Fix text rendering with OpenGLLouis-Francis Ratté-Boulianne4-9/+60
2014-11-10only call XFreePixmap on pixmaps created via XCreatePixmapCaolán McNamara2-2/+6
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-10vcl: the docs say gdk_window_get_screen was added in GTK+ 2.24Michael Stahl1-1/+1
2014-11-10quick build fix until I can fix that properlyMarkus Mohrhard1-1/+2
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é-Boulianne3-106/+237
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: Get visual info for window from GLX when neededLouis-Francis Ratté-Boulianne1-0/+8
2014-11-10vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne2-0/+7