summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2020-12-07Make SchedulerMutex non-recursiveJan-Marek Glogowski
2020-12-07Unlock scheduler in deinit for ProcessEventsToIdleJan-Marek Glogowski
2020-12-07jsdialog: use valid window instanceSzymon Kłos
2020-12-07jsdialog: turn off tunneling for JSON dialogsSzymon Kłos
2020-12-07jsdialog: enable Pivot Table dialogsSzymon Kłos
2020-12-06graphic: clean-up and simplify GetChecksum in ImpGraphicTomaž Vajngerl
2020-12-06graphic: clean-up switches GDIMetafile shouldn't be defaultTomaž Vajngerl
2020-12-06vcl: duplicate {Read,Write}ImpGraphic for swappingTomaž Vajngerl
2020-12-06vcl: remove the old (<5.0) graphic swap file versionTomaž Vajngerl
2020-12-06vcl: extract SwapFile impl. into its own class and use in GraphicTomaž Vajngerl
2020-12-04move ManagedMenuButton to vclCaolán McNamara
2020-12-04add a way to get an awt::XPopupMenu from a PopupMenuCaolán McNamara
2020-12-04Unlock scheduler when calling ProcessEventsToIdleMike Kaganski
2020-12-04update pchesCaolán McNamara
2020-12-04tdf#134128 Use Gdiplus::DashCapRound for round dash or dot.Regina Henschel
2020-12-03support completely styling a welded buttonCaolán McNamara
2020-12-03cid#1468270 Wrapper object use after freeCaolán McNamara
2020-12-03Pass key by const& to the various addEmbeddedFont functionsStephan Bergmann
2020-12-03don't need to include button.hxx hereCaolán McNamara
2020-12-03jsdialog: fix arrays in JsonWriter outputSzymon Kłos
2020-12-03There is nothing called "Quartz layer"Tor Lillqvist
2020-12-02cid#1470369 Uninitialized scalar variableCaolán McNamara
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