summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Convert RID_DLG_DEPENDENCIES to .uiPalenik Mihály2014-08-044-30/+106
* JNI: getErrorNative should be getError nowTomaž Vajngerl2014-08-031-1/+1
* LOK documentLoad needs SolarMutex protection too.Andrzej Hunt2014-07-311-0/+2
* Use SolarMutexGuard instead of pairs of Acquire/ReleaseSolarMutexAndrzej Hunt2014-07-311-53/+46
* Protect setPartMode and ensure we actually show the new mode.Andrzej Hunt2014-07-301-1/+25
* LOK: add setPartMode.Andrzej Hunt2014-07-301-0/+17
* LOK: Add getPartName.Andrzej Hunt2014-07-301-0/+21
* fdo#75757: remove inheritance to std::mapTakeshi Abe2014-07-262-4/+3
* Typo: Destop->DesktopJulien Nabet2014-07-251-2/+2
* Better labels for extension managerSamuel Mehrbrodt2014-07-251-5/+5
* TyposJulien Nabet2014-07-231-2/+2
* coverity#706501 Uncaught exceptionCaolán McNamara2014-07-191-11/+25
* fix spelling structur -> structureNoel Grandin2014-07-171-1/+1
* Add getPart(s) to lokandroid too.Andrzej Hunt2014-07-131-2/+9
* LOK: use solar mutex for setPart.Andrzej Hunt2014-07-121-1/+5
* LOK: some logging for tiled rendering.Andrzej Hunt2014-07-121-0/+3
* Add get/setPart to ITiledRenderable, and implement for sw/sc.Andrzej Hunt2014-07-121-8/+39
* new loplugin: externalandnotdefinedNoel Grandin2014-07-113-4/+3
* Check whether Command Args are already set up before doing so.Andrzej Hunt2014-07-111-1/+8
* DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2014-07-071-2/+2
* Fix dependencies for libmerged wrt. libsofficeappMatúš Kukan2014-07-031-1/+0
* lok JNI: no "handle" in funcs & don't wrap some native funcsTomaž Vajngerl2014-07-031-7/+4
* WaE: couple of android / LibreOfficeKit bits.Michael Meeks2014-07-021-2/+2
* android lok: fix paintTile JNI methodTomaž Vajngerl2014-07-021-3/+7
* New loplugin:stringconcatStephan Bergmann2014-07-014-14/+12
* lok: It is expected that we point directly to the program/ directory.Jan Holesovsky2014-07-011-3/+3
* libreofficekit JNI for AndroidTomaž Vajngerl2014-07-012-0/+130
* lok: Correct sofficerc path for bootstrap.Jan Holesovsky2014-06-301-1/+1
* 'pMap' may be used uninitialized in this function.Jan Holesovsky2014-06-301-0/+1
* remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud2014-06-272-3/+3
* LOK: can't use basebmp as a library on android.Andrzej Hunt2014-06-251-1/+1
* LOK: tiled rendering / svp includes are Linux only too for now.Andrzej Hunt2014-06-251-1/+4
* LOK: Tiled Rendering only useable on Linux.Andrzej Hunt2014-06-251-0/+11
* Add all the required conditions for vclplug_svp.Andrzej Hunt2014-06-251-1/+3
* vclplug_svp only exists with ENABLE_HEADLESS.Andrzej Hunt2014-06-251-1/+1
* Use full sofficerc for LOK.Andrzej Hunt2014-06-251-10/+1
* Use ITiledRenderable for LIBLOK.Andrzej Hunt2014-06-252-41/+24
* LIBLOK: implement getDocumentType, make doctypes unique.Andrzej Hunt2014-06-251-39/+85
* Move gtktiledviewer into libreofficekit.Andrzej Hunt2014-06-253-121/+0
* Implement data area size retrieval.Andrzej Hunt2014-06-252-70/+10
* Remove outdated includes.Andrzej Hunt2014-06-251-7/+0
* Kill gtktiledviewer's alpha channel hack.Andrzej Hunt2014-06-251-5/+0
* Get rid of outdated comments.Andrzej Hunt2014-06-251-21/+4
* Upgrade gtktiledviewer to use its own buffer.Andrzej Hunt2014-06-251-13/+29
* Use external buffer for LibLO tiled rendering.Andrzej Hunt2014-06-251-19/+21
* Upgrade gtktiledviewer to RGBA.Andrzej Hunt2014-06-251-1/+5
* Upgrade LibLO tiled rendering to RGBA.Andrzej Hunt2014-06-252-2/+10
* Draw the whole image for our gtk tiled viewer.Andrzej Hunt2014-06-251-3/+15
* Implement document size retrieval for LibLO.Andrzej Hunt2014-06-251-0/+22
* Add rowstride to tiled rendering via LibLO.Andrzej Hunt2014-06-251-0/+3