summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-05-04Move ImplInitAppFontData from Window to ApplicationChris Sherlock3-61/+50
2014-05-03Rearrange outdev.cxx functions, et al.Chris Sherlock5-368/+395
2014-05-02Add the "quoteright" key to the list of available keyboard shortcuts.Kohei Yoshida5-1/+13
2014-05-02coverity#441827 Deference before null checkChris Sherlock1-1/+11
2014-05-01coverity#708673 Uninitialized pointer fieldCaolán McNamara1-4/+18
2014-05-01coverity#708576 Uninitialized scalar fieldCaolán McNamara1-1/+8
2014-05-01coverity#738861 Uninitialized pointer fieldCaolán McNamara4-11/+24
2014-05-01coverity#708321 Uninitialized pointer fieldCaolán McNamara2-12/+31
2014-05-01coverity#708645 Uninitialized pointer fieldCaolán McNamara1-13/+27
2014-05-01coverity#708650 Uninitialized pointer fieldCaolán McNamara1-0/+8
2014-05-01coverity#1209550 Unchecked dynamic_castChris Sherlock1-1/+13
2014-05-01coverity#1209003: Unchecked return valueChris Sherlock1-2/+5
2014-05-01Revert "VCL: move native widget rendering functions out of OutputDevice"Chris Sherlock2-10/+32
2014-05-01VCL: sal_True -> true and sal_False -> false in outdev/text.cxxChris Sherlock1-2/+2
2014-05-01VCL: move native widget rendering functions out of OutputDeviceChris Sherlock2-32/+10
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni26-39/+39
2014-05-01VCL: Rearrange function locations and accessibility in window.hxxChris Sherlock1-76/+76
2014-04-30vcl: clean-up DrawDeviceBitmap methodTomaž Vajngerl1-32/+30
2014-04-30fdo#77126 BitmapEx.Scale already takes care of mirroringTomaž Vajngerl1-3/+7
2014-04-29coverity#1210161 Uninitialized scalar variableCaolán McNamara1-0/+1
2014-04-29Resolves: fdo#61102 type ahead in lists skips the next entryCaolán McNamara1-1/+1
2014-04-29Resolves: fdo#72142 darker default workspace colorCaolán McNamara1-1/+1
2014-04-29prevent deadlocks between main thread and other thread processing a Qt eventLuboš Luňák1-2/+6
2014-04-29coverity#1210193 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-04-29Add gluErrorString() replacement to OpenGLHelperTor Lillqvist1-0/+32
2014-04-28mem leak in OutDevStackStateCaolán McNamara1-4/+3
2014-04-28fdo#74336 limit the size of the non-placeable WMF imageTomaž Vajngerl1-0/+14
2014-04-28Revert "fdo#74336 need to transform dash length / dot length / distance"Tomaž Vajngerl2-18/+6
2014-04-28OpenGLContext: destroy contextZolnai Tamás1-0/+20
2014-04-28Introduce OpenGLContext::MakeCurrent for switching between contextsZolnai Tamás1-0/+11
2014-04-28prefer makefile-gmake-modeTakeshi Abe2-2/+2
2014-04-28VCL: Move line functions into state areasChris Sherlock2-69/+71
2014-04-28VCL: Rename ApplyMask to DrawDeviceMask in OutputDeviceChris Sherlock2-3/+3
2014-04-28VCL move DrawCheckered from outdev.cxx to rect.cxxChris Sherlock2-24/+24
2014-04-28VCL move DrawGrid from polygon.cxx to rect.cxxChris Sherlock2-99/+99
2014-04-28VCL: remove newline from DrawGrid in outdev/rect.cxxChris Sherlock1-1/+0
2014-04-28VCL: remove newline from outdev/rect.cxxChris Sherlock1-2/+0
2014-04-28VCL move SetLayoutMode & SetDigitLanguage from font.cxx to outdevstate.cxxChris Sherlock2-22/+22
2014-04-28VCL move SetRasterOp & SetDrawMode from outdev.cxx to outdevstate.cxxChris Sherlock2-29/+28
2014-04-28VCL move SetAntialiasing from outdev.cxx to outdevstate.cxxChris Sherlock2-17/+19
2014-04-28VCL: Move SetFont up the include fileChris Sherlock1-23/+21
2014-04-28VCL: Move SetBackground from outdev.cxx to outdevstate.cxxChris Sherlock2-24/+24
2014-04-28VCL: Move SetFillColor from outdev.cxx to outdevstate.cxxChris Sherlock2-85/+85
2014-04-28VCL: Move EnableOutput from outdev.cxx to outdevstate.cxxChris Sherlock2-8/+9
2014-04-28VCL: Move GetGCStackDepth from outdev.cxx to outdevstate.cxxChris Sherlock2-5/+4
2014-04-28VCL: Move Push and Pop from outdev.cxx to outdevstate.cxxChris Sherlock2-185/+187
2014-04-28VCL: Move InitFillColor from outdev.cxx to outdevstate.cxxChris Sherlock2-21/+26
2014-04-28fdo#78030 - Bitmaps are missing allover the UIThomas Arnhold1-1/+4
2014-04-28coverity#708631 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-04-28coverity#708630 Uninitialized scalar fieldCaolán McNamara1-1/+6