- d08480bc tdf#153434 crash on "new" macro with no cursor by Caolán McNamara · 3 years, 2 months ago
- 48dca43e tdf#152154: Crash when Object Catalog undocked and BASIC IDE closed by Julien Nabet · 3 years, 5 months ago
- 4cef320 tdf#150712 limit the dialog to only a sample of the data by Noel Grandin · 3 years, 7 months ago
- c6914b1 tdf#150291 crash on macro organizer with no macro selected by Caolán McNamara · 3 years, 8 months ago
- 67262d0 Related tdf#137145 tdf#137569 Capitalization + punctuation fixes by Adolfo Jayme Barrientos · 3 years, 9 months ago
- a2f6c90 Fix crash when no valid EntryDescriptor found by Samuel Mehrbrodt · 3 years, 10 months ago
- 81b3cd4 clang-tidy modernize-pass-by-value in basctl by Noel Grandin · 3 years, 10 months ago
- 49b9401 no need to allocate guards on the heap by Noel Grandin · 3 years, 10 months ago
- 35ab996 resave with latest glade by Caolán McNamara · 3 years, 11 months ago
- 517a39c Resolves: tdf#145722 don't propose MOVE from AcceptDrop if not asked for MOVE by Caolán McNamara · 3 years, 11 months ago
- ba257c8 Related: tdf#145722 need to clone userdata if we copy a module/dialog by Caolán McNamara · 3 years, 11 months ago
- 6abc099 tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro by Pragat Pandya · 4 years ago
- 9e57e16 loplugin:unusedvariableplus by Noel Grandin · 4 years ago
- 3db0b75 Just use Any ctor instead of makeAny in basctl by Stephan Bergmann · 4 years ago
- 5200a73 use more string_view in various by Noel Grandin · 4 years ago
- d384925 use more string_view in INetURLObject by Noel Grandin · 4 years ago
- b1148c3 use more string_view in comphelper by Noel Grandin · 4 years ago
- ab699bf new loplugin:stringviewvar looks for OUString vars that can be by Noel Grandin · 4 years ago
- fdfd517 loplugin:stringviewparam whitelist some more functions by Noel Grandin · 4 years ago
- 618d407 tdf#147876 Fix crash when cancelling Dialog import dlg by Samuel Mehrbrodt · 4 years ago
- 1927b51 loplugin:stringviewparam convert methods using indexOf by Noel Grandin · 4 years ago
- f433d9c tdf#114441 Convert sal_uLong to other types by VaibhavMalik4187 · 4 years, 1 month ago
- 7002caa new loplugin:trivialdestructor by Noel Grandin · 4 years, 1 month ago
- ec635b6 Advanced Diagram support: cleanup/consolidate with existing code by Armin Le Grand (Allotropia) · 4 years, 1 month ago
- e68faf6 cid#1500494 Explicit null dereferenced by Caolán McNamara · 4 years, 1 month ago
- 9e4825b cid#1500613 Dereference after null check by Caolán McNamara · 4 years, 1 month ago
- 01b3187 svx::PropertyChangeNotifier improvements by Noel Grandin · 4 years, 2 months ago
- 8b327cd tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro by VaibhavMalik4187 · 4 years, 2 months ago
- d5a43d2 use some more add toId/fromId by Caolán McNamara · 4 years, 2 months ago
- e00032b add toId/fromId to tidy up some ugly casting by Caolán McNamara · 4 years, 2 months ago
- 6443c79 move ToolBoxItemId into its own header by Caolán McNamara · 4 years, 2 months ago
- c7fcd5a Related: tdf#146971 remove %PRODUCTNAME from accessible-description by Caolán McNamara · 4 years, 2 months ago
- be7c21c Related: tdf#146971 rename %PRODUCTNAME Macros to Application Macros by Caolán McNamara · 4 years, 2 months ago
- e2ff420 gtk4: adapt to window_[g|s]et_default_widget by Caolán McNamara · 4 years, 2 months ago
- 0214055 WASM --enable-wasm-strip now skips lots of LO code by Armin Le Grand (Allotropia) · 5 years ago
- 40bab1e tdf#145614 Convert #define to enum or constexpr by VaibhavMalik4187 · 4 years, 3 months ago
- 840b4eb Recheck modules [a-c]* with IWYU by Gabor Kelemen · 4 years, 3 months ago
- 8295a33 remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enum by Noel Grandin · 4 years, 3 months ago
- a23a7ee Avoid OUStringBuffer::toString where possible by Mike Kaganski · 4 years, 3 months ago
- 26f46b8 loplugin:flatten in accessibility..basic by Noel Grandin · 4 years, 4 months ago
- 681d8b9e Fix English in extended tips by Olivier Hallot · 4 years, 4 months ago
- a5e270b osl::Mutex->std::mutex in EditorWindow by Noel Grandin · 4 years, 4 months ago
- db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
- 0a710c5 cid#1494595,1494597: Silence UNCAUGHT_EXCEPT by Stephan Bergmann · 4 years, 4 months ago
- ec1c4c49 O[U]String::replaceAt overloads that take string_view by Noel Grandin · 4 years, 5 months ago
- 0011ed2 loplugin:stringliteraldefine in basctl by Noel Grandin · 4 years, 5 months ago
- f0334d6 Resolves tdf#143462 - Fixes black row number on dark backgroud in Basic IDE by Heiko Tietze · 4 years, 5 months ago
- b64efd7 Revert "loplugin:finalclasses" by Noel Grandin · 4 years, 5 months ago
- 9ce9011 loplugin:finalclasses by Noel Grandin · 4 years, 5 months ago
- 0a05991 tdf#114441 Convert use of sal_uLong to sal_uInt32, int by Natalia Gavrilova · 4 years, 6 months ago
- b424e32 use freeze/thaw around a potentially long sequence of insertions by Caolán McNamara · 4 years, 5 months ago
- 2ed921b Resolves: tdf#145391 insertion code assumes unsorted treeview by Caolán McNamara · 4 years, 5 months ago
- dd97bfc Prepare for removal of non-const operator[] from Sequence in basctl by Mike Kaganski · 4 years, 5 months ago
- 7d27e4b tdf#57308 - Basic IDE: Watching of a variable does not work by Andreas Heinisch · 4 years, 5 months ago
- 514e83a Revert "tdf#57308 - Basic IDE: Watching of a variable does not work" by Andreas Heinisch · 4 years, 5 months ago
- f9ce4b2 tdf#57308 - Basic IDE: Watching of a variable does not work by Andreas Heinisch · 4 years, 6 months ago
- 426be29 return weld::Builder by unique_ptr by Noel Grandin · 4 years, 6 months ago
- df42cb6 Optimize assignment from OUStringLiteral to OUString by Stephan Bergmann · 4 years, 6 months ago
- 283a979 loplugin:indentation check for indent inside block by Noel Grandin · 4 years, 6 months ago
- cf3971a Simplify Sequence in b* by Julien Nabet · 4 years, 6 months ago
- 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
- 1f9468f use std::vector::insert instead of push_back by Noel Grandin · 4 years, 6 months ago
- 8a017d2 Avoid COW overhead using css::uno::Sequence by Mike Kaganski · 4 years, 6 months ago
- be58580 use more SfxItemSetFixed by Noel Grandin · 4 years, 6 months ago
- 3b8e53f loplugin:constparams improve handling of pointer params by Noel Grandin · 4 years, 6 months ago
- d72511e gives names to all the Idles and Tasks by Noel Grandin · 4 years, 6 months ago
- 4dd6af8 vcl: rename OutDevState to Stack by Chris Sherlock · 4 years, 7 months ago
- b22d478 clean up ambiguous confusing rectangle APIs like IsInside() by Luboš Luňák · 4 years, 7 months ago
- 3a1a448 loplugin:constvars by Noel Grandin · 4 years, 7 months ago
- 05bc93d Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1 by Mike Kaganski · 4 years, 7 months ago
- a8638dc unused defines by Noel Grandin · 4 years, 7 months ago
- c356e5e tdf#139196 - Remove local BOM logic by Andreas Heinisch · 4 years, 7 months ago
- eb9d34d clang-tidy:readability-redundant-member-init by Noel Grandin · 4 years, 7 months ago
- 1230e5c update some pches by Caolán McNamara · 4 years, 8 months ago
- e367e59 loplugin:unusedfields by Noel Grandin · 4 years, 8 months ago
- 88bf174 undo changes to TextAlign by Caolán McNamara · 4 years, 8 months ago
- 581b2cf Drop tools::Rectangle::getX/getY, which are just duplicates of Left/Top by Mike Kaganski · 4 years, 8 months ago
- 1aee867 drop intermediate vcl::Window from Application::GetDefDialogParent by Caolán McNamara · 4 years, 8 months ago
- 14cfff5 Pass context and resource string down to boost::locale separately by Noel Grandin · 4 years, 9 months ago
- 8689bd5 convert TextAlign to scoped enum by Caolán McNamara · 4 years, 8 months ago
- b1668ed Move svl::Items to include/svl/whichranges.hxx, and unify its usage by Mike Kaganski · 4 years, 9 months ago
- 9a55b97 tdf#40068 Remember last directory for basic/dialog import/export by Samuel Mehrbrodt · 4 years, 9 months ago
- d157c1b tdf#126665 Remember last used file picker directory by Samuel Mehrbrodt · 4 years, 9 months ago
- a8f97e5 bundle the FolderPicker instantiations behind a single call by Caolán McNamara · 4 years, 10 months ago
- 04cd674 tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWN by Armin Le Grand (Allotropia) · 4 years, 10 months ago
- 0771ac0 use string_view in the Translate API by Noel Grandin · 4 years, 10 months ago
- 21405a6 vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxx by Chris Sherlock · 5 years ago
- 87fe311 GtkLabel:track-visited-links was removed by Caolán McNamara · 4 years, 10 months ago
- c83615f no need to check IsDisposed here by Noel Grandin · 4 years, 11 months ago
- 46e924a tdf#139196 - Import/export macros using utf-8 including BOM by Andreas Heinisch · 4 years, 11 months ago
- 178adcd tdf#139196 - Import/export macros using utf-8 including BOM by Andreas Heinisch · 4 years, 11 months ago
- 9940f07 add Toggleable as a separate thing to a Button by Caolán McNamara · 4 years, 11 months ago
- 9090dc1 split OutputDevice from Window by Noel Grandin · 5 years ago
- 6aca010 Directly initialize vectors in baside2b.cxx by Julien Nabet · 5 years ago
- 32b09fac Revert "simplify the vcl<->toolkit connection" by Noel Grandin · 5 years ago
- f7a86c5 simplify the vcl<->toolkit connection by Noel Grandin · 5 years ago
- eb6819e change usage of boost::hash_combine to o3tl::hash_combine by Tomaž Vajngerl · 5 years ago
- d6375dc loplugin:unusedmethods by Noel Grandin · 5 years ago
- c5a0b7a loplugin:stringadd improvement for appending numbers by Noel Grandin · 5 years ago
- 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago