summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-02-14split StringToMetric and TextToValue into fieldvalue.hxxCaolán McNamara2-24/+30
2020-02-14split out MetricField value conversion functionsCaolán McNamara2-151/+149
2020-02-14use forward decls to reduce including unnecessary headersCaolán McNamara1-1/+3
2020-02-14don't need to include split.hxx or scrbar.hxxCaolán McNamara3-0/+23
2020-02-14move dialog.hxx to vcl/include/toolkitCaolán McNamara22-19/+31
2020-02-14tdf#130573 labels exchanged in export to BMPNoel Grandin3-0/+152
2020-02-13weld FindTextFieldControlCaolán McNamara3-0/+41
2020-02-13extract NaturalSortCompare from ListBoxCaolán McNamara2-5/+9
2020-02-13improve debugger/valgrind handling in watchdogLuboš Luňák1-8/+9
2020-02-13factor out dialog hacksCaolán McNamara2-8/+31
2020-02-13drop workben outdevgrindCaolán McNamara3-789/+0
2020-02-13use TopLevelWindowLocker for the lock other windows problemCaolán McNamara1-9/+0
2020-02-13make sure SAL_SKIA=vulkan also overrides settingsLuboš Luňák1-0/+7
2020-02-13remove 'ATI' from the driver listLuboš Luňák5-14/+4
2020-02-13make OpenGL blacklist file code generic and use it for Skia/VulkanLuboš Luňák13-971/+1004
2020-02-13use what gtk reports as the held buttons for mouse moveCaolán McNamara1-4/+3
2020-02-13toplevel might not be a GtkWindow, no need to cast to GtkWindowCaolán McNamara4-4/+4
2020-02-13set-focus doesn't exist in GtkEventBox, only GtkWindowCaolán McNamara1-1/+2
2020-02-13set up properly Vulkan context creation also for WindowsLuboš Luňák2-2/+17
2020-02-13tdf#130325 Fix listbox used as dropdownSamuel Mehrbrodt2-3/+4
2020-02-13tdf#130161 detect if a node already had an expansion attemptCaolán McNamara2-22/+46
2020-02-12vcl: avoid accessing null member on unloading viewsAshod Nakashian1-2/+3
2020-02-12cypress: mobile: Font size combobox is broken on core/master.Caolán McNamara3-13/+27
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin10-24/+11
2020-02-12tdf#128921 tdf#130341 tdf#122053 qt5: Native PopupMenusMichael Weghorn2-2/+48
2020-02-12vcl: fix UB in Window::ImplGetFirstOverlapWindow()Miklos Vajna2-0/+15
2020-02-12nModCode assigned but not usedMaxim Monastirsky1-3/+2
2020-02-11tdf#130478 add direct dash paint in GDIPlus (win)Armin Le Grand (Collabora)1-3/+58
2020-02-11move GraphicReader class out of graph.hxxTomaž Vajngerl9-35/+113
2020-02-11tdf#130555: Prevent negative aSelection.Min()Stephan Bergmann1-2/+7
2020-02-11tdf#57879 - Expand word boundaries to include connector punctuationsAndreas Heinisch2-15/+43
2020-02-11tdf#126744 Transfer paper size and orientation to new printerKelemen Gábor2-2/+23
2020-02-11cypress: mobile: Font size combobox is broken on core/master.Caolán McNamara4-4/+14
2020-02-11Drop some static_cast from long to sal_Int32Stephan Bergmann1-6/+6
2020-02-11SplitWindow::ImplDrawBack is effectively unusedNoel Grandin1-19/+0
2020-02-10operate on the text renderer cell, not the first cellCaolán McNamara1-9/+4
2020-02-10weld SvxFmAbsRecWin item windowCaolán McNamara1-1/+2
2020-02-10weld SvxFmTbxCtlRecTotal label item windowCaolán McNamara5-1/+24
2020-02-10log human-readable vulkan driver version tooLuboš Luňák1-3/+4
2020-02-10cid#1458168 silence bogus Dereference after null checkCaolán McNamara7-0/+7
2020-02-10if OpenGL is forced, do not enable Skia in order to allow GLLuboš Luňák1-0/+6
2020-02-10in case of Skia problems force raster mode, don't disable it allLuboš Luňák2-2/+9
2020-02-10add (Vulkan) blacklisting to SkiaLuboš Luňák5-44/+125
2020-02-10restore unit test code accidentally deletedNoel Grandin1-0/+42
2020-02-09Fix typoAndrea Gelmini1-2/+2
2020-02-09Fix typoAndrea Gelmini1-3/+3
2020-02-08Fix typoAndrea Gelmini1-2/+2
2020-02-08Resolves: tdf#130513 sfxlo-OptionalBox isn't in sfxCaolán McNamara2-3/+5
2020-02-08tdf#74702 Remove OutDevType from OutputDevice::RemoveTransparenciesFromMetaFileYusuf Keten3-10/+13
2020-02-08tdf#130478 add direct dash paint in cairoArmin Le Grand1-3/+12