summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-03-09Resolves: fdo#86493 Fix crash while scaling large bitmaps.Ashod Nakashian1-6/+7
2015-03-09tdf#84102: Expose XAccessibleExtendedAttributes through ATKJacobo Aragunde Pérez3-0/+66
2015-03-05tdf#89482 - return size of system virtual device resource at construction.Michael Meeks15-22/+48
2015-03-02in BITFIELDS mode (3) there are *3* pal entries not 12Caolán McNamara1-1/+1
2015-02-27tdf#89666: vcl: speed up HbLayoutEngine line layout for large paragraphsMichael Stahl1-1/+1
2015-02-17Resolves: tdf#86159 floating windows have complicated bordersCaolán McNamara1-0/+12
2015-02-12Resolves: tdf#87663 update checker tries to add icon to toc preview toolbarCaolán McNamara1-24/+48
2015-02-12Resolves: tdf#89252 Fix bold, regular font spacing bug for Graphite fontsMartin Hosken2-9/+13
2015-02-09tdf#88836: UI: in-form navigation bar icons goneZolnai Tamás1-2/+2
2015-02-06Resolves tdf#89129: crash when defining a specific relationshipJulien Nabet1-5/+3
2015-02-03tdf#88051 fix Graphite layout at Linux Libertine G ligature followed by tabLászló Németh1-1/+1
2015-02-03Resolves: fdo#87639 Image-filter Smooth crashesCaolán McNamara2-9/+16
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