summaryrefslogtreecommitdiffstats
path: root/libreofficekit
Commit message (Expand)AuthorAgeFilesLines
* cid#1478187 Resource leakCaolán McNamara2021-07-091-1/+13
* cid#1474127 Unchecked return value from libraryCaolán McNamara2021-07-091-2/+2
* cid#1474277 Resource leakCaolán McNamara2021-07-091-20/+22
* tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara2021-01-151-0/+3
* tdf#123936 Formatting files in module libreofficekit with clang-formatPhilipp Hofer2020-11-193-17/+19
* add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara2020-11-151-0/+1
* tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen2020-11-102-2/+0
* silence qa test coverity warningCaolán McNamara2020-11-041-0/+1
* Allow some spelling dictionaries for gtktiledviewer.Michael Meeks2020-10-261-0/+3
* set all .ui min require version of gtk to 3.20Caolán McNamara2020-10-221-1/+1
* Online: Show input help on Online / Core part.gokaysatir2020-09-181-0/+1
* Avoid loplugin:external and loplugin:simplifypointertobool warningsTor Lillqvist2020-09-041-8/+8
* Remove an odd CPPUNIT_ASSERT(0)Tor Lillqvist2020-09-041-1/+0
* Missing includesStephan Bergmann2020-08-122-0/+2
* loplugin:flattenNoel Grandin2020-08-114-89/+89
* We apparently need to call Application::Quit() on iOS nowTor Lillqvist2020-07-201-0/+7
* replace usage of whitelist with allowlistThorsten Behrens2020-07-101-1/+1
* lokit: add new callback type LOK_CALLBACK_INVALIDATE_SHEET_GEOMETRYDennis Francis2020-07-041-0/+1
* Upcoming improved loplugin:staticanonymous -> redundantstatic: libreofficekitStephan Bergmann2020-07-011-2/+2
* Change FIXME to plain comment, there apparently is nothing to do about it hereTor Lillqvist2020-06-041-2/+3
* Bin two leftover spurious writes to std::cerrTor Lillqvist2020-06-041-2/+0
* tdf#128502: Add a FIXME commentTor Lillqvist2020-06-041-1/+3
* Make gtktiledviewer accept multiple documents to openTor Lillqvist2020-05-281-7/+10
* lok: MSForms: Add callback for form field button.Tamás Zolnai2020-05-081-0/+1
* lok: add tabstop changing and callback to send tabstop updatesTomaž Vajngerl2020-04-141-0/+1
* libreofficekit: Use 'gb_Library_set_include' for GTK3_CFLAGSMichael Weghorn2020-03-171-1/+2
* tdf#42949 Fix IWYU warnings in libreofficekit/Gabor Kelemen2020-03-0617-43/+24
* Drop o3tl::optional wrapperStephan Bergmann2020-02-216-7/+7
* Prefer O3TL_UNREACHABLE over assert(false)Stephan Bergmann2019-12-091-2/+2
* Silence -Werror=maybe-uninitializedStephan Bergmann2019-12-041-0/+5
* Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2019-12-016-7/+7
* lokdocview: Add notify_property when the document is initializedCorentin Noël2019-11-291-0/+1
* lokdocview: Add support for HiDPI renderingCorentin Noël2019-11-292-63/+100
* lok: calc formula bar tunneling: function list callbackMarco Cecchetti2019-11-261-0/+1
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-225-0/+22
* loplugin:unusedfieldsNoel Grandin2019-11-211-1/+0
* lokdocview: Add support for get_command_valuesCorentin Noël2019-11-191-0/+14
* Improved loplugin:external, handling class typesStephan Bergmann2019-11-192-17/+29
* New loplugin:consttoboolStephan Bergmann2019-11-147-49/+49
* Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann2019-11-133-21/+21
* lokdocview: refresh tile buffer on resize to avoid UI breakage.Michael Meeks2019-11-131-37/+21
* lokdocview: encapsulate tile buffer properly.Michael Meeks2019-11-133-7/+27
* lok: calc: switch row / column / grouping data to pixels.Michael Meeks2019-11-131-4/+3
* lok: tilebench: slightly sloppy pixel comparison & larger area.Michael Meeks2019-11-092-17/+46
* lok: tilebench: implement zoom tests.Michael Meeks2019-11-051-16/+65
* gtktiledviewer: always load with en-US languageAshod Nakashian2019-10-301-1/+1
* lok: improve tilebench and add an unpleasant text rendering test case.Michael Meeks2019-10-253-16/+25
* tilebench: output a helpful delta image and highlight the diffs.Michael Meeks2019-10-221-21/+48
* Silence Clang 10 trunk -Wdeprecated-volatile in GLib for nowStephan Bergmann2019-10-177-0/+65
* enable -Wrange-loop-analysis on clangNoel Grandin2019-10-071-1/+1