summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2015-01-21callcatcher: update unused codeCaolán McNamara
2015-01-21Resolves: #i46871# Add French translation for Space keyAriel Constenla-Haile
2015-01-20vcl: remove dependency of SalShlData on GetVersionEx()Michael Stahl
2015-01-20accidentally ran make with VALGRIND set and walked away...Caolán McNamara
2015-01-20move OutputDevice:: Clear/Refresh inside AddTempDevFontCaolán McNamara
2015-01-20font cache gets broken on adding an embedded fontCaolán McNamara
2015-01-20bail out early if there is no DisplayMarkus Mohrhard
2015-01-20lets do that before we delete our objectMarkus Mohrhard
2015-01-20some debug code for finding leaked OpenGLContextsMarkus Mohrhard
2015-01-20I was just missing the code for the ARB versionMarkus Mohrhard
2015-01-20only enable these error handlers in dbgutil buildsMarkus Mohrhard
2015-01-20fix the life cycle of my RAII objectMarkus Mohrhard
2015-01-20Revert "vcl: increment ref in OpenGLSalGraphicsImpl::AcquireContext"Chris Sherlock
2015-01-20vcl: increment ref in OpenGLSalGraphicsImpl::AcquireContextChris Sherlock
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2015-01-19use a special X error handler for more GLX callsMarkus Mohrhard
2015-01-19draw polypolygon outline properly (if wanted)Luboš Luňák
2015-01-19do not draw with SALCOLOR_NONELuboš Luňák
2015-01-19remove needless loopLuboš Luňák
2015-01-19try to fix GetVersionEx deprecation warnings from Windows SDK 8.1Michael Stahl
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-19fdo#75757 Remove inheritance from std::vectorMichaël Lefèvre
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-19Don't allow a negative sample range. Fixes test breakage.Tomaž Vajngerl
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn
2015-01-19fdo#74124 bilinear scaling with blending for some formatsTomaž Vajngerl
2015-01-19Extract slow path of DrawDeviceAlphaBitmap into its own methodTomaž Vajngerl
2015-01-17forgot the Win and OSX backendMarkus Mohrhard
2015-01-17no need to do that for all contextsMarkus Mohrhard
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-15coverity#1264396 Uninitialized scalar fieldCaolán McNamara
2015-01-15Fix warning about ignoring write() return valLuke Deller
2015-01-15Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara
2015-01-15vcl: make glyph iterator variable names more clear in GenericSalLayoutChris Sherlock
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara
2015-01-14GetData is a hopelessly generic nameCaolán McNamara
2015-01-14-Werror,-Wunused-variableStephan Bergmann
2015-01-14Resoles: fdo#38829 Implemented fractional inches for Bug #38829.Foo Lai Choo
2015-01-14vcl: minor - cleanup inc/unx/salgdi.hChris Sherlock
2015-01-13Improve ImplLogicToPixel overflow checkStephan Bergmann
2015-01-13java: inline CheckMemoryUsage test propertiesNoel Grandin
2015-01-12WaE: vcl/opengl/gdiimpl.cxxCaolán McNamara