summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-01-02tdf#74702 - vcl: introduce OutputDevice::GetDeviceInfo()Chris Sherlock3-0/+12
2021-01-02tdf#74702 - vcl: introduce OutputDevice::CanEnableNativeWidget()Chris Sherlock3-0/+8
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl2-5/+57
2020-12-30vcl: Fix isEmpty method in BinaryDataContainerTomaž Vajngerl1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann4-8/+17
2020-12-29jsdialog: export alignment typeSzymon Kłos1-0/+1
2020-12-28jsdialog: dump separator lineSzymon Kłos1-0/+1
2020-12-28jsdialog: handle value change for spinfieldsSzymon Kłos2-0/+7
2020-12-28jsdialog: dump buttonbox propertiesSzymon Kłos1-0/+1
2020-12-28vcl: add BinaryDataContainer and change GfxLink to use itTomaž Vajngerl2-8/+55
2020-12-28vcl: remove OutputDevice::ScaleBitmapChris Sherlock2-2/+2
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-5/+5
2020-12-24ofz#28907 Direct-leak in MetaAction::ReadMetaActionCaolán McNamara1-1/+1
2020-12-24custom literal for Degree10Noel Grandin2-2/+2
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock3-283/+334
2020-12-24vcl: merge bitmap.cxx and bitmap3.cxxChris Sherlock1-0/+2
2020-12-22jsdialog: disable idle notifyHenry Castro1-0/+3
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara2-8/+8
2020-12-22split SotStorageStream into two classesNoel1-3/+4
2020-12-21pdf: add a public function to load PDF as a VectorGraphicDataTomaž Vajngerl1-1/+6
2020-12-20tdf#139063 crash when add a new sheet to a RTL sheetCaolán McNamara1-0/+1
2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann2-6/+8
2020-12-19vcl: move GAMMA define to bitmap.hxxChris Sherlock1-0/+2
2020-12-18add a return to EditView::Command to indicate if the command was consumedCaolán McNamara1-1/+1
2020-12-18lok: check if the tree list box model has changedHenry Castro1-0/+6
2020-12-18lok: jsbuilder: fix disable dialog tunnelingHenry Castro1-0/+1
2020-12-18pdfium: add PDFiumPage::hasLinks() wrapperMiklos Vajna1-0/+2
2020-12-17add Menu::get_sensitiveCaolán McNamara1-0/+1
2020-12-16pdfium: rework to eliminate FPDF_PATHSEGMENT from the public interfaceMiklos Vajna1-13/+5
2020-12-15use GetParentWithLOKNotifier to get the frame LOKNotifier to reuse for menusCaolán McNamara1-8/+0
2020-12-15add set_id/get_id to Menus like WindowsCaolán McNamara1-0/+12
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara1-1/+0
2020-12-15add a way to correctly position a weld::Menu given a vcl::WindowCaolán McNamara1-0/+10
2020-12-14add a way to undo ImplConvertToAbsPosCaolán McNamara2-0/+2
2020-12-14loplugin:unusedenumconstantsNoel1-2/+1
2020-12-14loplugin:singlevalfieldsNoel1-1/+0
2020-12-14loplugin:unusedmethodsNoel1-8/+0
2020-12-14loplugin:unusedfieldsNoel2-17/+0
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann2-2/+8
2020-12-11pdfium: remove unused PDFiumPathSegment::getPointer()Miklos Vajna1-1/+0
2020-12-10use size_t instead of sal_uLongCaolán McNamara2-3/+3
2020-12-10Online: "Copy hyperlink location" feature improvement.gokaysatir1-1/+2
2020-12-09tdf#138778 add has_child_focus which considers a related popup a 'child'Caolán McNamara1-3/+34
2020-12-09jsdialog: dump all columns in treeviewSzymon Kłos1-0/+2
2020-12-09remove isVCLOpenGLEnabled() settings, add DisableOpenGL optionLuboš Luňák2-16/+4
2020-12-09vcl: improve EMF+ -> WMF conversionMiklos Vajna2-0/+6
2020-12-09pdfium: rework to eliminate FPDF_BITMAP from the public interfaceMiklos Vajna1-17/+11
2020-12-08Replace SchedulerMutex with (non-recursive) std::mutexStephan Bergmann1-1/+1
2020-12-08reap glxtest process early in soffice_main unconditionallyLuboš Luňák1-3/+1
2020-12-07move various notebookbar widgets into vclCaolán McNamara5-6/+60