1. 9a96b1b remove unused defines and convert some to OUStringLiteral by Noel Grandin · 4 years, 4 months ago
  2. ed355ac loplugin:stringliteraldefine in forms by Noel Grandin · 4 years, 4 months ago
  3. ec1c4c49 O[U]String::replaceAt overloads that take string_view by Noel Grandin · 4 years, 5 months ago
  4. a9c8ac3 remove ORowSetValue implicit conversion methods by Noel Grandin · 4 years, 4 months ago
  5. e29d895 improve method naming by Noel Grandin · 4 years, 5 months ago
  6. 4bc4449 loplugin:stringliteraldefine in tools by Noel Grandin · 4 years, 5 months ago
  7. ae22b5c tdf#145731: fix crash closing document by Julien Nabet · 4 years, 5 months ago
  8. 01878ce Replace some macros in forms part 17 by Julien Nabet · 4 years, 5 months ago
  9. 7333456 Replace some macros in forms part 16 by Julien Nabet · 4 years, 5 months ago
  10. f63cf9e Replace some macros in forms part 15 by Julien Nabet · 4 years, 5 months ago
  11. 39e1d23 Replace some macros in forms part 14 by Julien Nabet · 4 years, 5 months ago
  12. a222206 Replace some macros in forms part 13 by Julien Nabet · 4 years, 5 months ago
  13. 278f91d Replace some macros in forms part 12 by Julien Nabet · 4 years, 5 months ago
  14. 91131f9 Replace some macros in forms part 11 by Julien Nabet · 4 years, 5 months ago
  15. 40a5ba6 Replace some macros in forms part 10 by Julien Nabet · 4 years, 5 months ago
  16. b4c4ca3 Replace some macros in forms part 9 by Julien Nabet · 4 years, 5 months ago
  17. 742b8be Replace some macros in forms part 7 by Julien Nabet · 4 years, 5 months ago
  18. 642a033 Replace some macros in forms part 8 by Julien Nabet · 4 years, 5 months ago
  19. 7b65548 Replace some macros in forms part 6 by Julien Nabet · 4 years, 5 months ago
  20. 5bfbaf3 Replace some macros in forms part 5 by Julien Nabet · 4 years, 5 months ago
  21. 9776087 Replace some macros in forms part 4 by Julien Nabet · 4 years, 5 months ago
  22. 3c1bd03 Replace some macros in forms part 3 by Julien Nabet · 4 years, 5 months ago
  23. d33613c Replace some macros in forms part 2 by Julien Nabet · 4 years, 5 months ago
  24. de9f868 Replace some macros in forms by Julien Nabet · 4 years, 5 months ago
  25. bddfc92 Prepare for removal of non-const operator[] from Sequence in forms by Mike Kaganski · 4 years, 5 months ago
  26. 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
  27. 1f9468f use std::vector::insert instead of push_back by Noel Grandin · 4 years, 6 months ago
  28. 8a017d2 Avoid COW overhead using css::uno::Sequence by Mike Kaganski · 4 years, 6 months ago
  29. 1c46d2c loplugin:moveparam in forms by Noel Grandin · 4 years, 6 months ago
  30. 7e7dd7f drop 'using namespace std' in desktop, e*, f* by Julien Nabet · 4 years, 6 months ago
  31. d72511e gives names to all the Idles and Tasks by Noel Grandin · 4 years, 6 months ago
  32. 4dd6af8 vcl: rename OutDevState to Stack by Chris Sherlock · 4 years, 7 months ago
  33. 78cee24 make it possible to build required database stuff for fuzzing by Caolán McNamara · 4 years, 6 months ago
  34. 96bd77d Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5 by Mike Kaganski · 4 years, 7 months ago
  35. 3f65724 Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4 by Mike Kaganski · 4 years, 7 months ago
  36. 6444b02 Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE] by Mike Kaganski · 4 years, 7 months ago
  37. 05bc93d Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1 by Mike Kaganski · 4 years, 7 months ago
  38. 004dc53 Simplify ORichTextModel's XUnoTunnel implementation by Mike Kaganski · 4 years, 7 months ago
  39. e113860 convert some OSL_ENSURE -> assert by Noel Grandin · 4 years, 7 months ago
  40. c1c679d rename UpdateMode -> UpdateLayout in editeng class by Noel Grandin · 4 years, 7 months ago
  41. 1875b3d clang-tidy:readability-redundant-member-init by Noel Grandin · 4 years, 7 months ago
  42. a2c8195 tdf#74702 vcl: introduce GetSystemTextColor() by Chris Sherlock · 5 years ago
  43. 8a54339 loplugin:referencecasting look through more clang Types by Noel Grandin · 4 years, 8 months ago
  44. 2bc1a04 New loplugin:unusedcapturedefault by Stephan Bergmann · 4 years, 8 months ago
  45. ef38b9a split SvNumberFormatter into it's own header by Noel Grandin · 4 years, 8 months ago
  46. 43542cc Missing include by Stephan Bergmann · 4 years, 8 months ago
  47. 14cfff5 Pass context and resource string down to boost::locale separately by Noel Grandin · 4 years, 9 months ago
  48. 1cfa72a IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVertical by Mike Kaganski · 4 years, 9 months ago
  49. d157c1b tdf#126665 Remember last used file picker directory by Samuel Mehrbrodt · 4 years, 9 months ago
  50. 0771ac0 use string_view in the Translate API by Noel Grandin · 4 years, 10 months ago
  51. c7a9a1d Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker) by Julien Nabet · 4 years, 10 months ago
  52. 6783afe no need to allocate these on the heap by Noel Grandin · 4 years, 10 months ago
  53. 692c5df ImplPlayWithRenderer never checks its OutputDevice against nullptr by Caolán McNamara · 4 years, 11 months ago
  54. 81def52 loplugin:unusedmethods by Noel Grandin · 4 years, 11 months ago
  55. 9090dc1 split OutputDevice from Window by Noel Grandin · 5 years ago
  56. a5bdce55 comment on suspicious code by Caolán McNamara · 5 years ago
  57. 32b09fac Revert "simplify the vcl<->toolkit connection" by Noel Grandin · 5 years ago
  58. f7a86c5 simplify the vcl<->toolkit connection by Noel Grandin · 5 years ago
  59. 1545949 ref-count SfxItemPool by Noel Grandin · 5 years ago
  60. d6375dc loplugin:unusedmethods by Noel Grandin · 5 years ago
  61. 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
  62. 04aafba loplugin:stringadd simplify some *StringBuffer operations by Noel Grandin · 5 years ago
  63. c7c6f0a loplugin:stringadd convert chained append to + by Noel Grandin · 5 years ago
  64. ddd2639 drop mask from BitmapEx by Noel Grandin · 5 years ago
  65. 335de1a no need makeStringAndClear() when appending to buffer by Noel Grandin · 5 years ago
  66. e76a4d6 update PCHs by Luboš Luňák · 5 years ago
  67. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  68. 07fd90c rtl::Static -> function local static by Noel Grandin · 5 years ago
  69. c7483d4 drop operator bool and operator! from Bitmap and BitmapEx by Noel · 5 years ago
  70. a0656ec const OUString -> const OUStringLiteral by Mike Kaganski · 5 years ago
  71. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  72. 90c978f tdf#124176 Use pragma once in f* by Vincent LE GARREC · 5 years ago
  73. 68bc6a5 add PixelFormat enum that replaces bit count in Bitmap/BitmapEx by Tomaž Vajngerl · 5 years ago
  74. 1692998 use strong_int for item ids in vcl::ToolBox by Noel · 5 years ago
  75. 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
  76. 9c1ec55 loplugin:refcounting in forms by Noel · 5 years ago
  77. 7ffb71e loplugin:refcounting in forms by Noel · 5 years ago
  78. 7767ff7 loplugin:referencecasting in editeng..framework by Noel · 5 years ago
  79. 066799b loplugin:referencecasting check for Reference::query by Noel · 5 years ago
  80. a444a8d tdf#140151: revert fix for tdf#46579 which caused regression by Julien Nabet · 5 years ago
  81. 9430608 simplify code, use more subView() by Noel · 5 years ago
  82. 1aa3129 avoid some ref-counting by Noel Grandin · 5 years ago
  83. 654c527 Use ContainerType().swap and avoid local variables by Mike Kaganski · 5 years ago
  84. 63a6806 make the Color constructors explicitly specify transparency by Noel · 5 years ago
  85. 8f453c6 static_cast after dynamic_cast by Noel Grandin · 5 years ago
  86. ac396f2 fix coverity parse errors by Caolán McNamara · 5 years ago
  87. 3b352e8 AppendRowSetValueString is used on a ValueList by Stephan Bergmann · 5 years ago
  88. 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
  89. ea14c98 tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor by Bayram Çiçek · 5 years ago
  90. a3d0091 New loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
  91. 86707f3 Typos in code (vlc->vcl/vclx) by Julien Nabet · 5 years ago
  92. 17aea7c vcl: move access functions into appropriate bitmap access files by Chris Sherlock · 5 years ago
  93. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  94. 1ac4498 update pches by Caolán McNamara · 5 years ago
  95. fd670f5 Simplify code in forms/clickableimage by Julien Nabet · 5 years ago
  96. 07be45d tdf#46579: fix form fields 'Image Button' in Forms by Julien Nabet · 5 years ago
  97. 3fdf151 Removed triplicated includes by Andrea Gelmini · 5 years ago
  98. d6d80c4 OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTION by Noel · 5 years ago
  99. 8332d6d loplugin:stringviewparam include comparisons with string literals by Noel · 5 years ago
  100. bb06f51 loplugin:stringviewparam extend to comparison operators by Noel · 5 years ago