summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2024-04-08tdf#146619 Drop unused 'using namespace' in: basctl/Gabor Kelemen3-3/+0
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski1-1/+1
2024-03-10basctl : use OUstring literal for XServiceInfo implementationArnaud VERSINI2-4/+4
2024-03-07add truncate-multiline for consistencyCaolán McNamara1-0/+1
2024-02-16tdf#114441 : sal_uLong to better integer typesseturaj1-1/+1
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)1-1/+0
2024-02-01tdf#140004 Toggle comment in the Basic IDERafael Lima4-1/+20
2024-02-01tdf#131641 Enter selected text in the search bar (Basic IDE)Rafael Lima2-0/+54
2024-01-31Related tdf#158750 Fix line highlight for all modules when color scheme changesRafael Lima1-0/+1
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2024-01-26tdf#153853 Line numbering and breakpoint should be on the left (RTL)Rafael Lima2-0/+8
2024-01-25Resolves: tdf#159368 crash on tools, macros, editCaolán McNamara1-3/+6
2024-01-24Related tdf#158749 The "Go to Line" dialog should not be resizableRafael Lima1-0/+1
2024-01-23tdf#158749 Open "Go to Line" dialog from the statusbar in Basic IDERafael Lima10-61/+162
2024-01-19tdf#159247 Fix crash while adding control with default properties (Dialog Edi...Rafael Lima1-0/+2
2024-01-18tdf#159221 Fix color scheme names under Gtk3 (Basic IDE)Rafael Lima1-2/+5
2024-01-12cid#1545535 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-01-11tdf#158750 Highlight the line where the cursor is positioned (Basic IDE)Rafael Lima7-9/+109
2024-01-11tdf#155381 Remember the visibility of UI components in the Basic IDERafael Lima3-5/+38
2024-01-10cid#1583747 COPY_INSTEAD_OF_MOVECaolán McNamara3-8/+8
2024-01-09Fix typoAndrea Gelmini1-1/+1
2024-01-09Fix typoAndrea Gelmini1-1/+1
2024-01-08tdf#156925 Add Color Scheme selector to the Basic IDERafael Lima16-50/+875
2023-12-30cid#1545421 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-26cid#1545970 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-23cid#1546006 COPY_INSTEAD_OF_MOVECaolán McNamara2-5/+4
2023-12-21Remove DeleteItemOnIdlexArmin Le Grand (allotropia)5-0/+5
2023-12-20capture these explicitly by nameCaolán McNamara1-1/+1
2023-12-16cid#1545970 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-08cid#1545617 COPY_INSTEAD_OF_MOVECaolán McNamara1-5/+2
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin1-1/+0
2023-12-05Resolves: tdf#158441 we don't want to return early for all handled keysCaolán McNamara1-1/+5
2023-11-18c++20: use std::erase instead of std::removed followed by erase (part 1)Julien Nabet1-1/+1
2023-11-08loplugin:stringstatic, lopluign:ostr (clang-cl)Stephan Bergmann1-1/+1
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann8-68/+68
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: basctlStephan Bergmann8-18/+18
2023-10-19use more SdrObjList::begin/end in variousNoel Grandin3-15/+10
2023-10-18Remove obsolete comments in basctlHossein1-6/+1
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann1-1/+1
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-1/+1
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin1-2/+2
2023-09-29rename SfxMedium::GetError -> GetErrorIgnoreWarningNoel Grandin1-2/+2
2023-08-30use concrete type for ChildDescriptor::mxAccessibleNoel Grandin2-37/+19
2023-08-21tdf#156721 Crash if cursor in Basic IDE is in a macro from a document..Noel Grandin1-11/+17
2023-08-15ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl1-1/+0
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny1-17/+30
2023-05-24Remove triplicated includeAndrea Gelmini1-2/+0
2023-05-24Related tdf#146518 Add Watch/Stack window commands to toolbarRafael Lima1-0/+3
2023-05-15MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)1-1/+0
2023-05-13use more optional for SdrObjListIterNoel Grandin1-4/+4