summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2021-03-16check for quit when calling Yield in loopNoel Grandin1-1/+1
2020-11-30rework treeview initial toggle button col to be like expander colCaolán McNamara3-10/+9
2020-08-14tdf#135639: check the return value of GetDim32Mike Kaganski1-29/+31
2020-07-10Resolves: tdf#134551 ModulWindow deleted when last module removedCaolán McNamara1-1/+5
2020-05-23Resolves: tdf#114258 defer LoseFocus treeview updateCaolán McNamara2-1/+21
2020-05-13[cp] Remove Help - Donate to LibreOffice menu itemAndras Timar1-3/+0
2020-04-16tdf#126828 hide macro organize dialog before launching macro editingCaolán McNamara1-0/+2
2020-02-27check if edit can be enabled after setting cursor into treeCaolán McNamara1-0/+1
2020-02-26tdf#130925 use the maximum document line number for the width calculationCaolán McNamara1-1/+2
2020-02-11Related: tdf#130161 invalid iterator used in BrowseMode::Subs caseCaolán McNamara1-1/+1
2020-02-08crash in manage languages in basic ideCaolán McNamara1-0/+6
2019-11-20Resolves: tdf#128900 can't edit initial macro with empty user profileCaolán McNamara1-1/+2
2019-11-12Fix macro disabling in Basic IDESamuel Mehrbrodt1-1/+3
2019-11-09tdf#80731: Only check closing parenthesis when in IDEMike Kaganski1-1/+6
2019-11-07Always check whether macro execution is allowedSamuel Mehrbrodt1-8/+6
2019-10-31pass an explicit parent for the password dialogsCaolán McNamara7-14/+12
2019-10-30don't need to include vcl/tabctrl.hxxCaolán McNamara1-2/+1
2019-10-29TreeListBox doesn't need a factory anymoreCaolán McNamara1-3/+0
2019-10-29remove unnecessary includesCaolán McNamara1-4/+0
2019-10-29weld fpicker clusterCaolán McNamara3-10/+7
2019-10-21loplugin:virtualdead unused param in SfxObjectShell::FillClassNoel Grandin2-3/+1
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-1/+4
2019-10-17rename LanguageBox back to SvxLanguageBoxCaolán McNamara2-3/+3
2019-10-16tdf#62955 - Allow searching a name with typing the first letterAndreas Heinisch1-1/+3
2019-10-09tdf#114441 changed some sal_uLong to better fitting typesChristian Barth3-8/+8
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara6-13/+15
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin1-3/+1
2019-10-04loplugin:singlevalfieldsNoel Grandin3-29/+5
2019-10-03update basctl pchCaolán McNamara1-42/+16
2019-10-01add activates_default to GtkEntries in dialogsCaolán McNamara2-0/+2
2019-10-01loplugin:stringadd in basctl..cuiNoel Grandin1-2/+1
2019-09-29drop some unnecessary includesCaolán McNamara1-2/+0
2019-09-28loplugin:virtualdead in basctlNoel Grandin6-44/+2
2019-09-26drop unnecessary includes and update pchCaolán McNamara1-0/+1
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-09-23Resolves tdf#127400 - Allow to show tip of the day againHeiko Tietze1-0/+1
2019-09-17move GetStandardText to stdtext.hxxCaolán McNamara1-4/+4
2019-09-06Fixing '....'Andrea Gelmini1-1/+1
2019-09-05use unique_ptr in SdrObject::getFullDragCloneNoel Grandin2-4/+4
2019-09-04tdf#93476 Sort Macro library list after creating/importing a macroAndreas Heinisch2-8/+9
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-2/+2
2019-08-25cid#1292911 Big parameter passed by valueCaolán McNamara1-5/+5
2019-08-21loplugin:constmethod in basctlNoel Grandin11-21/+21
2019-08-19loplugin:constvars in accessibility..basegfxNoel Grandin3-8/+8
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+1
2019-08-08tdf#74702: use OutputDevice::GetBackgroundColor()Chris Sherlock2-2/+2
2019-08-04tdf#93476 Sort Macro library list after creating/importing a macroAndreas Heinisch1-33/+19
2019-08-04Removed executable permission on fileAndrea Gelmini2-0/+0
2019-08-03tdf#93476 Sort Macro library list after creating/importing a macroAndreas Heinisch2-25/+28
2019-08-01no point in using a map anymoreCaolán McNamara1-16/+6