1. b0fb5ac lokdialog: Implement hi-dpi support for the routed dialogs. by Jan Holesovsky · 7 years ago
  2. 498dceb sc lok: Implement hi-dpi and zoom for spreadsheets. by Jan Holesovsky · 7 years ago
  3. d2c7b86 Revert "The debugging rectangles are not needed any more." by Jan Holesovsky · 7 years ago
  4. 6311f7f move SvTreeListBox to vcl by Caolán McNamara · 7 years ago
  5. 30bb64d lok: send signature status on document load by Tomaž Vajngerl · 7 years ago
  6. 28a698d lok: trigger sign. verification in getSignatureState + update test by Tomaž Vajngerl · 7 years ago
  7. ba796f2 tdf#121143: don't send OnCloseApp twice; properly cleanup AppBasicManager by Mike Kaganski · 7 years ago
  8. ab7fabd lok: update the test for singing the document from LOK by Tomaž Vajngerl · 7 years ago
  9. f575cf3 Create a CG bitmap context in doc_paintWindow(), too, for iOS by Tor Lillqvist · 7 years ago
  10. 81765aa On iOS, lok_init_2() links directly to libreofficekit_hook_2() by Tor Lillqvist · 7 years ago
  11. 8467d76 fix signatures of deleted copy/assign operators by Noel Grandin · 7 years ago
  12. bee3790 We now use a fixed name ICU data file in the iOS app by Tor Lillqvist · 7 years ago
  13. a626bdd gbuild: rename value OS=IOS to OS=iOS by Michael Stahl · 7 years ago
  14. 26ccd00 clang-tidy: (WIP) bugprone-too-small-loop-variable findings by Tamás Zolnai · 7 years ago
  15. 08c3c50 lok: new function to add certificate to certificate DB by Tomaž Vajngerl · 7 years ago
  16. 1501831 lok: Get the object shell from the document by Tomaž Vajngerl · 7 years ago
  17. c2ceb1f lok: create certificate and private key with insertCertificate by Tomaž Vajngerl · 7 years ago
  18. c2a19eb Remove unused parameter by Samuel Mehrbrodt · 7 years ago
  19. d2242cb lokit: test for the new signing API functions by Tomaž Vajngerl · 7 years ago
  20. 23a2312 lokit: add funct. to insert, sign and verify signature by Tomaž Vajngerl · 7 years ago
  21. b56a4c8 update old 'interface-requires' comments to <requires> tag by Caolán McNamara · 7 years ago
  22. a41d7ee possible fix for issue 120928 - quickstart --killtray throws exception by brinzing · 7 years ago
  23. 6a12a9e tdf#120703 PVS: V530 The return value of function is required to be utilized by Mike Kaganski · 7 years ago
  24. e21ece7 unopkg: Make logging to default location work again by Samuel Mehrbrodt · 7 years ago
  25. 5bd0212 unopkg: Log deployment output with the same logger as unopkg by Samuel Mehrbrodt · 7 years ago
  26. d2a4fac unopkg: Write to console when no UNO available by Samuel Mehrbrodt · 7 years ago
  27. e4583f1 Introduce SimpleTextFormatter and format unopkg output using it by Samuel Mehrbrodt · 7 years ago
  28. e8d130e Log unopkg errors to log file if requested by Samuel Mehrbrodt · 7 years ago
  29. 616554c The 2nd parameter to lo_initialize() is a URL so use such naming consistently by Tor Lillqvist · 7 years ago
  30. 6f50961 remove more rtl::OUString and OString prefixes by Noel Grandin · 7 years ago
  31. 25af42bc remove all use_action_appearance lines by Caolán McNamara · 7 years ago
  32. 32ca870 clang-tidy performance-unnecessary-copy-init in dbaccess..drawinglayer by Noel Grandin · 7 years ago
  33. b1faaf7 Put quotes around a URL in a message to make it more obvious if it is empty by Tor Lillqvist · 7 years ago
  34. 362fc24 If we have encountered a "FATAL ERROR" we can afford writing a line to stderr by Tor Lillqvist · 7 years ago
  35. 0b92d04 tdf#120249: fix escaping to handle quotes and multiple trailing backslshes by Mike Kaganski · 8 years ago
  36. 8959bb3 Sync extension registration on startup by Samuel Mehrbrodt · 7 years ago
  37. 79e837d tdf#120703 (PVS): handle failed (re)allocations by Mike Kaganski · 7 years ago
  38. 2c1b7e8 clang-tidy readability-container-size-empty by Noel Grandin · 7 years ago
  39. e61e4e5 clang-tidy readability-misleading-indentation by Noel Grandin · 7 years ago
  40. 5fb66ae clang-tidy readability-simplify-boolean-expr by Noel Grandin · 7 years ago
  41. 044122d Need <rtl/strbuf.hxx> for the !HAVE_FEATURE_EXTENSIONS case, apparently by Tor Lillqvist · 7 years ago
  42. bb480f7 loplugin:staticvar in cppuhelper..desktop by Noel Grandin · 7 years ago
  43. ccb2a1f clang-tidy readability-redundant-smartptr-get by Noel Grandin · 7 years ago
  44. e30f6a8 tdf#119739 split ConfigManager::getLocale(), getUILocale(), getWorkLocale() by Eike Rathke · 7 years ago
  45. 7da83a6 Conditional formatting: Allow to set the icon set CF via .uno: command. by Jan Holesovsky · 8 years ago
  46. a68bf798 Make sure the UserInstallation/user directory exists on iOS (and Android) by Tor Lillqvist · 7 years ago
  47. 1d279e9 Move the iOS CGBitmapContextCreate() call do doc_paintTile() by Tor Lillqvist · 7 years ago
  48. 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
  49. 8c9985f Fix typos by Andrea Gelmini · 7 years ago
  50. 6fed64c desktop: move font initialization into preloadData by Ashod Nakashian · 8 years ago
  51. e93a599 desktop: move dictionary preload before font init by Aron Budea · 8 years ago
  52. 752494e desktop: initialize fonts in pre-init by Ashod Nakashian · 8 years ago
  53. 88f7147 We should call pDevice->SetBackground(Wallpaper(COL_TRANSPARENT)) also on iOS by Tor Lillqvist · 8 years ago
  54. 65da08e Call SetOutputSizePixel() in the iOS case, too by Tor Lillqvist · 8 years ago
  55. f4103a4 tdf#120249: escape trailing backslash in argument passed to soffice.bin by Mike Kaganski · 8 years ago
  56. 0685975 Change all font-based tests to depend on ooo_fonts by Jan-Marek Glogowski · 8 years ago
  57. dc6dceb Draw rendered tile border here in the normally ifdeffed out snippet by Tor Lillqvist · 8 years ago
  58. 8df9935 tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]* by Gabor Kelemen · 8 years ago
  59. 928b1b0 loplugin:external (clang-cl) by Stephan Bergmann · 8 years ago
  60. 6b28441 Add some temporary test code (ifdeffed out) by Tor Lillqvist · 8 years ago
  61. cc2fe8c Replace SAL_OVERRIDE with override in internal code by Stephan Bergmann · 8 years ago
  62. b9796d0 make sure testOpenCLCompute() doesn't fail because of a stale lockfile by Luboš Luňák · 8 years ago
  63. 05db125 loplugin:staticconstfield improvements by Noel Grandin · 8 years ago
  64. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  65. 7d6be61 Re-think cppu::throwException() and the C++/UNO bridge on iOS by Tor Lillqvist · 8 years ago
  66. 9784934 tdf#42949 Fix IWYU warnings in include/ucbhelper/* by Gabor Kelemen · 8 years ago
  67. a55711a Generate UNO exception classes as SAL_WARN_UNUSED by Stephan Bergmann · 8 years ago
  68. cc7280e tdf#42949 Fix IWYU warnings in include/cppuhelper/* by Gabor Kelemen · 8 years ago
  69. 867ee21 clang-tidy bugprone-unused-raii in RequestHandler by Noel Grandin · 8 years ago
  70. 07e8721 loplugin:simplifyconstruct in dbaccess..drawinglayer by Noel Grandin · 8 years ago
  71. a754ce4 Re-introduce code to use the ICU data file in the iOS app bundle by Tor Lillqvist · 8 years ago
  72. 46b2350 Handle passing a null pAppPath to lo_initialize() on iOS by Tor Lillqvist · 8 years ago
  73. ad6286c gbuild: allow recording of CppunitTests and PythonTests too by Michael Stahl · 11 years ago
  74. 80f990b clang-tidy performance-inefficient-vector-operation by Noel Grandin · 8 years ago
  75. bf01403 tdf#42949 Fix IWYU warnings: boost/optional in include/ by Gabor Kelemen · 8 years ago
  76. 1697000 desktop: improve help blurb for various cases by Thorsten Behrens · 8 years ago
  77. 085269d Replace find_if with proper quantifier algorithms by Arkadiy Illarionov · 8 years ago
  78. b57ed76 Fix typo in code by Andrea Gelmini · 8 years ago
  79. 2b5812e rename ENABLE_HEADLESS option to DISABLE_GUI by Noel Grandin · 8 years ago
  80. 57abece Fix typo: s/an other/another/g by Andrea Gelmini · 8 years ago
  81. eb73058 Revert broken part of cd66852f6dd08631a25d15a1527a647e69ab8ce3 by Stephan Bergmann · 8 years ago
  82. cd66852 create appendCopy method in OUStringBuffer by Noel Grandin · 8 years ago
  83. 2694eb1 Fix fallout from 6a4c464b49dbfa2801818ead1b50bc9580824d00 by Tor Lillqvist · 8 years ago
  84. 5ccf826 tdf#119194: save deprecated argument early by Mike Kaganski · 8 years ago
  85. 9878827 coverity#1438225 Improper use of negative value by Caolán McNamara · 8 years ago
  86. e3c0b6e Revert rtl_alloc_preInit back to boolean argument by Stephan Bergmann · 8 years ago
  87. df6270e loplugin:returnconstant in cui,desktop by Noel Grandin · 8 years ago
  88. 3fb5f71 Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  89. df6ba65 Remove "officially dead now" rtl_cache slab allocator mechanism by Stephan Bergmann · 8 years ago
  90. e593b62 loplugin:stringloop in various by Noel Grandin · 8 years ago
  91. 53491f8 loplugin:returnconstant in ucbhelper,drawinglayer by Noel Grandin · 8 years ago
  92. deafd38 Fix typos by Andrea Gelmini · 8 years ago
  93. 7d071f3 Fix typos by Andrea Gelmini · 8 years ago
  94. 5bfdbc6 Allow the comphelper threadpool to be reset after construction. by Michael Meeks · 8 years ago
  95. 563fe60 Fix typos by Andrea Gelmini · 8 years ago
  96. 7207ef5 desktop lok: associate EPUB filter with the .epub suffix by Miklos Vajna · 8 years ago
  97. 2d71dd5 merge IUndoManager into SfxUndoManager by Noel Grandin · 8 years ago
  98. 6b51fee tdf#42949 Fix IWYU warnings in include/osl/*hxx by Gabor Kelemen · 8 years ago
  99. 65e4159 pass SvStream around by std::unique_ptr by Noel Grandin · 8 years ago
  100. d4b1f51 fix vecUnaccepted check in printf_packages by Noel Grandin · 8 years ago