summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2023-10-24Resolves: tdf#152845 AutoText preview not readable in high contrast modeCaolán McNamara2-2/+2
2023-08-28ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl1-0/+4
2023-05-21MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)1-1/+0
2023-05-13tdf#155077: use the selected URL when writing languagesMike Kaganski1-5/+5
2023-05-13basctl: fix crash in EditorWindow::CommandXisco Fauli1-1/+1
2023-05-13Resolves: tdf#104011 add a default CellRange argument in dialog editorCaolán McNamara1-8/+13
2023-03-12tdf#152073 tdf#153895 basicide: Set bg color for border winMichael Weghorn2-2/+6
2023-03-12tdf#150045 A few more supplemental labelsAdolfo Jayme Barrientos1-0/+3
2023-02-09tdf#153434 crash on "new" macro with no cursorCaolán McNamara1-7/+28
2023-01-28[cp] Remove Help - Donate to LibreOffice menu itemAndras Timar1-3/+0
2023-01-09tdf#152531 Fix background color of Dialog Editor in dark modeRafael Lima1-1/+2
2022-12-21tdf#152617 Fix color of controls in the Dialog EditorRafael Lima1-1/+2
2022-12-12tdf#152266 add an infobar with indicators for macro-like content in docCaolán McNamara6-11/+34
2022-12-10be a little more explicit that we want the Accel config hereCaolán McNamara1-1/+1
2022-12-08fix buildNoel Grandin1-0/+1
2022-12-08tdf#152078 Enable Ctrl+Wheel zoom in Basic code editorRafael Lima5-25/+53
2022-12-07loplugin:unusedmethodsNoel Grandin1-1/+0
2022-12-05tdf#86568 Move the scrollbar to the EditWindow in Basic IDERafael Lima9-57/+90
2022-12-01tdf#152078 Add a Zoom slider to the Basic IDERafael Lima8-6/+145
2022-11-28Make entry visible after scroll_to_row in Macro Organizer dialogRafael Lima1-0/+3
2022-11-22tdf#152154: Crash when Object Catalog undocked and BASIC IDE closedJulien Nabet1-1/+3
2022-11-21Drop comphelper::OWeakTypeObject, use cppu::WeakImplHelper<> insteadStephan Bergmann1-1/+0
2022-10-16tdf#114441 Convert use of sal_uLong to sal_uInt32PoonamShokeen1-1/+1
2022-09-27use more string_view in accessibility..configmgrNoel Grandin2-3/+3
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt1-1/+1
2022-09-16vcl: AnimationBitmap -> AnimationFrameChris Sherlock1-2/+2
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin1-1/+1
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn4-28/+28
2022-09-02tdf#150712 limit the dialog to only a sample of the dataNoel Grandin2-2/+2
2022-08-29ref-count SdrObjectNoel Grandin6-37/+35
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann13-13/+13
2022-08-18cid#1500394 Explicit null dereferencedCaolán McNamara1-1/+1
2022-08-08these two scrollbars don't meet, so drop the junction boxCaolán McNamara5-20/+9
2022-08-07tdf#150291 Revert "Fix crash when no valid EntryDescriptor found"Caolán McNamara2-8/+0
2022-08-07tdf#150291 crash on macro organizer with no macro selectedCaolán McNamara1-1/+2
2022-08-06cid#1507764 Unintended comparison to logical negationCaolán McNamara1-1/+1
2022-08-05tdf#117388 use native scrollbar under gtk in basic editorCaolán McNamara13-61/+59
2022-07-20move wintypes.hxx from tools to vclChris Sherlock1-2/+7
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin4-41/+31
2022-07-07elide some string copiesNoel Grandin3-11/+5
2022-07-05Related tdf#137145 tdf#137569 Capitalization + punctuation fixesAdolfo Jayme Barrientos1-1/+1
2022-06-21Fix crash when no valid EntryDescriptor foundSamuel Mehrbrodt2-0/+8
2022-06-21elide some makeStringAndClear() callsNoel Grandin1-1/+1
2022-06-06clang-tidy modernize-pass-by-value in basctlNoel Grandin15-80/+89
2022-06-01no need to allocate guards on the heapNoel Grandin1-2/+2
2022-05-18resave with latest gladeCaolán McNamara1-57/+57
2022-05-17Resolves: tdf#145722 don't propose MOVE from AcceptDrop if not asked for MOVECaolán McNamara1-19/+29
2022-05-17Related: tdf#145722 need to clone userdata if we copy a module/dialogCaolán McNamara1-0/+7
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya1-1/+1
2022-05-05loplugin:unusedvariableplusNoel Grandin1-1/+0