summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2014-04-16coverity#1202939 Uninitialized pointer fieldCaolán McNamara
2014-04-16Need <numeric> for std::accumulate()Tor Lillqvist
2014-04-16WaE: Unreferenced function definition [loplugin:unreffun]Tor Lillqvist
2014-04-16Move alpha.cxx contents into bitmap.cxxChris Sherlock
2014-04-16Split outdev5.cxx and outdev6.cxxChris Sherlock
2014-04-16Split outdev3.cxxChris Sherlock
2014-04-16Split outdev2.cxxChris Sherlock
2014-04-16Move lines and rectangles to seperate source filesChris Sherlock
2014-04-16Move line functions into line.cxx and polyline.cxxChris Sherlock
2014-04-16Remove unnecessary headers from polygon.cxxChris Sherlock
2014-04-16Remove unnecessary includes from hatch.cxxChris Sherlock
2014-04-16Remove unnecessary includes from gradient.cxxChris Sherlock
2014-04-16Move bezier functions into own source file bezier.cxxChris Sherlock
2014-04-16Don't forget to add polygon as an object in the makefile!Chris Sherlock
2014-04-16Rename ImplGetGradientColorValueChris Sherlock
2014-04-16Change acessibility level for private functionsChris Sherlock
2014-04-16Reorganize locations of functions in gradient.cxxChris Sherlock
2014-04-16Move hatch functions to own source file.Chris Sherlock
2014-04-16Fix typoChris Sherlock
2014-04-16Move OutputDevice polygon funcs to vcl/source/gdi/outdev/polygon.cxxChris Sherlock
2014-04-16Move OutputDevice gradient funcs to vcl/source/gdi/outdev/gradient.cxxChris Sherlock
2014-04-16Rearrange position of gradient functions in outdev4.cxxChris Sherlock
2014-04-16Move OutputDevice source files to vcl/source/gdi/outdevChris Sherlock
2014-04-15Avoid complex static global initialisationTor Lillqvist
2014-04-15Build the vclopengl lib for Android, too, i.e. for all our platformsTor Lillqvist
2014-04-15move some common OpenGL methods to vclMarkus Mohrhard
2014-04-15move the opengl headers to vcl/opengl for better separationMarkus Mohrhard
2014-04-14update_pchThomas Arnhold
2014-04-14typo: occuring -> occurringThomas Arnhold
2014-04-14typo: hilight -> highlightThomas Arnhold
2014-04-14typo: foreward -> forwardThomas Arnhold
2014-04-14typo: suiteable -> suitableThomas Arnhold
2014-04-14typo: hierarchie -> hierarchyThomas Arnhold
2014-04-14typo: befor -> beforeThomas Arnhold
2014-04-14typo: choosen -> chosenThomas Arnhold
2014-04-14typo: independend -> independentThomas Arnhold
2014-04-14typo: dependend -> dependentThomas Arnhold
2014-04-14remove commented out codeThomas Arnhold
2014-04-14FS_DEBUG is never definedThomas Arnhold
2014-04-14InArbeit is unusedThomas Arnhold
2014-04-14OLD_TAB_STYLE never definedThomas Arnhold
2014-04-13fdo#38844 Reduce XOR clipping for gradientsChris Sherlock
2014-04-12cppcheck: Possible inefficient checking for emptinessJulien Nabet
2014-04-12cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2014-04-12cppcheck: multiConditionJulien Nabet
2014-04-12Unify DrawGradient functions in OutputDeviceChris Sherlock
2014-04-12Detect if polypolygon is a rectangle in DrawGradientChris Sherlock
2014-04-12Reduce the clip region in ClipAndDrawGradientChris Sherlock
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl
2014-04-11Remove unused functionStephan Bergmann