summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2019-11-20tdf#127552 Make toolbox highlighting behave as intendedJim Raykowski1-3/+19
2019-11-20honour MenuFlags::AlwaysShowDisabledEntries for native gtk menusCaolán McNamara1-1/+8
2019-11-20hide help buttons when LibreOfficeKit::isActive and local help unavailableCaolán McNamara3-11/+34
2019-11-20consistency wrt notification events for treeview cursor changeCaolán McNamara2-0/+8
2019-11-20loplugin:unusedmethodsNoel Grandin2-8/+0
2019-11-20Enable/Disable of children shouldn't be necessaryCaolán McNamara1-1/+1
2019-11-19Fix typoAndrea Gelmini1-1/+1
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann6-41/+41
2019-11-19loplugin:unusedenumconstantsNoel Grandin2-48/+1
2019-11-19Fix UBSan build after 9fdf8c0a5cc036ea9bd1e11dd8f2c1a6e601fae2Mike Kaganski1-59/+69
2019-11-19widget theme: try the "online" theme even when not using LOKitTomaž Vajngerl1-2/+1
2019-11-19widget theme: add file definition theme support to qt5 backendTomaž Vajngerl1-2/+6
2019-11-19tdf#128632 vcl image lazy-load: take unit into account when setting sizeMiklos Vajna3-1/+25
2019-11-19tdf#84183 Give infobar close btn some 'clicked' stateSamuel Mehrbrodt1-74/+74
2019-11-19widget theme: add centeredTabs setting to theme definition fileTomaž Vajngerl8-3/+93
2019-11-19Improved loplugin:external, handling class typesStephan Bergmann1-31/+67
2019-11-19Improved loplugin:external, handling class typesStephan Bergmann1-3/+6
2019-11-19Rename GlyphCache to FreetypeManagerJan-Marek Glogowski39-131/+106
2019-11-19tdf#128434 correctly release fonts in destructorsJan-Marek Glogowski7-25/+13
2019-11-19tdf#128434 try garbage collect ImplFontCache fontsJan-Marek Glogowski3-1/+42
2019-11-19Move static aFontFileList into GlyphCacheJan-Marek Glogowski5-39/+62
2019-11-18widget theme: correct sizes of combobox/listboxTomaž Vajngerl1-3/+3
2019-11-17cid#1430089 Copy-paste errorCaolán McNamara1-0/+1
2019-11-17tdf#128847 - vcl: fix colorspace names for MacOSChris Sherlock3-22/+8
2019-11-17loplugin:unusedmethodsNoel Grandin1-1/+0
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann11-0/+47
2019-11-16widget theme: allow for default "stacked" spinbuttonsTomaž Vajngerl1-1/+6
2019-11-16loplugin:singlevalfieldsNoel Grandin4-49/+10
2019-11-15tdf#128495 measure preferred size of print preview relative to UI fontCaolán McNamara3-2/+8
2019-11-15loplugin:fakebool and loplugin:consttobool (macOS)Stephan Bergmann15-52/+52
2019-11-15tdf#128710 Qt5 don't force immediate paint on showJan-Marek Glogowski1-1/+4
2019-11-15loplugin:indentationStephan Bergmann1-1/+1
2019-11-15make some classes module-privateNoel Grandin9-12/+12
2019-11-15tdf#123734 Prepend "Custom." for values of custom PPD optionsMichael Weghorn1-2/+5
2019-11-14New loplugin:consttoboolStephan Bergmann10-34/+34
2019-11-14Revert "tdf#108687 vcl: always enable tabstop on radio buttons"Justin Luth1-1/+6
2019-11-14tdf#128434 really free the VclPtr<PDFWriterImpl>Jan-Marek Glogowski2-0/+2
2019-11-14Fix useless assert(true) (which would never fire)Stephan Bergmann1-5/+1
2019-11-14remove user-added page in remove_pageCaolán McNamara1-1/+12
2019-11-13ensure we connect just onceCaolán McNamara1-13/+27
2019-11-13tdf#123851 Qt5 handle broken ScrollBar valueslibreoffice-6-4-branch-pointJan-Marek Glogowski1-3/+7
2019-11-13Resolves: tdf#128758 scrollbars added during scrolledwindow layoutCaolán McNamara1-1/+21
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann8-20/+20
2019-11-13tdf#128465: Enable pasting also JPEG images in presentation documentsTor Lillqvist1-1/+10
2019-11-13tdf#128717 Sync duplex value from "Properties" dialogMichael Weghorn1-0/+1
2019-11-13Related tdf#128717: Drop "<ignore>" value for duplex and paper trayMichael Weghorn3-14/+0
2019-11-12Resolves: tdf#128716 make gtk assistant steps clickableCaolán McNamara1-3/+103
2019-11-12factor out inserting an intermediate GtkEventBoxCaolán McNamara1-51/+57
2019-11-12Revert "Drawing calc grid misses pixels on bottom and right."Michael Meeks1-4/+0
2019-11-12tdf#128630 vcl PDF export: fix aspect ratio when scaling rotated imageMiklos Vajna3-1/+49