summaryrefslogtreecommitdiff
path: root/libreofficekit/qa
AgeCommit message (Expand)AuthorFilesLines
2023-07-01cid#1533667 silence Uninitialized scalar variableCaolán McNamara1-0/+3
2023-06-27add an --enable-cairo-rgba to set the order of pixels for internal cairoCaolán McNamara1-17/+21
2023-06-05Missing include (for std::find_if)Stephan Bergmann1-0/+1
2023-03-11tilebench: allow save after rendering, and better load fail diagnostic.Michael Meeks1-3/+22
2023-01-09Missing includeStephan Bergmann1-0/+1
2022-11-30libreofficekit: add a way to invoke getCommandValues()Miklos Vajna4-3/+55
2022-10-26gtktiledviewer: don't crash on sidebar creationMike Kaganski1-0/+5
2022-10-24_MSC_VER is more appropriate to guard MSVC-specific #pragmaMike Kaganski1-2/+2
2022-10-24Avoid "deprecated" warning on Windows, tooMike Kaganski1-2/+7
2022-10-22g_get_real_name is a proper match for passwd::pw_gecosMike Kaganski1-1/+3
2022-10-22Use g_get_user_name instead of access through getpwuidMike Kaganski1-4/+1
2022-09-07apply ui-rulesCaolán McNamara1-0/+1
2022-09-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroRadhey Parekh1-6/+6
2022-06-23clang-tidy modernize-pass-by-value in libreofficekitNoel Grandin1-2/+3
2022-06-01sw content controls, date: add LOK APIMiklos Vajna6-0/+81
2022-05-13sw content controls, dropdown: add LOK APIMiklos Vajna8-0/+74
2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen3-4/+4
2021-12-22loplugin:flatten in l10ntools..lotuswordproNoel Grandin1-30/+30
2021-11-13Use o3tl::convertMike Kaganski1-20/+8
2021-11-10Avoid -Werror=maybe-uninitializedStephan Bergmann1-1/+3
2021-10-31uniformly allow focus into GtkToolbarCaolán McNamara1-3/+3
2021-10-31gtk[3 vs 4]: remove can-focus from GtkToolButtonCaolán McNamara1-32/+0
2021-03-21cid#1474277 Resource leakCaolán McNamara1-20/+22
2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara1-0/+3
2020-12-09Missing include (definition of std::stringstream)Stephan Bergmann1-0/+1
2020-11-19tdf#123936 Formatting files in module libreofficekit with clang-formatPhilipp Hofer2-9/+6
2020-11-15add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara1-0/+1
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen1-1/+0
2020-11-04silence qa test coverity warningCaolán McNamara1-0/+1
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara1-1/+1
2020-09-04Avoid loplugin:external and loplugin:simplifypointertobool warningsTor Lillqvist1-8/+8
2020-09-04Remove an odd CPPUNIT_ASSERT(0)Tor Lillqvist1-1/+0
2020-08-12Missing includesStephan Bergmann2-0/+2
2020-08-11loplugin:flattenNoel Grandin3-75/+75
2020-07-20We apparently need to call Application::Quit() on iOS nowTor Lillqvist1-0/+7
2020-07-10replace usage of whitelist with allowlistThorsten Behrens1-1/+1
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: libreofficekitStephan Bergmann1-2/+2
2020-05-28Make gtktiledviewer accept multiple documents to openTor Lillqvist1-7/+10
2020-03-06tdf#42949 Fix IWYU warnings in libreofficekit/Gabor Kelemen15-37/+18
2020-02-21Drop o3tl::optional wrapperStephan Bergmann6-7/+7
2019-12-09Prefer O3TL_UNREACHABLE over assert(false)Stephan Bergmann1-2/+2
2019-12-04Silence -Werror=maybe-uninitializedStephan Bergmann1-0/+5
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann6-7/+7
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann5-0/+22
2019-11-21loplugin:unusedfieldsNoel Grandin1-1/+0
2019-11-19Improved loplugin:external, handling class typesStephan Bergmann1-2/+6
2019-11-14New loplugin:consttoboolStephan Bergmann6-25/+25
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann2-5/+5
2019-11-13lok: calc: switch row / column / grouping data to pixels.Michael Meeks1-4/+3
2019-11-09lok: tilebench: slightly sloppy pixel comparison & larger area.Michael Meeks2-17/+46