summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2014-11-13Remove unused #includeStephan Bergmann
2014-11-13WaEStephan Bergmann
2014-11-13vcl: Abstract the Windows text rendering into a TextRenderImpl descendant.Jan Holesovsky
2014-11-13vcldemo: add OutputDevice / copyBits test case.Michael Meeks
2014-11-13spurious warning C4701: potentially uninitialized local variableMichael Stahl
2014-11-13fix missing dependency to glewMarkus Mohrhard
2014-11-13vcl: rename variable in OutputDevice:drawOutDevDirect()Chris Sherlock
2014-11-13Revert "loplugin:unreffun"Markus Mohrhard
2014-11-13vcldemo: Add some values to the gradient arraysLouis-Francis Ratté-Boulianne
2014-11-13vcl: Fix several coordinates calculationsLouis-Francis Ratté-Boulianne
2014-11-13vcl: Use stencil mask to clip gradient shapeLouis-Francis Ratté-Boulianne
2014-11-13vcl: Use glScissor for rectangular clip regionsLouis-Francis Ratté-Boulianne
2014-11-13vcl: Fix gradient programs attribute bindingLouis-Francis Ratté-Boulianne
2014-11-13vcl: Use scissor or stencil for clipping in OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-13vcldemo: Draw mini-view of the whole window in the last rectangleLouis-Francis Ratté-Boulianne
2014-11-13vcl: Add support for GPU scaling when no rendering is involvedLouis-Francis Ratté-Boulianne
2014-11-13vcl: Use new size when scaling with filter in OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-13vcl: Fix memory free bugsLouis-Francis Ratté-Boulianne
2014-11-13vcl: Fix the masked texture program attributes bindingLouis-Francis Ratté-Boulianne
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne
2014-11-12vcldemo: render AA polylines and line-caps behind top-left pane.Michael Meeks
2014-11-12vcl: add missing glew.Michael Meeks
2014-11-12coverity#1213365 Untrusted value as argumentCaolán McNamara
2014-11-12coverity#1213370 Untrusted value as argumentCaolán McNamara
2014-11-12coverity#735657 Division or modulo by float zeroCaolán McNamara
2014-11-12windows: Default to large icons, as we do on all other operating systems.Jan Holesovsky
2014-11-12opengl: Check for error at the end of every method that deals with OpenGL.Jan Holesovsky
2014-11-12windows opengl: Printer still needs WinSalGraphicsImpl.Jan Holesovsky
2014-11-12pebcak, condition reversedCaolán McNamara
2014-11-12alloca needs special include on SOLARISRichard PALO
2014-11-12valgrind: logic for last-ditch svg detection is bustedCaolán McNamara
2014-11-12valgrind+afl: bad rleCaolán McNamara
2014-11-12coverity#735344 Unchecked return value from libraryCaolán McNamara
2014-11-12valgrind+afl: short readCaolán McNamara
2014-11-12valgrind+afl: short readCaolán McNamara
2014-11-12valgrind+afl: initialize nFlagsCaolán McNamara
2014-11-12valgrind+afl: short readCaolán McNamara
2014-11-12valgrind+afl: initialize cSizeCaolán McNamara
2014-11-12valgrind+afl: check p1 at start of loopCaolán McNamara
2014-11-12Fraction: rewrite condition 'GetDenominator()==-1'Juan Picca
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-12loplugin:unreffunStephan Bergmann
2014-11-12add quick way to enable OpenGL backend through env varMarkus Mohrhard
2014-11-12vcl: Use offscreen rendering for native GTK widgets with OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-12vcl: Add support for radial gradients in OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-12vcl: Read back OpenGL FBO to create offscreen X11 pixmapLouis-Francis Ratté-Boulianne
2014-11-12vcl: Add initial support for linear gradient with OpenGLLouis-Francis Ratté-Boulianne
2014-11-12WaE: calm clang tinderbox.Michael Meeks
2014-11-12vcldemo: add some clipping tests under the checkerboard tile.Michael Meeks
2014-11-11vcldemo: render a selection of odd gradients.Michael Meeks