1. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  2. c158c00 loplugin:constantparam in framework..vbahelper by Noel Grandin · 10 years ago
  3. 04a8ba2 convert ScrollType to scoped enum by Noel Grandin · 10 years ago
  4. a881fd7 convert RasterOp to scoped enum by Noel Grandin · 10 years ago
  5. 3069878 std::list<sal_uInt16> -> vector by Noel Grandin · 10 years ago
  6. e13aead Reduce ENABLE_OPENGL / ENABLE_HEADLESS confusion by Tor Lillqvist · 10 years ago
  7. 93f9a32 cppcheck: noExplicitConstructor by Caolán McNamara · 10 years ago
  8. 508c95f improve passstuffbyref return analysis by Noel Grandin · 10 years ago
  9. 52b91f3 new loplugin fragiledestructor by Noel Grandin · 10 years ago
  10. fdbe9a9 loplugin:redundantcast: redundant static_casts in toolkit by Stephan Bergmann · 10 years ago
  11. 828d792 loplugin:passstuffbyref also for {css::uno,rtl}::Reference by Stephan Bergmann · 10 years ago
  12. 20b9cbd merge toolkit::NameContainer_Impl with toolkit::ScriptEventContainer by Noel Grandin · 10 years ago
  13. 48a8d6d loplugin:singlevalfields in various by Noel Grandin · 10 years ago
  14. 920d446 loplugin:singlevalfields in vcl(part1) by Noel Grandin · 10 years ago
  15. aa0d053 tdf#97527 - vcl: reference-count Menu by Noel Grandin · 10 years ago
  16. 82da3d9 loplugin:salbool: Implicit conversions from non-Boolean fundamental types by Stephan Bergmann · 10 years ago
  17. 30104ff Add a pause() method to XToolkitExperimental by Tor Lillqvist · 10 years ago
  18. d22f8bb fix compile error in SelectionDialog (java unit test) by Noel Grandin · 10 years ago
  19. 3f98cf3 tdf#100092: Deterministic scheduling to prevent unpredictable behavior. by Jan Holesovsky · 10 years ago
  20. c47b170 Convert SelectionMode to scoped enum by Noel Grandin · 10 years ago
  21. 92bad2a Convert ImageSet to scoped enum by Noel Grandin · 10 years ago
  22. b030ba2 Resolve: "TODO(Q1): Make GetSystemData method virtual" by Caolán McNamara · 10 years ago
  23. aea9c5e rename to two GetSystemData methods to find all call-sites by Caolán McNamara · 10 years ago
  24. d96c114 clang-tidy modernize-make-shared by Noel Grandin · 10 years ago
  25. 0f67254 clang-tidy modernize-loop-convert in toolkit to uui by Noel Grandin · 10 years ago
  26. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  27. 0f3ac23 Insert explicit "break" when falling through to empty next case by Stephan Bergmann · 10 years ago
  28. 50ac0f5 convert FONT_EMPHASIS_MARK to scoped enum by Noel Grandin · 10 years ago
  29. 58a3207 use Any constructor instead of temporaries by Noel Grandin · 10 years ago
  30. 43b4903 teach stylepolice plugin about ref-counted-pointer naming by Noel Grandin · 10 years ago
  31. 35e26c8 Some more sal_Bool -> bool by Stephan Bergmann · 10 years ago
  32. b7e28df loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  33. 789055b clang-tidy performance-unnecessary-copy-initialization by Noel Grandin · 10 years ago
  34. 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
  35. 97abbec tdf#94306 replace boost::noncopyable in stoc to xmlsec.. by Jochen Nitschke · 10 years ago
  36. 4c7ec9f cleanup: remove unused com/sun/star/uno includes by Jochen Nitschke · 10 years ago
  37. 28c96a0 clang-tidy performance-unnecessary-value-param in toolkit by Noel Grandin · 10 years ago
  38. 297fd83 Typo: multible->multiple by Julien Nabet · 10 years ago
  39. fd4b1fb sequence->vector in toolkit by Noel Grandin · 10 years ago
  40. c20cc7e tdf#97499 Fixed containers parameters clearing #4 by tymyjan · 10 years ago
  41. f7a75a6 cleanup: remove unused Reference.h(xx) includes by Jochen Nitschke · 10 years ago
  42. 9af411a tdf#97966 Drop 'static' keywords by Wastack · 10 years ago
  43. 1aa4df6 use SAL_N_ELEMENTS in for loops by Noel Grandin · 10 years ago
  44. 96c1ae1 fix headless build by Oliver Specht · 10 years ago
  45. f0f973d loplugin:constantparams in vcl/ by Noel Grandin · 10 years ago
  46. f3d4546 tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals by Rohan Kumar · 10 years ago
  47. 19a5374 Avoid reserved identifiers by Stephan Bergmann · 10 years ago
  48. c3a3e64 loplugin:constantparam in toolkit by Noel Grandin · 10 years ago
  49. c45d3ba new loplugin: commaoperator by Noel Grandin · 10 years ago
  50. a3c70e7 Fix missing iterator include on MSVC 14.0 by David Ostrovsky · 10 years ago
  51. 2087484 use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  52. 2b31daf tdf#95857 Sort out German plurals ... by danielt998 · 10 years ago
  53. 6858d51 vcl: include vcl headers via triangular brackets instead of quotes by Chris Sherlock · 10 years ago
  54. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  55. 697d445 vcl: take into account the font width is the average font width by Chris Sherlock · 10 years ago
  56. 3209659 toolkit: remove some comment cruft from vclunohelper.cxx by Chris Sherlock · 10 years ago
  57. 9c77bb8 tdf#39468 toolkit: translate some German comments in the VCL UNO helper file by Chris Sherlock · 10 years ago
  58. 3187193 tools: rename FontUnderline to FontLineStyle by Chris Sherlock · 10 years ago
  59. cd5431c Unwind trivial AccessibleExtendedComponentHelper_BASE typedefs by Stephan Bergmann · 10 years ago
  60. 4cd058f OpenGLWrapper is the right place for getBufferSwapCounter() by Tor Lillqvist · 10 years ago
  61. 32d98b2 Put getBufferSwapCounter() in OpenGLWindow instead by Tor Lillqvist · 10 years ago
  62. 2c55288 Add API to get the number of OpenGL buffer swaps, including through UNO by Tor Lillqvist · 10 years ago
  63. 752cd07 InterfaceContainer2 with vector instead of Sequence by Noel Grandin · 10 years ago
  64. 5659b68 vcl: rename Font::GetFamily to Font::GetFamilyType by Chris Sherlock · 10 years ago
  65. a7f6efc loplugin: unused return values by Noel Grandin · 10 years ago
  66. cb20f46 vcl: change Font::SetName() to Font::SetFamilyName() by Chris Sherlock · 10 years ago
  67. 28c96fc vcl: rename Font::GetName to Font::GetFamilyName by Chris Sherlock · 10 years ago
  68. 45654a1 revert vcl patch series that brok Mac and Windows by Norbert Thiebaud · 10 years ago
  69. f99550d vcl: change Font::SetName() to Font::SetFamilyName() by Chris Sherlock · 10 years ago
  70. 2b29711 vcl: rename Font::GetName to Font::GetFamilyName by Chris Sherlock · 10 years ago
  71. 08bbdaa vcl: Create accessor and mutator for int and ext leading in FontMetric by Chris Sherlock · 10 years ago
  72. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  73. 7576f27 tdf#94715 - ensure we remove ourselves from the same event source. by Michael Meeks · 10 years ago
  74. 20ff8cc toolkit: mark AccessibleScrollBar:XAccessibleEventBroadcaster as a known issue by Miklos Vajna · 10 years ago
  75. 93122eb uno::Sequence->std::vector in vcl::Throbber by Noel Grandin · 10 years ago
  76. 2759ea0 No need to extend css.awt.XToolkitExperimental by Stephan Bergmann · 10 years ago
  77. fbdeef6 vcl: fix event processing to idle - for JUnit tests. by Michael Meeks · 10 years ago
  78. 5e1546c downgrade warning to info by Caolán McNamara · 10 years ago
  79. 631b679 loplugin:unusedfields in include/toolkit,include/tools by Noel Grandin · 10 years ago
  80. 56a9594 Update-check, expand to allow reporting of H/W and OS versions. by Michael Meeks · 10 years ago
  81. fe3fd05 add mapKeysToSequence/mapValuesToSequence methods to comphelper by Noel Grandin · 10 years ago
  82. 2554efa use comphelper::containerToSequence by Noel Grandin · 10 years ago
  83. 96c26b0 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  84. 25aec38 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  85. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  86. 175e2ad loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  87. 9d3cb71 Prevent += called on temporary O[U]String instances by Stephan Bergmann · 10 years ago
  88. 4a00be7 com::sun::star->css in toolkit/ by Noel Grandin · 10 years ago
  89. 3f8a28f coverity#1338239 Uncaught exception by Caolán McNamara · 10 years ago
  90. 27219b1 loplugin:stringconstant: elide explicit ctor usage (manually due to macros) by Stephan Bergmann · 10 years ago
  91. da7aa01 loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  92. 3f50c6e0 java: remove ((unnecessary)) parentheses by Noel Grandin · 10 years ago
  93. b73db44 java: combine nested if statements by Noel Grandin · 10 years ago
  94. b37b7b5 use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  95. 59b072e yyyyy by Noel Grandin · 10 years ago
  96. 021a5e7 toolkit: pMouseEvt must not be captured by Michael Stahl · 10 years ago
  97. bd63b48 Avoid dangling references by Stephan Bergmann · 10 years ago
  98. 76e75d2 tdf#93243 replace boost::bind with c++11 lambdas in toolkit/ by Fabio Buso · 10 years ago
  99. addb63f convert Sequence<XInterface> constructions to use initializer lists by Noel Grandin · 10 years ago
  100. 7cdbde4 Initialize Sequence<beans::NamedValue> from initializer_lists by Noel Grandin · 10 years ago