1. dbf9664 vcl: Proof-of-concept NotebookBar implementation. by Jan Holesovsky · 12 years ago feature/notebookbar
  2. 4672445 starmath: ClaimPaternity() is only for SmStructureNode by Takeshi Abe · 11 years ago
  3. 64a3c4d m_pData is always a ImplSVEvent by Caolán McNamara · 11 years ago
  4. 3418070 loplugin:removeunusedmethods, remove unused stuff by Noel Grandin · 11 years ago
  5. e710170 Avoid ambiguity with C++14 std::make_unique by Stephan Bergmann · 11 years ago
  6. 106a960 vcl: oops, fix windows build by Michael Stahl · 11 years ago
  7. ea8de68 vcl: Vista implies usp10.dll >= 1.600 by Michael Stahl · 11 years ago
  8. 28f18b6 vcl: replace alloca() with std::unique_ptr by Michael Stahl · 11 years ago
  9. 9555d03 remove unused #include <sal/alloca.h> by Michael Stahl · 11 years ago
  10. e779817 filter: the placeware filter is not entitled to its own createTempFile by Michael Stahl · 11 years ago
  11. 16e3dab vcl: replace alloca() with std::unique_ptr by Michael Stahl · 11 years ago
  12. 2c9a181 vcl: replace alloca() with std::unique_ptr by Michael Stahl · 11 years ago
  13. 8f3d411 toolkit: convert alloca() to std::unique_ptr by Michael Stahl · 11 years ago
  14. 54bb97a sax: remove obsolete XML_UNICODE code by Michael Stahl · 11 years ago
  15. 8102575 vcl: remove alloca() in UniscribeLayout::GetCaretPositions() by Michael Stahl · 11 years ago
  16. d70302e basic: more plausible build fix than e5a8eb9e by Michael Stahl · 11 years ago
  17. e5a8eb9 fix dbgutil build by Caolán McNamara · 11 years ago
  18. 4290105 Remove newly meaningless comment by Stephan Bergmann · 11 years ago
  19. 46c4be15 boost->std by Caolán McNamara · 11 years ago
  20. 7aa6009 Take care of ~ViewShellBase -> ~FormShellManager -> ViewShellBase::... by Stephan Bergmann · 11 years ago
  21. d3c7c9e tdf#94559: first step to remove rtti.hxx by Oliver Specht · 11 years ago
  22. 2bce236 Work around odd -Werror=strict-overflow by Stephan Bergmann · 11 years ago
  23. c3ce35f lokdocview: Reset view completely by Pranav Kant · 11 years ago
  24. f31d7fe the only use of non-null pData in PostEvent is with a ImplSVEvent by Caolán McNamara · 11 years ago
  25. d62dddd coverity#1325059 Argument cannot be negative bodge by Caolán McNamara · 11 years ago
  26. 4fd693f coverity#1325060 Argument cannot be negative bodge by Caolán McNamara · 11 years ago
  27. ce3c818 starmath: tdf#93240 replace boost::ptr_vector by Takeshi Abe · 11 years ago
  28. ccdf49a missing a PostEvent apparently by Caolán McNamara · 11 years ago
  29. bf89e87 -Werror,-Wunused-variable by Stephan Bergmann · 11 years ago
  30. 1b49940 retain type for another level by Caolán McNamara · 11 years ago
  31. 97a2ca5 coverity#1242658 Untrusted loop bound by Caolán McNamara · 11 years ago
  32. 6a0adc9 fix coverity#1325071 by Caolán McNamara · 11 years ago
  33. d494308 coverity#1325077 Uninitialized pointer field by Caolán McNamara · 11 years ago
  34. 4d5979d coverity1325072 Resource leak by Caolán McNamara · 11 years ago
  35. a0c42a1 coverity#1325071 Resource leak by Caolán McNamara · 11 years ago
  36. 2f50e90 coverity#1325070 Resource leak by Caolán McNamara · 11 years ago
  37. cea187b coverity#1325069 Resource leak by Caolán McNamara · 11 years ago
  38. e2c8fbb coverity#1325068 Resource leak by Caolán McNamara · 11 years ago
  39. acf8336 coverity#1325067 Resource leak by Caolán McNamara · 11 years ago
  40. 1faa4dd coverity#1325066 Resource leak by Caolán McNamara · 11 years ago
  41. 8a7dfe0 coverity#1325065 Resource leak by Caolán McNamara · 11 years ago
  42. d637775 coverit#1325064 Resource leak by Caolán McNamara · 11 years ago
  43. d643165 coverity#1325063 Resource leak by Caolán McNamara · 11 years ago
  44. b62ff0c coverity#1325062 Resource leak by Caolán McNamara · 11 years ago
  45. 966f5137 coverity#1325061 Resource leak by Caolán McNamara · 11 years ago
  46. ebce6f0 coverity#1325058 Dereference after null check by Caolán McNamara · 11 years ago
  47. 41df45a coverity#1325057 Dereference after null check by Caolán McNamara · 11 years ago
  48. 0c4baf5 coverity#1325056 Unchecked dynamic_cast by Caolán McNamara · 11 years ago
  49. 4121fc9 coverity#1325055 Unchecked dynamic_cast by Caolán McNamara · 11 years ago
  50. a796b2b coverity#1325054 Explicit null dereferenced by Caolán McNamara · 11 years ago
  51. 4a031d7 coverity#1325053 Dereference after null check by Caolán McNamara · 11 years ago
  52. b72eea1 coverity#1325052 Logically dead code by Caolán McNamara · 11 years ago
  53. 1f1b160 coverity#1325051 Logically dead code by Caolán McNamara · 11 years ago
  54. 259fb99 coverity#1325050 Resource leak in object by Caolán McNamara · 11 years ago
  55. f1a9c52 coverity#1242704 Untrusted loop bound by Caolán McNamara · 11 years ago
  56. 7be2fba coverity#708213 ditch the empty ctor/dtors by Caolán McNamara · 11 years ago
  57. d654c11 coverity#705736 Resource leak by Caolán McNamara · 11 years ago
  58. 92ffbf5 coverity#705735 Resource leak by Caolán McNamara · 11 years ago
  59. e124cd5 XFrame parameter to SetMenuBar() is actually never used. by Jan Holesovsky · 11 years ago
  60. d355207 lok: add Document::getPartPageRectangles() by Miklos Vajna · 11 years ago
  61. 264c6e4 Bin code that died in f2b93f2e314215d6342e0bd5727e6740cc15e29c by Tor Lillqvist · 11 years ago
  62. 55b0da5 i#126557# increase number of lines of dropdown of category listbox by Kay Schenk · 11 years ago
  63. 4b3f9fa Nobody would go down the corridor anymore by Miklos Vajna · 11 years ago
  64. 92ffd0a tdf#93243 replace boost::bind with C++11 lambdas in SidebarController.cxx by n.r.pearson · 11 years ago
  65. f68a27c Avoid false -Werror=maybe-uninitialized by Stephan Bergmann · 11 years ago
  66. d35adb0 Retain the original project name by Rosemary · 11 years ago
  67. c665002 Updated core Project: dictionaries 91c039a37e66094bc666878bd1f0d5477affb07f by Julien Nabet · 11 years ago
  68. 7aec393 Fix check for empty stack by Stephan Bergmann · 11 years ago
  69. fac7d76 duplicate comments by Caolán McNamara · 11 years ago
  70. f902ddf valgrind: pChainingOutliner leaks by Caolán McNamara · 11 years ago
  71. 63aa32b move strings out of widget by Caolán McNamara · 11 years ago
  72. a3adf9c Simply move std::vector instances around here by Stephan Bergmann · 11 years ago
  73. 00475bd do not use unlimited precision in status bar by Eike Rathke · 11 years ago
  74. 2f9d291 remove outputLength variable when calculating encryption verifier by Tomaž Vajngerl · 11 years ago
  75. f306af8 opengl: use VCL_GL_INFO in salbmp so messages appear apitrace by Tomaž Vajngerl · 11 years ago
  76. d76c5aa don't allocate (by eraseing) an un-initialized 1x1 virtual device by Tomaž Vajngerl · 11 years ago
  77. ac84e4f tdf#94011: load&save more border types by Oliver Specht · 11 years ago
  78. ee9b3c1 Return the std::unique_ptr itself here, not a raw pointer by Stephan Bergmann · 11 years ago
  79. 36739d3 Return the std::unique_ptr itself here, not a raw pointer by Stephan Bergmann · 11 years ago
  80. 4f63a20 Return the std::unique_ptr itself here, not a raw pointer by Stephan Bergmann · 11 years ago
  81. 53d09aa Return the std::unique_ptr itself here, not a raw pointer by Stephan Bergmann · 11 years ago
  82. c0bdc26 Remove bogus unreliable test by Stephan Bergmann · 11 years ago
  83. f4a4176 USING_X: Compare against TRUE, not "yes" by Samuel Mehrbrodt · 11 years ago
  84. cc5843d framework: remove obsolete Linux libc5 support by Michael Stahl · 11 years ago
  85. 505933d loplugin:staticmethods by Stephan Bergmann · 11 years ago
  86. f06508e Resolves: tdf#93461 captions laid out behind images by Caolán McNamara · 11 years ago
  87. 5ba0f79 tdf#94214 ODFF function FINV incorrectly saved as COM.MICROSOFT.F.INV by Winfried Donkers · 11 years ago
  88. 48639c1 sw table styles: Kill useless SwTableBox_Impl. by Jan Holesovsky · 11 years ago
  89. 56341e5 bnc#939996 tdf#93919 DOCX import: fix left-from-style and first-from-direct by Miklos Vajna · 11 years ago
  90. 827e78f Revert "revert back to android-21 target until tinderbox gets updated" by Tor Lillqvist · 11 years ago
  91. c526652 Resolves: tdf#94458 wrong alpha values for 32bit dibs by Caolán McNamara · 11 years ago
  92. d5b87dc Return std::unique_ptr from SvTreeListBox::CreateContextMenu by Stephan Bergmann · 11 years ago
  93. 94ed449 Cleanup: WANT_X11 is the same as USING_X11 by Samuel Mehrbrodt · 11 years ago
  94. b669d85 tdf#94456 RTF import: fix list vs paragraph style interaction wrt para indents by Miklos Vajna · 11 years ago
  95. cc09a58 One more GUIBASE -> USING_X11 by Samuel Mehrbrodt · 11 years ago
  96. b107353 wmf spec says that these are only allowed bitcount values by Caolán McNamara · 11 years ago
  97. 95e1777b Updated core Project: help dd688ed491a98962477406ac75b6dc149b90f5ed by Dennis Roczek · 11 years ago
  98. b4271a1 Return the std::unique_ptr itself here, not a raw pointer by Stephan Bergmann · 11 years ago
  99. c762354 Return the std::unique_ptr itself here, not a raw pointer by Stephan Bergmann · 11 years ago
  100. 0067b4d libreofficekit: fix mismatched free() / delete by Miklos Vajna · 11 years ago