summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-01-19use a special X error handler for more GLX callsMarkus Mohrhard1-14/+40
2015-01-19draw polypolygon outline properly (if wanted)Luboš Luňák1-11/+5
2015-01-19do not draw with SALCOLOR_NONELuboš Luňák1-0/+2
2015-01-19remove needless loopLuboš Luňák1-4/+1
2015-01-19try to fix GetVersionEx deprecation warnings from Windows SDK 8.1Michael Stahl1-0/+6
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-19fdo#75757 Remove inheritance from std::vectorMichaël Lefèvre5-91/+90
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-19Don't allow a negative sample range. Fixes test breakage.Tomaž Vajngerl1-2/+4
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn13-45/+32
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn10-29/+18
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn10-51/+31
2015-01-19fdo#74124 bilinear scaling with blending for some formatsTomaž Vajngerl1-86/+193
2015-01-19Extract slow path of DrawDeviceAlphaBitmap into its own methodTomaž Vajngerl1-116/+137
2015-01-17forgot the Win and OSX backendMarkus Mohrhard2-2/+2
2015-01-17no need to do that for all contextsMarkus Mohrhard2-17/+1
2015-01-16remove unnecessary parenthesesNoel Grandin6-122/+122
2015-01-15coverity#1264396 Uninitialized scalar fieldCaolán McNamara1-0/+2
2015-01-15Fix warning about ignoring write() return valLuke Deller1-4/+12
2015-01-15Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara2-6/+8
2015-01-15vcl: make glyph iterator variable names more clear in GenericSalLayoutChris Sherlock1-95/+95
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara18-133/+122
2015-01-14GetData is a hopelessly generic nameCaolán McNamara1-1/+1
2015-01-14-Werror,-Wunused-variableStephan Bergmann1-2/+0
2015-01-14Resoles: fdo#38829 Implemented fractional inches for Bug #38829.Foo Lai Choo1-11/+77
2015-01-14vcl: minor - cleanup inc/unx/salgdi.hChris Sherlock1-202/+239
2015-01-13Improve ImplLogicToPixel overflow checkStephan Bergmann1-1/+7
2015-01-13java: inline CheckMemoryUsage test propertiesNoel Grandin2-57/+16
2015-01-12WaE: vcl/opengl/gdiimpl.cxxCaolán McNamara1-2/+2
2015-01-12vcl: possible regression introduced in fa1f37753d2826a0 as part of i99295Chris Sherlock1-1/+1
2015-01-12Work around -fsanitize=shiftStephan Bergmann1-2/+2
2015-01-12Resolves: fdo#87015 image missing from docCaolán McNamara1-7/+32
2015-01-12opengl scaling can also handle the generic aliasesLuboš Luňák1-1/+3
2015-01-12implement optimized hairline drawing for openglLuboš Luňák1-11/+13
2015-01-12do not set Y line width to 0Luboš Luňák1-1/+1
2015-01-12make AA edges of objects look smoother (opengl)Luboš Luňák2-36/+65
2015-01-12clean up resetting of solid color when using opengl AALuboš Luňák2-33/+46
2015-01-12fix confusion between transparency and opacityLuboš Luňák1-3/+3
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin30-100/+66
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin34-92/+92
2015-01-12FocusChanged and DataChanged are never overridenNoel Grandin6-17/+0
2015-01-12Add lok::Office::postKeyEvent()Miklos Vajna1-2/+2
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin2-27/+8
2015-01-12vcl: update comments about GenericSalLayout::ApplyDXArrayChris Sherlock1-4/+19