summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-11-12pebcak, condition reversedCaolán McNamara1-1/+1
2014-11-12alloca needs special include on SOLARISRichard PALO2-0/+8
2014-11-12valgrind: logic for last-ditch svg detection is bustedCaolán McNamara1-1/+3
2014-11-12valgrind+afl: bad rleCaolán McNamara2-3/+38
2014-11-12coverity#735344 Unchecked return value from libraryCaolán McNamara1-4/+7
2014-11-12valgrind+afl: short readCaolán McNamara4-3/+3
2014-11-12valgrind+afl: short readCaolán McNamara2-5/+8
2014-11-12valgrind+afl: initialize nFlagsCaolán McNamara1-2/+2
2014-11-12valgrind+afl: short readCaolán McNamara1-5/+8
2014-11-12valgrind+afl: initialize cSizeCaolán McNamara1-9/+10
2014-11-12valgrind+afl: check p1 at start of loopCaolán McNamara2-2/+4
2014-11-12Fraction: rewrite condition 'GetDenominator()==-1'Juan Picca1-12/+9
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini35-48/+48
2014-11-12loplugin:unreffunStephan Bergmann1-11/+0
2014-11-12add quick way to enable OpenGL backend through env varMarkus Mohrhard1-1/+3
2014-11-12vcl: Use offscreen rendering for native GTK widgets with OpenGL backendLouis-Francis Ratté-Boulianne2-0/+7
2014-11-12vcl: Add support for radial gradients in OpenGL backendLouis-Francis Ratté-Boulianne4-19/+132
2014-11-12vcl: Read back OpenGL FBO to create offscreen X11 pixmapLouis-Francis Ratté-Boulianne3-9/+47
2014-11-12vcl: Add initial support for linear gradient with OpenGLLouis-Francis Ratté-Boulianne4-2/+142
2014-11-12WaE: calm clang tinderbox.Michael Meeks1-1/+1
2014-11-12vcldemo: add some clipping tests under the checkerboard tile.Michael Meeks1-2/+53
2014-11-11vcldemo: render a selection of odd gradients.Michael Meeks1-46/+107
2014-11-11vcldemo: render an enlarged view on mouse click.Michael Meeks1-9/+44
2014-11-11vcldemo: re-factor rendering panes, to enable zooming.Michael Meeks1-178/+257
2014-11-11vcldemo: click to invalidate bits and bounce a floatwin around.Michael Meeks1-0/+61
2014-11-11vcl: Use the fast path for rendering.Jan Holesovsky1-5/+3
2014-11-11windows opengl: Make sure we don't reach the slow parts of the code.Jan Holesovsky1-5/+8
2014-11-11windows opengl: Instantiate OpenGLSalBitmap even on Windows.Jan Holesovsky3-5/+18
2014-11-11There are three positive return codes from inflateCaolán McNamara1-0/+0
2014-11-11WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'Tor Lillqvist1-1/+1
2014-11-11Revert "Fix apparently broken commit"Jan Holesovsky1-0/+3
2014-11-11coverity#1209861 untaint image dataCaolán McNamara1-6/+16
2014-11-11readLE32 should return a 32bit number, yikes!Caolán McNamara1-1/+1
2014-11-11vcl: avoid opengl kernel creation writing over its buffers.Michael Meeks1-0/+4
2014-11-11Adapt vcldemo code to layer NONEStephan Bergmann1-16/+1
2014-11-11vcl: Fix text rendering with OpenGLLouis-Francis Ratté-Boulianne9-9/+96
2014-11-11vcl: Fix the VirtualDevice rectangle rendering in vcldemoLouis-Francis Ratté-Boulianne1-1/+1
2014-11-11vcl: Fix alpha value when drawing bitmap with maskLouis-Francis Ratté-Boulianne2-2/+2
2014-11-11vcl: Use a different FBO when rendering using a VirtualDeviceLouis-Francis Ratté-Boulianne7-7/+75
2014-11-11vcl: Remove unused shaders listLouis-Francis Ratté-Boulianne1-2/+0
2014-11-11vcl: Add methods to call before and after OpenGL renderingLouis-Francis Ratté-Boulianne3-34/+61
2014-11-11vcl: Fix pixel drawing with OpenGLLouis-Francis Ratté-Boulianne1-1/+1
2014-11-11Fix apparently broken commitStephan Bergmann1-3/+0
2014-11-11windows opengl: We need a constructor for OpenGLSalGraphicsImpl.Jan Holesovsky2-0/+22
2014-11-11vcl: fdo#39468 - remove useless German commentChris Sherlock1-1/+0
2014-11-11vcl: move OutputDevice::ImplDrawFrameDev() to WindowChris Sherlock3-54/+53
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin12-30/+30
2014-11-11vcl: make ImplDrawOutDevDirect a protected function in OutputDeviceChris Sherlock1-4/+4
2014-11-11vcl: move OutputDevice::ImplGetFrameDev() to WindowChris Sherlock3-14/+12
2014-11-10vcl: Use shared list for OpenGL contexts even with DBG_UTIL enabledLouis-Francis Ratté-Boulianne1-10/+13