summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2018-11-02Fix iOS buildTor Lillqvist1-2/+2
2018-11-01weld SwWordCountFloatDlgCaolán McNamara11-102/+288
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl3-5/+5
2018-11-01kde5: fix buildThorsten Behrens1-9/+9
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai6-10/+14
2018-11-01Move PDF buildin font handling into extra fileJan-Marek Glogowski6-798/+863
2018-11-01tdf#121030 invalidate referenced FontInstancesJan-Marek Glogowski7-9/+42
2018-11-01replace VclAbstractDialog2 with VclAbstractDialogCaolán McNamara2-10/+0
2018-11-01Fix undocked window loses focusJim Raykowski1-6/+6
2018-11-01tdf#120777 KDE5: Dialogs get blank when they are resizedAleksei Nikiforov2-3/+14
2018-11-01loplugin:useuniqueptr in VclBuilder::preloadNoel Grandin1-9/+3
2018-11-01loplugin:useuniqueptr in SalFrame::PostEventNoel Grandin16-36/+35
2018-11-01drop LISTBOX_ERRORNoel Grandin1-14/+4
2018-10-31replace StartExecuteModal with StartExecuteAsyncCaolán McNamara1-9/+0
2018-10-31qt5 a11y: Implement QAccessibleEditableTextInterfaceSamuel Mehrbrodt2-0/+38
2018-10-31-Werror,-Wunused-parameterStephan Bergmann1-1/+1
2018-10-31fix clang -fpermissive warnings in Qt5AccessibleWidgetNoel Grandin1-4/+4
2018-10-31Fix qt5 build after 9078b0b8f48b161ad5b880c31a4413f9e706f01bSamuel Mehrbrodt1-2/+2
2018-10-31qt5 a11y: Add table selection supportSamuel Mehrbrodt1-10/+23
2018-10-31qt5 a11y: Implement QAccessibleTableInterfaceSamuel Mehrbrodt3-1/+176
2018-10-31loplugin:useuniqueptr in AcceleratorNoel Grandin1-23/+16
2018-10-31loplugin:useuniqueptr in DeletePrinterQueueInfoNoel Grandin14-73/+39
2018-10-30qt5 a11y: Implement QAccessibleTextInterface::attributesSamuel Mehrbrodt1-3/+65
2018-10-30Qt5 actually return the selectionJan-Marek Glogowski1-8/+12
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski37-231/+157
2018-10-30Fix typoAndrea Gelmini1-1/+1
2018-10-30Fix SalLayoutGlyphs copy constructorJan-Marek Glogowski1-5/+3
2018-10-30Add comment about AquaSalGraphics::GetResolution() returning a DPI of 96Tor Lillqvist1-1/+5
2018-10-30tdf#119020 always scale icons as 24bit RGBJan-Marek Glogowski2-1/+3
2018-10-30qt5 a11y: Fix QAccessibleValueInterfaceSamuel Mehrbrodt5-106/+50
2018-10-30qt5 a11y: Implement most of QAccessibleTextInterfaceSamuel Mehrbrodt5-175/+130
2018-10-30tdf#120982 add font reference to SalLayoutGlyphsImplJan-Marek Glogowski4-19/+46
2018-10-30Hide SalLayoutGlyphs detailsJan-Marek Glogowski16-63/+184
2018-10-30Rely on the font instance of the glyphJan-Marek Glogowski8-32/+68
2018-10-30m_FeedbackFDs is unused on iOSTor Lillqvist2-0/+4
2018-10-29loplugin:oncevarNoel Grandin3-11/+6
2018-10-29tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski4-81/+62
2018-10-29Resolves: tdf#120988 mismatch of in/out locale formattingCaolán McNamara1-11/+7
2018-10-28update old 'interface-requires' comments to <requires> tagCaolán McNamara1-1/+1
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-4/+3
2018-10-27tdf#120703 (PVS): V519 variable is assigned values twice successivelyMike Kaganski1-2/+0
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski3-7/+2
2018-10-27tdf#120453 Preserve literal '&' in Qt menu textsMichael Weghorn1-1/+7
2018-10-26tdf#119719: Move the window to the requested screenKatarina Behrens1-8/+15
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen2-0/+2
2018-10-26Towards solving tdf#120747: Remember the preview file of personaMuhammet Kara1-2/+2
2018-10-26loplugin:singlevalfields improvementNoel Grandin5-18/+9
2018-10-26tdf#120907 Arrow keys don't work in palette listMaxim Monastirsky1-0/+7
2018-10-25Qt5 fix Windows -Werror buildJan-Marek Glogowski1-2/+4
2018-10-25Change GlyphItem::nFallbackLevel to font instanceJan-Marek Glogowski10-55/+33