summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-01-30rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl17-27/+84
2015-01-28when drawing a transformed bitmap in opengl backend, scale it betterLuboš Luňák4-2/+84
2015-01-28make it possible to easily have variants of glsl programsLuboš Luňák6-12/+32
2015-01-28prefer ptr_container to manual memory managementMarkus Mohrhard1-10/+3
2015-01-28some debug code for finding leaked OpenGLContextsMarkus Mohrhard4-0/+49
2015-01-28Apply GLSL patch for areaScaleFragmentShaderChris Sherlock1-0/+6
2015-01-28there's no bigger or smaller halfLuboš Luňák1-4/+4
2015-01-28draw polypolygon outline properly (if wanted)Luboš Luňák1-11/+5
2015-01-27don't strip font names of apparent script suffixes anymoreCaolán McNamara1-1/+1
2015-01-27Resolves: rhbz#1177022 no width set on space glyph with CM Typewriter fontsCaolán McNamara1-9/+18
2015-01-27font cache gets broken on adding an embedded fontCaolán McNamara3-8/+38
2015-01-27Resolves: tdf#88819 printing with ps hangsCaolán McNamara1-1/+1
2015-01-23calling alloca() requires #include <sal/alloca.h>Michael Stahl2-4/+2
2015-01-21do not draw with SALCOLOR_NONELuboš Luňák1-0/+2
2015-01-20accidentally ran make with VALGRIND set and walked away...Caolán McNamara1-12/+16
2015-01-20Fix Windows build (typo: VENT_COMMAND instead of EVENT_COMMAND)László Németh1-1/+1
2015-01-19Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara2-7/+9
2015-01-19Resolves: fdo#88417 Dropdown for ruler settings should show radio buttonsCaolán McNamara1-1/+1
2015-01-19vcl: fix glsl int casts of floats.Michael Meeks1-4/+4
2015-01-19try to handle properly fillcolor != linecolor in opengl polypolygons drawingLuboš Luňák1-1/+15
2015-01-19draw polypolygons properly in opengl backendLuboš Luňák2-59/+28
2015-01-19fix opengl hairline special casingLuboš Luňák2-7/+56
2015-01-19use AA for convex polygons when needed tooLuboš Luňák2-9/+32
2015-01-19use supersampling in Impress if fast opengl scaling is availableLuboš Luňák1-0/+6
2015-01-19"area" scaling for opengl that has good results for downscalingLuboš Luňák7-0/+267
2015-01-19implement optimized hairline drawing for openglLuboš Luňák1-11/+13
2015-01-19do not set Y line width to 0Luboš Luňák1-1/+1
2015-01-19make AA edges of objects look smoother (opengl)Luboš Luňák2-36/+65
2015-01-19clean up resetting of solid color when using opengl AALuboš Luňák2-33/+46
2015-01-19fix confusion between transparency and opacityLuboš Luňák1-3/+3
2015-01-19loplugin:saloverrideStephan Bergmann1-1/+1
2015-01-17no need to do that for all contextsMarkus Mohrhard4-19/+3
2015-01-16fdo#86674 paragraphs have ATK_STATE_INVALIDNiklas Johansson1-1/+10
2015-01-13opengl scaling can also handle the generic aliasesLuboš Luňák1-1/+3
2015-01-12Resolves: fdo#87015 image missing from docCaolán McNamara1-7/+32
2015-01-09asan: stack-buffer-overflow with fdo76216-1.docCaolán McNamara1-6/+6
2015-01-07Small tweaks to printing UIAdolfo Jayme Barrientos4-6/+8
2015-01-07Resolves: fdo#82219 color graphics as black and whiteCaolán McNamara2-4/+29
2015-01-07it makes no sense to use the line color in some casesMarkus Mohrhard1-1/+2
2015-01-07make sure to use the FillColor when we used it beforeMarkus Mohrhard2-7/+7
2015-01-07vcl: reset OpenGLContext(s) when yielding the last SolarMutex.Michael Meeks4-3/+33
2015-01-07vcl: cleanup shared SalYieldMutex from GtkYieldMutex.Michael Meeks2-18/+1
2015-01-07vcldemo: extend threaded rendering test.Michael Meeks1-3/+17
2015-01-07vcldemo: add threading mode.Michael Meeks2-11/+49
2015-01-06Build fix on Windows.Kohei Yoshida1-0/+1
2015-01-06move nScanLineBufferComponents to where it is used [-Werror=clobbered]Eike Rathke1-1/+1
2015-01-06vcldemo: disable broken gradient stencil use.Michael Meeks2-0/+6
2015-01-04check size before looking into the stringMarkus Mohrhard1-1/+3
2014-12-23vcl: fdo#87510 regression in GetFontMetricChris Sherlock1-1/+0
2014-12-21ifix the OpenGL UI config partMarkus Mohrhard1-2/+17