summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-06-12Fix typosAndrea Gelmini1-1/+1
2021-06-11when converting WMF to WMF, simply do a direct copyLuboš Luňák3-5/+85
2021-06-11drop EMF+ also when converting WMF, not just EMFLuboš Luňák1-4/+6
2021-06-11gtk4: starting point for welded menusCaolán McNamara1-5/+66
2021-06-11gtk4: build deeper levels of GMenuModelCaolán McNamara1-39/+89
2021-06-11MetaAction::Clone() -> constLuboš Luňák1-54/+54
2021-06-11gtk4: support separators via manipulating menu sectionsCaolán McNamara1-7/+60
2021-06-11qt5/kf5: Fix crash on exitMichael Weghorn1-1/+2
2021-06-11Simplify Sequences initializations (vcl)Julien Nabet3-25/+32
2021-06-11gtk4: process sections and submenus of toplevel menumodelCaolán McNamara2-33/+47
2021-06-11ofz#35150 crash in Bitmap::Crop from wmf loadCaolán McNamara1-0/+0
2021-06-11ofz#35149 crash in vcl::bitmap::CreateFromData from wmf loadCaolán McNamara1-0/+0
2021-06-11CppunitTest_vcl_svm_test: add missing basegfx linkMiklos Vajna1-0/+1
2021-06-11Add IntersectClipRegion cppunit tests to vclpanoskorovesis3-4/+92
2021-06-10-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-7/+0
2021-06-10loplugin:unnecessaryreturn RoadmapWizardNoel Grandin2-18/+11
2021-06-10loplugin:unnecessaryreturn SvImpLBox::SetMostRightNoel Grandin2-4/+2
2021-06-10loplugin:unnecessaryreturn SalX11Display::DispatchNoel Grandin2-10/+10
2021-06-10loplugin:unnecessaryreturn SalFrame::SetPluginParentNoel Grandin13-20/+13
2021-06-10tdf#142629: vcl_filters_test: Add unittestXisco Fauli2-2/+25
2021-06-10avoid possible repeated cairo surface creationLuboš Luňák2-11/+17
2021-06-10-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-2/+1
2021-06-09scale VCL's scale cache according to the number of Online viewsLuboš Luňák1-0/+8
2021-06-09WMF tdf#55058 tdf#142722 Add implementation of BitBlt and StretchBltBartosz Kosiorek1-4/+11
2021-06-09tdf#142629 import psd image with transparent backgroundNoel Grandin1-4/+5
2021-06-09Add GradientEx cppunit test to vclpanoskorovesis3-4/+131
2021-06-09Add RefPoint cppunit test to vclpanoskorovesis2-2/+30
2021-06-09gtk4: implement some more of the menu requirementsCaolán McNamara2-36/+48
2021-06-09gtk4: default that empty button labels are invisibleCaolán McNamara1-0/+7
2021-06-08gtk4: expand the first child of the end groupCaolán McNamara2-78/+133
2021-06-08gtk4: reverse the order of the pack-type=end widgetsCaolán McNamara1-0/+27
2021-06-07ofz#35033 missing componentsCaolán McNamara1-0/+4
2021-06-07gtk4: convert pack-type to child typeCaolán McNamara2-5/+27
2021-06-07WMF tdf#142625 Continue read records if unimlemented features foundBartosz Kosiorek1-1/+1
2021-06-06gtk4: don't need to 'formatMenuButton' anymoreCaolán McNamara1-2/+13
2021-06-06gtk4: convert MenuButton "image" to "icon-name"Caolán McNamara1-7/+40
2021-06-06add x-office-calendar to allow symbolic namesCaolán McNamara2-8/+11
2021-06-06use sfx2/res/menu.png for open-menu-symbolicCaolán McNamara1-1/+1
2021-06-06use open-menu-symbolic for menubutton gear menusCaolán McNamara2-0/+3
2021-06-06gtk4: set same use-underline on inserted GtkLabel as parent GtkButtonCaolán McNamara1-3/+16
2021-06-05gtk4: MenuButtons can have images tooCaolán McNamara1-0/+3
2021-06-05psp::PPDParser::getParser deadlock on launchCaolán McNamara1-1/+1
2021-06-05gtk4: ToggleButtons can have images tooCaolán McNamara2-3/+7
2021-06-05gtk4: silence some warningsCaolán McNamara1-31/+61
2021-06-05vcl unix : use std::thread in PPDParser::getParserArnaud Versini1-3/+3
2021-06-04Fix UITestMike Kaganski1-0/+1
2021-06-04gtk4: don't want normal case to have a radiobuttonCaolán McNamara1-0/+2
2021-06-04gtk4: reeenable the rest of the math dialogsCaolán McNamara1-0/+2
2021-06-04gtk4: experiment with GtkPicture for all our theme resourcesCaolán McNamara2-9/+52
2021-06-04gtk4: support radio groups in GtkMenuButton menusCaolán McNamara2-17/+113