summaryrefslogtreecommitdiff
path: root/framework/source
AgeCommit message (Expand)AuthorFilesLines
2019-04-23tdf#124886 Toolbar button icons are off by oneNoel Grandin1-1/+2
2019-04-19optimise find/insert patternNoel Grandin1-9/+6
2019-04-16fix usage of successful/successfully in commentsNoel Grandin10-12/+12
2019-04-13loplugin:sequentialassign in frameworkNoel Grandin15-43/+18
2019-04-12internally resize image instead of scaling bitmaps outsideTomaž Vajngerl1-15/+7
2019-04-09[API CHANGE] Asserts to never clear already cleared guardMike Kaganski2-54/+60
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski20-518/+533
2019-04-07Clear correct guardMike Kaganski1-1/+1
2019-04-06Simplify: avoid OUString copy() and get just needed tokensMatteo Casalin1-11/+5
2019-04-05Remove unused using declarations in directories [e-l]*Gabor Kelemen5-8/+0
2019-04-03Fix typosJens Carl3-4/+4
2019-03-21tdf#121671 Floating toolbars remain their position after reopenIlhan Yesil1-7/+29
2019-03-14Use indexed getToken()Matteo Casalin3-6/+9
2019-03-13tdf#124042: There are no progress bars that vcl would handle on iOS or AndroidTor Lillqvist1-5/+14
2019-03-09loplugin:unusedmethodsNoel Grandin1-13/+0
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin2-12/+3
2019-03-01clang-format DispatchHelperSamuel Mehrbrodt1-44/+37
2019-03-01Use lambda instead of std::bind + wrapper functionSamuel Mehrbrodt1-15/+3
2019-02-24loplugin:unusedfields in frameworkNoel Grandin12-83/+0
2019-02-19tdf#42949 Fix IWYU warnings in include/framework/Gabor Kelemen18-1/+27
2019-02-19MSForms: Fix a regression in inplace menu handlingTamás Zolnai1-2/+1
2019-02-18Simplify containers iterations in [f-l]*Arkadiy Illarionov9-93/+26
2019-02-16MSForms: Introduce a new Forms menu which is compatible with MS WordTamás Zolnai1-0/+65
2019-02-16MSForms: Extract menu creation to a separate methodTamás Zolnai1-48/+56
2019-02-11new loplugin writeonlyvarsNoel Grandin5-18/+0
2019-02-09loplugin:indentation in frameworkNoel Grandin23-183/+205
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen17-0/+20
2019-01-29framework: allow dispatching a command on the main threadMiklos Vajna1-1/+23
2019-01-29framework: avoid crashing in ~HandlerCFGAccess() in atexit()Michael Stahl1-17/+18
2019-01-28Fix icon load error for uno commands with paramsMuhammet Kara1-0/+12
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen1-2/+1
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-2/+3
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen5-0/+6
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen1-0/+1
2018-12-19framework: allow loading a component on the main threadMiklos Vajna1-1/+12
2018-12-19HandlerCFGAccess::read should take referencesNoel Grandin1-9/+8
2018-12-12loplugin:useuniqueptr in basic and frameworkNoel Grandin1-8/+7
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen3-0/+3
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin2-4/+4
2018-12-08reduce the amount of senseless exceptions during document loadMarkus Mohrhard2-2/+2
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin1-1/+1
2018-12-05Make Application::SetDialogCancelMode "private"Jan-Marek Glogowski1-102/+102
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin2-3/+3
2018-12-03tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen1-0/+2
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin2-6/+3
2018-11-28Fix typo deactiveAndrea Gelmini1-1/+1
2018-11-28drop some unnecessary includesCaolán McNamara1-0/+1
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen2-0/+3
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-3/+2