summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2021-07-27sw bibliography, local copy: handle the column mapping dialogMiklos Vajna2-2/+25
2021-07-27sw bibliography, local copy: handle the bibliography database windowMiklos Vajna6-21/+211
2021-07-23do not use "using namespace std" in headersCollabora4-7/+3
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-1/+1
2021-07-17Related: tdf#143357 set blank label for no dateCaolán McNamara1-2/+5
2021-07-16Related: tdf#143357 explicitly set the default of focus-on-clickCaolán McNamara3-0/+3
2021-07-16extensions: bibliography database window: add UI to set a page number on a URLMiklos Vajna3-18/+214
2021-07-14extensions: bibliography database window: add browse button for URLsMiklos Vajna4-5/+57
2021-07-12Fix extended tip after translationOlivier Hallot1-63/+66
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt1-1/+1
2021-07-09Make loplugin:stringadd slightly more aggressiveStephan Bergmann1-3/+1
2021-07-09loplugin:indentation (clang-cl)Stephan Bergmann1-1/+1
2021-07-02stray unwanted image-position for CheckButtonCaolán McNamara1-1/+0
2021-06-25Add back computation of excepinfo.bstrDescription lengthStephan Bergmann1-2/+5
2021-06-25-Werror,-Wunused-but-set-parameter (clang-cl 13 trunk)Stephan Bergmann1-2/+1
2021-06-25-Werror,-Wunused-but-set-variable (clang-cl 13 trunk)Stephan Bergmann1-2/+1
2021-06-19use more TellEnd()Noel Grandin1-2/+1
2021-06-17use string_view in the Translate APINoel Grandin5-7/+9
2021-06-14only one of the radiobuttons in a group should be activeCaolán McNamara1-1/+0
2021-06-03Revert "Initialize vector directly with the already known count number"Julien Nabet1-2/+2
2021-06-02Initialize vector directly with the already known count numberJulien Nabet1-2/+2
2021-06-01loplugin:stringview (clang-cl)Stephan Bergmann1-6/+4
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara10-13/+13
2021-05-21use toggle instead of click for RadioButtonCaolán McNamara4-12/+12
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara4-17/+25
2021-05-19loplugin:noexcept (clang-cl)Stephan Bergmann1-3/+3
2021-05-15inherit LinkButton and Notebook from Widget instead of ContainerCaolán McNamara1-1/+1
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin2-4/+4
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin2-4/+4
2021-05-08ref-count SfxItemPoolNoel Grandin5-8/+6
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann6-16/+16
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-8/+5
2021-04-27loplugin:stringadd (clang-cl)Stephan Bergmann2-2/+2
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-4/+3
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-1/+1
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin1-2/+2
2021-04-20uniformly apply truncate-multiline to all GtkEntrysCaolán McNamara1-0/+30
2021-04-12loplugin:unusedfieldsNoel Grandin1-1/+0
2021-04-09Recheck include/ with IWYUGabor Kelemen2-0/+2
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-20/+26
2021-04-01tdf#141084 don't notify that the control has changed content until focus-outCaolán McNamara2-4/+12
2021-04-01lok: remove frame action listener when disposingHenry Castro1-0/+5
2021-03-31lok: "BibFrameController_Impl" prefix m_* membersHenry Castro2-42/+43
2021-03-26loplugin:flattenNoel1-15/+15
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-2/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23tdf#124176 Use pragma once in extensionsVincent LE GARREC122-485/+122
2021-03-23use single-use attribute for LoggerPoolNoel Grandin2-21/+3
2021-03-21cid#1474008 silence Unchecked return value from libraryCaolán McNamara1-13/+13