summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-07-25move getUIRootDir to AllSettingsCaolán McNamara9-13/+13
2020-07-25cid#1465512 Wrong operator usedCaolán McNamara1-1/+1
2020-07-25inline some use-once constantsNoel Grandin3-4/+2
2020-07-25loplugin:unusedfieldsNoel Grandin2-6/+3
2020-07-24block mouse down on GtkTextView getting to toplevel parentCaolán McNamara1-1/+13
2020-07-24use HasChildPathFocus for composite MultiLineEditCaolán McNamara2-0/+7
2020-07-24add Idle layout timer to InterimItemWindowCaolán McNamara1-1/+24
2020-07-24xmlsecurity: detect unsigned incremental update between signaturesMiklos Vajna1-1/+12
2020-07-24tdf#127680 change even/odd dialog orderSrijan Bhatia1-2/+2
2020-07-24NumericField is unusedCaolán McNamara1-108/+0
2020-07-23spinfld can be toolkit only nowCaolán McNamara4-5/+8
2020-07-23GtkSpinButton->NumericField no longer usedCaolán McNamara1-12/+4
2020-07-23NumericFormatter can be toolkit only nowCaolán McNamara1-1/+1
2020-07-23map border without shadow to WindowBorderStyle::MONOCaolán McNamara1-0/+5
2020-07-23Describe intended usageMike Kaganski1-0/+2
2020-07-23defeat IsReallyVisible for subedit of forms navigation-bar edit paintCaolán McNamara1-0/+9
2020-07-23keep sensitivity in sync with StateChangedType::EnableCaolán McNamara1-0/+7
2020-07-22move useful parts of ControlBase down hierarchyCaolán McNamara1-0/+27
2020-07-22avoid intermediate bitmap causing blurringCaolán McNamara2-6/+31
2020-07-22Fix typoAndrea Gelmini1-1/+1
2020-07-22weld PatternControlCaolán McNamara2-68/+337
2020-07-22Add explanatory commentTor Lillqvist1-0/+1
2020-07-22add get/set overwrite modeCaolán McNamara3-0/+24
2020-07-22This file is used for macOS onlyTor Lillqvist1-5/+1
2020-07-21Bypass CppunitTest_vcl_pdfium_library_test unless we have PdfiumTor Lillqvist1-1/+2
2020-07-21weld DateControlCaolán McNamara3-89/+228
2020-07-21m_bLegacy is always false for dialogCaolán McNamara1-1/+1
2020-07-21Improved oplugin:staticanonymous -> redundantstatic redux, macOSStephan Bergmann3-6/+6
2020-07-21loplugin:unusedmethodsNoel Grandin1-113/+0
2020-07-21loplugin:constantparamNoel Grandin1-7/+5
2020-07-21loplugin:unusedfieldsNoel Grandin2-36/+15
2020-07-20set fill to true for label widget of GtkMenuButtonCaolán McNamara1-1/+1
2020-07-20tdf#50879 PDF export: ensure only built-in fonts are used for formsMiklos Vajna3-3/+56
2020-07-20tdf#134085 DrawTransformedBitmap in wrong place for RTLCaolán McNamara2-111/+49
2020-07-19reset m_pFormatter in dtorCaolán McNamara1-0/+3
2020-07-19compact namespace: vclNoel Grandin13-58/+19
2020-07-17tdf#134523 variable is null during reentrant callsCaolán McNamara1-2/+3
2020-07-17jsdialog: Add mobile version of data validation dialogSzymon Kłos1-1/+6
2020-07-17jsdialog: force update if tab is selected againSzymon Kłos2-5/+26
2020-07-16merge needlessly split polygons back in Skia drawing (tdf#133016)Luboš Luňák2-11/+134
2020-07-16flush all Skia drawing before drawing to the screenLuboš Luňák3-1/+3
2020-07-16tdf#134841 image totally clipped outCaolán McNamara1-0/+6
2020-07-16jsdialog: weld text viewSzymon Kłos3-0/+52
2020-07-16Move SalInstanceTextView dect to header fileSzymon Kłos2-134/+175
2020-07-16tdf#134832: Don't set mbSupportsBitmap32 on iOSTor Lillqvist1-0/+2
2020-07-16use consistent Skia pixel position adjustments (tdf#134346)Luboš Luňák2-21/+19
2020-07-16sync visualbackendtest and vcl_backend_testLuboš Luňák2-21/+93
2020-07-16jsdialog: regenerate JSON on dialog collapseSzymon Kłos2-2/+30
2020-07-16loplugin:unusedmethodsNoel Grandin4-27/+0
2020-07-15jsdialog: move executor code to vclSzymon Kłos4-9/+149