summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* tdf#141097 Revert "Veto process exit while an OLE client is connected"Michael Warner2021-08-252-69/+0
* tdf#143357 use a DateFormatter and a separate Calendar menubuttonCaolán McNamara2021-08-174-22/+105
* Related: tdf#143357 explicitly set the default of focus-on-clickCaolán McNamara2021-08-163-0/+3
* Related: tdf#143357 set blank label for no dateCaolán McNamara2021-08-161-2/+5
* Revert "Initialize vector directly with the already known count number"Julien Nabet2021-06-031-2/+2
* Initialize vector directly with the already known count numberJulien Nabet2021-06-021-2/+2
* loplugin:stringview (clang-cl)Stephan Bergmann2021-06-011-6/+4
* add Toggleable as a separate thing to a ButtonCaolán McNamara2021-05-2110-13/+13
* use toggle instead of click for RadioButtonCaolán McNamara2021-05-214-12/+12
* use toggle instead of click for CheckButtonCaolán McNamara2021-05-204-17/+25
* loplugin:noexcept (clang-cl)Stephan Bergmann2021-05-191-3/+3
* inherit LinkButton and Notebook from Widget instead of ContainerCaolán McNamara2021-05-151-1/+1
* Revert "simplify the vcl<->toolkit connection"Noel Grandin2021-05-132-4/+4
* simplify the vcl<->toolkit connectionNoel Grandin2021-05-122-4/+4
* ref-count SfxItemPoolNoel Grandin2021-05-085-8/+6
* loplugin:unnecessaryparen small improvementNoel Grandin2021-05-031-1/+1
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-026-16/+16
* loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2021-04-291-8/+5
* loplugin:stringadd (clang-cl)Stephan Bergmann2021-04-272-2/+2
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-271-4/+3
* loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2021-04-211-1/+1
* use OUString::Concat here, not OUStringLiteralNoel Grandin2021-04-201-2/+2
* uniformly apply truncate-multiline to all GtkEntrysCaolán McNamara2021-04-201-0/+30
* loplugin:unusedfieldsNoel Grandin2021-04-121-1/+0
* Recheck include/ with IWYUGabor Kelemen2021-04-092-0/+2
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-20/+26
* tdf#141084 don't notify that the control has changed content until focus-outCaolán McNamara2021-04-012-4/+12
* lok: remove frame action listener when disposingHenry Castro2021-04-011-0/+5
* lok: "BibFrameController_Impl" prefix m_* membersHenry Castro2021-03-312-42/+43
* loplugin:flattenNoel2021-03-261-15/+15
* const OUString -> const OUStringLiteralMike Kaganski2021-03-251-2/+2
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* tdf#124176 Use pragma once in extensionsVincent LE GARREC2021-03-23122-485/+122
* use single-use attribute for LoggerPoolNoel Grandin2021-03-232-21/+3
* cid#1474008 silence Unchecked return value from libraryCaolán McNamara2021-03-211-13/+13
* use VCLUnoHelper::GetWindowCaolán McNamara2021-03-121-3/+2
* awt::XWindow has setVisible so don't need to fetch VCLXWindow to do thatCaolán McNamara2021-03-121-6/+3
* use strong_int for item ids in vcl::ToolBoxNoel2021-03-112-23/+23
* loplugin:refcounting (clang-cl)Stephan Bergmann2021-03-091-2/+1
* defer getting toplevel for color picker until we need itCaolán McNamara2021-03-091-2/+2
* bubblewindow.hxx can be a private vcl headerCaolán McNamara2021-03-031-4/+2
* split and move MenuBar BubbleWindowManager to vclCaolán McNamara2021-03-032-371/+21
* move BubbleWindow to vclCaolán McNamara2021-03-031-234/+1
* loplugin:refcounting in extensionsNoel2021-02-272-2/+3
* Move code for setting unique buildable names one level upXisco Fauli2021-02-242-10/+10
* Set unique buildable names to each widget in the form properties dialogXisco Fauli2021-02-231-5/+10
* tdf#139070 format entry view of multilines with final formattingCaolán McNamara2021-02-231-1/+10
* weld bibliography autofilter menuCaolán McNamara2021-02-234-21/+38
* loplugin:unusedmethodsNoel2021-02-231-5/+0
* cid#1473244 silence Unchecked return valueCaolán McNamara2021-02-221-1/+1