summaryrefslogtreecommitdiff
path: root/vcl/source/window/builder.cxx
AgeCommit message (Expand)Author
2020-02-14don't need to include split.hxx or scrbar.hxxCaolán McNamara
2020-02-14move dialog.hxx to vcl/include/toolkitCaolán McNamara
2020-02-08Resolves: tdf#130513 sfxlo-OptionalBox isn't in sfxCaolán McNamara
2020-02-03loplugin:unusedmethodsNoel Grandin
2020-02-01no direct users of slider.hxx outside vcl anymoreCaolán McNamara
2020-02-01support arbitrary widgets in toolbars via children of GtkToolItemCaolán McNamara
2020-01-28the only VclComboBoxNumeric left has a patternCaolán McNamara
2020-01-28move private TimeBox to toolkit-only headersCaolán McNamara
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin
2020-01-06Removed redundant semicolonsAndrea Gelmini
2019-12-24sal_Char->char in vclNoel Grandin
2019-12-19get native gtk widgets in sidebars workingCaolán McNamara
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann
2019-12-09Enable/Disable of children shouldn't be necessaryCaolán McNamara
2019-12-06Removed duplicated includeAndrea Gelmini
2019-12-06lok preload: Some symbols are in-process when we need them.Jan Holesovsky
2019-12-03toolbar item visibilty defaults to false in GtkBuilder but true in vclCaolán McNamara
2019-11-26tdf#126043 fetch the command properties just onceCaolán McNamara
2019-11-22use prime symbol for footCaolán McNamara
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-20hide help buttons when LibreOfficeKit::isActive and local help unavailableCaolán McNamara
2019-11-08tdf#127993 remove default WB_HIDESELECTIONCaolán McNamara
2019-11-04ProgressBar now only use in vcl and toolkitCaolán McNamara
2019-11-04FixedHyperlink now only used in vcl and toolkitCaolán McNamara
2019-11-02weld SfxRecordingFloat_Impl utility windowCaolán McNamara
2019-10-30honour closeable flagCaolán McNamara
2019-10-29weld fpicker clusterCaolán McNamara
2019-10-25fix buildRene Engelhard
2019-10-25map gtk-add and gtk-remove iconsCaolán McNamara
2019-10-25tdf#42949 Fix IWYU warnings in vcl/unx/gtk3 and gtk3_kde5/Gabor Kelemen
2019-10-24create a VclHPanedCaolán McNamara
2019-10-19drop unused ListControlCaolán McNamara
2019-10-19add menubar support to vclbuilderCaolán McNamara
2019-10-18prepare builder to support menubarsCaolán McNamara
2019-10-18has-default not needed for menu entriesCaolán McNamara
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-10-06convert equals() to operator== in xmlreader::SpanNoel Grandin
2019-10-02Refactoring of the class CrashReporterJuergen Funk
2019-10-01crashreport: change addKeyValue to lower-case camelJuergen Funk
2019-09-30align show-expander default with gtk defaultsCaolán McNamara
2019-09-21wizdlg only needed in vcl nowCaolán McNamara
2019-09-16drop VclComboBoxText in favor of GtkComboBoxTextCaolán McNamara
2019-09-15add WinBits and InitFlag to RoadmapWizard ctorCaolán McNamara
2019-09-15split RoadmapWizard into its own headerCaolán McNamara
2019-09-14assert for missing model in GtkTreeViewCaolán McNamara
2019-09-03Ensure that VCL builder entry points use proper function typeMike Kaganski
2019-09-03tdf#127272 Writer crash issue resolveSumit Chauhan