summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2015-02-09tdf#88836: UI: in-form navigation bar icons goneZolnai Tamás
2015-02-06Resolves tdf#89129: crash when defining a specific relationshipJulien Nabet
2015-02-03tdf#88051 fix Graphite layout at Linux Libertine G ligature followed by tabLászló Németh
2015-02-03Resolves: fdo#87639 Image-filter Smooth crashesCaolán McNamara
2015-01-30rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl
2015-01-28when drawing a transformed bitmap in opengl backend, scale it betterLuboš Luňák
2015-01-28make it possible to easily have variants of glsl programsLuboš Luňák
2015-01-28prefer ptr_container to manual memory managementMarkus Mohrhard
2015-01-28some debug code for finding leaked OpenGLContextsMarkus Mohrhard
2015-01-28Apply GLSL patch for areaScaleFragmentShaderChris Sherlock
2015-01-28there's no bigger or smaller halfLuboš Luňák
2015-01-28draw polypolygon outline properly (if wanted)Luboš Luňák
2015-01-27don't strip font names of apparent script suffixes anymoreCaolán McNamara
2015-01-27Resolves: rhbz#1177022 no width set on space glyph with CM Typewriter fontsCaolán McNamara
2015-01-27font cache gets broken on adding an embedded fontCaolán McNamara
2015-01-27Resolves: tdf#88819 printing with ps hangsCaolán McNamara
2015-01-23calling alloca() requires #include <sal/alloca.h>Michael Stahl
2015-01-21do not draw with SALCOLOR_NONELuboš Luňák
2015-01-20accidentally ran make with VALGRIND set and walked away...Caolán McNamara
2015-01-20Fix Windows build (typo: VENT_COMMAND instead of EVENT_COMMAND)László Németh
2015-01-19Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara
2015-01-19Resolves: fdo#88417 Dropdown for ruler settings should show radio buttonsCaolán McNamara
2015-01-19vcl: fix glsl int casts of floats.Michael Meeks
2015-01-19try to handle properly fillcolor != linecolor in opengl polypolygons drawingLuboš Luňák
2015-01-19draw polypolygons properly in opengl backendLuboš Luňák
2015-01-19fix opengl hairline special casingLuboš Luňák
2015-01-19use AA for convex polygons when needed tooLuboš Luňák
2015-01-19use supersampling in Impress if fast opengl scaling is availableLuboš Luňák
2015-01-19"area" scaling for opengl that has good results for downscalingLuboš Luňák
2015-01-19implement optimized hairline drawing for openglLuboš Luňák
2015-01-19do not set Y line width to 0Luboš Luňák
2015-01-19make AA edges of objects look smoother (opengl)Luboš Luňák
2015-01-19clean up resetting of solid color when using opengl AALuboš Luňák
2015-01-19fix confusion between transparency and opacityLuboš Luňák
2015-01-19loplugin:saloverrideStephan Bergmann
2015-01-17no need to do that for all contextsMarkus Mohrhard
2015-01-16fdo#86674 paragraphs have ATK_STATE_INVALIDNiklas Johansson
2015-01-13opengl scaling can also handle the generic aliasesLuboš Luňák
2015-01-12Resolves: fdo#87015 image missing from docCaolán McNamara
2015-01-09asan: stack-buffer-overflow with fdo76216-1.docCaolán McNamara
2015-01-07Small tweaks to printing UIAdolfo Jayme Barrientos
2015-01-07Resolves: fdo#82219 color graphics as black and whiteCaolán McNamara
2015-01-07it makes no sense to use the line color in some casesMarkus Mohrhard
2015-01-07make sure to use the FillColor when we used it beforeMarkus Mohrhard
2015-01-07vcl: reset OpenGLContext(s) when yielding the last SolarMutex.Michael Meeks
2015-01-07vcl: cleanup shared SalYieldMutex from GtkYieldMutex.Michael Meeks
2015-01-07vcldemo: extend threaded rendering test.Michael Meeks
2015-01-07vcldemo: add threading mode.Michael Meeks
2015-01-06Build fix on Windows.Kohei Yoshida
2015-01-06move nScanLineBufferComponents to where it is used [-Werror=clobbered]Eike Rathke