Age | Commit message (Expand) | Author |
2024-03-11 | Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-free | Mike Kaganski |
2024-03-10 | basctl : use OUstring literal for XServiceInfo implementation | Arnaud VERSINI |
2024-03-07 | add truncate-multiline for consistency | Caolán McNamara |
2024-02-16 | tdf#114441 : sal_uLong to better integer types | seturaj |
2024-02-12 | ITEM: ItemPool Rework (I) | Armin Le Grand (allotropia) |
2024-02-01 | tdf#140004 Toggle comment in the Basic IDE | Rafael Lima |
2024-02-01 | tdf#131641 Enter selected text in the search bar (Basic IDE) | Rafael Lima |
2024-01-31 | Related tdf#158750 Fix line highlight for all modules when color scheme changes | Rafael Lima |
2024-01-27 | Drop std::as_const from css::uno::Sequence iterations | Mike Kaganski |
2024-01-26 | tdf#153853 Line numbering and breakpoint should be on the left (RTL) | Rafael Lima |
2024-01-25 | Resolves: tdf#159368 crash on tools, macros, edit | Caolán McNamara |
2024-01-24 | Related tdf#158749 The "Go to Line" dialog should not be resizable | Rafael Lima |
2024-01-23 | tdf#158749 Open "Go to Line" dialog from the statusbar in Basic IDE | Rafael Lima |
2024-01-19 | tdf#159247 Fix crash while adding control with default properties (Dialog Edi... | Rafael Lima |
2024-01-18 | tdf#159221 Fix color scheme names under Gtk3 (Basic IDE) | Rafael Lima |
2024-01-12 | cid#1545535 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
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-09 | Fix typo | Andrea Gelmini |
2024-01-09 | Fix typo | Andrea Gelmini |
2024-01-08 | tdf#156925 Add Color Scheme selector to the Basic IDE | Rafael Lima |
2023-12-30 | cid#1545421 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2023-12-26 | cid#1545970 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2023-12-23 | cid#1546006 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2023-12-21 | Remove DeleteItemOnIdlex | Armin Le Grand (allotropia) |
2023-12-20 | capture these explicitly by name | Caolán McNamara |
2023-12-16 | cid#1545970 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2023-12-08 | cid#1545617 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2023-12-07 | simplify and modernise ScopedBitmapAccess | Noel Grandin |
2023-12-05 | Resolves: tdf#158441 we don't want to return early for all handled keys | Caolán McNamara |
2023-11-18 | c++20: use std::erase instead of std::removed followed by erase (part 1) | Julien Nabet |
2023-11-08 | loplugin:stringstatic, lopluign:ostr (clang-cl) | Stephan Bergmann |
2023-10-23 | Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]String | Stephan Bergmann |
2023-10-19 | Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: basctl | Stephan Bergmann |
2023-10-19 | use more SdrObjList::begin/end in various | Noel Grandin |
2023-10-18 | Remove obsolete comments in basctl | Hossein |
2023-10-12 | Make NC_ constexpr-friendly | Stephan Bergmann |
2023-10-11 | Drop o3tl::span, can use C++20 std::span directly now | Stephan Bergmann |
2023-10-03 | replace ErrorInfo with simpler mechanism | Noel Grandin |
2023-09-29 | rename SfxMedium::GetError -> GetErrorIgnoreWarning | Noel Grandin |
2023-08-30 | use concrete type for ChildDescriptor::mxAccessible | Noel Grandin |
2023-08-21 | tdf#156721 Crash if cursor in Basic IDE is in a macro from a document.. | Noel Grandin |
2023-08-15 | ComplexColor various clean-up and (trivial) refactorings | Tomaž Vajngerl |
2023-07-23 | vcl: Drop now unneeded DevicePoint typedef | Khaled Hosny |
2023-05-24 | Remove triplicated include | Andrea Gelmini |
2023-05-24 | Related tdf#146518 Add Watch/Stack window commands to toolbar | Rafael Lima |
2023-05-15 | MCGR: consolidations/cleanups for changes so far | Armin Le Grand (allotropia) |
2023-05-13 | use more optional for SdrObjListIter | Noel Grandin |
2023-05-13 | tdf#145538: traditional for loops to range-based for loops | Supriyo Paul |