summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-03-10Don't unselect an existing selection on (long) press on iOS and AndroidTor Lillqvist1-3/+12
2021-03-10disable SkiaTest::testMatrixQuality because of tb68Luboš Luňák1-0/+4
2021-03-10read png preferred physical size in PngImageReaderLuboš Luňák1-0/+18
2021-03-10add macOS instructionsNoel Grandin1-0/+4
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski6-6/+6
2021-03-10Fix comment after renaming variableMike Kaganski1-1/+1
2021-03-09this should be dynamic_castNoel1-1/+1
2021-03-09fetch/set/clear primary selection without intermediate vcl::WindowCaolán McNamara4-29/+12
2021-03-09Don't use uninitialized member to initialize base classMike Kaganski1-1/+2
2021-03-09SetCurItemId takes an ItemId not a PositionCaolán McNamara1-1/+1
2021-03-09Simplify CWinClipboard mutexesMike Kaganski3-32/+26
2021-03-09loplugin:redundantstatic (clang-cl)Stephan Bergmann1-1/+1
2021-03-09loplugin:staticmethods (clang-cl)Stephan Bergmann1-1/+1
2021-03-09Make sal/config.h the first in pchMike Kaganski1-2/+2
2021-03-08loplugin:makeshared (clang-cl)Stephan Bergmann2-8/+8
2021-03-08Remove spurious empty lines againStephan Bergmann2-2/+0
2021-03-08[API CHANGE] Remove unused XSystemTransferable interface from CDOTransferableMike Kaganski2-25/+1
2021-03-08jsdialog: fix free JsonWriter assertionSzymon Kłos1-0/+4
2021-03-07move queue_resize to baseclassCaolán McNamara3-9/+9
2021-03-07tdf#140856 macOS listbox renderingNoel Grandin1-8/+4
2021-03-07loplugin:staticdynamic now with extra saltNoel1-3/+2
2021-03-06jsdialog: send selection change for icon viewSzymon Kłos2-9/+123
2021-03-06jsdialog: refresh on thawSzymon Kłos1-0/+1
2021-03-06jsdialog: stop idle on destructionSzymon Kłos2-2/+10
2021-03-06jsdialog: update on treeview clearSzymon Kłos2-0/+8
2021-03-06drop StyleSettings::GetColorValueSetMaximumRowCountNoel Grandin1-6/+0
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