summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2018-01-18lok dialog: enable MessageDialog tunnelingHenry Castro2-9/+47
2018-01-18Fix typosAndrea Gelmini1-1/+1
2018-01-17coverity#1427627 'Constant' variable guards dead codeCaolán McNamara1-0/+4
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-17use the same shade of grey as Online UI usesAndras Timar1-1/+1
2018-01-17Fix --enable-kde4Stephan Bergmann1-1/+1
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin1-2/+2
2018-01-17loplugin:useuniqueptr in OpenGLSalGraphicsImplNoel Grandin2-2/+2
2018-01-17loplugin:useuniqueptr in SalXLibNoel Grandin2-4/+4
2018-01-17loplugin:useuniqueptr in X11SalVirtualDeviceNoel Grandin2-4/+3
2018-01-17loplugin:useuniqueptr in PspSalInfoPrinterNoel Grandin2-11/+5
2018-01-17loplugin:useuniqueptr in PPDParserNoel Grandin1-1/+1
2018-01-17loplugin:useuniqueptr in PrinterJobNoel Grandin2-58/+48
2018-01-17loplugin:useuniqueptr in GlyphCacheNoel Grandin2-5/+3
2018-01-17loplugin:useuniqueptr in GraphicFilterNoel Grandin2-8/+8
2018-01-17loplugin:useuniqueptr in ImplAllSettingsDataNoel Grandin1-20/+18
2018-01-17loplugin:useuniqueptr in LogicalFontInstanceNoel Grandin2-4/+4
2018-01-17loplugin:useuniqueptr in PDFExtOutDevDataNoel Grandin1-5/+4
2018-01-17loplugin:useuniqueptr in VectorGraphicDataNoel Grandin1-5/+1
2018-01-17loplugin:useuniqueptr in OctreeNoel Grandin2-3/+3
2018-01-17loplugin:useuniqueptr in TransparencyEmitNoel Grandin2-16/+8
2018-01-17loplugin:useuniqueptr in WindowImplNoel Grandin4-17/+13
2018-01-17loplugin:useuniqueptr in ImplWinDataNoel Grandin3-17/+19
2018-01-17loplugin:useuniqueptr in OutDevStateNoel Grandin1-21/+21
2018-01-17loplugin:useuniqueptr in TextEngineNoel Grandin2-18/+16
2018-01-17tdf#114935 Move the focus back to the documentMaxim Monastirsky1-106/+23
2018-01-17Handle focus_on_click glade property for buttonsMaxim Monastirsky1-3/+29
2018-01-16tdf#114939 vcl: don't use StarOffice MD5 in PDF exportMichael Stahl3-141/+74
2018-01-16ofz#5423 TimeoutCaolán McNamara1-4/+6
2018-01-16ofz#5402 TimeoutCaolán McNamara1-14/+9
2018-01-16Fix typosAndrea Gelmini2-2/+2
2018-01-15vcl: No need for a double-linked list of dialogs in Execute().Jan Holesovsky5-64/+45
2018-01-15lokdialog: Allow closing the Format Cell dialogs in any order.Jan Holesovsky3-32/+79
2018-01-15More loplugin:cstylecast: vclStephan Bergmann45-143/+143
2018-01-15loplugin:useuniqueptr in ImplToolBoxPrivateDataNoel Grandin2-4/+4
2018-01-15loplugin:useuniqueptr in ImplSplitSetNoel Grandin1-13/+6
2018-01-15loplugin:useuniqueptr in CursorNoel Grandin1-10/+5
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin14-28/+29
2018-01-14Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: vclStephan Bergmann152-1421/+1423
2018-01-12loplugin:useuniqueptr in Accelerator and ImplSplitSetNoel Grandin3-318/+294
2018-01-11loplugin:redundantcast: vclStephan Bergmann3-3/+3
2018-01-11[API CHANGE] migrate PackageKit usage to Modify2Caolán McNamara1-10/+1
2018-01-11loplugin:useuniqueptr in ImplAccelManagerNoel Grandin2-13/+7
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin8-12/+12
2018-01-10tdf#79077: Harmonize PapersizeFromSetup checkboxes in printer configKatarina Behrens3-2/+8
2018-01-10tdf#113874 Guard against invalid statesSamuel Mehrbrodt2-2/+5
2018-01-09route cff typedefs to our sal onesCaolán McNamara1-4/+4
2018-01-09tdf#114704 use of float as intermediate causes out by one on large offsetsCaolán McNamara1-1/+1
2018-01-09convert COLOR_CHANNEL_MERGE to constexpr functionNoel Grandin2-6/+6