summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)Author
2014-04-29Add gluErrorString() replacement to OpenGLHelperTor Lillqvist
2014-04-28Introduce OpenGLContext::MakeCurrent for switching between contextsZolnai Tamás
2014-04-28VCL: Move line functions into state areasChris Sherlock
2014-04-28VCL: Rename ApplyMask to DrawDeviceMask in OutputDeviceChris Sherlock
2014-04-27OpenGLHelper: extract BGRA buffer -> BitmepEx conversionZolnai Tamás
2014-04-28VCL: Renamed two functionsChris Sherlock
2014-04-27VCL: complete reorganization of text and font functions in outdev.hxxChris Sherlock
2014-04-27VCL: make all private functions SAL_DLLPRIVATE visibilityChris Sherlock
2014-04-27VCL: Rearrange most of the rest of the functions in outdev.hxxChris Sherlock
2014-04-27VCL: rename OutputDevice::ImplInitFillColor and make it privateChris Sherlock
2014-04-27VCL: OutputDevice::ImplRotatePosi, nOrientation param. should be shortChris Sherlock
2014-04-27VCL: rearrange functions in outdev/font.cxxChris Sherlock
2014-04-27VCL: rearrange font functions, move functions into OutputDeviceChris Sherlock
2014-04-27VCL: Group pixel functions in OutputDeviceChris Sherlock
2014-04-27VCL: Move polygon functions in outdev.hxxChris Sherlock
2014-04-27VCL: Move wallpaper and state based functions in outdev.hxxChris Sherlock
2014-04-27VCL: final movement of text and font functions in outdev.hxxChris Sherlock
2014-04-27VCL: more movement of text and font functions in outdev.hxxChris Sherlock
2014-04-27VCL: again move text and font functions in outdev.hxxChris Sherlock
2014-04-27VCL: move text and font functions in outdev.hxxChris Sherlock
2014-04-27VCL: Move constructors and destructors in outdev.hxxChris Sherlock
2014-04-27Move UsePolyPolygonForComplexGradient() into gradient group in outdev.hxxChris Sherlock
2014-04-27First try to render OpenGL content in a windowZolnai Tamás
2014-04-27OpenGLContext: Provide all data for SystemChildWindow creation.Zolnai Tamás
2014-04-26problem with a check define somewhere in MacOSXCaolán McNamara
2014-04-26the OutDevState dtors are never calledCaolán McNamara
2014-04-25VCL: Move OutputDevice map structures to own VCL header fileChris Sherlock
2014-04-25VCL: ImpObjStack replaced with std::stackChris Sherlock
2014-04-25VCL: Remove unused and deprecated debug check functionChris Sherlock
2014-04-25VCL: Reorganize and rename wallpaper functionsChris Sherlock
2014-04-25Renamed ImplGetDPI(X|Y) to GetDPI(X|Y)Chris Sherlock
2014-04-25Remove ImpInitOutDevData and ImplDeInitOutDevData in OutputDeviceChris Sherlock
2014-04-24Fix error: 'GetActiveClipRegion' is a protected member of 'OutputDevice'Tor Lillqvist
2014-04-25VCL: remove comment tags not recognized by doxygenChris Sherlock
2014-04-25Rearrange function locations in outdev.hxx and outdev/clipping.cxxChris Sherlock
2014-04-25VCL: Rename OutputDevice::ImplSelectClipRegion to SelectClipRegionChris Sherlock
2014-04-25VCL Change OutputDevice::ImplSetClipRegion to SetDeviceClipRegionChris Sherlock
2014-04-25fdo#74702 Move GetActiveClipRegion code into WindowChris Sherlock
2014-04-25VCL: Rearrange clipping functions in outdev.hxxChris Sherlock
2014-04-25VCL: remove comment, rename ImplInitClipRegion to InitClipRegionChris Sherlock
2014-04-25fdo#74702 Move ImplInitClipRegion Window code out of OutputDeviceChris Sherlock
2014-04-25VCL: Rename ImplReleaseGraphics to ReleaseGraphics, change to protectedChris Sherlock
2014-04-25OutputDevice::AcquireGraphics should be protected, not publicChris Sherlock
2014-04-24Rearrange VCL OutputDevice bitmap functionsChris Sherlock
2014-04-24Comment documentation error fixup in outdev.hxxChris Sherlock
2014-04-24Remove unnecessary OUTDEV_INIT() macro in VCL's outdev.hxxChris Sherlock
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