summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix spelling: garded -> guardedNoel Grandin2015-01-071-6/+6
* fdo#39440 reduce scope of local variablesŁukasz Hryniuk2015-01-072-3/+2
* lok::Document: add registerCallback()Miklos Vajna2015-01-061-0/+18
* android: Add initializeForRendering to LOKTomaž Vajngerl2015-01-072-0/+19
* fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin2015-01-061-2/+2
* desktop: fix copypasta in officeloader.cxxMichael Stahl2015-01-051-1/+1
* Some loplugin:revisibility clean-upStephan Bergmann2015-01-051-1/+1
* fdo#67343 Arrange Help button in a secondary groupAdolfo Jayme Barrientos2015-01-052-16/+4
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-0212-35/+30
* Remove unnecessary comphelper::string::getTokenStephan Bergmann2015-01-021-3/+2