summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)Author
2014-11-20vcl: update the OpenGLContext's pixmap when re-sizing a VirtualDevice.Michael Meeks
2014-11-19Add dummy Crop to SalBitmap implementationsMatúš Kukan
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-18windows opengl: Provide the context to textures everywhere where we have it.Jan Holesovsky
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-16coverity#708662 Uninitialized scalar fieldCaolán McNamara
2014-11-16use the OpenGLHelper version to check for OpenGL supportMarkus Mohrhard
2014-11-16vcl: fdo#86307 removed Solaris workaround from #i64273#Chris Sherlock
2014-11-15vcl: avoid crash with 'gen' backend around window icons.Michael Meeks
2014-11-15fix building the KDE backendMarkus Mohrhard
2014-11-15vcl: Add DrawAlphaTexture to directly render Cairo surfaceLouis-Francis Ratté-Boulianne
2014-11-15vcl: Implement copyBits in the OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-15vcl: Use backend-independent functions to fill/render pixmap on KDELouis-Francis Ratté-Boulianne
2014-11-15vcl: Replace GetPixmapFromScreen by FillPixmapFromScreenLouis-Francis Ratté-Boulianne
2014-11-14vcl: Stop-gap solution to start the gen / kde / kde4 plugins again.Jan Holesovsky
2014-11-14coverity#1209861 untaint image dataCaolán McNamara
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-13coverity#1251592 Dereference before null checkCaolán McNamara
2014-11-13coverity#1251591 Resource leakCaolán McNamara
2014-11-13coverity#1251588 Unchecked dynamic_castCaolán McNamara
2014-11-13coverity#1251585 Unchecked dynamic_castCaolán McNamara
2014-11-13coverity#1251584 Unchecked dynamic_castCaolán McNamara
2014-11-13vcl: Add support for GPU scaling when no rendering is involvedLouis-Francis Ratté-Boulianne
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-12vcl: Use offscreen rendering for native GTK widgets with OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-11coverity#1209861 untaint image dataCaolán McNamara
2014-11-11readLE32 should return a 32bit number, yikes!Caolán McNamara
2014-11-11vcl: Fix text rendering with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10only call XFreePixmap on pixmaps created via XCreatePixmapCaolán McNamara
2014-11-10vcl: cleanup the opengl selection API.Michael Meeks
2014-11-10mpPixmap uninitialized in one ctorCaolán McNamara
2014-11-10vcl: the docs say gdk_window_get_screen was added in GTK+ 2.24Michael Stahl
2014-11-10quick build fix until I can fix that properlyMarkus Mohrhard
2014-11-10loplugin:staticcallStephan Bergmann
2014-11-10loplugin:unreffunStephan Bergmann
2014-11-10-Werror,-Wheader-guardStephan Bergmann
2014-11-10forgot to add the filesMarkus Mohrhard
2014-11-10implementation for OpenGL text rendering in the unx backendMarkus Mohrhard
2014-11-10vcl: Initial work to have native widgets rendered with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10vcl: Add GetPixmapFromScreen and RenderPixmapToScreen to X11SalGraphicsLouis-Francis Ratté-Boulianne
2014-11-10get size correct for virtual devicesMarkus Mohrhard
2014-11-10use GLXPixmap for VirtualDeviceMarkus Mohrhard
2014-11-10change order of callsMarkus Mohrhard
2014-11-10forgot to init the variable for the text renderingMarkus Mohrhard
2014-11-10move the abstract cairo text render code out of the unx dirMarkus Mohrhard
2014-11-10extract cairo rendering and abstract platform bitsMarkus Mohrhard
2014-11-10vcl: Get visual info for window from GLX when neededLouis-Francis Ratté-Boulianne
2014-11-10vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne
2014-11-10use the configuration valueMarkus Mohrhard