summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Related: coverity#1371305 unnecessary inheritenceCaolán McNamara2017-12-054-18/+6
* noone cares about the return from WriteGraphic eitherCaolán McNamara2017-12-051-2/+2
* noone cares about the return from ReadGraphicCaolán McNamara2017-12-051-1/+1
* loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin2017-12-0520-185/+177
* convert BmpFilter to scoped enumNoel Grandin2017-12-051-19/+19
* BitmapFilter, BitmapScaleSuper only used within vclStephan Bergmann2017-12-052-68/+0
* Extend ScopedBitmapAccess and modify various classes to use itMark Page2017-12-051-5/+35
* lokdialog: Window* -> VclPtr<Window>, and a small simplification.Jan Holesovsky2017-12-051-2/+4
* lokdialog: multiview: Do not mix one view with otherPranav Kant2017-12-051-1/+2
* lokdialog: Merge dialog & dialog child mouse event APIs into onePranav Kant2017-12-053-42/+12
* lokdialog: Rename postDialogKeyEvent -> postWindowKeyEventPranav Kant2017-12-052-4/+4
* lokdialog: Simplify; make the LOK dialog API more genericPranav Kant2017-12-059-52/+5
* lokdialog: Kill some code; use already existing method to paintPranav Kant2017-12-052-4/+0
* lokdialog: Allow closing a dialog from LOK clientPranav Kant2017-12-053-8/+25
* lok: calc: small fixesMarco Cecchetti2017-12-011-1/+1
* lok: calc: set outline stateMarco Cecchetti2017-11-303-13/+30
* lokdialog: Make hyperlink dialog workPranav Kant2017-11-291-0/+1
* sw lok: add Accept/Reject All tracked changes, tdf#101977Henry Castro2017-11-281-0/+1
* lok - calc: outline and group handlingMarco Cecchetti2017-11-281-0/+13
* lokdialog: Remove getDialogInfo + update gtktiledviewer accordingly.Pranav Kant2017-11-282-22/+0
* lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky2017-11-283-11/+6
* lokdialog: Move the LogicInvalidate from Dialog down to Window.Jan Holesovsky2017-11-282-1/+1
* lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky2017-11-286-49/+37
* lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky2017-11-285-31/+29
* lokdialog: Let all modal dialogs notify about creation, disposalPranav Kant2017-11-281-0/+2
* lokdialog: Make vcl::DialogID an integerPranav Kant2017-11-286-34/+36
* lokdialog: Changed dialog painting to allow for modal dialogsPranav Kant2017-11-285-7/+25
* vcl: StyleSettings - start to unwind code duplication.Michael Meeks2017-11-271-1/+3
* Resolves: tdf#95960 improve custom properties pageCaolán McNamara2017-11-231-15/+19
* vcl: StyleSettings - start to unwind code duplication.Michael Meeks2017-11-161-0/+4
* lokdialog: Expose cursor visible statusPranav Kant2017-11-163-3/+10
* lokdialog: Callback for dialog cursor invalidationPranav Kant2017-11-161-0/+1
* [API CHANGE] lok: Don't use 'bool' and 'uint64_t' in the stable API.Jan Holesovsky2017-11-152-6/+9
* lokdialog: Invalidate-all when size is changedPranav Kant2017-11-151-0/+1
* lokdialog: Move getting dialog information in separate LOK callPranav Kant2017-11-153-20/+35
* lokdialog: Support painting parts of the dialogPranav Kant2017-11-154-6/+18
* lokdialog: Tunnel dialog title to lokclient as outparamPranav Kant2017-11-153-3/+6
* lokdialog: Use UNO name as dialog id when invoking lok callbacksPranav Kant2017-11-151-2/+3
* lokdialog: Add more dialog related methods to LOK APIPranav Kant2017-11-151-1/+50
* lokdialog: Add dialog APIs to lok::Document classPranav Kant2017-11-152-4/+41
* Change CB_DIALOG_INVALIDATE to CB_DIALOGPranav Kant2017-11-153-4/+4
* lokdialog: Mouse events for dialog floating child windowsPranav Kant2017-11-154-0/+17
* lokdialog: Support for rendering floating window dialog widgetsPranav Kant2017-11-155-1/+31
* lokdialog: Register IDIalogRenderable with vcl::DialogPranav Kant2017-11-153-4/+10
* lokdialog: Handle key events in corePranav Kant2017-11-151-0/+3
* lokdialog: Forward mouse events to vcl; enable mouse movePranav Kant2017-11-151-1/+1
* lokdialog: Set up intial posting mouse events to dialogsPranav Kant2017-11-153-5/+25
* lokdialog: Dialog invalidation supportPranav Kant2017-11-156-4/+19
* lokdialog: Better dialog rendering APIPranav Kant2017-11-153-7/+14
* Include dialogID in paintDialog APIPranav Kant2017-11-151-1/+1