Age | Commit message (Expand) | Author |
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 |
2023-05-10 | use comphelper::WeakComponentImplHelper in DocumentEventNotifier::Impl | Noel Grandin |
2023-05-02 | tdf#114441 Convert sal_uLong to better integer types | Aman Jha |
2023-04-29 | These are not applicable to FILEOPEN_SIMPLE | Mike Kaganski |
2023-04-29 | Simplify a bit | Mike Kaganski |
2023-04-29 | Simplify a bit | Mike Kaganski |
2023-04-29 | tdf#155077: use the selected URL when writing languages | Mike Kaganski |
2023-04-28 | tdf#145538 Use range based for loops | Radhey Parekh |
2023-04-19 | Resolves: tdf#104011 add a default CellRange argument in dialog editor | Caolán McNamara |
2023-04-19 | basctl: fix crash in EditorWindow::Command | Xisco Fauli |
2023-04-12 | loplugin:stringview and stringviewparam, whitelist equalsAsciiL | Noel Grandin |
2023-04-07 | tdf#154014 Improve Import Dialog sentence in Basic | Bogdan B |
2023-04-02 | Avoid conversions between OUString and OString in VCL | Mike Kaganski |
2023-04-01 | use more XVclWindowPeer | Noel Grandin |
2023-03-24 | loplugin:stringadd in b* | Noel Grandin |
2023-03-18 | Fix typo | Andrea Gelmini |
2023-03-17 | tdf#151741 - BASIC Organizer: fill various URLs for libraries | Andreas Heinisch |
2023-03-11 | tdf#145538 Refactor to use range-based for-loops | gokulakrishnan-shankar |
2023-03-02 | tdf#152073 tdf#153895 basicide: Set bg color for border win | Michael Weghorn |
2023-02-28 | flatten basctl::docs::DocumentEnumeration | Noel Grandin |
2023-02-28 | tdf#153798 - Basic IDE: align line numbers to the right | Andreas Heinisch |
2023-02-23 | tdf#146518 Implement commands to toggle Watch/Stack windows | Rafael Lima |
2023-02-22 | tdf#153572 Implement .uno:ZoomPlus and .uno:ZoomMinus in the Basic IDE | Rafael Lima |
2023-02-16 | SfxViewShell::GetViewFrame never returns null, change to a reference | Caolán McNamara |
2023-02-16 | SfxViewShell never takes a null SfxViewFrame* | Caolán McNamara |
2023-02-15 | Drop 'using namespace ::std' in dirs b* c* | Gabor Kelemen |
2023-02-14 | tdf#150045 A few more supplemental labels | Adolfo Jayme Barrientos |
2023-02-13 | Use startsWithIgnoreAsciiCase with last argument to simplify | Mike Kaganski |
2023-02-08 | Adapt to macOS Resources vs. share naming | Stephan Bergmann |
2023-02-08 | tdf#147488 BASIC: Create empty module when an empty library is selected | Rafael Lima |
2023-02-08 | Avoid SolarMutexReleaser | Stephan Bergmann |
2023-02-08 | tdf#153434 crash on "new" macro with no cursor | Caolán McNamara |