summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-12-04move ManagedMenuButton to vclCaolán McNamara4-0/+142
2020-12-04add a way to get an awt::XPopupMenu from a PopupMenuCaolán McNamara1-0/+8
2020-12-04Unlock scheduler when calling ProcessEventsToIdleMike Kaganski2-0/+20
2020-12-04update pchesCaolán McNamara1-1/+9
2020-12-04tdf#134128 Use Gdiplus::DashCapRound for round dash or dot.Regina Henschel1-4/+31
2020-12-03support completely styling a welded buttonCaolán McNamara4-1/+78
2020-12-03cid#1468270 Wrapper object use after freeCaolán McNamara3-6/+20
2020-12-03Pass key by const& to the various addEmbeddedFont functionsStephan Bergmann1-1/+1
2020-12-03don't need to include button.hxx hereCaolán McNamara1-0/+5
2020-12-03jsdialog: fix arrays in JsonWriter outputSzymon Kłos4-18/+18
2020-12-03There is nothing called "Quartz layer"Tor Lillqvist2-2/+2
2020-12-02cid#1470369 Uninitialized scalar variableCaolán McNamara1-15/+3
2020-12-02pdfium: add width/height/format wrappers for bitmapMiklos Vajna2-6/+26
2020-12-02pdfium: introduce an enum class for path segment typesMiklos Vajna2-6/+18
2020-12-01tdf#132350 gtk: implement extra update button in menubarCaolán McNamara2-30/+137
2020-12-01cid#1202935 Uninitialized scalar fieldCaolán McNamara1-0/+1
2020-12-01DrawPolyLine/DrawPolyPolygon never called with null OutputDevice*Caolán McNamara9-77/+76
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel4-5/+9
2020-11-30weld ImplTabButtonsCaolán McNamara1-1/+10
2020-11-30remove consumed stock images to avoid later warningsCaolán McNamara1-0/+1
2020-11-30FileDefinitionWidgetDraw never provides OutputDevice*s for RTL mirroringCaolán McNamara2-6/+9
2020-11-30identify the only callers that don't provide an OutputDevice for mirroringCaolán McNamara2-27/+77
2020-11-30Fix typoAndrea Gelmini1-1/+1
2020-11-30-Werror,-Wdeprecated-declarations: Qt::MidButton -> Qt::MiddleButtonStephan Bergmann2-2/+2
2020-11-30autofilter: fix submenu popup for onlineSzymon Kłos1-0/+1
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel8-43/+43
2020-11-30split CopyBits into two functionsCaolán McNamara6-18/+47
2020-11-28drawOutDevDirect always passed a non-null OutputDevice*Caolán McNamara22-261/+259
2020-11-28redundant const_castsCaolán McNamara1-18/+15
2020-11-28cache one more place when drawing Skia imagesLuboš Luňák1-0/+20
2020-11-27with RTL UI the LTR scrollbar in 'gen' calc is rendered incorrectlyCaolán McNamara2-5/+27
2020-11-27WinSalFrame::mnWidth/Height should presumably be of type LONGStephan Bergmann2-4/+4
2020-11-27DWRITE_GLYPH_METRICS members are of INT32 and UINT32 typesStephan Bergmann1-4/+4
2020-11-27RECT members are of type LONGStephan Bergmann1-4/+4
2020-11-27LOGFONTW::lfHeight is of type LONGStephan Bergmann1-1/+1
2020-11-27DocumentPropertiesW returns LONGStephan Bergmann1-1/+1
2020-11-27loplugin:toolslong (Library_vclplug_win)Stephan Bergmann2-7/+7
2020-11-27GetLastError returns DWORDStephan Bergmann1-1/+1
2020-11-27Windows InterlockedIncrement/Decrement use LONGStephan Bergmann2-2/+2
2020-11-27jsdialog: dump dialog titleSzymon Kłos1-0/+7
2020-11-27jsdialog: remember dialog instance & handle closeSzymon Kłos2-0/+15
2020-11-27jsdialog: drag and drop support for TreeViewSzymon Kłos3-0/+199
2020-11-27silence warnings about negative widths under RTLCaolán McNamara1-0/+4
2020-11-27tdf#127294 add ToD Previewsandreas kainz1-0/+4
2020-11-26with SAL_RTL_ENABLED=1 calc tabbar arrows are rendered reversedCaolán McNamara1-10/+2
2020-11-26tdf#138486 Artifacts in some impress templatesNoel Grandin1-6/+6
2020-11-26jsdialog: implemented Expander widgetSzymon Kłos3-0/+51
2020-11-26keep toolitem ids uniqueCaolán McNamara1-1/+12
2020-11-26Move SalInstanceExpander decl to header fileSzymon Kłos2-29/+43
2020-11-26add a way to invalidate the InterimItemWindow child contentsCaolán McNamara1-0/+15