summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-11-14coverity#1209863 Untrusted loop boundCaolán McNamara1-2/+11
2014-11-14coverity#705989 silence Insecure temporary fileCaolán McNamara1-4/+6
2014-11-14coverity#1209861 untaint image dataCaolán McNamara1-3/+15
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava23-30/+33
2014-11-14vcl: remove more unnecessary headers from mapmod.hxxMichael Stahl1-0/+1
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl20-13/+69
2014-11-14vcl: Fix leak.Jan Holesovsky1-1/+1
2014-11-14vcl: mpFontCharSets is never set.Jan Holesovsky3-15/+0
2014-11-14vcl: mpLogFont is never set.Jan Holesovsky3-6/+0
2014-11-14windows opengl: Proof-of-concept text rendering.Jan Holesovsky5-15/+69
2014-11-14windows opengl: Prepare WinLayout (and derived classes) for OpenGL.Jan Holesovsky2-47/+65
2014-11-14vcl: Split winlayout.cxx to .cxx and .hxx.Jan Holesovsky2-186/+233
2014-11-14Revert "vcl: Abstract the Windows text rendering into a TextRenderImpl descen...Jan Holesovsky9-330/+76
2014-11-14Revert "vcl: remove non-existent include and hope that it builds?"Jan Holesovsky1-0/+1
2014-11-13coverity#1251596 Uncaught exceptionCaolán McNamara1-22/+35
2014-11-13coverity#1251600 Uncaught exceptionCaolán McNamara1-4/+17
2014-11-13coverity#1251605 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-11-13coverity#1251604 Uninitialized scalar fieldCaolán McNamara1-1/+2
2014-11-13coverity#1251603 Uninitialized scalar fieldCaolán McNamara1-1/+3
2014-11-13coverity#1251602 Uninitialized scalar fieldCaolán McNamara1-0/+5
2014-11-13coverity#1251601 Uninitialized pointer fieldCaolán McNamara1-1/+0
2014-11-13coverity#1251593 Unintended sign extensionCaolán McNamara1-1/+1
2014-11-13coverity#1251592 Dereference before null checkCaolán McNamara1-6/+3
2014-11-13coverity#1251591 Resource leakCaolán McNamara1-7/+6
2014-11-13coverity#1251588 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-11-13coverity#1251586 Unchecked dynamic_castCaolán McNamara1-2/+3
2014-11-13coverity#1251585 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-11-13coverity#1251584 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-11-13coverity#1251583 Division or modulo by zeroCaolán McNamara1-3/+3
2014-11-13coverity#1251581 Copy-paste errorCaolán McNamara1-1/+1
2014-11-13vcl: remove non-existent include and hope that it builds?Michael Stahl1-1/+0
2014-11-13Remove unused #includeStephan Bergmann1-2/+0
2014-11-13WaEStephan Bergmann1-1/+1
2014-11-13vcl: Abstract the Windows text rendering into a TextRenderImpl descendant.Jan Holesovsky9-76/+330
2014-11-13vcldemo: add OutputDevice / copyBits test case.Michael Meeks1-10/+58
2014-11-13spurious warning C4701: potentially uninitialized local variableMichael Stahl1-2/+2
2014-11-13fix missing dependency to glewMarkus Mohrhard2-0/+2
2014-11-13vcl: rename variable in OutputDevice:drawOutDevDirect()Chris Sherlock1-9/+9
2014-11-13Revert "loplugin:unreffun"Markus Mohrhard1-0/+11
2014-11-13vcldemo: Add some values to the gradient arraysLouis-Francis Ratté-Boulianne1-5/+5
2014-11-13vcl: Fix several coordinates calculationsLouis-Francis Ratté-Boulianne1-9/+9
2014-11-13vcl: Use stencil mask to clip gradient shapeLouis-Francis Ratté-Boulianne2-30/+50
2014-11-13vcl: Use glScissor for rectangular clip regionsLouis-Francis Ratté-Boulianne1-1/+1
2014-11-13vcl: Fix gradient programs attribute bindingLouis-Francis Ratté-Boulianne1-4/+4
2014-11-13vcl: Use scissor or stencil for clipping in OpenGL backendLouis-Francis Ratté-Boulianne3-21/+68
2014-11-13vcldemo: Draw mini-view of the whole window in the last rectangleLouis-Francis Ratté-Boulianne1-1/+1
2014-11-13vcl: Add support for GPU scaling when no rendering is involvedLouis-Francis Ratté-Boulianne4-16/+90
2014-11-13vcl: Use new size when scaling with filter in OpenGL backendLouis-Francis Ratté-Boulianne2-5/+12
2014-11-13vcl: Fix memory free bugsLouis-Francis Ratté-Boulianne2-4/+4
2014-11-13vcl: Fix the masked texture program attributes bindingLouis-Francis Ratté-Boulianne1-2/+2