summaryrefslogtreecommitdiffstats
path: root/framework/source
Commit message (Expand)AuthorAgeFilesLines
* Fix autorecovery using wrong directorySamuel Mehrbrodt2021-04-091-1/+1
* tdf#129096: Document Recovery: Use TypeDetection on loadVasily Melenchuk2020-03-191-0/+32
* tdf#126700 allow replacing the default documentsJan-Marek Glogowski2020-02-141-6/+4
* tdf#126293 Use lazy-loading stock Image to simplify fwk image listsMichael Meeks2019-11-053-59/+23
* simplify ImageListNoel Grandin2019-11-035-312/+101
* Resolves: tdf#124267 accelerator in tooltipCaolán McNamara2019-10-311-1/+2
* tdf#125869 LibreOffice UI freezes (shows not responding) while exporting a pdfNoel Grandin2019-08-202-13/+72
* tdf#126054 uses after free when menubutton and menu torn down during executionCaolán McNamara2019-06-251-1/+3
* Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov2019-05-3119-30/+30
* use vcl::Timer in StatusIndicatorFactoryNoel Grandin2019-05-242-72/+13
* No need for AcceleratorCache::takeOver...Stephan Bergmann2019-05-233-52/+13
* PathInfo::takeOver does same as copy assignment opStephan Bergmann2019-05-231-11/+5
* New loplugin:dataStephan Bergmann2019-05-221-1/+1
* Don't call Application::Quit() in Desktop::terminate() on iOSTor Lillqvist2019-05-161-0/+4
* tdf#83722: Restrict the condition only to File > NewKatarina Behrens2019-05-151-2/+2
* tdf#83722: don't recycle frame with unmodified templateKatarina Behrens2019-05-131-1/+10
* fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2019-05-133-5/+5
* an uno -> a unoCaolán McNamara2019-05-1014-16/+16
* an is used before a vowel soundCaolán McNamara2019-05-106-8/+8
* tdf#105881 Toolbar keyboard navigation fixesJim Raykowski2019-05-041-0/+8
* improve loplugin:stringconstantNoel Grandin2019-04-301-1/+1
* tdf#124886 Toolbar button icons are off by oneNoel Grandin2019-04-231-1/+2
* optimise find/insert patternNoel Grandin2019-04-191-9/+6
* fix usage of successful/successfully in commentsNoel Grandin2019-04-1610-12/+12
* loplugin:sequentialassign in frameworkNoel Grandin2019-04-1315-43/+18
* internally resize image instead of scaling bitmaps outsideTomaž Vajngerl2019-04-121-15/+7
* [API CHANGE] Asserts to never clear already cleared guardMike Kaganski2019-04-092-54/+60
* Don't use resettable/clearable guard where plain guard is enoughMike Kaganski2019-04-0720-518/+533
* Clear correct guardMike Kaganski2019-04-071-1/+1
* Simplify: avoid OUString copy() and get just needed tokensMatteo Casalin2019-04-061-11/+5
* Remove unused using declarations in directories [e-l]*Gabor Kelemen2019-04-055-8/+0
* Fix typosJens Carl2019-04-033-4/+4
* tdf#121671 Floating toolbars remain their position after reopenIlhan Yesil2019-03-211-7/+29
* Use indexed getToken()Matteo Casalin2019-03-143-6/+9
* tdf#124042: There are no progress bars that vcl would handle on iOS or AndroidTor Lillqvist2019-03-131-5/+14
* loplugin:unusedmethodsNoel Grandin2019-03-091-13/+0
* loplugin:unnecessaryparen improve member expressionNoel Grandin2019-03-062-12/+3
* clang-format DispatchHelperSamuel Mehrbrodt2019-03-011-44/+37
* Use lambda instead of std::bind + wrapper functionSamuel Mehrbrodt2019-03-011-15/+3
* loplugin:unusedfields in frameworkNoel Grandin2019-02-2412-83/+0
* tdf#42949 Fix IWYU warnings in include/framework/Gabor Kelemen2019-02-1918-1/+27
* MSForms: Fix a regression in inplace menu handlingTamás Zolnai2019-02-191-2/+1
* Simplify containers iterations in [f-l]*Arkadiy Illarionov2019-02-189-93/+26
* MSForms: Introduce a new Forms menu which is compatible with MS WordTamás Zolnai2019-02-161-0/+65
* MSForms: Extract menu creation to a separate methodTamás Zolnai2019-02-161-48/+56
* new loplugin writeonlyvarsNoel Grandin2019-02-115-18/+0
* loplugin:indentation in frameworkNoel Grandin2019-02-0923-183/+205
* tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen2019-02-0517-0/+20
* framework: allow dispatching a command on the main threadMiklos Vajna2019-01-291-1/+23
* framework: avoid crashing in ~HandlerCFGAccess() in atexit()Michael Stahl2019-01-291-17/+18