Age | Commit message (Expand) | Author |
2024-05-03 | loplugin:ostr in basctl | Noel Grandin |
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-11 | tdf#158750 Highlight the line where the cursor is positioned (Basic IDE) | Rafael Lima |
2023-12-21 | Remove DeleteItemOnIdlex | Armin Le Grand (allotropia) |
2023-12-05 | Resolves: tdf#158441 we don't want to return early for all handled keys | Caolán McNamara |
2023-10-23 | Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]String | Stephan Bergmann |
2023-05-24 | Remove triplicated include | Andrea Gelmini |
2023-05-02 | tdf#114441 Convert sal_uLong to better integer types | Aman Jha |
2023-04-19 | basctl: fix crash in EditorWindow::Command | Xisco Fauli |
2023-04-02 | Avoid conversions between OUString and OString in VCL | Mike Kaganski |
2023-04-01 | use more XVclWindowPeer | Noel Grandin |
2023-03-02 | tdf#152073 tdf#153895 basicide: Set bg color for border win | Michael Weghorn |
2023-02-16 | SfxViewShell::GetViewFrame never returns null, change to a reference | Caolán McNamara |
2023-01-16 | Fix typo | Andrea Gelmini |
2023-01-16 | tdf#106731 Warn user that a module/dialog is read-only in Basic IDE | Rafael Lima |
2022-12-08 | tdf#152078 Enable Ctrl+Wheel zoom in Basic code editor | Rafael Lima |
2022-12-05 | tdf#86568 Move the scrollbar to the EditWindow in Basic IDE | Rafael Lima |
2022-12-01 | tdf#152078 Add a Zoom slider to the Basic IDE | Rafael Lima |
2022-10-16 | tdf#114441 Convert use of sal_uLong to sal_uInt32 | PoonamShokeen |
2022-08-05 | tdf#117388 use native scrollbar under gtk in basic editor | Caolán McNamara |
2022-07-07 | elide some string copies | Noel Grandin |
2022-06-06 | clang-tidy modernize-pass-by-value in basctl | Noel Grandin |
2022-05-01 | use more string_view in various | Noel Grandin |
2022-04-29 | use more string_view in INetURLObject | Noel Grandin |
2022-04-28 | use more string_view in comphelper | Noel Grandin |
2022-04-02 | loplugin:stringviewparam convert methods using indexOf | Noel Grandin |
2022-03-18 | tdf#114441 Convert sal_uLong to other types | VaibhavMalik4187 |
2022-02-23 | cid#1500613 Dereference after null check | Caolán McNamara |
2022-02-04 | add toId/fromId to tidy up some ugly casting | Caolán McNamara |
2021-12-26 | Avoid OUStringBuffer::toString where possible | Mike Kaganski |
2021-12-19 | osl::Mutex->std::mutex in EditorWindow | Noel Grandin |
2021-11-23 | O[U]String::replaceAt overloads that take string_view | Noel Grandin |
2021-11-18 | loplugin:stringliteraldefine in basctl | Noel Grandin |
2021-10-27 | tdf#57308 - Basic IDE: Watching of a variable does not work | Andreas Heinisch |
2021-10-26 | Revert "tdf#57308 - Basic IDE: Watching of a variable does not work" | Andreas Heinisch |
2021-10-25 | tdf#57308 - Basic IDE: Watching of a variable does not work | Andreas Heinisch |
2021-09-30 | loplugin:constparams improve handling of pointer params | Noel Grandin |
2021-09-28 | gives names to all the Idles and Tasks | Noel Grandin |
2021-08-16 | Drop tools::Rectangle::getX/getY, which are just duplicates of Left/Top | Mike Kaganski |
2021-05-29 | no need to check IsDisposed here | Noel Grandin |
2021-05-17 | split OutputDevice from Window | Noel Grandin |
2021-05-14 | Directly initialize vectors in baside2b.cxx | Julien Nabet |
2021-05-13 | Revert "simplify the vcl<->toolkit connection" | Noel Grandin |
2021-05-12 | simplify the vcl<->toolkit connection | Noel Grandin |
2021-05-03 | loplugin:stringadd improvement for appending numbers | Noel Grandin |
2021-04-27 | loplugin:stringadd convert chained append to + | Noel Grandin |
2021-04-22 | no need to create temporaries when appending number to O[U]StringBuffer | Noel Grandin |
2021-03-09 | Drop "32" from names of SbxArray methods taking 32-bit indices | Mike Kaganski |
2021-02-22 | factor out as a ResizableDockingWindow | Caolán McNamara |