summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-19tdf#143148: Use pragma once instead of include guards in vcl/osxTaichi Haradaguchi24-93/+24
2023-11-19tdf#143148: Use pragma once instead of include guards in vcl/sourceTaichi Haradaguchi1-4/+1
2023-11-19vcl: add unit tests for simple text 'AV' with kerning and no-kerning enabledChris Sherlock1-0/+97
2023-11-19vcl: simplify warning messageChris Sherlock1-1/+1
2023-11-19vcl: ImplIsCharIn() -> lcl_IsCharIn()Chris Sherlock1-7/+7
2023-11-19tdf#124176 vcl: Use pragma once instead of include guards in inc/textlayout.hxxChris Sherlock1-4/+1
2023-11-19vcl: remove unnecessary includes from textlayout.cxxChris Sherlock1-6/+0
2023-11-19tdf#143148 Use pragma once instead of include guardsCristina Mustatea1-4/+1
2023-11-17gtk4 a11y: Map BLOCK_QUOTE role to new gtk equivalentMichael Weghorn1-1/+7
2023-11-16tdf#146386 deprecate, remove usage of Inet::Settings::ooInetFTPProxyNameMichael Stahl2-6/+4
2023-11-16tdf#158224 Cannot convert bitmap to polygonsNoel Grandin1-1/+1
2023-11-15tdf#158030 gtk4 a11y Map {col,row}indextext obj attributesMichael Weghorn1-2/+12
2023-11-15loplugin:unusedmethodsNoel Grandin1-39/+0
2023-11-14tdf#155138 Change context stringsTaichi Haradaguchi1-5/+5
2023-11-14tdf#123864 gtk4 a11y: Handle CHECKABLE/CHECKED state independent of roleMichael Weghorn1-3/+6
2023-11-14gtk4 a11y: Set accessible name and descriptionMichael Weghorn1-15/+6
2023-11-14tdf#123864 a11y: Add new AccessibleStateType::CHECKABLEMichael Weghorn2-0/+4
2023-11-13tdf#127547 Freeze in Microsoft Print to PDF dialogNoel Grandin1-1/+11
2023-11-11Move user agent initialization to InitCurl_easyMike Kaganski1-1/+1
2023-11-10Fix errors gtk4Julien Nabet1-5/+6
2023-11-10vcl: don't override user's SSL_CERT_FILE for bundled OpenSSLMichael Stahl1-11/+15
2023-11-09gtk4 a11y: Handle the "level" object attributeMichael Weghorn1-0/+47
2023-11-09gtk4 a11y: Extract state handling to helper functionMichael Weghorn1-53/+69
2023-11-09vcl,openssl: set SSL_CERT_FILE for bundled OpenSSLMichael Stahl1-0/+21
2023-11-08loplugin:unreffun (clang-cl)Stephan Bergmann1-1/+4
2023-11-08loplugin:stringstatic, lopluign:ostr (clang-cl)Stephan Bergmann2-6/+6
2023-11-08ofz#63962 build failureCaolán McNamara1-0/+1
2023-11-08loplugin:fieldcast in SvTreeListBoxNoel Grandin1-1/+1
2023-11-08loplugin:fieldcast in AnimationDataNoel Grandin2-2/+2
2023-11-08loplugin:fieldcast in vclNoel Grandin4-5/+5
2023-11-08loplugin:fieldcast in CUPSManagerNoel Grandin2-7/+9
2023-11-08loplugin:fieldcast in MenuBarWindowNoel Grandin2-3/+3
2023-11-08loplugin:fieldcast in WindowImplNoel Grandin3-5/+6
2023-11-07loplugin:fieldcast in vclNoel Grandin2-18/+18
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-4/+13
2023-11-07loplugin:unnecessaryparenStephan Bergmann1-1/+1
2023-11-07gtk4 a11y: Map states to corresponding GtkAccessibleStateMichael Weghorn1-1/+34
2023-11-07gtk4 a11y: Map states to corresponding gtk a11y propertiesMichael Weghorn1-1/+25
2023-11-07qt a11y: Map AccessibleStateType::INDETERMINATE to Qt equivalentMichael Weghorn1-1/+1
2023-11-07qt a11y: Set passwordEdit state for PASSWORD_TEXTMichael Weghorn1-0/+5
2023-11-07gtk4 a11y: Map PASSWORD_TEXT role to gtk text box roleMichael Weghorn1-0/+1
2023-11-07tdf#135236 gtk3 a11y: Restore AtkObject's focus_eventMichael Weghorn1-0/+2
2023-11-07tdf#152155 vcl: fix gtk popup listbox positions on sidebarLászló Németh3-2/+9
2023-11-07simplify OutputDevice::ClipAndDrawGradientMetafileNoel Grandin2-65/+8
2023-11-06tdf#155266 force flush after scrollingPatrick Luby3-3/+16