Age | Commit message (Expand) | Author |
2024-07-23 | cid#1555167 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2024-06-18 | Add SfxItemType to SfxPoolItem | Oliver Specht |
2024-05-03 | loplugin:ostr in basctl | Noel Grandin |
2024-02-01 | tdf#140004 Toggle comment in the Basic IDE | Rafael Lima |
2024-01-31 | Related tdf#158750 Fix line highlight for all modules when color scheme changes | Rafael Lima |
2024-01-23 | tdf#158749 Open "Go to Line" dialog from the statusbar in Basic IDE | Rafael Lima |
2024-01-11 | tdf#158750 Highlight the line where the cursor is positioned (Basic IDE) | Rafael Lima |
2024-01-11 | tdf#155381 Remember the visibility of UI components in the Basic IDE | Rafael Lima |
2024-01-10 | cid#1583747 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2024-01-08 | tdf#156925 Add Color Scheme selector to the Basic IDE | Rafael Lima |
2023-10-19 | Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: basctl | Stephan Bergmann |
2023-10-03 | replace ErrorInfo with simpler mechanism | Noel Grandin |
2023-09-29 | rename SfxMedium::GetError -> GetErrorIgnoreWarning | Noel Grandin |
2023-04-29 | Simplify a bit | Mike Kaganski |
2023-04-02 | Avoid conversions between OUString and OString in VCL | Mike Kaganski |
2023-03-11 | tdf#145538 Refactor to use range-based for-loops | gokulakrishnan-shankar |
2023-02-23 | tdf#146518 Implement commands to toggle Watch/Stack windows | Rafael Lima |
2023-02-16 | SfxViewShell::GetViewFrame never returns null, change to a reference | Caolán McNamara |
2023-02-08 | Avoid SolarMutexReleaser | Stephan Bergmann |
2023-01-24 | tdf#153076 Make Basic editor background color independent from document color | Rafael Lima |
2023-01-16 | tdf#106731 Warn user that a module/dialog is read-only in Basic IDE | Rafael Lima |
2022-12-05 | tdf#86568 Move the scrollbar to the EditWindow in Basic IDE | Rafael Lima |
2022-08-05 | tdf#117388 use native scrollbar under gtk in basic editor | Caolán McNamara |
2022-06-21 | elide some makeStringAndClear() calls | Noel Grandin |
2022-06-06 | clang-tidy modernize-pass-by-value in basctl | Noel Grandin |
2022-05-05 | loplugin:unusedvariableplus | Noel Grandin |
2022-02-06 | tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro | VaibhavMalik4187 |
2022-01-13 | Recheck modules [a-c]* with IWYU | Gabor Kelemen |
2021-11-18 | loplugin:stringliteraldefine in basctl | Noel Grandin |
2021-09-01 | tdf#139196 - Remove local BOM logic | Andreas Heinisch |
2021-08-18 | undo changes to TextAlign | Caolán McNamara |
2021-07-30 | convert TextAlign to scoped enum | Caolán McNamara |
2021-07-14 | tdf#40068 Remember last directory for basic/dialog import/export | Samuel Mehrbrodt |
2021-05-27 | tdf#139196 - Import/export macros using utf-8 including BOM | Andreas Heinisch |
2021-05-25 | tdf#139196 - Import/export macros using utf-8 including BOM | Andreas Heinisch |
2021-04-09 | remove vcl/waitobj.hxx | Caolán McNamara |
2021-03-14 | check for quit when calling Yield in loop | Noel Grandin |
2021-03-09 | Drop "32" from names of SbxArray methods taking 32-bit indices | Mike Kaganski |
2021-01-10 | fix coverity parse errors | Caolán McNamara |
2020-12-26 | New loplugin:stringliteralvar | Stephan Bergmann |
2020-10-28 | convert some more long -> tools::Long | Noel |
2020-10-21 | use tools::Long in accessibility..basctl | Noel |
2020-08-14 | loplugin:simplifybool more | Noel Grandin |
2020-07-06 | Resolves: tdf#134551 ModulWindow deleted when last module removed | Caolán McNamara |
2020-04-18 | loplugin:flatten in basctl | Noel Grandin |
2020-04-11 | rename vcl::Window::Update to PaintImmediately | Noel Grandin |
2020-03-04 | tdf#114441: Convert use of sal_uLong to better integer types | Bugra |
2020-02-19 | merge common code together | Caolán McNamara |
2020-02-19 | weld WatchWindow panel | Caolán McNamara |
2020-02-13 | use TopLevelWindowLocker for the lock other windows problem | Caolán McNamara |