summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-04-16Need <numeric> for std::accumulate()Tor Lillqvist1-0/+2
2014-04-16WaE: Unreferenced function definition [loplugin:unreffun]Tor Lillqvist1-0/+1
2014-04-16Move alpha.cxx contents into bitmap.cxxChris Sherlock3-223/+179
2014-04-16Split outdev5.cxx and outdev6.cxxChris Sherlock7-1199/+1202
2014-04-16Split outdev3.cxxChris Sherlock3-2306/+2399
2014-04-16Split outdev2.cxxChris Sherlock22-2244/+2500
2014-04-16Move lines and rectangles to seperate source filesChris Sherlock6-93/+779
2014-04-16Move line functions into line.cxx and polyline.cxxChris Sherlock2-597/+2
2014-04-16Remove unnecessary headers from polygon.cxxChris Sherlock1-14/+0
2014-04-16Remove unnecessary includes from hatch.cxxChris Sherlock1-16/+0
2014-04-16Remove unnecessary includes from gradient.cxxChris Sherlock1-15/+0
2014-04-16Move bezier functions into own source file bezier.cxxChris Sherlock4-395/+422
2014-04-16Don't forget to add polygon as an object in the makefile!Chris Sherlock1-0/+1
2014-04-16Rename ImplGetGradientColorValueChris Sherlock1-22/+25
2014-04-16Change acessibility level for private functionsChris Sherlock1-8/+8
2014-04-16Reorganize locations of functions in gradient.cxxChris Sherlock1-42/+42
2014-04-16Move hatch functions to own source file.Chris Sherlock2-1/+1
2014-04-16Fix typoChris Sherlock1-1/+1
2014-04-16Move OutputDevice polygon funcs to vcl/source/gdi/outdev/polygon.cxxChris Sherlock2-70/+111
2014-04-16Move OutputDevice gradient funcs to vcl/source/gdi/outdev/gradient.cxxChris Sherlock3-650/+696
2014-04-16Rearrange position of gradient functions in outdev4.cxxChris Sherlock1-134/+134
2014-04-16Move OutputDevice source files to vcl/source/gdi/outdevChris Sherlock9-10/+10
2014-04-15Avoid complex static global initialisationTor Lillqvist1-3/+1
2014-04-15Build the vclopengl lib for Android, too, i.e. for all our platformsTor Lillqvist1-3/+1
2014-04-15move some common OpenGL methods to vclMarkus Mohrhard2-0/+146
2014-04-15move the opengl headers to vcl/opengl for better separationMarkus Mohrhard1-1/+1
2014-04-14update_pchThomas Arnhold1-9/+18
2014-04-14typo: occuring -> occurringThomas Arnhold1-1/+1
2014-04-14typo: hilight -> highlightThomas Arnhold1-1/+1
2014-04-14typo: foreward -> forwardThomas Arnhold1-1/+1
2014-04-14typo: suiteable -> suitableThomas Arnhold1-3/+3
2014-04-14typo: hierarchie -> hierarchyThomas Arnhold1-2/+2
2014-04-14typo: befor -> beforeThomas Arnhold3-4/+4
2014-04-14typo: choosen -> chosenThomas Arnhold1-1/+1
2014-04-14typo: independend -> independentThomas Arnhold1-1/+1
2014-04-14typo: dependend -> dependentThomas Arnhold1-2/+2
2014-04-14remove commented out codeThomas Arnhold1-1/+0
2014-04-14FS_DEBUG is never definedThomas Arnhold1-26/+0
2014-04-14InArbeit is unusedThomas Arnhold1-7/+0
2014-04-14OLD_TAB_STYLE never definedThomas Arnhold1-5/+1
2014-04-13fdo#38844 Reduce XOR clipping for gradientsChris Sherlock2-30/+6
2014-04-12cppcheck: Possible inefficient checking for emptinessJulien Nabet1-1/+1
2014-04-12cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2014-04-12cppcheck: multiConditionJulien Nabet1-1/+1
2014-04-12Unify DrawGradient functions in OutputDeviceChris Sherlock1-157/+64
2014-04-12Detect if polypolygon is a rectangle in DrawGradientChris Sherlock1-2/+14
2014-04-12Reduce the clip region in ClipAndDrawGradientChris Sherlock1-0/+6
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl2-8/+2
2014-04-11Remove unused functionStephan Bergmann1-7/+0
2014-04-11Put writing the CGImages behind the env var DBG_WRITE_CGIMAGESTor Lillqvist1-0/+3