summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)Author
2021-03-24loplugin:unnecessaryvirtualNoel
2021-03-24loplugin:unusedmethodsNoel
2021-03-17optimize SalLayoutGlyphs for the common caseLuboš Luňák
2021-03-17make SalLayoutGlyphs work with MultiSalLayoutLuboš Luňák
2021-03-16enable grabbing focus to an unspecified container childCaolán McNamara
2021-03-16add access to DumpAsPropertyTree for sidebar::DeckCaolán McNamara
2021-03-16vcl: add BmpReader{Writer} and many BMP format testTomaž Vajngerl
2021-03-15no need for this map<> key to be constNoel
2021-03-14check for quit when calling Yield in loopNoel Grandin
2021-03-14loplugin:unusedmethodsNoel
2021-03-13merge the various SetPointFont via DefaultDevice callsCaolán McNamara
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2021-03-12drop PNGReader and use only PngImageReaderLuboš Luňák
2021-03-12add support for Microsoft Gif chunk to PngImageReaderLuboš Luňák
2021-03-12tdf#140136 sc: fix tree list expansion in AutoFilterAttila Szűcs
2021-03-12use preferred variant when window arg is nullCaolán McNamara
2021-03-11TransferableDataHelper::CreateFromSelection doesn't use its argumentCaolán McNamara
2021-03-11use some forward declares to reduce includesCaolán McNamara
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel
2021-03-11allow throwing away size cache of hosted containerCaolán McNamara
2021-03-09fetch/set/clear primary selection without intermediate vcl::WindowCaolán McNamara
2021-03-07move queue_resize to baseclassCaolán McNamara
2021-03-06drop StyleSettings::GetColorValueSetMaximumRowCountNoel Grandin
2021-03-05use container_focus_changed instead of toplevel_focus_changedCaolán McNamara
2021-03-05add a callback for when a container gains or loses focusCaolán McNamara
2021-03-04-Werror,-Wunused-private-fieldStephan Bergmann
2021-03-04allow slide transition panel to be narrowerCaolán McNamara
2021-03-04jsdialog: single activation property for treeviewSzymon Kłos
2021-03-03lok: add batch mode option to load the documentHenry Castro
2021-03-03make all these headers pragma onceCaolán McNamara
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara
2021-03-03move ImplDockingWindowWrapper out of public headerCaolán McNamara
2021-03-03bubblewindow.hxx can be a private vcl headerCaolán McNamara
2021-03-03split and move MenuBar BubbleWindowManager to vclCaolán McNamara
2021-03-03move BubbleWindow to vclCaolán McNamara
2021-03-03keep ImplDockingWindowWrapper DLL_PRIVATE and use DockingManagerCaolán McNamara
2021-03-03drop TransparentType::Color usageNoel Grandin
2021-03-01IPrioritable.hxx can move into private headersCaolán McNamara
2021-03-01NotebookbarPopup.hxx can move into private headersCaolán McNamara
2021-02-27hide some FloatingWindow detailsCaolán McNamara
2021-02-27drop unneeded SetPosSizePixelCaolán McNamara
2021-02-27loplugin:unusedfieldsNoel
2021-02-27loplugin:unnecessaryvirtualNoel
2021-02-26move lok FloatingWindow closing code to vclCaolán McNamara
2021-02-26drop intermediate vcl container for these welded floating toplevelsCaolán McNamara
2021-02-26rename one ImplHitTest so using window::ImplHitTest can be droppedCaolán McNamara
2021-02-25drop archaic rollable supportCaolán McNamara
2021-02-25allow use of FloatWinPopupFlags without including complete floatwin.hxxCaolán McNamara
2021-02-25dockwin.hxx doesn't need to include floatwin.hxxCaolán McNamara
2021-02-25pdfium: turn the PDFium class into an interfaceMiklos Vajna