summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2018-01-28tdf#114736 no need to call AdjustLayout hereTamas Bunth1-2/+0
2018-01-28make RECT_EMPTY purely an implementation detailNoel Grandin1-4/+4
2018-01-27Fix typosAndrea Gelmini1-3/+3
2018-01-26Remove redundant(?) initialization of frame geometryStephan Bergmann1-3/+0
2018-01-26lokdialog: Don't leak tooltip text window through tunnelling f/wPranav Kant1-0/+4
2018-01-26lokdialog: Call LOK invalidate explicitly herePranav Kant1-0/+1
2018-01-26coverity#1428609 Unintended sign extensionCaolán McNamara1-1/+1
2018-01-26Fix typosAndrea Gelmini1-2/+2
2018-01-25lo_kde5filepicker: cleanup main and add version and help optionsMilian Wolff1-2/+17
2018-01-25Properly restore size of KDE5 file picker dialogMilian Wolff1-1/+0
2018-01-25Properly quit the lo_kde5filepicker on Quit commandMilian Wolff2-24/+29
2018-01-25put a ceiling on various fuzzer input sizesCaolán McNamara44-0/+97
2018-01-25ofz: cache animation size to avoid timeoutCaolán McNamara1-8/+9
2018-01-25gtk3_kde5: port away from boost::processMilian Wolff5-44/+101
2018-01-25lokdialog: Fix incorrect dialog sizes sent to clientPranav Kant1-3/+2
2018-01-25why set CMDEVT on flags for unhandled commandsCaolán McNamara1-2/+2
2018-01-25Fix typosAndrea Gelmini1-1/+1
2018-01-25Fix typosAndrea Gelmini1-1/+1
2018-01-25Allocate ImplPointArray::mpArray as a true Point[]Stephan Bergmann1-15/+5
2018-01-24ofz#5573 Out of memoryCaolán McNamara1-3/+6
2018-01-24gtk3: single click with selection set doesn't unselectCaolán McNamara1-1/+1
2018-01-24Use a more conventional way of zero-initializing class membersStephan Bergmann1-4/+4
2018-01-24Make ImplColorSet default ctor zero-initialize all membersStephan Bergmann1-5/+4
2018-01-24fix kde4 vclplug buildNoel Grandin5-16/+16
2018-01-24Fix --enable-kde4 codeStephan Bergmann1-1/+2
2018-01-24loplugin:unused-returns in vclNoel Grandin63-284/+174
2018-01-24Use std::unique_ptr in ImplCalcToTopDataMike Kaganski1-15/+10
2018-01-23-Werror=ignored-qualifiers (upcoming GCC 8)Stephan Bergmann1-1/+1
2018-01-23Fix typosAndrea Gelmini1-1/+1
2018-01-23Removed duplicated includeAndrea Gelmini1-1/+0
2018-01-23Various loplugin in --enable-gtk3-kde5 codeStephan Bergmann5-48/+39
2018-01-23tdf#69254: Tweak mapping from CoreText weight to our FontWeight a bitTor Lillqvist1-1/+1
2018-01-23Various loplugin in --enable-gtk3-kde5 codeStephan Bergmann6-44/+28
2018-01-23Support opening of (some) remote URLs through the KDE file dialogMilian Wolff3-44/+31
2018-01-23Introduce gtk3_kde5 vcl pluginMilian Wolff49-1/+2776
2018-01-23Band aid fix build --with-kde5Katarina Behrens4-10/+12
2018-01-23Extend build system to support linking against KDE Frameworks 5Milian Wolff1-0/+1
2018-01-23The CT prefix is used by the CoreText APITor Lillqvist2-9/+8
2018-01-23new loplugin: pointerboolNoel Grandin4-4/+4
2018-01-23its defineresource not define resourceCaolán McNamara1-1/+1
2018-01-23tdf#112153: Set button theme properlyTelesto1-1/+1
2018-01-23tdf#114985: Tell NSWindow to never use automatic window tabbingTelesto1-0/+5
2018-01-23tdf#114460 vcl: handle nested parentheses in PDF roundtripMiklos Vajna1-0/+9
2018-01-23EPUB export, fixed layout: add chapter names to the navigation documentMiklos Vajna1-0/+4
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann15-201/+201
2018-01-22ofz#5573 Out of memoryCaolán McNamara1-13/+14
2018-01-22loplugin:redundantcast (clang-cl)Stephan Bergmann1-1/+1
2018-01-22Presumably misplaced castStephan Bergmann1-1/+1
2018-01-22tdf#109062 restore osx scrollwheel logicCaolán McNamara1-9/+12
2018-01-22C++17 deprecated std::shared_ptr::unique()Michael Stahl5-9/+14