summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2014-04-28fdo#74336 limit the size of the non-placeable WMF imageTomaž Vajngerl
2014-04-28Revert "fdo#74336 need to transform dash length / dot length / distance"Tomaž Vajngerl
2014-04-28OpenGLContext: destroy contextZolnai Tamás
2014-04-28Introduce OpenGLContext::MakeCurrent for switching between contextsZolnai Tamás
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2014-04-28VCL: Move line functions into state areasChris Sherlock
2014-04-28VCL: Rename ApplyMask to DrawDeviceMask in OutputDeviceChris Sherlock
2014-04-28VCL move DrawCheckered from outdev.cxx to rect.cxxChris Sherlock
2014-04-28VCL move DrawGrid from polygon.cxx to rect.cxxChris Sherlock
2014-04-28VCL: remove newline from DrawGrid in outdev/rect.cxxChris Sherlock
2014-04-28VCL: remove newline from outdev/rect.cxxChris Sherlock
2014-04-28VCL move SetLayoutMode & SetDigitLanguage from font.cxx to outdevstate.cxxChris Sherlock
2014-04-28VCL move SetRasterOp & SetDrawMode from outdev.cxx to outdevstate.cxxChris Sherlock
2014-04-28VCL move SetAntialiasing from outdev.cxx to outdevstate.cxxChris Sherlock
2014-04-28VCL: Move SetFont up the include fileChris Sherlock
2014-04-28VCL: Move SetBackground from outdev.cxx to outdevstate.cxxChris Sherlock
2014-04-28VCL: Move SetFillColor from outdev.cxx to outdevstate.cxxChris Sherlock
2014-04-28VCL: Move EnableOutput from outdev.cxx to outdevstate.cxxChris Sherlock
2014-04-28VCL: Move GetGCStackDepth from outdev.cxx to outdevstate.cxxChris Sherlock
2014-04-28VCL: Move Push and Pop from outdev.cxx to outdevstate.cxxChris Sherlock
2014-04-28VCL: Move InitFillColor from outdev.cxx to outdevstate.cxxChris Sherlock
2014-04-28fdo#78030 - Bitmaps are missing allover the UIThomas Arnhold
2014-04-28coverity#708631 Uninitialized scalar fieldCaolán McNamara
2014-04-28coverity#708630 Uninitialized scalar fieldCaolán McNamara
2014-04-28coverity#708629 Uninitialized scalar fieldCaolán McNamara
2014-04-28coverity#708627 Uninitialized scalar fieldCaolán McNamara
2014-04-28coverity#708319 Uninitialized scalar fieldCaolán McNamara
2014-04-27OpenGLHelper: extract BGRA buffer -> BitmepEx conversionZolnai Tamás
2014-04-27WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
2014-04-28VCL: Renamed two functionsChris Sherlock
2014-04-28VCL: rename TryDrawPolyLineDirectNoAA to TryDrawPolyLineDirectNoAACheckChris Sherlock
2014-04-27VCL: complete reorganization of text and font 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: MenuFloatingWindow::InitMenuClipRegion should be privateChris Sherlock
2014-04-27VCL: remove unnecessary linebreaksChris Sherlock
2014-04-27Fix mac build: explicitly check all platforms inside swapBuffersZolnai Tamás
2014-04-27First try to render OpenGL content in a windowZolnai Tamás
2014-04-27OpenGLContext: use generateWinData inside window initializationZolnai Tamás
2014-04-27OpenGLContext: Provide all data for SystemChildWindow creation.Zolnai Tamás
2014-04-27vcl/outdev/*.cxx cosmetic clean-upNorbert Thiebaud
2014-04-27avoid several 200ms delays in Qt testsLuboš Luňák
2014-04-26given the explanation of MenuFloatingWindow::InitClipRegion()...Caolán McNamara
2014-04-26coverity#708651 Uninitialized pointer fieldCaolán McNamara
2014-04-26fdo#74336 need to transform dash length / dot length / distanceTomaž Vajngerl
2014-04-26In fact InitMenuClipRegion() is unusedTor Lillqvist
2014-04-26work around LO blocking when asking for QClipboard's contents, helps fdo#35950Luboš Luňák
2014-04-26vcl: MenuFloatingWindow::InitClipRegion() should not be virtualMiklos Vajna