Age | Commit message (Expand) | Author |
2020-09-27 | Fix typo in code | Andrea Gelmini |
2020-09-24 | Fix typo in code | Andrea Gelmini |
2020-09-21 | update pches | Caolán McNamara |
2020-09-17 | basic: use dummy DLL mgr for Windows Arm64 build | Jan-Marek Glogowski |
2020-09-16 | Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString | Stephan Bergmann |
2020-09-08 | tdf#136112 Unit test for Date() Basic function | Alain Romedenne |
2020-09-08 | tdf#134477 add VclMessageType::Other to indicate image-less generic InfoBox | Caolán McNamara |
2020-09-07 | Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicit | Stephan Bergmann |
2020-09-07 | BASIC : no need for a DLL manager impl on non windows systems | Arnaud Versini |
2020-09-06 | BASIC : useless std::unique_ptr initialisation | Arnaud Versini |
2020-09-06 | tdf#136032 - abort scan of a string beginning with a hashtag | Andreas Heinisch |
2020-09-04 | tdf#124176 Use #pragma once in basic | George Bateman |
2020-09-03 | Make ImpSvNumberformatScan::GetColor const | Mike Kaganski |
2020-09-01 | tdf#54912 - with option base arrays should start at index 1 | Andreas Heinisch |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-08-27 | tdf#136143 - reset SbxFlagBits::Fixed SbiRuntime::StepPARAM | Andreas Heinisch |
2020-08-19 | Fix typo in code | Andrea Gelmini |
2020-08-18 | loplugin:unusedvarsglobal | Noel Grandin |
2020-08-17 | Don't forget to increment refcount when loading from image | Mike Kaganski |
2020-08-17 | tdf#135799: properly load arrays in user-defined types from image | Mike Kaganski |
2020-08-17 | Fix typos | Andrea Gelmini |
2020-08-15 | remove constructor with plain Bitmap from Graphic, use BitmapEx | Tomaž Vajngerl |
2020-08-14 | loplugin:simplifybool more | Noel Grandin |
2020-08-13 | loplugin:stringstatic also look for local statics | Noel Grandin |
2020-08-07 | tdf#135470: Fix checks | Mike Kaganski |
2020-08-04 | Remove dead code | Stephan Bergmann |
2020-08-03 | BASIC : no need to initialize manually std::unique_ptr | Arnaud Versini |
2020-07-30 | fix comment | Noel Grandin |
2020-07-30 | fix shutdown crash in basic | Noel Grandin |
2020-07-25 | Use comphelper::IsContextFlagActive for flags from comphelper::NewFlagContext | Mike Kaganski |
2020-07-21 | Fix uses of char16_t*/wchar_t* stream inserters | Stephan Bergmann |
2020-07-21 | tdf#134576: basic_macros: Add unittest | Xisco Fauli |
2020-07-12 | update pches | Caolán McNamara |
2020-07-10 | tdf#134576: proper handling of For/For Each with On Error Resume Next | Mike Kaganski |
2020-07-10 | tdf#134692: copy deep when there are multiple references to the old array | Mike Kaganski |
2020-07-10 | tdf#134576 at least don't crash in this edge-case | Caolán McNamara |
2020-07-10 | replace usage of blacklist with excludelist for IWYU | Thorsten Behrens |
2020-07-10 | replace usage of blacklist with denylist | Thorsten Behrens |
2020-06-30 | Upcoming improved loplugin:staticanonymous -> redundantstatic: basic | Stephan Bergmann |
2020-06-26 | Upcoming improved loplugin:elidestringvar: basic | Stephan Bergmann |
2020-06-24 | Remove no-longer-relevant comments | Stephan Bergmann |
2020-06-20 | BASIC : don't initialize and destroy manually std::unique_ptr | Arnaud Versini |
2020-06-16 | tdf#133913 - create variable with Variant/Type in StepLOADNC | Andreas Heinisch |
2020-06-11 | tdf#132563 - Convert parameters of type SbxEMPTY | Andreas Heinisch |
2020-06-03 | loplugin:simplifypointertobool improve | Noel Grandin |
2020-06-02 | Upcoming loplugin:elidestringvar: basic | Stephan Bergmann |
2020-05-28 | loplugin:simplifybool in accessibility..basic | Noel Grandin |
2020-05-26 | Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptr | Stephan Bergmann |
2020-05-24 | inline some use-once typedefs | Noel Grandin |
2020-05-21 | tdf#132389 - case-insensitive operation for non-ASCII characters | Andreas Heinisch |