summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
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
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
2014-11-10vcl: Add OpenGLSalBitmap implementationLouis-Francis Ratté-Boulianne1-1/+7
2014-11-10add possibility to check if system can run OpenGL VCL backendMarkus Mohrhard1-1/+4
2014-11-10use constructor init listMarkus Mohrhard1-21/+16
2014-11-10move that variable out of the constructor init listMarkus Mohrhard1-1/+3
2014-11-10use configuration value for OpenGL backendMarkus Mohrhard1-2/+4
2014-11-10bring the gradient rendering down into SalGraphicsImpl & unx backendMarkus Mohrhard3-1/+13
2014-11-10add missing fileMarkus Mohrhard1-0/+16
2014-11-10implement X11WindowProvider for GtkSalFrameMarkus Mohrhard1-0/+5
2014-11-10fix stupid typoMarkus Mohrhard1-1/+1
2014-11-10better way to access the X11 windowMarkus Mohrhard2-5/+8
2014-11-10handle the OpenGL context for the x11 backendMarkus Mohrhard1-3/+7
2014-11-10make sure that the frame is set when we need itMarkus Mohrhard1-1/+1
2014-11-10add OpenGLContext to OpenGL vcl rendering codeMarkus Mohrhard1-0/+9
2014-11-10use m prefix instead of _ for member variablesMarkus Mohrhard3-214/+216
2014-11-10fix missing piecesMarkus Mohrhard1-2/+6
2014-11-10fix double delete after latest refactoringMarkus Mohrhard1-2/+2
2014-11-10integrate WIP OpenGL rendering to unix backendMarkus Mohrhard1-0/+4
2014-11-10forgot to populate the ImplMarkus Mohrhard1-2/+4
2014-11-10add missing header guardsMarkus Mohrhard1-0/+5
2014-11-10no need for these methods to be virtualMarkus Mohrhard1-2/+2
2014-11-10use Impl for unix vcl pluginsMarkus Mohrhard4-1551/+2101
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann7-16/+18
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin7-18/+16
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+2
2014-11-04vcl: gtk 2.4 is checked at configure timeRiccardo Magliocchetti1-3/+0
2014-11-03Detect KDE5 and fallback to KDE4UI thereTomáš Chvátal1-0/+21