summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Use G_ADD_PRIVATE and *_get_instance_privateArkadiy Illarionov1-11/+2
2019-09-28loplugin:constmethod in vclNoel Grandin11-16/+16
2019-09-28"KWINDOWSYSTEM_DEPRECATED static void setMainWindow" (take 2)Julien Nabet1-0/+7
2019-09-28Hold reference on parent dialog while emitting EndDialog.Michael Meeks1-4/+5
2019-09-28Avoid lambda being destroyed while it is being called.Michael Meeks1-10/+13
2019-09-28Revert "KWINDOWSYSTEM_DEPRECATED static void setMainWindow"Julien Nabet1-2/+1
2019-09-27KWINDOWSYSTEM_DEPRECATED static void setMainWindowJulien Nabet1-1/+2
2019-09-27cid#1454001 silence Unchecked dynamic_castCaolán McNamara1-0/+1
2019-09-27Error: attempt to subscript container with out-of-bounds index 24Stephan Bergmann1-1/+1
2019-09-26tdf#126967:vcl: lok: avoid starting idle paint taskHenry Castro1-0/+3
2019-09-26Resolves: tdf#127262 validity out of order focus in and out problemCaolán McNamara1-9/+29
2019-09-26loplugin:virtualdead in vclNoel Grandin2-12/+0
2019-09-26get toplevel GtkWindow if parent is a child frameCaolán McNamara1-5/+6
2019-09-26weld SwAutoMarkDlg_ImplCaolán McNamara1-0/+1
2019-09-26Remove some unused includesMiklos Vajna1-2/+0
2019-09-26drop unnecessary includes and update pchCaolán McNamara1-0/+1
2019-09-26now drop TabPageParent intermediateCaolán McNamara4-2/+5
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara7-143/+162
2019-09-26Clean up uses of deprecated G_CONST_RETURNStephan Bergmann6-15/+15
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