summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-12Bump version to 5.3-34cp-5.3-34Andras Timar
2017-12-12lokdialog: Allow windows / dialogs in different languages.Jan Holesovsky
2017-12-12lok: calc: get uno:RowHeight/uno:ColumnWidth to work with online 2.1/3.0Marco Cecchetti
2017-12-12Fix binary incompatible change in the LOK API + add unit test.Jan Holesovsky
2017-12-12lok: calc: LOK_FEATURE_RANGE_HEADERSMarco Cecchetti
2017-12-10tdf#114338 don't crash on watermark insert w/ existing headerSzymon Kłos
2017-12-10tdf#114308 DOC import correctly watermark without paddingSzymon Kłos
2017-12-10tdf#114308 Export Watermark size as isSzymon Kłos
2017-12-09add missing includeAndras Timar
2017-12-09lokdialog: Make hyperlink dialog workPranav Kant
2017-12-09lokdialog: Move lok cursor invalidation callbacks to vcl::CursorPranav Kant
2017-12-09headless: improve popup menu background defaults.Michael Meeks
2017-12-08lokdialog: Prevent crash on autopopup and some other dialogsPranav Kant
2017-12-07tdf#113037 Watermark centered in DOCSzymon Kłos
2017-12-07tdf#113037 Unify Watermark in DOC & DOCXSzymon Kłos
2017-12-07tdf#113037 DOCX Watermark correct ratioSzymon Kłos
2017-12-07tdf#113037 create Watermark with correct ratioSzymon Kłos
2017-12-07Windows build fix - uninitialized variableSzymon Kłos
2017-12-05Bump version to 5.3-33cp-5.3-33Andras Timar
2017-12-05Add some missing #include <memory> to have std::unique_ptr.Jan Holesovsky
2017-12-05pdf: use bimap for GraphicsContext-id mapAshod Nakashian
2017-12-05pixman: drop cached glyphs above size watermarkAshod Nakashian
2017-12-05sc: simplify ScColContainerAshod Nakashian
2017-12-05ofz: optimize 1bit mask to avoid timeoutCaolán McNamara
2017-12-05simplify Bitmap operator==/IsEqual (stage2)Noel Grandin
2017-12-05simplify Bitmap operator==/IsEqual (stage1)Noel Grandin
2017-12-05Fix typosAndrea Gelmini
2017-12-05Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)Johnny_M
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-12-05New loplugin:dynexcspec: Add @throws documentation, dbaccessStephan Bergmann
2017-12-05remove UL/L suffixes from shift-by-constant expressionsNoel Grandin
2017-12-05move the exception handlingCaolán McNamara
2017-12-05loplugin:loopvartoosmallStephan Bergmann
2017-12-05tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski
2017-12-05better fix for tdf#101563: Export to PDF creates huge PDF filesNoel Grandin
2017-12-05fold ImplConstruct into ctors and reduce to necessaryCaolán McNamara
2017-12-05mpGlobalMgr must already exist if we're copying from another GraphicObjectCaolán McNamara
2017-12-05post ctor, pre dtor there is always a mpMgr and its mpGlobalMgrCaolán McNamara
2017-12-05mpGlobalMgr has to exist at GraphicObject dtor timeCaolán McNamara
2017-12-05mpGlobalMgr is the only manager possibleCaolán McNamara
2017-12-05move the ImplRegisterObj outside ImplSetGraphicManager and rename itCaolán McNamara
2017-12-05ImplSetGraphicManager only called from ctors now where mpMgr is nullptrCaolán McNamara
2017-12-05GraphicManagerDestroyed would just set the default manager againCaolán McNamara
2017-12-05unfold and unindent else causeCaolán McNamara
2017-12-05the only GraphicManager is the mpGlobalMgr, so simplify accordinglyCaolán McNamara
2017-12-05collapse !mpMgr || mpMgrCaolán McNamara
2017-12-05first GraphicManager* arg of ImplSetGraphicManager is thus always nullCaolán McNamara
2017-12-05second arg of deformed copy ctor isn't usedCaolán McNamara
2017-12-05return false on exceptionCaolán McNamara
2017-12-05Improved loplugin:redundantcast, static_cast on arithmetic types: vclStephan Bergmann