summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)AuthorFilesLines
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2-3/+3
2017-11-18silence some coverity warningsCaolán McNamara2-2/+2
2017-11-17Notebookbar: PriorityMergedHBox, OptionalBoxSzymon Kłos1-0/+1
2017-11-16vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-1/+3
2017-11-15lokdialog: Expose cursor visible statusPranav Kant2-2/+6
2017-11-15lokdialog: Callback for dialog cursor invalidationPranav Kant1-0/+1
2017-11-14ofz: if parsing failed we keep reparsing itCaolán McNamara1-0/+1
2017-11-14Two more functions that are private to vcl and not even VCL_DLLPUBLICTor Lillqvist1-6/+0
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin1-3/+6
2017-11-14No need for bestmaxFrameSizeForScreenSize to be declared publiclyTor Lillqvist1-2/+0
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-11vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-0/+4
2017-11-10loplugin:unusedmethodsNoel Grandin2-4/+0
2017-11-09lokdialog: Invalidate-all when size is changedPranav Kant1-0/+1
2017-11-09lokdialog: Move getting dialog information in separate LOK callPranav Kant1-2/+3
2017-11-09lokdialog: Support painting parts of the dialogPranav Kant1-1/+1
2017-11-06convert various vcl system fields from unsigned long -> sal_uInt32Noel Grandin1-4/+4
2017-11-06BitmapColor::GetLuminance doesn't need to use unsigned longNoel Grandin1-1/+3
2017-11-04Related: tdf#113160 set parent of warning dialogs during loadCaolán McNamara1-1/+2
2017-11-03Resolves: tdf#113160 changing all warning dialogs to non-modal is unsafeCaolán McNamara3-15/+4
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin1-1/+1
2017-11-03improve debug printing of ErrCodeNoel Grandin1-5/+2
2017-11-03vcl: remove sgf/sgv ancient gfx filtersThorsten Behrens1-6/+2
2017-11-02improve constparam lopluginNoel Grandin1-1/+1
2017-10-30loplugin:constmethod in vcl and stocNoel Grandin7-18/+18
2017-10-30loplugin:constantparam in vclNoel Grandin3-7/+2
2017-10-28lokdialog: Tunnel dialog title to lokclient as outparamPranav Kant1-1/+1
2017-10-28lokdialog: Use UNO name as dialog id when invoking lok callbacksPranav Kant1-2/+3
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-26vcl: print MapModeMichael Stahl1-0/+10
2017-10-26loplugin:constmethod in basegfx,sotNoel Grandin1-1/+1
2017-10-26vcl: minor cleanups in pdfdocumentMiklos Vajna1-9/+9
2017-10-26Refactor font substitute removing (vcl/svtools)Julien Nabet1-2/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-1/+1
2017-10-23overload std::hash for OUString and OStringNoel Grandin3-5/+5
2017-10-21Replace lists by vectors in ppdparser (vcl)Julien Nabet1-4/+3
2017-10-19Remove self-includeStephan Bergmann1-2/+0
2017-10-18use std::unique_ptr in PPDCacheNoel Grandin1-1/+1
2017-10-17use std::unique_ptr in vcl::Animation and vcl::MenuItemListNoel Grandin1-2/+2
2017-10-13tdf#110742 add support for icon themes via extension managerCaolán McNamara1-4/+2
2017-10-12allow adding a menu to a modal dialogMarkus Mohrhard1-2/+4
2017-10-10add a method to get all entries from ListControlMarkus Mohrhard1-0/+1
2017-10-10store vcl::Window in ListControl to allow adding VclContainerMarkus Mohrhard1-2/+2
2017-10-09tdf#112939 Color on drop-down color chooser is always blackNoel Grandin1-0/+2
2017-10-08Make Color a forward declarationChris Sherlock7-6/+8
2017-10-05Resolves: tdf#86547 width of button box is taken before spacing addedCaolán McNamara1-1/+2
2017-10-05Related: tdf#112063 validation dialog legitimally changes modalityCaolán McNamara1-0/+1
2017-10-05loplugin:finalclasses in vclNoel Grandin7-16/+2
2017-10-04Revert "check for unnecessary DLLPUBLIC annotations"Stephan Bergmann3-6/+6
2017-10-03convert WB_FORCECTRLBACKGROUND to bool field on EditNoel Grandin1-1/+4