1. 49a608a [API CHANGE] tdf#122152 set dialog parent by Caolán McNamara · 7 years ago
  2. b9b62d9 tdf#42949 Fix IWYU warnings in include/vcl/[B-E]* by Gabor Kelemen · 7 years ago
  3. 24d5f30 tdf#42949 Fix IWYU warnings in include/vcl/[ab]* by Gabor Kelemen · 7 years ago
  4. c89a499 Adapt to C++2a char_t by Stephan Bergmann · 7 years ago
  5. e3560f4 Replace deprecated boost::optional::reset(val) with operator = by Mike Kaganski · 7 years ago
  6. 33e47b4 Fix many Java subsequentcheck test by using JUH by Jan-Marek Glogowski · 7 years ago
  7. 84286ac Simplify and fix Java UNO API test makefiles by Jan-Marek Glogowski · 7 years ago
  8. 6311f7f move SvTreeListBox to vcl by Caolán McNamara · 7 years ago
  9. fec8c14 tdf#121188 form controls should have InputRequired false by default by Lionel Elie Mamane · 7 years ago
  10. a2058e7 replace double-checked locking patterns with thread safe local statics by Mike Kaganski · 7 years ago
  11. 4054dff use unique_ptr when Clone()'ing PoolItems by Noel Grandin · 7 years ago
  12. 6f50961 remove more rtl::OUString and OString prefixes by Noel Grandin · 7 years ago
  13. 51d1ec7 clang-tidy performance-unnecessary-copy-init in editeng..i18npool by Noel Grandin · 7 years ago
  14. 2c1b7e8 clang-tidy readability-container-size-empty by Noel Grandin · 7 years ago
  15. f3b3450 tdf#42949 Fix IWYU warnings in include/tools/* by Gabor Kelemen · 7 years ago
  16. ef5b895 loplugin:staticvar in editeng..framework by Noel Grandin · 7 years ago
  17. ccb2a1f clang-tidy readability-redundant-smartptr-get by Noel Grandin · 7 years ago
  18. 9ec8bf8 add SvStream::TellEnd by Noel Grandin · 7 years ago
  19. 7ceee0f Extend loplugin:redundantinline to catch inline functions w/o external linkage by Stephan Bergmann · 7 years ago
  20. 2a962cb tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]* by Gabor Kelemen · 8 years ago
  21. 0e257f8 weld ImpSWFDialog by Caolán McNamara · 8 years ago
  22. 8df9935 tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]* by Gabor Kelemen · 8 years ago
  23. cc2fe8c Replace SAL_OVERRIDE with override in internal code by Stephan Bergmann · 8 years ago
  24. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  25. 867cfc5 loplugin:useuniqueptr in ODatabaseForm::GetDataMultiPartEncoded by Noel Grandin · 8 years ago
  26. cc7280e tdf#42949 Fix IWYU warnings in include/cppuhelper/* by Gabor Kelemen · 8 years ago
  27. 8dc6c96 loplugin:simplifyconstruct in filter..framework by Noel Grandin · 8 years ago
  28. 97b6fd8 Replace find_if with proper quantifier algorithms by Arkadiy Illarionov · 8 years ago
  29. 5ff20b1 no need to allocate a new string in parseDuration by Noel Grandin · 8 years ago
  30. 085269d Replace find_if with proper quantifier algorithms by Arkadiy Illarionov · 8 years ago
  31. 37f9fdc replace rtl_allocateMemory with std::malloc by Noel Grandin · 8 years ago
  32. 4c91b89 new loplugin:oustringbuffer by Noel Grandin · 8 years ago
  33. cd66852 create appendCopy method in OUStringBuffer by Noel Grandin · 8 years ago
  34. ff4d6a7 loplugin:returnconstant in forms..fpicker by Noel Grandin · 8 years ago
  35. d541556 loplugin:stringloop in various by Noel Grandin · 8 years ago
  36. bdb0775 Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  37. 133da6e Fix typos by Andrea Gelmini · 8 years ago
  38. 65e4159 pass SvStream around by std::unique_ptr by Noel Grandin · 8 years ago
  39. 1d27776 Improved loplugin:redundantcast (const-qualified typedefs): forms by Stephan Bergmann · 8 years ago
  40. 9abc888 Fix typo by Andrea Gelmini · 8 years ago
  41. 46d9abb loplugin:useuniqueptr in OClickableImageBaseModel by Noel Grandin · 8 years ago
  42. e1b922a loplugin:useuniqueptr in frm::ODatabaseForm by Noel Grandin · 8 years ago
  43. 10433ad loplugin:useuniqueptr in PropertySetBase by Noel Grandin · 8 years ago
  44. 9375d1b loplugin:useuniqueptr in StandardFormatsSupplier by Noel Grandin · 8 years ago
  45. 517c070 loplugin:useuniqueptr in frm::AttributeState by Noel Grandin · 8 years ago
  46. 1f08bff new loplugin:shouldreturnbool by Noel Grandin · 8 years ago
  47. 5708534 look for unnecessary calls to Reference::is() after an UNO_QUERY_THROW by Noel Grandin · 8 years ago
  48. 1c4cd77 forms - move the Bitmap accessing code inside BitmapEx by Noel Grandin · 8 years ago
  49. 8ddca06 tdf#42949 remove unused compheler includes .. by Jochen Nitschke · 8 years ago
  50. 62667aa tdf#96099 Remove some trivial std::vector typedefs by Arkadiy Illarionov · 8 years ago
  51. 3a51dae Improve re-throwing of UNO exceptions by Noel Grandin · 8 years ago
  52. 0e384e1 loplugin:unnecessaryvirtual improvements by Noel Grandin · 8 years ago
  53. f6fb5a1 Fix typos by Andrea Gelmini · 8 years ago
  54. af94177 improve AttributeState compare operator by Jochen Nitschke · 8 years ago
  55. 6325d57 Revert "work around clang-cl ABI bug PR25641" by Stephan Bergmann · 8 years ago
  56. 9a831a6 remove no longer necessary operator new/delete overrides by Noel Grandin · 8 years ago
  57. b4d36b5 remove some unused comphelper includes by Jochen Nitschke · 8 years ago
  58. 61dd9ca make SvxEditSource::Clone return std::unique_ptr by Noel Grandin · 8 years ago
  59. 8ed2fb3 weld linkeditdialog by Caolán McNamara · 8 years ago
  60. 0e493cae new loplugin:dbgunhandledexception by Noel Grandin · 8 years ago
  61. b9955b20 tdf#93173: Remove arbitrary line spacing limit by Mike Kaganski · 8 years ago
  62. 4450b2a pass area param to DBG_UNHANDLED_EXCEPTION by Noel Grandin · 8 years ago
  63. 783bc62 fix some openoffice bugzilla links by dennisroczek · 8 years ago
  64. 9401c7c remove unused processfactory.hxx includes by Jochen Nitschke · 8 years ago
  65. 98e991c loplugin:useuniqueptr in RichTextControlImpl by Noel Grandin · 8 years ago
  66. 4b78509 drop unnecessary includes by Caolán McNamara · 8 years ago
  67. 070dbae Use for-range loops in forms by Julien Nabet · 8 years ago
  68. 6c6b2c8 forms: Don't create a GraphicObject URL if we have xGraphic anyway by Tomaž Vajngerl · 8 years ago
  69. a498b12 use more Color in editeng..forms by Noel Grandin · 8 years ago
  70. e2cb154 convert COL_ constants to be of type Color by Noel Grandin · 8 years ago
  71. 35fc452 remove unused vclunohelper.hxx includes by Jochen Nitschke · 8 years ago
  72. c98d330 replace Color(COL_*) with COL_* by Noel Grandin · 8 years ago
  73. 942f059 convert remaining ErrorBox to weld::MessageDialog by Caolán McNamara · 8 years ago
  74. 1d180f4 Revert "loplugin:changetoolsgen in filter..framework" and reapply plugin by Noel Grandin · 8 years ago
  75. bf8a6ca loplugin:changetoolsgen in filter..framework by Noel Grandin · 8 years ago
  76. e5012e5 use scanline when reading pixel data by Noel Grandin · 8 years ago
  77. f38e353 clean up some include guard terminators by Noel Grandin · 8 years ago
  78. 6363d60 Typo: invlidateParameters->invalidateParameters (forms) by Julien Nabet · 8 years ago
  79. ea89dab Modernize a bit forms by Julien Nabet · 8 years ago
  80. a306522 tdf#108473: don't let empty date in datetime in forms by Julien Nabet · 8 years ago
  81. 91b4e45 new loplugin: pointerbool by Noel Grandin · 8 years ago
  82. 280cc19 Fix odd check for nFieldLen range, assuming typos by Stephan Bergmann · 8 years ago
  83. 3b666f6 remove some sal_Bool remnants by Noel Grandin · 8 years ago
  84. c6a62b3 More loplugin:cstylecast: forms by Stephan Bergmann · 8 years ago
  85. 866fc4d Fix typos by Andrea Gelmini · 8 years ago
  86. 1099ae1 More loplugin:cstylecast: forms by Stephan Bergmann · 8 years ago
  87. e4f9d06 Use = for initialization by Stephan Bergmann · 8 years ago
  88. c45f9bc loplugin:redundantcast: forms by Stephan Bergmann · 8 years ago
  89. 101a79c lokdialog: Allow switching language of some of the ResMgr's. by Jan Holesovsky · 8 years ago
  90. 4e14475 loplugin:unusedindex by Mike Kaganski · 8 years ago
  91. 882cada convert EETextFormat to scoped enum by Noel Grandin · 8 years ago
  92. 6f4f567 No need to keep these whitelisted functions decorated with SAL_CALL by Stephan Bergmann · 8 years ago
  93. 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
  94. dd0dceb loplugin:salcall handle static methods by Noel Grandin · 8 years ago
  95. be354a2 loplugin:constparams by Noel Grandin · 8 years ago
  96. 19f9a7e Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxx by Stephan Bergmann · 8 years ago
  97. d14e0d4 Replace deprecated std::bin2nd with lambda in forms by Stephan Bergmann · 8 years ago
  98. 9a06b99 loplugin:salcall fix non-virtual methods by Noel Grandin · 8 years ago
  99. 68f8645 new loplugin salcall: remove unnecessary SAL_CALL by Noel Grandin · 8 years ago
  100. a265656 loplugin:unnecessaryparen: Warn about parentheses around literals by Stephan Bergmann · 8 years ago