summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-04-18tdf#116420: Windows: Test if a filepath redirects to a WebDAV resourceMike Kaganski1-0/+27
2018-04-07ofz#7165 set a recursion limit for svm in svmCaolán McNamara2-5/+10
2018-04-03tdf#116179 Support reading "auto" colour from docxLuke Deller1-4/+1
2018-03-27tdf#116241 Customizing value highlighting colorsSzymon Kłos1-0/+4
2018-03-23tdf#112118: DOC: properly import/export border distanceMike Kaganski1-0/+30
2018-03-14tdf#104349, tdf#104668 MS Word compatibility trailing blanks optionVitaliy Anderson1-0/+3
2018-03-12Let sysadmins disable individual file format filtersAndras Timar2-1/+6
2018-03-06various sft fixesCaolán McNamara1-1/+36
2018-02-21tdf#115639: Handle alignment correctly for multiple paragraph caseTamás Zolnai1-1/+1
2018-02-20Resolves: tdf#114221 generate both std97 and cryptoapi keys from password..Caolán McNamara1-2/+6
2018-02-19tdf#115639: Align right/center with trailing spaces the same as MS PowerPointTamás Zolnai3-1/+13
2018-02-19PPTX export scale for TextFitToSizeSzymon Kłos1-0/+2
2018-02-12tdf#115394 correct transition in case of 0sSzymon Kłos1-0/+1
2018-02-12tdf#115394 import custom slide transition time in PPTXSzymon Kłos1-0/+4
2018-02-12tdf#103224: Get the initial colour rightKatarina Behrens1-0/+1
2018-02-09tdf#108210: Allow to ignore a lock file if there's no filesystem lockMike Kaganski1-5/+14
2018-02-09tdf#106942 Wrong message when lock file is empty or corruptJuergen Funk2-1/+6
2018-02-05Resolves: tdf#110077 move the SvxBackgroundColorItem<->SvxBrushItem conversionCaolán McNamara1-5/+6
2018-01-19GCC 7 supports [[fallthrough]]Stephan Bergmann1-0/+2
2018-01-17tdf#114308 Export Watermark size as isSzymon Kłos2-0/+3
2017-11-28sw lok: add Accept/Reject All tracked changes, tdf#101977Henry Castro1-0/+1
2017-11-28lok - calc: outline and group handlingMarco Cecchetti1-0/+13
2017-11-28lokdialog: Remove getDialogInfo + update gtktiledviewer accordingly.Pranav Kant2-22/+0
2017-11-28lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky3-11/+6
2017-11-28lokdialog: Move the LogicInvalidate from Dialog down to Window.Jan Holesovsky2-1/+1
2017-11-28lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky6-49/+37
2017-11-28lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky5-31/+29
2017-11-28lokdialog: Let all modal dialogs notify about creation, disposalPranav Kant1-0/+2
2017-11-28lokdialog: Make vcl::DialogID an integerPranav Kant6-34/+36
2017-11-28lokdialog: Changed dialog painting to allow for modal dialogsPranav Kant5-7/+25
2017-11-27vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-1/+3
2017-11-23Resolves: tdf#95960 improve custom properties pageCaolán McNamara1-15/+19
2017-11-16vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-0/+4
2017-11-16lokdialog: Expose cursor visible statusPranav Kant3-3/+10
2017-11-16lokdialog: Callback for dialog cursor invalidationPranav Kant1-0/+1
2017-11-15[API CHANGE] lok: Don't use 'bool' and 'uint64_t' in the stable API.Jan Holesovsky2-6/+9
2017-11-15lokdialog: Invalidate-all when size is changedPranav Kant1-0/+1
2017-11-15lokdialog: Move getting dialog information in separate LOK callPranav Kant3-20/+35
2017-11-15lokdialog: Support painting parts of the dialogPranav Kant4-6/+18
2017-11-15lokdialog: Tunnel dialog title to lokclient as outparamPranav Kant3-3/+6
2017-11-15lokdialog: Use UNO name as dialog id when invoking lok callbacksPranav Kant1-2/+3
2017-11-15lokdialog: Add more dialog related methods to LOK APIPranav Kant1-1/+50
2017-11-15lokdialog: Add dialog APIs to lok::Document classPranav Kant2-4/+41
2017-11-15Change CB_DIALOG_INVALIDATE to CB_DIALOGPranav Kant3-4/+4
2017-11-15lokdialog: Mouse events for dialog floating child windowsPranav Kant4-0/+17
2017-11-15lokdialog: Support for rendering floating window dialog widgetsPranav Kant5-1/+31
2017-11-15lokdialog: Register IDIalogRenderable with vcl::DialogPranav Kant3-4/+10
2017-11-15lokdialog: Handle key events in corePranav Kant1-0/+3
2017-11-15lokdialog: Forward mouse events to vcl; enable mouse movePranav Kant1-1/+1
2017-11-15lokdialog: Set up intial posting mouse events to dialogsPranav Kant3-5/+25