summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2019-09-26loplugin:unnecessaryvirtualNoel Grandin2-62/+21
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin20-474/+33
2019-09-25tdf#127411 Broken mouse status in Impress status barNoel Grandin1-27/+30
2019-09-25better data structures for some static const varsNoel Grandin1-1/+1
2019-09-24copy to clipboard without intermediate vcl::WindowCaolán McNamara1-16/+23
2019-09-24Use lazy-loading stock Image to simplify framework image lists.Michael Meeks5-21/+66
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-2/+2
2019-09-24gtk3: Depend on the window stylecontextCorentin Noël1-27/+69
2019-09-23loplugin:fragiledestructor (macOS)Stephan Bergmann2-2/+16
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov1-4/+2
2019-09-23loplugin:fragiledestructor (macOS)Stephan Bergmann2-1/+8
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-09-22tdf#127325: Revert "Use HarfBuzz to get glyph bounding rectangle"Khaled Hosny2-42/+3
2019-09-21wizdlg only needed in vcl nowCaolán McNamara5-4/+470
2019-09-20Replace remaining occurrences of LIBO_HEADLESS with HAVE_FEATURE_UIAndras Timar3-12/+17
2019-09-20make WizardShell use RoadmapWizardMachineCaolán McNamara1-0/+13
2019-09-20expand to fill VclBinCaolán McNamara1-0/+1
2019-09-20get the toplevel GtkWindow widgetCaolán McNamara1-1/+1
2019-09-20ensure embedded widget is realizedCaolán McNamara1-0/+1
2019-09-20weld OfaTreeOptionsDialogCaolán McNamara3-18/+81
2019-09-20weld Application Colors pageCaolán McNamara2-0/+60
2019-09-20Blacklist include for IWYUKelemen Gábor1-0/+3
2019-09-20Resolves: tdf#127645 ignore floating windows like we do tooltipsCaolán McNamara1-1/+6
2019-09-20Resolves: tdf#127646 remove undispatched events in dtorCaolán McNamara1-3/+15
2019-09-19mpWindow might be a GtkEventBox instead of a GtkWindowCaolán McNamara1-3/+3
2019-09-19when mpWindow is an eventbox we want the toplevel it is inCaolán McNamara1-3/+4
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin7-8/+8
2019-09-18remove unused crc functionality from ZCodecNoel Grandin3-4/+4
2019-09-18not actually using the ZCodec CRC hereNoel Grandin2-6/+2
2019-09-18fix column sensitivity mapCaolán McNamara1-15/+15
2019-09-18-Werror=volatile in OpenGLZoneStephan Bergmann2-4/+18
2019-09-17Consolidate places that manipulate OpenGLZone::gnEnter/LeaveCount directlyStephan Bergmann2-7/+4
2019-09-17No need for explicit OpenGLZone::enter/leave calls from vcldemoStephan Bergmann2-14/+9
2019-09-17move GetStandardText to stdtext.hxxCaolán McNamara5-16/+20
2019-09-17avoid some copyingNoel Grandin1-3/+3
2019-09-17Better fixStephan Bergmann1-3/+4
2019-09-16Fix linux x86 buildThorsten Behrens1-2/+2
2019-09-16missing includeStephan Bergmann1-0/+1
2019-09-16move WriteGradient and ReadGradient to the TypeSerializer classTomaž Vajngerl7-53/+148
2019-09-16vcl: update the svm test for gradient with additional exampleTomaž Vajngerl1-0/+34
2019-09-16tdf#74702: remove GetOutDevType() from SmTmpDeviceChris Sherlock2-1/+29
2019-09-16drop VclComboBoxText in favor of GtkComboBoxTextCaolán McNamara1-1/+1
2019-09-16tdf#42949 Fix IWYU warnings in vcl/unx/generic/*Gabor Kelemen71-292/+51
2019-09-16vcl:pdf : simplify PDF/A code generationArnaud Versini1-3/+5
2019-09-15add WinBits and InitFlag to RoadmapWizard ctorCaolán McNamara2-15/+13
2019-09-15ditch wizarddialog.ui nowCaolán McNamara2-5/+5
2019-09-15unused OWizardPage ctorCaolán McNamara1-6/+0
2019-09-15split RoadmapWizard into its own headerCaolán McNamara4-4/+4
2019-09-15merge RoadmapWizard and OWizardMachineCaolán McNamara3-338/+311
2019-09-15base new page id off current last page idCaolán McNamara1-2/+3