summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
* tdf#152073 tdf#153895 basicide: Set bg color for border winMichael Weghorn2023-03-072-2/+6
* tdf#150045 A few more supplemental labelsAdolfo Jayme Barrientos2023-03-071-0/+3
* tdf#153434 crash on "new" macro with no cursorCaolán McNamara2023-02-081-7/+28
* tdf#152531 Fix background color of Dialog Editor in dark modeRafael Lima2023-01-091-1/+2
* tdf#152617 Fix color of controls in the Dialog EditorRafael Lima2022-12-211-1/+2
* tdf#152266 add an infobar with indicators for macro-like content in docCaolán McNamara2022-12-126-11/+34
* be a little more explicit that we want the Accel config hereCaolán McNamara2022-12-101-1/+1
* fix buildNoel Grandin2022-12-081-0/+1
* tdf#152078 Enable Ctrl+Wheel zoom in Basic code editorRafael Lima2022-12-085-25/+53
* loplugin:unusedmethodsNoel Grandin2022-12-071-1/+0
* tdf#86568 Move the scrollbar to the EditWindow in Basic IDERafael Lima2022-12-059-57/+90
* tdf#152078 Add a Zoom slider to the Basic IDERafael Lima2022-12-018-6/+145
* Make entry visible after scroll_to_row in Macro Organizer dialogRafael Lima2022-11-281-0/+3
* tdf#152154: Crash when Object Catalog undocked and BASIC IDE closedJulien Nabet2022-11-221-1/+3
* Drop comphelper::OWeakTypeObject, use cppu::WeakImplHelper<> insteadStephan Bergmann2022-11-211-1/+0
* tdf#114441 Convert use of sal_uLong to sal_uInt32PoonamShokeen2022-10-161-1/+1
* use more string_view in accessibility..configmgrNoel Grandin2022-09-272-3/+3
* Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt2022-09-191-1/+1
* vcl: AnimationBitmap -> AnimationFrameChris Sherlock2022-09-161-2/+2
* move ErrCode to comphelper and improve debug output stringNoel Grandin2022-09-141-1/+1
* [API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn2022-09-024-28/+28
* tdf#150712 limit the dialog to only a sample of the dataNoel Grandin2022-09-022-2/+2
* ref-count SdrObjectNoel Grandin2022-08-296-37/+35
* Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2022-08-1813-13/+13
* cid#1500394 Explicit null dereferencedCaolán McNamara2022-08-181-1/+1
* these two scrollbars don't meet, so drop the junction boxCaolán McNamara2022-08-085-20/+9
* tdf#150291 Revert "Fix crash when no valid EntryDescriptor found"Caolán McNamara2022-08-072-8/+0
* tdf#150291 crash on macro organizer with no macro selectedCaolán McNamara2022-08-071-1/+2
* cid#1507764 Unintended comparison to logical negationCaolán McNamara2022-08-061-1/+1
* tdf#117388 use native scrollbar under gtk in basic editorCaolán McNamara2022-08-0513-61/+59
* move wintypes.hxx from tools to vclChris Sherlock2022-07-201-2/+7
* [API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin2022-07-084-41/+31
* elide some string copiesNoel Grandin2022-07-073-11/+5
* Related tdf#137145 tdf#137569 Capitalization + punctuation fixesAdolfo Jayme Barrientos2022-07-051-1/+1
* Fix crash when no valid EntryDescriptor foundSamuel Mehrbrodt2022-06-212-0/+8
* elide some makeStringAndClear() callsNoel Grandin2022-06-211-1/+1
* clang-tidy modernize-pass-by-value in basctlNoel Grandin2022-06-0615-80/+89
* no need to allocate guards on the heapNoel Grandin2022-06-011-2/+2
* resave with latest gladeCaolán McNamara2022-05-181-57/+57
* Resolves: tdf#145722 don't propose MOVE from AcceptDrop if not asked for MOVECaolán McNamara2022-05-171-19/+29
* Related: tdf#145722 need to clone userdata if we copy a module/dialogCaolán McNamara2022-05-171-0/+7
* tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya2022-05-091-1/+1
* loplugin:unusedvariableplusNoel Grandin2022-05-051-1/+0
* Just use Any ctor instead of makeAny in basctlStephan Bergmann2022-05-051-2/+2
* use more string_view in variousNoel Grandin2022-05-011-3/+4
* use more string_view in INetURLObjectNoel Grandin2022-04-292-1/+2
* use more string_view in comphelperNoel Grandin2022-04-282-5/+6
* new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin2022-04-191-3/+3
* loplugin:stringviewparam whitelist some more functionsNoel Grandin2022-04-131-3/+4
* tdf#147876 Fix crash when cancelling Dialog import dlgSamuel Mehrbrodt2022-04-121-1/+1