1. 62223f9 loplugin:unnecessaryoverride by Noel Grandin · 10 years ago
  2. 187d7f8 CPPUNIT_ASSERT[_DOUBLES]_EQUAL by Stephan Bergmann · 10 years ago
  3. 106ea87 Remove _TYPED suffix from tools/link.hxx macros by Stephan Bergmann · 10 years ago
  4. d200c34 Fix naming of makefile to mend make dump-deps. by Michael Meeks · 10 years ago
  5. b647996 replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) by Michael Stahl · 10 years ago
  6. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  7. 65ca57a convert LineStyle to scoped enum by Noel Grandin · 10 years ago
  8. a881fd7 convert RasterOp to scoped enum by Noel Grandin · 10 years ago
  9. a57f8cb cppcheck: Prefer prefix operator by Julien Nabet · 10 years ago
  10. 965f379 Break test::setUpVcl into a test-setupvcl library of its own by Stephan Bergmann · 10 years ago
  11. 4714083 Remove duplication of "set up VCL" code by Stephan Bergmann · 10 years ago
  12. 33b3808 put StreamMode masks in scope of enum class by Jochen Nitschke · 10 years ago
  13. 2bc4917 screenshots: clang plugin & tabpage usage fixes by Armin Le Grand · 10 years ago
  14. 2a5ac6f screenshots: unify dumping of dialog test batch file by Armin Le Grand · 10 years ago
  15. e563342 screenshots: fix fallback cases for sd and sc by Armin Le Grand · 10 years ago
  16. dc1e300 screenshots: fallback screenshot to ui files by Armin Le Grand · 10 years ago
  17. d098f0c screenshots: Use UI string and fallback for UI-String only by Armin Le Grand · 10 years ago
  18. 13184da screenshots: move shared code to separate class by Katarina Behrens · 10 years ago
  19. 6e72f02 new loplugin unnecessary override by Noel Grandin · 10 years ago
  20. 2ed35ad loplugin:passstuffbyref also for {css::uno,rtl}::Reference by Stephan Bergmann · 10 years ago
  21. 40f9be7 uitest: move the uitest files to vcl by Markus Mohrhard · 10 years ago
  22. dde9b4d uitest: some more work for the UI testing by Markus Mohrhard · 10 years ago
  23. d5c3f1b uitest: add groundwork for ui testing framework by Markus Mohrhard · 10 years ago
  24. c3453ea Add MS binary format validator support in test fixture by Vasily Melenchuk · 10 years ago
  25. 62d2701 tools: rename SvStream::Read/Write to ReadBytes/WriteBytes by Michael Stahl · 10 years ago
  26. 53f9762 SVGIO: Add support for font-family in unittests and unify... by Xisco Fauli · 10 years ago
  27. 43b4903 teach stylepolice plugin about ref-counted-pointer naming by Noel Grandin · 10 years ago
  28. e7f55f1 tdf#45904 Move java XViewPane test to c++ by Fabio Buso · 10 years ago
  29. da81ff5 Some more sal_Bool -> bool by Stephan Bergmann · 10 years ago
  30. fc233b5 Avoid reserved identifiers by Stephan Bergmann · 10 years ago
  31. c838f2e loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  32. f00fd79 lok context menu: Add module specific unit tests by Pranav Kant · 10 years ago
  33. 97abbec tdf#94306 replace boost::noncopyable in stoc to xmlsec.. by Jochen Nitschke · 10 years ago
  34. d76b1b5 lok context menu: unit test by Pranav Kant · 10 years ago
  35. 1d5767c tdf#45904 move java based api tests to c++ by kadertarlan · 10 years ago
  36. 60b1c95 Extract Directories from BootstrapFixtureBase by Stephan Bergmann · 10 years ago
  37. 5f0c317 SVGIO: Check minX, minY, maxX and maxY in polypolygon by Xisco Fauli · 10 years ago
  38. 31e037c SVGIO: Check height and width of polypolygoncolor by Xisco Fauli · 10 years ago
  39. ddc363b test: dump MetaPolyPolygonAction too by Michael Stahl · 10 years ago
  40. fe3ac07 Fix the import of line joins and caps from EMF files by Stephan van den Akker · 10 years ago
  41. 5978b78 use better assert macros by Markus Mohrhard · 10 years ago
  42. 5969fc7 coverity#1352306 Unchecked dynamic_cast by Caolán McNamara · 10 years ago
  43. b6a62f0 tdf#97542: SVGIO: First check the current fill attribute by Xisco Fauli · 10 years ago
  44. 05554bc SVGIO: tdf#79163: Add import test by Xisco Fauli · 10 years ago
  45. 8fbbb92 SVGIO: tdf#85770: Add import test by Xisco Fauli · 10 years ago
  46. 805b328 SVGIO: Add import test for Fontsize keywords by Xisco Fauli · 10 years ago
  47. 697d445 vcl: take into account the font width is the average font width by Chris Sherlock · 10 years ago
  48. 28c96fc vcl: rename Font::GetName to Font::GetFamilyName by Chris Sherlock · 10 years ago
  49. 45654a1 revert vcl patch series that brok Mac and Windows by Norbert Thiebaud · 10 years ago
  50. 2b29711 vcl: rename Font::GetName to Font::GetFamilyName by Chris Sherlock · 10 years ago
  51. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  52. 38e4f62 test: change maName to more descriptive variable name by Chris Sherlock · 10 years ago
  53. 5bd5cd1 unused code by Juergen Funk · 10 years ago
  54. 58d8d8a tdf#69977: uno::Sequence is expensive by Noel Grandin · 10 years ago
  55. a508f63 mark UNO structs as SAL_WARN_UNUSED, where possible by Noel Grandin · 10 years ago
  56. 5d353ff loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  57. a76f4c6 com::sun::star->css in testtools/ by Noel Grandin · 10 years ago
  58. 8fb415a loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  59. b37b7b5 use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  60. 20635ed9 Reduce scope of #include <tools/stream.hxx> by Matteo Casalin · 10 years ago
  61. d9e17c5 loplugin:defaultparams by Stephan Bergmann · 10 years ago
  62. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  63. 74ce05b convert Link<> to typed by Noel Grandin · 11 years ago
  64. 55dda8e convert Link<> to typed by Noel Grandin · 11 years ago
  65. 3a00aae boost->std by Caolán McNamara · 11 years ago
  66. 9ea0390 convert Link<> to typed by Noel Grandin · 11 years ago
  67. 37e9484 percheck: produce similar stats than off-tree callgrind by Norbert Thiebaud · 11 years ago
  68. 013efe7 test: hack to avoid VCLXToolkit calling CreateMainLoopThread by Michael Stahl · 11 years ago
  69. ef46917 Put Polygon from tools under tools:: namespace by Norbert Thiebaud · 11 years ago
  70. 7a044db loplugin:simplifybool by Stephan Bergmann · 11 years ago
  71. 0980095 Replace boost::scoped_array<T> with std::unique_ptr<T[]> by Takeshi Abe · 11 years ago
  72. dd466513 window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::Transparent by Caolán McNamara · 11 years ago
  73. ad0c5e6 convert META_*_ACTION constants to scoped enum by Noel Grandin · 11 years ago
  74. 4f00dce Use IMPL_[STATIC_]LINK_NOARG where applicable by Stephan Bergmann · 11 years ago
  75. 9bb254f NOINSTANCE is implied now in IMPL_STATIC_LINK... by Stephan Bergmann · 11 years ago
  76. f9290d3 Clean up checks of sal_Bool values by Stephan Bergmann · 11 years ago
  77. f62af19 typo: strech -> stretch by Andras Timar · 11 years ago
  78. e6c08b6 Remove unnecessary STATIC_LINK macro by Stephan Bergmann · 11 years ago
  79. c8509a0 More loplugin:simplifybool by Stephan Bergmann · 11 years ago
  80. a40d0bd Use OFFICEOTRON/ODFVALIDATOR determined by configure by Stephan Bergmann · 11 years ago
  81. 2093c7a Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  82. 5584d73 Typos by Julien Nabet · 11 years ago
  83. 5dad2733 loplugin:constantfunction: test by Noel Grandin · 11 years ago
  84. 32f95a3 V813: Decreased performance by Caolán McNamara · 11 years ago
  85. e935f05 Some more loplugin:cstylecast: test by Stephan Bergmann · 11 years ago
  86. 7f8f277 fdo#84938: convert STREAM_ #defines to 'enum class' by Noel Grandin · 11 years ago
  87. 93bb210 Let MetafileXmlDump::dumpAndParse() take a const GDIMetaFile by Miklos Vajna · 11 years ago
  88. 11f2099 test: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  89. e6bf3f2 test: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  90. 84a7fa4 XmlTestTools: fix conversion from UTF-8 xmlChar strings to OUString by Stephan Bergmann · 11 years ago
  91. e3ce885 CppunitTest --headless is not the same as soffice --headless by Stephan Bergmann · 11 years ago
  92. 94bcfb0 Unittest for autocorrect in writer by Daniel Sikeler · 11 years ago
  93. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  94. e65790d perfcheck instrument existing test : replaceAll by Laurent Godard · 11 years ago
  95. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  96. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  97. e4e7f9d8 Improve framework for callgrind performance unit tests by Matúš Kukan · 11 years ago
  98. ed45c87 sc: fix temp file leak in ScTableSheetsObj by Michael Stahl · 11 years ago
  99. af5ebbf create a macro library for implementing bit-flags types by Noel Grandin · 12 years ago
  100. 7d754a8 sc: ensure global variables in tests are cleared before shutdown by Michael Stahl · 12 years ago