summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-08vcl: mask must alwasy be argb32 even when we can use rgb24Ashod Nakashian1-4/+17
2018-01-08lokdialog: Few more places that need to take LOK's LanguageTag into account.Jan Holesovsky1-1/+2
2018-01-08set_warnings_not_errors not necessary in qt5 plugin anymoreNoel Grandin1-2/+0
2018-01-08loplugin:useuniqueptr in qt5Noel Grandin5-20/+8
2018-01-08loplugin:unnecessaryparen in qt5 pluginNoel Grandin1-1/+1
2018-01-08loplugin:staticaccess in qt5 pluginNoel Grandin1-2/+2
2018-01-08-Wunused-parameter in qt5 pluginNoel Grandin9-83/+98
2018-01-08fix qt5 pluginNoel Grandin2-2/+2
2018-01-07uitest: port the selection code from multi line edit to normal editMarkus Mohrhard1-4/+11
2018-01-07uitest: add support for GtkTextView/VclMultiLineEditMarkus Mohrhard2-41/+69
2018-01-07vcl, added checks for HAVE_FEATURE_OPENGLjan Iversen1-0/+4
2018-01-07use the rect from all primitives when converting svg to BitmapTomaž Vajngerl1-8/+5
2018-01-07svg icon caching even for 1x scalingTomaž Vajngerl2-21/+30
2018-01-06tdf#114818 hold the mutex before executing the error dialogXisco Fauli1-0/+2
2018-01-06convert tolerance params to sal_uInt8 (second try)Noel Grandin15-41/+45
2018-01-06iOS, correct DPIX calculationjan Iversen1-1/+1
2018-01-06use std::unique_ptr in GDIMetaFileNoel Grandin1-32/+20
2018-01-06remove pCols from ImplBmpReplaceParamNoel Grandin1-5/+3
2018-01-05fix qt5 pluginNoel Grandin2-2/+2
2018-01-05tdf#114837 FILEOPEN: Image is blankNoel Grandin16-80/+82
2018-01-05Fix typosAndrea Gelmini1-1/+1
2018-01-04drop ChecksumType typedefNoel Grandin4-10/+8
2018-01-03Qt5 set and update the frame geometryJan-Marek Glogowski2-1/+29
2018-01-03Qt5 fix alpha drawing of start center imageJan-Marek Glogowski4-8/+14
2017-12-29loplugin:unnecessaryparen improve return checkNoel Grandin1-1/+1