summaryrefslogtreecommitdiffstats
path: root/libreofficekit
Commit message (Expand)AuthorAgeFilesLines
* lok_init can fail (in which case it printed sth to stderr already)Stephan Bergmann2014-12-121-0/+2
* The document argument to gtktiledviewer is apparently non-optionalStephan Bergmann2014-12-101-2/+2
* Revert "Implement lokconf_init."Tomaž Vajngerl2014-12-043-88/+0
* Make common paths member variables.Andrzej Hunt2014-12-041-0/+3
* Upgrade lokconf_init to LibreOfficeKitInit.hAndrzej Hunt2014-12-041-0/+1
* Use gb_CppunitTest_use_confpreinit for LOK tiled rendering.Andrzej Hunt2014-12-041-1/+2
* Implement lokconf_init.Andrzej Hunt2014-12-043-0/+87
* coverity#1000834 Use of untrusted string valueCaolán McNamara2014-11-061-0/+1
* tilebench depend on linreooficekitgtk so need ENABLE_GTK tooNorbert Thiebaud2014-10-181-1/+1
* loplugin:unreffunStephan Bergmann2014-10-021-2/+0
* LOK: Excercise tiled-rendering harder in the test-bench.Michael Meeks2014-10-021-0/+82
* LOK: Add a tiled rendering testbench.Michael Meeks2014-10-023-0/+126
* LOK: avoid crash when zooming using quadviewMichael Meeks2014-09-291-1/+1
* LOK: remove code from assert that must be compiled when not in debug mode.Michael Meeks2014-08-141-1/+2
* LOK: add document loading failure test.Andrzej Hunt2014-07-311-0/+13
* LOK: add test for getDocumentType.Andrzej Hunt2014-07-313-0/+30
* LOK: add slide name retrieval test.Andrzej Hunt2014-07-312-0/+23
* Use one test instance to run all LOK tests.Andrzej Hunt2014-07-311-7/+18
* Make common paths member variables.Andrzej Hunt2014-07-311-6/+7
* GtkComboBoxText requires gtk >= 2.24 (again).Andrzej Hunt2014-07-311-0/+4
* LokDocView: Update part selector when mode changes.Andrzej Hunt2014-07-301-5/+21
* LokDocView: set current item for part selector.Andrzej Hunt2014-07-301-1/+2
* gtktiledviewer: add part mode selector.Andrzej Hunt2014-07-301-1/+34
* LOKDocView: add set_part_mode.Andrzej Hunt2014-07-301-0/+7
* gtktiledviewer: show part names in selector.Andrzej Hunt2014-07-301-5/+15
* LOKDocView: add part name retrieval.Andrzej Hunt2014-07-301-1/+4
* One final removal of libreofficekit static library.Andrzej Hunt2014-07-291-4/+0
* Update LOK Readme to use LibreOfficeKitInit.hAndrzej Hunt2014-07-291-4/+11
* Kill the libreofficekit static library / shim.c.Andrzej Hunt2014-07-297-110/+2
* -Werror=declaration-after-statementMiklos Vajna2014-07-281-7/+7
* Use CPPUNIT_ASSERT instead of assert.Andrzej Hunt2014-07-281-1/+1
* Prevent LOK DocView crash if document too large.Andrzej Hunt2014-07-281-4/+18
* gtktiledviewer: make sure we clean up the office instance.Andrzej Hunt2014-07-261-0/+4
* libreofficekit_tilederendering: test all 4 tiles.Andrzej Hunt2014-07-261-2/+2
* Disable libreofficekit_tiledrendering test for now.Andrzej Hunt2014-07-181-3/+3
* cid#1226493 Uninitialized scalar variableNoel Grandin2014-07-181-1/+1
* Try to make some sense out of that sentenceKhaled Hosny2014-07-181-1/+1
* TyposKhaled Hosny2014-07-181-5/+5
* libreofficekit_tiledrendering test: force lock file removalAndrzej Hunt2014-07-171-0/+8
* Add png dumping to LOK tiled rendering test.Andrzej Hunt2014-07-172-1/+27
* Add LOK Readme.Andrzej Hunt2014-07-171-0/+41
* Fix some CppunitTest_libreofficekit_tiledrendering related problemsMatúš Kukan2014-07-172-2/+3
* LibreOfficeKit: Check for libmerged too.Jan Holesovsky2014-07-161-12/+27
* Revert "libreofficekit does not work with libmerged"Jan Holesovsky2014-07-161-2/+0
* libreofficekit does not work with libmergedMatúš Kukan2014-07-151-0/+2
* LOK tiled rendering test: add some debug output.Andrzej Hunt2014-07-141-0/+8
* GtkComboBoxText requires gtk >= 2.24.Andrzej Hunt2014-07-121-0/+9
* Add LOK tiled rendering divided-tile unit test.Andrzej Hunt2014-07-123-0/+171
* Add part selector to gtktiledviewer.Andrzej Hunt2014-07-121-0/+33
* LOK DocView: implement part selection.Andrzej Hunt2014-07-121-0/+17