- ebab756 loplugin:writeonlyvars update for new AST nodes in newer versions of clang by Noel Grandin · 3 months ago
- 7d575c1 loplugin:unnecessaryvirtual filter out more noise by Noel Grandin · 3 months ago
- 1f9c579 Drop SDK by Stephan Bergmann · 10 days ago
- 6033c0b Rename namespace lok to kit by Tomaž Vajngerl · 10 days ago
- fab4fe7 Rename all LOK_* to KIT_* in COKitEnum.h by Tomaž Vajngerl · 10 days ago
- 43ad042 Rename kit/source/gtk/lokdocview.cxx to kit/source/gtk/kitdocview.cxx by Tomaž Vajngerl · 10 days ago
- d4c7c14 Rename desktop/source/lib/lok* to kit* by Tomaž Vajngerl · 10 days ago
- 2548626 rename GetLOK* methods to GetKit* by Tomaž Vajngerl · 10 days ago
- 9428167 Rename LOKDocumentFocusListener to KitDocumentFocusListener by Tomaž Vajngerl · 10 days ago
- 2028845 Rename LOKDocView and similar to KitDocumnetView* by Tomaž Vajngerl · 10 days ago
- 8166e56 Rename LOKClipboard{Factory} to KitClipboard{Factory} by Tomaž Vajngerl · 10 days ago
- e03b797 Rename LokChartHelper to KitChartHelper by Tomaž Vajngerl · 10 days ago
- 78c346a remove sendLOKitThemeChangedCallback - seems to be unused by Tomaž Vajngerl · 10 days ago
- 7eb26f6 Rename SfxLokHelper to KitHelper by Tomaž Vajngerl · 10 days ago
- 5b4aab5 Rename module libreofficekit to just kit by Tomaž Vajngerl · 10 days ago
- af81419 Rename LibLibreOffice_Impl to LibCO_Impl by Tomaž Vajngerl · 10 days ago
- 70dc804 rename include/sfx2 lok* files and move them int kit folder by Tomaž Vajngerl · 10 days ago
- a70ce89 Change in COKitInit.h lok_* and similar to cok_*, cokit_*, ... by Tomaž Vajngerl · 10 days ago
- 6f217fe Rename mentions of LibreOfficeKit to COKit by Tomaž Vajngerl · 10 days ago
- 158699d rename include/LibreOfficeKit to include/COKit by Tomaž Vajngerl · 10 days ago
- 9d44bbc Rename LibreOfficeKit.hxx to COKit.hxx by Tomaž Vajngerl · 10 days ago
- 4a2ca05 Rename LibreOfficeKit.h to COKit.h by Tomaž Vajngerl · 10 days ago
- 94cc7aa Rename LibreOfficeKitGtk.h to COKitGtk.h by Tomaž Vajngerl · 10 days ago
- d1871b6 Rename LibreOfficeKitEnums.h to COKitEnums.h by Tomaž Vajngerl · 10 days ago
- d037b81 Clarify project in source code headers. by Michael Meeks · 11 days ago
- b8af480 co-cleanup - remove unused slideshow opengl code. by Michael · 14 days ago
- 5b02a08 Silence loplugin:trivialdestructor involving preproc cond inclusion by Stephan Bergmann · 3 weeks ago
- 7277f35 Silence some false loplugin:staticmethods under NDEBUG by Stephan Bergmann · 3 weeks ago
- 6e4a489 Avoid "variable 'b' set but not used" by Stephan Bergmann · 3 weeks ago
- 8d0b140 Some compilerplugin tests only work in --enable-sal-log builds by Stephan Bergmann · 3 weeks ago
- 40ef3aa Fix loplugin:unusedcapturedefault for lambdas in template code by Stephan Bergmann · 4 months ago
- 0ad3216 tdf#78486 sc: add pivot table calculated field support (core + OOXML) by Balazs Varga · 2 months ago
- 3c007ad Adapt compilerplugins to Clang baseline bump by Stephan Bergmann · 4 months ago
- 1963365 Remove unused included by Stephan Bergmann · 4 months ago
- d47b51a Some loplugin:scopedvclptr improvements by Stephan Bergmann · 5 weeks ago
- 291c90a Streamline template specialization check in loplugin:scopedvclptr by Stephan Bergmann · 5 weeks ago
- 2c518fb new loplugin:scopedvclptr to detect VclPtr<VirtualDevice> leaks by Andras Timar · 6 weeks ago
- 2797aa2 Replaces ValueSet with IconView for line width selection by Parth Raiyani · 8 months ago
- 65c770b Don't use illegal identifiers in LibreOfficeKit by tml · 3 months ago
- fd2395c bump copyright year to 2026 by Xisco Fauli · 3 months ago
- 4e2b089 loplugin:stringloop by Noel Grandin · 4 months ago
- c2a0e06 new loplugin:stringplusequal by Noel Grandin · 5 months ago
- 955ac3c vcl: extract PDFPage and utility functions to own files by Christopher Sherlock · 7 months ago
- 82f055e new loplugin:narrow by Noel Grandin · 5 months ago
- 8d6dc45 cid#1659813 Division or modulo by float zero by Caolán McNamara · 5 months ago
- 390f378 Remove atticized compilerplugins and their accompanying tests by Stephan Bergmann · 6 months ago
- c1ab75b compilerplugins: Rename getOriginalDecl back to getDecl by Stephan Bergmann · 6 months ago
- 48531fb loplugin:unusedfields fix crash on assert by Noel Grandin · 6 months ago
- c4c93d1a vcl: pdfwriter_impl1.cxx and pdfwriter_impl2.cxx from gdi/ to pdf/ directory by Christopher Sherlock · 7 months ago
- 641e8b1 Drop loplugin:stringadd exclusion for pyuno_runtime.cxx by Mike Kaganski · 6 months ago
- 7ff6d60 Drop loplugin:stringadd exclusion for svxacorr.cxx by Mike Kaganski · 6 months ago
- c5c8e28 Avoid some lopluign:unusedmember false positives by Stephan Bergmann · 7 months ago
- 0278766 Fix treatment of suppressedWarning in loplugin:unusedmember by Stephan Bergmann · 7 months ago
- daded10 Encapsulate buffer management in stringToDouble by Mike Kaganski · 7 months ago
- b8a1016 Adapt loplugin::nullptr to recent libstdc++ 16 trunk change by Stephan Bergmann · 7 months ago
- 6d0e5dd remove BitmapEx by Noel Grandin · 7 months ago
- 1e29778 Adapt compilerplugins to recent LLVM 22 trunk change by Stephan Bergmann · 7 months ago
- 4517458 merge SdrUIObject with ImpressSdrObject by Xisco Fauli · 8 months ago
- a4072e2 sd::tools -> sdtools by Mike Kaganski · 8 months ago
- e5968de sc::tools -> sctools by Mike Kaganski · 8 months ago
- 37e7121 vclcanvas::tools -> vclcanvastools by Mike Kaganski · 8 months ago
- f9c1655 canvas::tools -> canvastools by Mike Kaganski · 8 months ago
- be6015e cid#1659971 silence Overflowed return value by Caolán McNamara · 8 months ago
- 060c1b6 Adapt compilerplugins to recent LLVM 22 trunk change by Stephan Bergmann · 8 months ago
- 6970bde Reduce loplugin:stringstatic false positives by Stephan Bergmann · 8 months ago
- 49509ba LOK: Set up directory for temporary embedded font files by Mike Kaganski · 8 months ago
- e8d0ab5 EmbeddedFontsHelper -> EmbeddedFontsManager by Mike Kaganski · 8 months ago
- 5c7000a Deduplicate some code by Mike Kaganski · 9 months ago
- d0a492c Adapt to Clang 21 trunk isInjectedClassName change by Stephan Bergmann · 9 months ago
- c64c74b ensure aHTMLOptionTab is sorted at compile time by Caolán McNamara · 9 months ago
- 314a36c [API CHANGE] Remove VCL/Settings, VCL/ConfigurableSettings by Gabor Kelemen · 9 months ago
- 43314d1 loplugin:singlevalfields update for new nodes in clang by Noel Grandin · 9 months ago
- e7e3a51 a11y: Rename OAccessible source and header file by Michael Weghorn · 9 months ago
- 3b12495 loplugin:unusedfields update results by Noel Grandin · 9 months ago
- 7ed9c9b loplugin:unusedfields update results by Noel Grandin · 10 months ago
- 8c33382 loplugin:unnecessaryvirtual by Noel Grandin · 10 months ago
- cf1c25e tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro by Vlad Ene · 11 months ago
- 4b61dff loplugin:unusedmethods by Noel Grandin · 10 months ago
- 4a3e428 loplugin:unusedfields by Noel Grandin · 10 months ago
- 0bf0a1e drop unused vcl::TranslateChar by Caolán McNamara · 10 months ago
- 374dd9f Unify on VclPtr::reset by Mike Kaganski · 11 months ago
- ec41ec4 a11y: Move OAccessibleWrapper etc. to svx by Michael Weghorn · 11 months ago
- c854f5a vcl: Move RoadmapWizardMachine to own source file by Michael Weghorn · 11 months ago
- 5b1c01b loplugin:unnecessaryvirtual by Noel Grandin · 11 months ago
- 5b8f951 Silence new Clang 21 trunk -Werror,-Wunnecessary-virtual-specifier by Stephan Bergmann · 11 months ago
- 3701ae3 gen: Drop unused function declarations by Michael Weghorn · 11 months ago
- 871dc7b tdf#165980: fix crash when launching help with "--with-help" by Julien Nabet · 11 months ago
- fbe05bc loplugin:bufferadd extend it to find some more places by Noel Grandin · 12 months ago
- 1fc3b31 loplugin:unusedfields by Noel Grandin · 12 months ago
- 4f8b700 remove unused field by Noel Grandin · 12 months ago
- e8d45fe editeng a11y: Drop custom WeakCppRef, use unotools::WeakReference by Michael Weghorn · 1 year ago
- e07a056 move loplugin:constparams out of store again by Noel Grandin · 1 year ago
- 0cb6632 a11y: Merge OAccessibleComponentHelper and OCommonAccessibleComponent by Michael Weghorn · 1 year ago
- 18b7dc7 editeng a11y: Merge Accessible{Context,Component}Base by Michael Weghorn · 1 year ago
- b936f80 Adapt to LLVM 21 trunk MemberPointerType change by Stephan Bergmann · 1 year ago
- 31d4a7b loplugin:constantparam by Noel Grandin · 1 year, 1 month ago
- 09e2627 use more concrete UNO types in some local vars by Noel Grandin · 1 year, 2 months ago
- a4ab140 loplugin:unusedenumconstants by Noel Grandin · 1 year, 1 month ago
- 84cd2e5 loplugin:simplifyconstruct improve warning message by Noel Grandin · 1 year, 1 month ago
- d883aab loplugin:constantparam by Noel Grandin · 1 year, 1 month ago