summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-03-06Use int where API expects intMike Kaganski3-5/+5
2021-03-06tdf#138314 Change selected tab text color on macOS Big SurThorsten Wagner1-1/+1
2021-03-06tdf#140813: Use GetUpdatedClipboardFormats to enumerate clipboard formatsMike Kaganski9-78/+113
2021-03-05use container_focus_changed instead of toplevel_focus_changedCaolán McNamara3-52/+0
2021-03-05add a callback for when a container gains or loses focusCaolán McNamara3-0/+51
2021-03-05loplugin:unreffun (macOS)Stephan Bergmann1-6/+6
2021-03-05include the id of the duplicate in the warning about itCaolán McNamara1-1/+1
2021-03-05tdf#138122 Detect window scaling for multi display configurations on macOSThorsten Wagner1-0/+7
2021-03-05jsdialog: update on treeview item removeSzymon Kłos2-0/+16
2021-03-05emplace_back: use perfect forwarding if possibleThorsten Behrens2-10/+10
2021-03-05tdf#139734 Remove redundant asserts after functions loadFromDesktop and loadMoaz1-40/+0
2021-03-04actually restore the original HFONTLuboš Luňák1-1/+4
2021-03-04jsdialog: single activation property for treeviewSzymon Kłos1-0/+2
2021-03-04jsdialog: handle standard buttons like helpSzymon Kłos4-0/+55
2021-03-04macOS: use HITheme to draw listbox window borderNoel Grandin3-9/+26
2021-03-04Init Notebookbar for Online Drawmert1-1/+2
2021-03-03lok: add batch mode option to load the documentHenry Castro1-0/+4
2021-03-03try to avoid skia alpha blending with fully opaque bitmapsLuboš Luňák2-3/+69
2021-03-03layout on resize immediatelyCaolán McNamara1-3/+9
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara35-30/+36
2021-03-03jsdialog: missing method for treeviewSzymon Kłos2-0/+7
2021-03-03tdf#116983 tdf#136175: retry if failedMike Kaganski1-3/+6
2021-03-03loplugin:refcounting in vclNoel4-7/+8
2021-03-03'using namespace SkiaHelper' in skia vcl sourcesLuboš Luňák6-85/+83
2021-03-03update Skia to chrome/m90Luboš Luňák7-100/+138
2021-03-03do not smoothscale if not changing pixel sizeLuboš Luňák3-3/+57
2021-03-03move ImplDockingWindowWrapper out of public headerCaolán McNamara8-3/+144
2021-03-03bubblewindow.hxx can be a private vcl headerCaolán McNamara2-1/+58
2021-03-03split and move MenuBar BubbleWindowManager to vclCaolán McNamara2-6/+344
2021-03-03move BubbleWindow to vclCaolán McNamara2-0/+220
2021-03-03keep ImplDockingWindowWrapper DLL_PRIVATE and use DockingManagerCaolán McNamara1-0/+8
2021-03-03Remove unused includeStephan Bergmann1-1/+0
2021-03-03loplugin:unreffun (macOS)Stephan Bergmann3-13/+19
2021-03-03drop TransparentType::Color usageNoel Grandin8-115/+18
2021-03-03tdf#140606 make PDF parsing more lenient and prevent a crashTomaž Vajngerl5-10/+38
2021-03-02Fix typosAndrea Gelmini1-1/+1
2021-03-02Value for display size in 32bitHeiko Tietze1-2/+2
2021-03-01tdf#140528: sw: Add UItestXisco Fauli1-0/+1
2021-03-01tdf#140537 scroll-wheeling shouldn't affect disabled scrollbarsCaolán McNamara1-1/+4
2021-03-01make sure Skia DWrite matches the given HFONT exactly (tdf#137122)Luboš Luňák2-14/+35
2021-03-01it's enough to have one Skia font managerLuboš Luňák3-6/+8
2021-03-01do not repeatedly call getenv("SAL_NO_FONT_LOOKUP")Luboš Luňák1-1/+2
2021-03-01generic Skia workaround for VCL sending empty size (tdf#140288)Luboš Luňák4-15/+26
2021-03-01loplugin:redundantstatic (macOS)Stephan Bergmann1-1/+1
2021-03-01IPrioritable.hxx can move into private headersCaolán McNamara7-15/+63
2021-03-01call to consteval function is not a constant expression (HAVE_CPP_CONSTEVAL)Stephan Bergmann1-6/+13
2021-03-01Fix -Werror=unused-resultDavid Ostrovsky1-1/+5
2021-03-01NotebookbarPopup.hxx can move into private headersCaolán McNamara5-4/+61
2021-03-01drop commented out codeCaolán McNamara2-32/+0
2021-03-01add NoMouseUpClose to popup flagsCaolán McNamara1-1/+2