summaryrefslogtreecommitdiff
path: root/libreofficekit
AgeCommit message (Expand)AuthorFilesLines
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-06LOK: add LibreOfficeKitCallbackType enumerationMiklos Vajna1-4/+10
2015-01-06gtktiledviewer: register a LOK callback and re-render the document ...Miklos Vajna1-0/+13
2014-12-12lok_init can fail (in which case it printed sth to stderr already)Stephan Bergmann1-0/+2
2014-12-10The document argument to gtktiledviewer is apparently non-optionalStephan Bergmann1-2/+2
2014-12-04Revert "Implement lokconf_init."Tomaž Vajngerl3-88/+0
2014-12-04Make common paths member variables.Andrzej Hunt1-0/+3
2014-12-04Upgrade lokconf_init to LibreOfficeKitInit.hAndrzej Hunt1-0/+1
2014-12-04Use gb_CppunitTest_use_confpreinit for LOK tiled rendering.Andrzej Hunt1-1/+2
2014-12-04Implement lokconf_init.Andrzej Hunt3-0/+87
2014-11-06coverity#1000834 Use of untrusted string valueCaolán McNamara1-0/+1
2014-10-18tilebench depend on linreooficekitgtk so need ENABLE_GTK tooNorbert Thiebaud1-1/+1
2014-10-02loplugin:unreffunStephan Bergmann1-2/+0
2014-10-02LOK: Excercise tiled-rendering harder in the test-bench.Michael Meeks1-0/+82
2014-10-02LOK: Add a tiled rendering testbench.Michael Meeks3-0/+126
2014-09-29LOK: avoid crash when zooming using quadviewMichael Meeks1-1/+1
2014-08-14LOK: remove code from assert that must be compiled when not in debug mode.Michael Meeks1-1/+2
2014-07-31LOK: add document loading failure test.Andrzej Hunt1-0/+13
2014-07-31LOK: add test for getDocumentType.Andrzej Hunt3-0/+30
2014-07-31LOK: add slide name retrieval test.Andrzej Hunt2-0/+23
2014-07-31Use one test instance to run all LOK tests.Andrzej Hunt1-7/+18
2014-07-31Make common paths member variables.Andrzej Hunt1-6/+7
2014-07-31GtkComboBoxText requires gtk >= 2.24 (again).Andrzej Hunt1-0/+4
2014-07-30LokDocView: Update part selector when mode changes.Andrzej Hunt1-5/+21
2014-07-30LokDocView: set current item for part selector.Andrzej Hunt1-1/+2
2014-07-30gtktiledviewer: add part mode selector.Andrzej Hunt1-1/+34
2014-07-30LOKDocView: add set_part_mode.Andrzej Hunt1-0/+7
2014-07-30gtktiledviewer: show part names in selector.Andrzej Hunt1-5/+15
2014-07-30LOKDocView: add part name retrieval.Andrzej Hunt1-1/+4
2014-07-29One final removal of libreofficekit static library.Andrzej Hunt1-4/+0
2014-07-29Update LOK Readme to use LibreOfficeKitInit.hAndrzej Hunt1-4/+11
2014-07-29Kill the libreofficekit static library / shim.c.Andrzej Hunt7-110/+2
2014-07-28-Werror=declaration-after-statementMiklos Vajna1-7/+7
2014-07-28Use CPPUNIT_ASSERT instead of assert.Andrzej Hunt1-1/+1
2014-07-28Prevent LOK DocView crash if document too large.Andrzej Hunt1-4/+18
2014-07-26gtktiledviewer: make sure we clean up the office instance.Andrzej Hunt1-0/+4
2014-07-26libreofficekit_tilederendering: test all 4 tiles.Andrzej Hunt1-2/+2
2014-07-18Disable libreofficekit_tiledrendering test for now.Andrzej Hunt1-3/+3
2014-07-18cid#1226493 Uninitialized scalar variableNoel Grandin1-1/+1
2014-07-18Try to make some sense out of that sentenceKhaled Hosny1-1/+1
2014-07-18TyposKhaled Hosny1-5/+5
2014-07-17libreofficekit_tiledrendering test: force lock file removalAndrzej Hunt1-0/+8
2014-07-17Add png dumping to LOK tiled rendering test.Andrzej Hunt2-1/+27
2014-07-17Add LOK Readme.Andrzej Hunt1-0/+41
2014-07-17Fix some CppunitTest_libreofficekit_tiledrendering related problemsMatúš Kukan2-2/+3
2014-07-16LibreOfficeKit: Check for libmerged too.Jan Holesovsky1-12/+27
2014-07-16Revert "libreofficekit does not work with libmerged"Jan Holesovsky1-2/+0
2014-07-15libreofficekit does not work with libmergedMatúš Kukan1-0/+2
2014-07-14LOK tiled rendering test: add some debug output.Andrzej Hunt1-0/+8
2014-07-12GtkComboBoxText requires gtk >= 2.24.Andrzej Hunt1-0/+9