1. 6650fe9 LOK: move Office::postKeyEvent to Document by Miklos Vajna · 11 years ago
  2. 80ac88c desktop: move tiled rendering debug code from sw by Miklos Vajna · 11 years ago
  3. 8577f2f Typos by Julien Nabet · 11 years ago
  4. caebcd5 related lp#1419836: provide decent error message by Bjoern Michaelsen · 11 years ago
  5. d30b8f9 use initializer list by Bjoern Michaelsen · 11 years ago
  6. f8c745d fdo#57950: skip verbose OUStringBuffer by Bjoern Michaelsen · 11 years ago
  7. 77debb6 Extract LibreOfficeKitEnums.h from LibreOfficeKit.h by Miklos Vajna · 11 years ago
  8. b3fd1d5 Use SdrModel::isTiledRendering() by Miklos Vajna · 11 years ago
  9. 2af65ff Add OutputDevice::isTiledRendering() by Miklos Vajna · 11 years ago
  10. bfe3a47 lok::Office::postKeyEvent: allow different char and key code by Miklos Vajna · 11 years ago
  11. ba233e8 remove unnecessary parenthesis in return statements by Noel Grandin · 11 years ago
  12. 48f0a5e Typos by Julien Nabet · 11 years ago
  13. 98b27ea SkipImages option for PDF import by Mihai · 11 years ago
  14. 1eb2de9 android: add support for text selection to JNI by Tomaž Vajngerl · 11 years ago
  15. 565a9f3 LOK: add lok::Document::setTextSelection() by Miklos Vajna · 11 years ago
  16. 91638b8 LOK: Return NULL when we failed to load the document. by Jan Holesovsky · 11 years ago
  17. 9f8ffc8 add GetSelectEntryData to ListBox and ComboBox by Noel Grandin · 11 years ago
  18. 3d403f2 Related: tdf#63690 - remove rtl_logfile by Thorsten Behrens · 11 years ago
  19. 8d704bb Remove dead implementation specification by Stephan Bergmann · 11 years ago
  20. d8f74fb We can put a few more lines inside the #ifndef IOS by Tor Lillqvist · 11 years ago
  21. 57e6d74 On Mac OS X, directly name the executable "unopkg" by Stephan Bergmann · 11 years ago
  22. 810824d vcl/settings.hxx "drag full options API" uses sal_uLong by Stephan Bergmann · 11 years ago
  23. 4b70710 lok::Document::postMouseEvent(): allow double-click by Miklos Vajna · 11 years ago
  24. b3893cc loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  25. b9a847b7 Fixup --without-x build by Riccardo Magliocchetti · 11 years ago
  26. c7258cf shared_ptr<T>(new T(args)) -> make_shared<T>(args) by Caolán McNamara · 11 years ago
  27. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  28. 4b269ec Use LibreOfficeKit in the TiledLibreOffice iOS demo app, too by Tor Lillqvist · 11 years ago
  29. 57853ab For iOS we already hardocde the inifile as rc in the .app directory by Tor Lillqvist · 11 years ago
  30. dd6424c Fix Extension_test-{active,passive} by Stephan Bergmann · 11 years ago
  31. b500865 Clean up some weird logging by Tor Lillqvist · 11 years ago
  32. 2fb6562 Build the applicable LibreOfficeKit bits for iOS, too by Tor Lillqvist · 11 years ago
  33. 607cc76 Make the handling of the pAppPath==NULL case actually work by Tor Lillqvist · 11 years ago
  34. 0d35b7a We (try to) handle the pAppPath==NULL case below anyway by Tor Lillqvist · 11 years ago
  35. 831ab93 libreofficekit_hook must be exported on iOS for dlsym() to find it by Tor Lillqvist · 11 years ago
  36. fe480d8 remove unused typedefs by Noel Grandin · 11 years ago
  37. dbde7f6 android: add postMouseEvent to LOKit JNI interface by Tomaž Vajngerl · 11 years ago
  38. bb0b878 LOK: move postMouseEvent to Document by Miklos Vajna · 11 years ago
  39. b66690b android: release local ref to string after callback exec. in JNI by Tomaž Vajngerl · 11 years ago
  40. 0869d8e Add initial lok::Office::postMouseEvent() by Miklos Vajna · 11 years ago
  41. b44cbb2 new loplugin: change virtual methods to non-virtual by Noel Grandin · 11 years ago
  42. d2ac4c3 'Ownership' is one word, as is 'relationship' by Tor Lillqvist · 11 years ago
  43. 6e06763 Re-indent to make precedence clear by Stephan Bergmann · 11 years ago
  44. c8b9cbd areBothOpenFrom can be a free function by Stephan Bergmann · 11 years ago
  45. b8918b3 fdo#88158 Display two "Open..." entries in the file-menu by Juergen Funk · 11 years ago
  46. 282baa9 Remove unused code by Juergen Funk · 11 years ago
  47. ea0bb58 Drop unused comphelper::service_decl::component_getFactoryHelper params by Stephan Bergmann · 11 years ago
  48. 87b9d32 Some more loplugin:cstylecast: desktop by Stephan Bergmann · 11 years ago
  49. d36143a operator ?: has lower precedence than <<; << will be evaluated first by Tor Lillqvist · 11 years ago
  50. 905bab9 executeDispatchRequests : cleaning outputs by Laurent Godard · 11 years ago
  51. de900eb convert-to : display error messages in console fdo#88326 by Laurent Godard · 11 years ago
  52. 93af546 jni: if documentLoad returns NULL don't call NewDirectByteBuffer by Tomaž Vajngerl · 11 years ago
  53. fca89ae LOK: add LibreOfficeKitKeyEventType enumeration by Miklos Vajna · 11 years ago
  54. 601d7d3 svx, canvas, desktop: gb_OBJCXXFLAGS are not needed at all by Douglas Mencken · 11 years ago
  55. 723b6a0 jni: add postKeyEvent to Office and redirect the call to LOK by Tomaž Vajngerl · 11 years ago
  56. 8de3943 Add lok::Office::postKeyEvent() by Miklos Vajna · 11 years ago
  57. 3b77cd3 android: Add support for callbacks from LO to JNI and Java LOK by Tomaž Vajngerl · 11 years ago
  58. cd9e2ec fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class' by Noel Grandin · 11 years ago
  59. 45ec1d9 brute-force find-and-remove of unused #define constants. by Noel Grandin · 11 years ago
  60. 8ab4d2f drop crashrep unused since start of LibreOffice by Caolán McNamara · 11 years ago
  61. 8aa3cb9 fdo#84938: convert VCL_INPUT_ #defines to 'enum class' by Noel Grandin · 11 years ago
  62. a9c2d1c fix spelling: garded -> guarded by Noel Grandin · 11 years ago
  63. 9fd89a5 fdo#39440 reduce scope of local variables by Łukasz Hryniuk · 11 years ago
  64. aa827f5 lok::Document: add registerCallback() by Miklos Vajna · 11 years ago
  65. 6123d6a android: Add initializeForRendering to LOK by Tomaž Vajngerl · 11 years ago
  66. abe6701 fdo#84938: convert CTRL_STATE_ #defines to 'enum class' by Noel Grandin · 11 years ago
  67. 3f88d94 desktop: fix copypasta in officeloader.cxx by Michael Stahl · 11 years ago
  68. 9720e8e Some loplugin:revisibility clean-up by Stephan Bergmann · 11 years ago
  69. adfc260 fdo#67343 Arrange Help button in a secondary group by Adolfo Jayme Barrientos · 11 years ago
  70. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  71. f8922b6 Remove unnecessary comphelper::string::getToken by Stephan Bergmann · 11 years ago
  72. 3624869 Fix --help output by Stephan Bergmann · 11 years ago
  73. 58f4844 desktop: adapt pArgDescr to CommandLineArgs::ParseCommandLine_Impl() by Miklos Vajna · 11 years ago
  74. fe5527f desktop, sysui: let --convert-to imply --headless by Miklos Vajna · 11 years ago
  75. 6476aba Drop unused member variables by Takeshi Abe · 11 years ago
  76. 4524c5d desktop: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  77. 86ba184 Introduce gb_*_set_external_code by Stephan Bergmann · 11 years ago
  78. 1322c22 desktop: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  79. 0946e2d LOK: let doc_getDocumentType() use supportsService() by Miklos Vajna · 11 years ago
  80. 9d94148 desktop: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  81. 7320714 java: fix non-public UNO implementation classes by Noel Grandin · 11 years ago
  82. df46ec0 osl_getCommandArg always returns osl_Process_E_None by Stephan Bergmann · 11 years ago
  83. 04b183a fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  84. f95b074 Related: fdo#87242 init VirtualDevice with size of surface by Caolán McNamara · 11 years ago
  85. fbe9acc desktop: avoid loading to-be-recovered documents when recovery is disabled by Miklos Vajna · 11 years ago
  86. 2ff53f6 coverity#703948 Unchecked return value by Caolán McNamara · 11 years ago
  87. 7557f23 java: reduce visibility of fields and methods by Noel Grandin · 11 years ago
  88. 68e2dd0 Make IsHeadlessModeRequested hack work for LOK by Stephan Bergmann · 11 years ago
  89. b63810c Headless implies invisible by Stephan Bergmann · 11 years ago
  90. fd60dd5 java: improve use of WrappedTargetException to set cause properly by Noel Grandin · 11 years ago
  91. 07c54ff Fake --headless more cleanly by Stephan Bergmann · 11 years ago
  92. dc18a47 LOK: if loadComponentFromURL() returns an empty reference, say it by Miklos Vajna · 11 years ago
  93. 1810220 changed some timer to idle by Jennifer Liebel · 11 years ago
  94. f137588 coverity#1257113 Uninitialized scalar field by Caolán McNamara · 11 years ago
  95. dce74be desktop: avoid starting with new writer doc if OOO_DISABLE_RECOVERY set by Michael Stahl · 11 years ago
  96. 6b096f2 desktop: do not link sofficeapp against sw library by Michael Stahl · 11 years ago
  97. 515a8cf android: use ByteBuffer to send or store pointers in JNI bindings by Tomaž Vajngerl · 11 years ago
  98. 6cab3ed lok: improve error reporting in lok implementation by Tomaž Vajngerl · 11 years ago
  99. a703b36 android: add destroy and exit as a separate JNI call by Tomaž Vajngerl · 11 years ago
  100. 46ccb68 android: use int type for size in DirectBufferAllocator allocate by Tomaž Vajngerl · 11 years ago