summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-06-19use more TellEnd()Noel Grandin1-3/+3
2021-06-19loplugin:finalclassesNoel Grandin3-27/+4
2021-06-18Simplify a std::string_view constructionStephan Bergmann1-3/+2
2021-06-18Workaround only for GCC 10Stephan Bergmann1-2/+3
2021-06-18gtk4: implement removing an entry from MenuButton menuCaolán McNamara1-2/+56
2021-06-18move the explanatory image outside the RadioButtonCaolán McNamara1-0/+9
2021-06-18Fix typoAndrea Gelmini1-1/+1
2021-06-18gtk4: use state-flags-changed for gtk4 GtkMenuButton toggle alsoCaolán McNamara1-20/+9
2021-06-18tdf#142924 "toggled" is too late to use to populate changes to the menuCaolán McNamara1-2/+22
2021-06-18gtk4: enable some more working dialogsCaolán McNamara1-0/+3
2021-06-18rename signalToggled to signalMenuButtonToggledCaolán McNamara1-4/+4
2021-06-18rename m_pToggleButton to m_pMenuButtonToggleButtonCaolán McNamara1-6/+6
2021-06-18avoid maybe-uninitialised in FontConfigNoel Grandin1-0/+6
2021-06-18rename m_nSignalId to m_nToggledSignalIdCaolán McNamara1-5/+5
2021-06-18gtk4: submenu-action should be good in 4.3.1Caolán McNamara1-2/+1
2021-06-18VCL graphics rendering tests that a run on LO version changehomeboy4453-12/+916
2021-06-17gtk4: reenable a cluster of working dialogsCaolán McNamara1-0/+8
2021-06-17gtk4: get the cairo_font_options from widget pango_contextCaolán McNamara3-13/+29
2021-06-17gtk4: listen to display's setting-changedCaolán McNamara2-5/+21
2021-06-17gtk4: reenable paragraph dialogCaolán McNamara1-0/+8
2021-06-17gtk4: extend workaround for ampersand in paragraph dialog notebook labelsCaolán McNamara1-1/+1
2021-06-17gtk4: no need for ampersand workaround in an empty labelCaolán McNamara1-5/+8
2021-06-17gtk4: reorder the cell renderers in the comboboxesCaolán McNamara1-1/+10
2021-06-17gtk4: implement setting grid row/col/widthCaolán McNamara1-26/+45
2021-06-17split SurfacePaintable outCaolán McNamara5-82/+128
2021-06-17use string_view in the Translate APINoel Grandin4-7/+7
2021-06-17split NotifyingLayout outCaolán McNamara5-94/+128
2021-06-17gtk4: undo overflow notebook insert in dtorCaolán McNamara1-2/+0
2021-06-17gtk4: restore double-decker notebooksCaolán McNamara1-7/+129
2021-06-17tdf#115281 sc Windows: fix shortcut text Ctrl+` in View menuLászló Németh1-0/+3
2021-06-16gtk4: redo theme unwanted active tab in overflow notebook into invisiblityCaolán McNamara2-24/+35
2021-06-16gtk4: partial restoration of double-decker notebooksCaolán McNamara1-22/+38
2021-06-16gtk4: Notebook label is now inside another widgetCaolán McNamara1-1/+6
2021-06-16gtk4: add some working dialogsCaolán McNamara1-0/+6
2021-06-16gtk4: reenable some more working dialogsCaolán McNamara1-0/+19
2021-06-16gtk 4.3.2 will have a fix for thisCaolán McNamara1-6/+9
2021-06-16tdf#103388 Show the backtick used in shortcut in Calc View menuGabor Kelemen1-1/+2
2021-06-16vcl: check mpWindowImpl for nullptrGabriel Masei5-26/+58
2021-06-16gtk4: use xalign to position replacement boxCaolán McNamara1-5/+15
2021-06-16gtk4: use image-position to position elements within replacement boxCaolán McNamara2-18/+42
2021-06-16Add MapMode cppunit test to vcl.panoskorovesis2-2/+54
2021-06-16Add MoveClipRegion cppunit test to vclpanoskorovesis3-3/+43
2021-06-15gtk4: use GtkPicture for view, user interfaceCaolán McNamara1-1/+16
2021-06-15gtk4: support moving children in and out of GtkGridCaolán McNamara1-4/+10
2021-06-15gtk4: double-encode ampersand if use-underline is usedCaolán McNamara1-0/+10
2021-06-15gtk4: don't convert generated button image-childCaolán McNamara1-5/+6
2021-06-15gtk4: further disambiguation of Image/PictureCaolán McNamara1-32/+52
2021-06-15gtk4: convert all the larger old icon sizes to GTK_ICON_SIZE_LARGECaolán McNamara1-3/+12
2021-06-15gtk4: support image at top in button with vert orientation of child boxCaolán McNamara2-3/+30
2021-06-15gtk4: leave Help button unchanged if its in a GtkMessageDialogCaolán McNamara1-2/+3