summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2020-12-02pdfium: add width/height/format wrappers for bitmapMiklos Vajna
2020-12-02pdfium: introduce an enum class for path segment typesMiklos Vajna
2020-12-01tdf#132350 gtk: implement extra update button in menubarCaolán McNamara
2020-12-01cid#1202935 Uninitialized scalar fieldCaolán McNamara
2020-12-01DrawPolyLine/DrawPolyPolygon never called with null OutputDevice*Caolán McNamara
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-30weld ImplTabButtonsCaolán McNamara
2020-11-30remove consumed stock images to avoid later warningsCaolán McNamara
2020-11-30FileDefinitionWidgetDraw never provides OutputDevice*s for RTL mirroringCaolán McNamara
2020-11-30identify the only callers that don't provide an OutputDevice for mirroringCaolán McNamara
2020-11-30Fix typoAndrea Gelmini
2020-11-30-Werror,-Wdeprecated-declarations: Qt::MidButton -> Qt::MiddleButtonStephan Bergmann
2020-11-30autofilter: fix submenu popup for onlineSzymon Kłos
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-30split CopyBits into two functionsCaolán McNamara
2020-11-28drawOutDevDirect always passed a non-null OutputDevice*Caolán McNamara
2020-11-28redundant const_castsCaolán McNamara
2020-11-28cache one more place when drawing Skia imagesLuboš Luňák
2020-11-27with RTL UI the LTR scrollbar in 'gen' calc is rendered incorrectlyCaolán McNamara
2020-11-27WinSalFrame::mnWidth/Height should presumably be of type LONGStephan Bergmann
2020-11-27DWRITE_GLYPH_METRICS members are of INT32 and UINT32 typesStephan Bergmann
2020-11-27RECT members are of type LONGStephan Bergmann
2020-11-27LOGFONTW::lfHeight is of type LONGStephan Bergmann
2020-11-27DocumentPropertiesW returns LONGStephan Bergmann
2020-11-27loplugin:toolslong (Library_vclplug_win)Stephan Bergmann
2020-11-27GetLastError returns DWORDStephan Bergmann
2020-11-27Windows InterlockedIncrement/Decrement use LONGStephan Bergmann
2020-11-27jsdialog: dump dialog titleSzymon Kłos
2020-11-27jsdialog: remember dialog instance & handle closeSzymon Kłos
2020-11-27jsdialog: drag and drop support for TreeViewSzymon Kłos
2020-11-27silence warnings about negative widths under RTLCaolán McNamara
2020-11-27tdf#127294 add ToD Previewsandreas kainz
2020-11-26with SAL_RTL_ENABLED=1 calc tabbar arrows are rendered reversedCaolán McNamara
2020-11-26tdf#138486 Artifacts in some impress templatesNoel Grandin
2020-11-26jsdialog: implemented Expander widgetSzymon Kłos
2020-11-26keep toolitem ids uniqueCaolán McNamara
2020-11-26Move SalInstanceExpander decl to header fileSzymon Kłos
2020-11-26add a way to invalidate the InterimItemWindow child contentsCaolán McNamara
2020-11-26factor out as a standalone "ButtonPressRepeater" classCaolán McNamara
2020-11-26Fix "single print jobs" function in print dlgSamuel Mehrbrodt
2020-11-26jsdialog: dump VclExpander typeSzymon Kłos
2020-11-26jsdialog: signal when treeview element is toggledSzymon Kłos
2020-11-26jsdialog: cleanup when destroying builderSzymon Kłos
2020-11-26jsdialog: prevent from crashSzymon Kłos
2020-11-26pdfium: replace PDFiumSignature::getPointer() with typed gettersMiklos Vajna
2020-11-26Add 'SinglePrintJobs' to PrintOptionsSamuel Mehrbrodt
2020-11-26WMF export: just write the source data as is for from-WMF graphicsMiklos Vajna
2020-11-25jsdialog: execute checkbox actionSzymon Kłos
2020-11-25jsdialog: export placeholder text for edit fieldsSzymon Kłos
2020-11-25jsdialog: implement TreeViewSzymon Kłos