summaryrefslogtreecommitdiff
path: root/libreofficekit/qa/gtktiledviewer
AgeCommit message (Expand)AuthorFilesLines
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 Hofer1-5/+5
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-10-22set all .ui min require version of gtk to 3.20Caolán McNamara1-1/+1
2020-08-12Missing includesStephan Bergmann2-0/+2
2020-08-11loplugin:flattenNoel Grandin2-52/+52
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 Kelemen14-34/+18
2020-02-21Drop o3tl::optional wrapperStephan Bergmann5-6/+6
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 Bergmann5-6/+6
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann4-0/+16
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-10-17Silence Clang 10 trunk -Wdeprecated-volatile in GLib for nowStephan Bergmann6-0/+60
2019-10-04enable -Wunused-exception-parameter on clangNoel Grandin1-1/+1
2019-08-24loplugin:returnconstval in fpicker..reportdesignNoel Grandin5-6/+6
2019-08-20loplugin:constvars in i18npool..openclNoel Grandin2-2/+2
2019-07-26gtktiledviewer: provide activation functionAshod Nakashian1-0/+7
2019-05-10unipoll: add a --unipoll parameter to gtktiledviewer.Michael Meeks3-4/+18
2019-04-26lok: allow paste content to popup dialogHenry Castro1-1/+1
2019-04-15improve loplugin simplifyconstructNoel Grandin1-1/+1
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-2/+2
2018-11-06loplugin:collapseif in dbaccess..lotuswordproNoel Grandin1-8/+5
2018-10-23remove all use_action_appearance linesCaolán McNamara1-9/+0
2018-09-29band-aid: deprecated-declarations related to gtkJulien Nabet1-0/+8
2018-09-29Band-aid fix for deprecate gtk_css_provider_get_defaultJulien Nabet1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-09-08Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-1/+1
2018-06-28Fix typosAndrea Gelmini1-1/+1
2018-03-14lokdialog: debug red-colored boundary for last painted regionPranav Kant1-0/+6
2018-03-13lokdocview: new property 'is-initialized'; fix gtktiledviewer for calcPranav Kant1-0/+9
2018-03-05Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara1-1/+1
2018-01-12More loplugin:cstylecast: libreofficekitStephan Bergmann1-10/+10
2017-12-15lokdialog: If we already have the title, emit it during creationPranav Kant1-0/+4
2017-12-15lokdialog: gtv: Set dialog title on callbackPranav Kant1-0/+5
2017-12-04lokdialog: multiview: Do not mix one view with otherPranav Kant3-21/+13
2017-12-04lokdialog: Merge dialog & dialog child mouse event APIs into onePranav Kant1-27/+27
2017-12-04lokdialog: Rename postDialogKeyEvent -> postWindowKeyEventPranav Kant1-1/+1
2017-12-04lokdialog: Simplify; make the LOK dialog API more genericPranav Kant6-147/+148
2017-12-04lokdialog: Do not underestimate the dialog sizePranav Kant1-2/+2
2017-12-04lokdialog: Allow closing a dialog from LOK clientPranav Kant2-1/+7