summaryrefslogtreecommitdiff
path: root/desktop/source
AgeCommit message (Expand)AuthorFilesLines
2015-10-15tdf#92191: Don't use any IPC pipe in a sandboxed OS X appTor Lillqvist1-0/+5
2015-10-15Remove more obsolete Android code: The 'AppSupport' stuffTor Lillqvist1-15/+0
2015-10-15lok::Document::paintTile: fix non-rectangular tiles wrt. transparencyMiklos Vajna1-1/+1
2015-10-08lok::Document::initializeForRendering(): handle lack of lok_init()Miklos Vajna1-0/+8
2015-10-07LOK: add mouse button type and modifier on androidMihai Varga1-1/+2
2015-10-07LOK: added the button type and key modifier to postMouseEvent()Mihai Varga1-3/+5
2015-10-07desktop: handle sal_uInt16 in jsonToPropertyValues()Miklos Vajna1-0/+2
2015-10-07desktop, vcl: support transparency in VirtualDevices with user-provided memoryMiklos Vajna1-1/+23
2015-10-07lok: add Document::getPartPageRectangles()Miklos Vajna1-0/+19
2015-10-07desktop: make LibLibreOffice_Impl visible to testcasesMiklos Vajna1-30/+19
2015-10-06lok: add Office::getFilterTypes()Miklos Vajna1-0/+39
2015-10-06lok::Document: register callback in the view, if requestedMiklos Vajna1-5/+15
2015-10-06comphelper: add LibreOfficeKit::set/isViewCallback()Miklos Vajna1-0/+4
2015-10-06LOK: make getViews() be a member function of DocumentMiklos Vajna1-8/+9
2015-10-06Use SfxViewFrame::Current()Miklos Vajna1-10/+2
2015-10-06lok::Document: add get/setView()Miklos Vajna1-0/+18
2015-10-06lok::Document: add destroyView()Miklos Vajna1-0/+9
2015-10-06lok::Office: add getViews()Miklos Vajna1-0/+7
2015-10-06lok::Document: add createView()Miklos Vajna1-0/+19
2015-09-15LOK: Avoid crash when the command is not available in the given component.Jan Holesovsky1-14/+9
2015-09-15LOK: Sync the list of commands we initialize with those we handle.Jan Holesovsky1-1/+6
2015-09-15lok: initialize UNO url command dispatchHenry Castro1-0/+58
2015-09-14LOK: Implement an own trivial InteractionHandler.Jan Holesovsky3-1/+171
2015-09-14LOK: getFonts methodMihai Varga1-1/+47
2015-09-14LOK: added a general getCommandValues methodMihai Varga1-4/+20
2015-09-14LOK: moved the decalaration of LibLODocument_Impl to make it visibleMihai Varga1-42/+37
2015-09-14LOK: allow float numbers in json -> property value conversionMihai Varga1-0/+2
2015-09-14lok::Document getStyles methodMihai Varga1-0/+34
2015-09-14LOKit: set thread name lo_startmainHenry Castro1-0/+2
2015-09-14LOK: Corner case with working dir as '/'.Jan Holesovsky1-1/+3
2015-09-14cppcheck: noExplicitConstructorCaolán McNamara22-28/+28
2015-09-14Revert the pre-init work for now.Jan Holesovsky1-87/+32
2015-09-01lok: rework use preInitBootstrapHenry Castro1-9/+12
2015-09-01Revert lok: use preInitBootstrapHenry Castro1-28/+12
2015-08-31lok: use preInitBootstrapHenry Castro1-131/+28
2015-08-20lok: load component libraryHenry Castro1-21/+116
2015-08-18Stub initial pre-init phase.Michael Meeks1-33/+102
2015-08-18Cleanup symbol export conditionals.Michael Meeks1-23/+5
2015-08-17LOK: add lok_preinit symbolHenry Castro1-0/+11
2015-08-06rendercontext: Mass fix of using the wrong size.Jan Holesovsky2-2/+2
2015-08-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-08-06Build time option --disable-extension-updateKatarina Behrens2-2/+11
2015-08-06tdf#91529 hopefully fixes the issue by painting immediatelyTomaž Vajngerl1-5/+14
2015-08-03LOK: Cleanup absolutizing of URLs.Jan Holesovsky1-10/+25
2015-07-03LOK: Don't try to absolutize URL's.Jan Holesovsky1-5/+10
2015-06-22LOK: return used format in Document::getTextSelection()Miklos Vajna1-3/+14
2015-06-22LOK: add lok::Document::getTextSelection()Miklos Vajna1-0/+19
2015-05-29convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-5/+5
2015-05-29SvxSearchItem: add m_nStartPoint{X,Y}Miklos Vajna1-0/+2
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-2/+2