summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* TyposJulien Nabet2015-02-181-1/+1
* SkipImages option for PDF importMihai2015-02-171-2/+15
* android: add support for text selection to JNITomaž Vajngerl2015-02-161-0/+7
* LOK: add lok::Document::setTextSelection()Miklos Vajna2015-02-161-0/+16
* LOK: Return NULL when we failed to load the document.Jan Holesovsky2015-02-161-1/+1
* add GetSelectEntryData to ListBox and ComboBoxNoel Grandin2015-02-161-1/+1
* Related: tdf#63690 - remove rtl_logfileThorsten Behrens2015-02-141-1/+0
* Remove dead implementation specificationStephan Bergmann2015-02-121-3/+0
* We can put a few more lines inside the #ifndef IOSTor Lillqvist2015-02-111-1/+2
* On Mac OS X, directly name the executable "unopkg"Stephan Bergmann2015-02-091-1/+1
* vcl/settings.hxx "drag full options API" uses sal_uLongStephan Bergmann2015-02-091-2/+2
* lok::Document::postMouseEvent(): allow double-clickMiklos Vajna2015-02-092-5/+6
* loplugin:deletedspecialStephan Bergmann2015-02-0710-25/+20
* Fixup --without-x buildRiccardo Magliocchetti2015-02-073-2/+10
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-063-6/+6
* Updated all precompiled headers.Ashod Nakashian2015-02-054-16/+12
* Use LibreOfficeKit in the TiledLibreOffice iOS demo app, tooTor Lillqvist2015-02-043-19/+33
* For iOS we already hardocde the inifile as rc in the .app directoryTor Lillqvist2015-02-041-0/+5
* Fix Extension_test-{active,passive}Stephan Bergmann2015-02-032-40/+40
* Clean up some weird loggingTor Lillqvist2015-02-033-9/+2
* Build the applicable LibreOfficeKit bits for iOS, tooTor Lillqvist2015-02-031-3/+4
* Make the handling of the pAppPath==NULL case actually workTor Lillqvist2015-02-031-1/+4
* We (try to) handle the pAppPath==NULL case below anywayTor Lillqvist2015-02-031-3/+0
* libreofficekit_hook must be exported on iOS for dlsym() to find itTor Lillqvist2015-02-031-1/+14
* remove unused typedefsNoel Grandin2015-01-281-1/+0
* android: add postMouseEvent to LOKit JNI interfaceTomaž Vajngerl2015-01-261-0/+7
* LOK: move postMouseEvent to DocumentMiklos Vajna2015-01-261-24/+18
* android: release local ref to string after callback exec. in JNITomaž Vajngerl2015-01-261-1/+5
* Add initial lok::Office::postMouseEvent()Miklos Vajna2015-01-261-0/+24
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-262-3/+3
* 'Ownership' is one word, as is 'relationship'Tor Lillqvist2015-01-231-1/+1
* Re-indent to make precedence clearStephan Bergmann2015-01-221-4/+5
* areBothOpenFrom can be a free functionStephan Bergmann2015-01-221-6/+8
* fdo#88158 Display two "Open..." entries in the file-menuJuergen Funk2015-01-221-4/+12
* Remove unused codeJuergen Funk2015-01-202-35/+1
* Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann2015-01-202-9/+3
* Some more loplugin:cstylecast: desktopStephan Bergmann2015-01-204-8/+9
* operator ?: has lower precedence than <<; << will be evaluated firstTor Lillqvist2015-01-191-2/+1
* executeDispatchRequests : cleaning outputsLaurent Godard2015-01-191-15/+22
* convert-to : display error messages in console fdo#88326Laurent Godard2015-01-191-3/+3
* jni: if documentLoad returns NULL don't call NewDirectByteBufferTomaž Vajngerl2015-01-161-0/+4
* LOK: add LibreOfficeKitKeyEventType enumerationMiklos Vajna2015-01-161-2/+7
* svx, canvas, desktop: gb_OBJCXXFLAGS are not needed at allDouglas Mencken2015-01-131-10/+0
* jni: add postKeyEvent to Office and redirect the call to LOKTomaž Vajngerl2015-01-121-3/+13
* Add lok::Office::postKeyEvent()Miklos Vajna2015-01-121-0/+18
* android: Add support for callbacks from LO to JNI and Java LOKTomaž Vajngerl2015-01-121-0/+69
* fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'Noel Grandin2015-01-091-3/+3
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-1/+0
* drop crashrep unused since start of LibreOfficeCaolán McNamara2015-01-073-55/+0
* fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin2015-01-071-2/+2