summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside2b.cxx
AgeCommit message (Expand)Author
2024-05-03loplugin:ostr in basctlNoel Grandin
2024-01-26tdf#153853 Line numbering and breakpoint should be on the left (RTL)Rafael Lima
2024-01-25Resolves: tdf#159368 crash on tools, macros, editCaolán McNamara
2024-01-11tdf#158750 Highlight the line where the cursor is positioned (Basic IDE)Rafael Lima
2023-12-21Remove DeleteItemOnIdlexArmin Le Grand (allotropia)
2023-12-05Resolves: tdf#158441 we don't want to return early for all handled keysCaolán McNamara
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-05-24Remove triplicated includeAndrea Gelmini
2023-05-02tdf#114441 Convert sal_uLong to better integer typesAman Jha
2023-04-19basctl: fix crash in EditorWindow::CommandXisco Fauli
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-04-01use more XVclWindowPeerNoel Grandin
2023-03-02tdf#152073 tdf#153895 basicide: Set bg color for border winMichael Weghorn
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara
2023-01-16Fix typoAndrea Gelmini
2023-01-16tdf#106731 Warn user that a module/dialog is read-only in Basic IDERafael Lima
2022-12-08tdf#152078 Enable Ctrl+Wheel zoom in Basic code editorRafael Lima
2022-12-05tdf#86568 Move the scrollbar to the EditWindow in Basic IDERafael Lima
2022-12-01tdf#152078 Add a Zoom slider to the Basic IDERafael Lima
2022-10-16tdf#114441 Convert use of sal_uLong to sal_uInt32PoonamShokeen
2022-08-05tdf#117388 use native scrollbar under gtk in basic editorCaolán McNamara
2022-07-07elide some string copiesNoel Grandin
2022-06-06clang-tidy modernize-pass-by-value in basctlNoel Grandin
2022-05-01use more string_view in variousNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-28use more string_view in comphelperNoel Grandin
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-03-18tdf#114441 Convert sal_uLong to other typesVaibhavMalik4187
2022-02-23cid#1500613 Dereference after null checkCaolán McNamara
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski
2021-12-19osl::Mutex->std::mutex in EditorWindowNoel Grandin
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-18loplugin:stringliteraldefine in basctlNoel Grandin
2021-10-27tdf#57308 - Basic IDE: Watching of a variable does not workAndreas Heinisch
2021-10-26Revert "tdf#57308 - Basic IDE: Watching of a variable does not work"Andreas Heinisch
2021-10-25tdf#57308 - Basic IDE: Watching of a variable does not workAndreas Heinisch
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-05-29no need to check IsDisposed hereNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-14Directly initialize vectors in baside2b.cxxJulien Nabet
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski
2021-02-22factor out as a ResizableDockingWindowCaolán McNamara