summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2023-12-08Revert "Related: tdf#155266 force flush after drawing native scrollbars"libreoffice-24-2-branch-pointPatrick Luby1-16/+0
2023-12-08tdf#43157 vcl: remove DBG_ASSERT() from DrawDeviceAlphaBitmapSlowPath()Chris Sherlock1-2/+2
2023-12-08cid#1546472 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2023-12-08tdf#143148 Use pragma once instead of include guardsKira Tubo1-5/+1
2023-12-07Related: tdf#155266 force flush after drawing native scrollbarsPatrick Luby1-0/+16
2023-12-07cid#1546503 Using invalid iteratorCaolán McNamara1-1/+3
2023-12-07cid#1558798 Unchecked return valueCaolán McNamara1-2/+4
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin96-546/+386
2023-12-07tdf#157432 Expert config: Allow filtering by changed valuesSamuel Mehrbrodt2-3/+30
2023-12-06Related: tdf#155266 skip redisplay of the view when forcing flushPatrick Luby1-2/+10
2023-12-06tdf#148986 Support XF86Forward / XF86Back key eventsGabor Kelemen5-2/+58
2023-12-06Drop use of Win98-era multimon.hGabor Kelemen1-5/+0
2023-12-06make AlphaMask separate from BitmapNoel Grandin19-87/+87
2023-12-06Remove the special-casing in Bitmap::Invert (and fix)Noel Grandin3-72/+125
2023-12-05Related: tdf#158534 set fallback help page for optional print contentCaolán McNamara1-0/+1
2023-12-05Resolves: tdf#158534 two help pages from print help buttonCaolán McNamara2-12/+0
2023-12-05vcl: add unit test for cached glyphs based on tdf#103492Chris Sherlock1-0/+2
2023-12-05Drop own mutex to prevent lock order problemMike Kaganski1-30/+16
2023-12-05vcl: add unit tests for a mixture of CJK and latin charactersChris Sherlock3-6/+69
2023-12-04Avoid clipboard messages after Scheduler::ImplDeInitSchedulerMike Kaganski3-9/+23
2023-12-04cid#1545810 Using invalid iteratorJulien Nabet2-3/+5
2023-12-04cid#1546021 Using invalid iteratorJulien Nabet1-1/+3
2023-12-04cid#1546275 Using invalid iteratorJulien Nabet1-0/+1
2023-12-04Relax assertion a bitMike Kaganski1-1/+1
2023-12-04ofz#64582 Out-of-memoryCaolán McNamara1-7/+14
2023-12-04ofz#64680 Integer-overflowCaolán McNamara1-0/+3
2023-12-04cid#1545582 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-03cid#1546503 Using invalid iteratorCaolán McNamara2-8/+22
2023-12-03Split the *Bitmap::CopyPixel functionsNoel Grandin4-296/+296
2023-12-02Simplify some AlphaMask codeNoel Grandin1-7/+4
2023-12-02AlphaMask::ReleaseAccess is unnecessaryNoel Grandin5-16/+5
2023-12-02pass BitmapBuffer around by std::optionalNoel Grandin7-62/+53
2023-11-30vcl: Fix commentKhaled Hosny1-2/+2
2023-11-30Related: tdf#155092 translate Y coordinate for height differencesPatrick Luby1-0/+16
2023-11-29Online: Put the image width height info into json.Gülşah Köse1-0/+2
2023-11-29Extended loplugin:ostr: vclStephan Bergmann9-23/+23
2023-11-29remove fallback codeNoel Grandin1-12/+1
2023-11-28simplify some BitmapEx constructionsNoel Grandin3-4/+3
2023-11-27tdf#155092 don't dispatch left mouse up events during live resizingPatrick Luby3-47/+44
2023-11-25tdf#158317 fix cleanup of SfxPoolItems in editengArmin Le Grand (allotropia)1-0/+4
2023-11-24tdf#157551 Calc-Validity-CellRange, dropdown tinyNoel Grandin1-1/+2
2023-11-24enable using medium/full font hinting even with subpixel positioningFrank Steiner4-3/+9
2023-11-23Update vcl README wrt VCL pluginsMichael Weghorn1-1/+8
2023-11-23tdf#155092 use tracking areas instead of tracking rectanglesPatrick Luby5-36/+63
2023-11-22Online: Fix Wizard Help buttonGülşah Köse5-47/+71
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (vcl)Julien Nabet24-54/+35
2023-11-20vcl gtk3 : no need to use ClearableMutexGuard instead of GuardArnaud VERSINI1-4/+4
2023-11-20tdf#143148: Use pragma once instead of include guards in vcl/inc/unxTaichi Haradaguchi35-143/+40
2023-11-19Extended loplugin:ostr: vclStephan Bergmann38-1555/+1648
2023-11-19tdf#143148: Use pragma once instead of include guards in vcl/inc/winTaichi Haradaguchi9-37/+9