summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-03-17pdfium: Make Insert -> Image... use VectorGraphicData for PDF.Jan Holesovsky7-216/+122
2020-03-17missing use_underlinesCaolán McNamara1-0/+2
2020-03-16remove unnecessary Window::Update() calls, which immediately follow InvalidateNoel Grandin9-60/+2
2020-03-16Some more checks for correct screen sizeSamuel Mehrbrodt2-2/+19
2020-03-16Fix typoAndrea Gelmini1-1/+1
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin98-193/+193
2020-03-15vcl: prefer emplace to insert on std::mapAshod Nakashian1-1/+1
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi1-1/+1
2020-03-13compare using GtkTreePath instead of GtkTreeIterCaolán McNamara1-8/+18
2020-03-13Revert "loplugin:constfields in svtools"Noel Grandin3-4/+4
2020-03-13skip on-demand entries on iter_next/iter_previousCaolán McNamara1-6/+29
2020-03-12android: Fix 32bit build.Jan Holesovsky1-1/+1
2020-03-12rework Skia setupLuboš Luňák8-19/+41
2020-03-12comparison operators should be constNoel Grandin1-2/+2
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi1-1/+1
2020-03-11Blind fix for Android Tinderbox buildMichael Weghorn1-1/+1
2020-03-11m_sHelpRoot in weld::Builder is unusedNoel Grandin2-2/+2
2020-03-11Add some fallback minimum size when screen size detection goes wrongSamuel Mehrbrodt1-0/+7
2020-03-11android: Use the best speed compression as on iOS.Jan Holesovsky1-1/+1
2020-03-11Window::Update means to call Paint immediatelyCaolán McNamara1-2/+2
2020-03-11mysterious greyed out native toggle buttons when in foregroundCaolán McNamara1-0/+5
2020-03-11tdf#125440 Allow raising text import dialog for pasteSamuel Mehrbrodt1-0/+8
2020-03-11scroll treeview correctlyCaolán McNamara1-2/+3
2020-03-11WIN add bootstrap var to re-enable foreground hackJan-Marek Glogowski1-2/+55
2020-03-10tdf#61274 sd PDF export: fix links ending up on wrong pages with hidden slidesMiklos Vajna2-0/+34
2020-03-10Resolves: tdf#131248 a11y crash when closing SQL Edit QueryCaolán McNamara1-0/+3
2020-03-10No need for #ifndef IOS here, this file is not compiled for iOSTor Lillqvist1-2/+0
2020-03-10writer navigator requires ability of per-row extra indentCaolán McNamara4-3/+35
2020-03-10add asterisk<->KEY_MULTIPLY mappingCaolán McNamara1-0/+2
2020-03-10lok: dialog: check if exists a LOK Window NotifierHenry Castro1-7/+15
2020-03-09PDF export: use MARK() when writing linksMiklos Vajna1-0/+2
2020-03-09add more needed menu accel namesCaolán McNamara1-0/+10
2020-03-09tdf#127687 Qt5 introduce basic HiDPI scalingLuca Carlon15-136/+323
2020-03-09save/restore the entry text of the fontsize widgetCaolán McNamara1-1/+1
2020-03-09add capability to remove a menu itemCaolán McNamara2-0/+9
2020-03-09improve loplugin:unusedfieldsNoel Grandin7-34/+26
2020-03-08tdf#131223 let return deactive active popupCaolán McNamara1-2/+2
2020-03-08tdf#131210: avoid infinite loop in 'Date acceptance patterns'Julien Nabet1-0/+2
2020-03-07after inserting a widget into a toolbar make the toolbar the parent againCaolán McNamara1-1/+4
2020-03-07set an initial height for widgets in toolbarsCaolán McNamara1-0/+3
2020-03-07vcl: Module_vcl.mk - convert tabs to spacesTomaž Vajngerl1-41/+41
2020-03-06tdf#125532: White text on default/action buttons and selected tabs on macOSThorsten Wagner10-81/+344
2020-03-06loplugin:unusedmethodsNoel Grandin1-3/+0
2020-03-06don't set labels/icon if the toolitem isn't a buttonCaolán McNamara1-0/+12
2020-03-06add iter_previousCaolán McNamara2-1/+35
2020-03-06document a bit about treeview selections and freeze/thawCaolán McNamara2-19/+19
2020-03-06failure seen as setting length of -1 and returning nullCaolán McNamara1-2/+6
2020-03-06lok: calc formula bar tunnelingMarco Cecchetti1-2/+2
2020-03-06tdf#124848 partial refactor hairline logicArmin Le Grand12-91/+95
2020-03-05vcl: put Impl class for Gradient into the cxx fileTomaž Vajngerl1-41/+107