summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)Author
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock
2014-04-23Rename VCL's ImplInitGraphics to AcquireGraphicsChris Sherlock
2014-04-23Move bitmap functions in header, warn if calling GetBitmap() in PrinterChris Sherlock
2014-04-22Make OutputDevice::DrawTransformedBitmapEx a public functionChris Sherlock
2014-04-22Merge tworect.cxx with rect.cxx and rename functionsChris Sherlock
2014-04-22DrawTransformedBitmapEx - fix accidental renameChris Sherlock
2014-04-22Make TryDrawPolyLineDirect a public function of OutputDeviceChris Sherlock
2014-04-22Reorganize outdev.hxx - mainly map functionsChris Sherlock
2014-04-22Move DownsizeBitmap from gdi/print2.cxx to outdev/bitmap.cxxChris Sherlock
2014-04-22Group OutputDevice masking functions together in outdev.hxxChris Sherlock
2014-04-22Rearrange OutputDevice line functionsChris Sherlock
2014-04-22Reorganize OutputDevice hatch functionsChris Sherlock
2014-04-22Move DrawImage function location in outdev.hxxChris Sherlock
2014-04-22Rearrange OutputDevice's gradient functionsChris Sherlock
2014-04-22Reorganize OutputDevice bitmap functionsChris Sherlock
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-20fdo#74702 Only VirtualDevice should handle the Word ext lead bugChris Sherlock
2014-04-19Change ImplDrawAlpha to DrawAlphaBitmapChris Sherlock
2014-04-19Refactor OutputDevice::DrawImage()Chris Sherlock
2014-04-19fixincludeguards.sh: includeThomas Arnhold
2014-04-19fdo#74702 Allow Window & OutputDevice to handle erasureChris Sherlock
2014-04-19fdo#74702 Allow Printer & OutputDevice to handle font orientationChris Sherlock
2014-04-18handle strange brightness+contrast adjustment from msoffice (fdo#38410)Luboš Luňák
2014-04-18Extract code of BitmapEx -> RGBA buffer conversion to OpenGLHelperZolnai Tamás
2014-04-18fdo#74702 Allow Printer to handle ImplInitFont and renameChris Sherlock
2014-04-18Refactor VCL bitmap codeChris Sherlock
2014-04-17coverity#708644 Uninitialized pointer fieldCaolán McNamara
2014-04-17fdo#74702 Seperate ImplDrawGradientWallpaper and renameChris Sherlock
2014-04-17fdo#74702 Move common mask functionality to ApplyMaskChris Sherlock
2014-04-17Move bezier functionsChris Sherlock
2014-04-16coverity#1202938 unused class membersCaolán McNamara
2014-04-16Split outdev3.cxxChris Sherlock
2014-04-16Split outdev2.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-16Change acessibility level for private functionsChris Sherlock
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-15only render through OpenGL after successful context creationMarkus Mohrhard
2014-04-15switch to IOpenGLRenderer in chart2 2D renderingMarkus Mohrhard
2014-04-15tie lifetime of some objects togetherMarkus Mohrhard
2014-04-14typo: positon -> positionThomas Arnhold
2014-04-13fdo#38844 Reduce XOR clipping for gradientsChris Sherlock
2014-04-11ClipAndDrawGradientToBounds no longer requiredChris Sherlock
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-10Kill the ImplSVGDIData::mbNoXORClipping flagTor Lillqvist
2014-04-10Remove unnecessary bound-box parameter from clipping functionsChris Sherlock
2014-04-08Make it compile for iOS and maybe Android, tooTor Lillqvist
2014-04-08temporarily render to a fileMarkus Mohrhard
2014-04-08improve the code for temporary OpenGl contextMarkus Mohrhard