summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann110-1143/+1154
2014-03-26fdo#74702 Move device specific bitmap drawing to its own functionChris Sherlock2-29/+36
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2-7/+7
2014-03-26Return two accidentally removed member functionsTor Lillqvist1-0/+2
2014-03-26Seems we don't need any basebmp stuff in AquaSalGraphics on iOSTor Lillqvist5-134/+41
2014-03-26Sprinkle some SAL_OVERRIDEsTor Lillqvist4-82/+83
2014-03-26Bin DestroyVirtualDevice(): Just use delete directly at call sitesTor Lillqvist10-39/+3
2014-03-25Remove now unused tools/debug.hxx profiling functionalityStephan Bergmann2-22/+0
2014-03-25osl_setDetailedDebugMessageFunc is effectively doing nothingStephan Bergmann1-13/+0
2014-03-25DBG_OUT_WARNING is unusedStephan Bergmann1-29/+0
2014-03-25Fix to commit 03568b2e2405fc44435b95720f3680ab1daea836Chris Sherlock1-0/+12
2014-03-25fdo#74702 DrawTransformedBitmapEx simplifiedChris Sherlock1-2/+1
2014-03-25fdo#74702 Move GetBitCount() and GetAlphaBitCount into correct classesChris Sherlock2-24/+18
2014-03-25fdo#74702 Moved EnableRTL() logic to specific classes where appropriateChris Sherlock4-52/+28
2014-03-25prevent KDE/Qt from interfering with the session managerLuboš Luňák2-9/+16
2014-03-25remove commented codeThomas Arnhold1-1/+0
2014-03-25Remove commented-out debug codeStephan Bergmann1-3/+0
2014-03-24fix Mac buildStephan Bergmann1-1/+1
2014-03-2464-bit OS X build fixTor Lillqvist1-1/+1
2014-03-24GetPaintArea() was operating directly on the region, no need to return it.Jan Holesovsky2-9/+6
2014-03-24fdo#76179: deleting mpDefaultWin causes a DBG_TESTSOLARMUTEXStephan Bergmann3-1/+10
2014-03-24Revert "Resolves: #i124375# force soft-hyphen visibility for CoreText..."Caolán McNamara1-10/+1
2014-03-24Make sure to include Foundation.h to get NSStringTor Lillqvist1-0/+1
2014-03-24Fix a few problems in the iOS vcl codeTor Lillqvist6-135/+149
2014-03-24Resolves: #i124375# force soft-hyphen visibility for CoreText...Herbert Dürr1-1/+10
2014-03-24callcatcher: update unused codeCaolán McNamara1-8/+0
2014-03-24fdo#74702 ImplDrawBitmap functionality moved to protected functionChris Sherlock1-11/+17
2014-03-24fdo#74702 GetPaintArea protected function introducedChris Sherlock2-7/+16
2014-03-24Decrease indentation by returning early.Jan Holesovsky2-27/+24
2014-03-23No need for these (void)sKhaled Hosny2-54/+20
2014-03-22cppcheck: fix reassigned varsJulien Nabet1-6/+3
2014-03-22coverity#705969 Dereference before null checkCaolán McNamara1-1/+1
2014-03-22fix higher debug level buildsCaolán McNamara1-0/+1
2014-03-22WaE: unused variable 'aSrcOutRect'Tor Lillqvist1-2/+0
2014-03-22cppcheck: fix Possible inefficient checkingJulien Nabet1-1/+1
2014-03-22casting to void to silence a WaE lead to windows complaining.Norbert Thiebaud1-2/+1
2014-03-22WaE unused parameterNorbert Thiebaud1-1/+1
2014-03-22fdo#74702 DrawOutDev() and CopyArea() functions now noops in PrinterChris Sherlock2-16/+51
2014-03-22fdo#74702 Moved CopyArea() Window specific functionChris Sherlock2-24/+45
2014-03-22fdo#74702 Move BitmapEx drawing code to seperate functionsChris Sherlock2-100/+143
2014-03-21Resolves: fdo#76457 image buttons too narrowCaolán McNamara2-6/+14
2014-03-21fdo#74702 ImplPrintMask() implemented in PrinterChris Sherlock2-110/+98
2014-03-21fdo#74702 Moved ImplReleaseGraphics into correct classesChris Sherlock4-116/+171
2014-03-21Revert "fdo#74064 The filename gets properly highlighted in the Save As dialog."Kohei Yoshida1-7/+3
2014-03-21Fold psprint_config into vclKhaled Hosny7-0/+763
2014-03-21Related: fdo#74468 drop hard-coded 'sec' and use FUNIT_SECONDSCaolán McNamara1-6/+1
2014-03-21coverity#1000766 Dereference before null checkCaolán McNamara1-3/+2
2014-03-21coverity#705966 Dereference before null checkCaolán McNamara1-1/+1
2014-03-21coverity#736078 Missing break in switchCaolán McNamara1-0/+1
2014-03-21coverity#708662 Uninitialized pointer fieldCaolán McNamara3-3/+1