1. d71bcc4 Fix typos by Andrea Gelmini · 8 years ago
  2. 0a09ca6 Related: tdf#113160 set parent of warning dialogs during load by Caolán McNamara · 8 years ago
  3. fdcd11f Resolves: tdf#113160 changing all warning dialogs to non-modal is unsafe by Caolán McNamara · 8 years ago
  4. 11d2f3d vcl: make MapMode constructor explicit by Michael Stahl · 8 years ago
  5. 2301e37 loplugin:includeform: uui by Stephan Bergmann · 8 years ago
  6. 87a9979 overload std::hash for OUString and OString by Noel Grandin · 8 years ago
  7. d3ae94f Don't crash on extension update check by Jan-Marek Glogowski · 8 years ago
  8. 2c05d75 add << operator for css::uno::Exception by Noel Grandin · 9 years ago
  9. cf48347 Fresh run of bin/update_pch.sh by Mike Kaganski · 9 years ago
  10. d99b65c Rename GetSelectEntryPos -> GetSelectedEntryPos by Samuel Mehrbrodt · 9 years ago
  11. b649e5b Rename GetSelectEntry -> GetSelectedEntry by Samuel Mehrbrodt · 9 years ago
  12. 75a96e2 Translate German comments/debug strings (leftovers in dirs test to uui) by Johnny_M · 9 years ago
  13. 72d5cc9 Fix typo by Andrea Gelmini · 9 years ago
  14. db6b703 Allow non-modal Dialogs during FileImport/Load by Armin Le Grand · 9 years ago
  15. 7ca950e no need to use ERRCODE_RES_MASK here by Noel Grandin · 9 years ago
  16. dcc667a convert message box style bits to scoped enum by Noel Grandin · 9 years ago
  17. 1585955 Convert ErrCode area to scoped enum by Noel Grandin · 9 years ago
  18. e947d11 remove dodgy use of ErrCode by Noel Grandin · 9 years ago
  19. 9881bea remove unnecessary use of OUString::getStr by Noel Grandin · 9 years ago
  20. 26b97ba tdf#111696 No macro security dialog with High setting by Noel Grandin · 9 years ago
  21. f1a896c fix some ErrCode IgnoreWarning() usage by Noel Grandin · 9 years ago
  22. b1d829e move resmgr to unotools by Caolán McNamara · 9 years ago
  23. f74da13 use more comphelper::InitAnyPropertySequence by Noel Grandin · 9 years ago
  24. c3fd791 coverity#1415622 Pointer to local outside scope by Caolán McNamara · 9 years ago
  25. 00657ae migrate to boost::gettext by Caolán McNamara · 9 years ago
  26. 038063a Change nonsense non-const Date* GetNullDate() to const Date& by Eike Rathke · 9 years ago
  27. 8c77b56 use OString::operator== in preference to ::equals by Noel Grandin · 9 years ago
  28. ab9b38a use more begin()/end() for Sequence by Noel Grandin · 9 years ago
  29. 26c82e2 loplugin:oncevar in ucb..vbahelper by Noel Grandin · 9 years ago
  30. f871d0e inline some ERRCODE_AREA aliases by Noel Grandin · 9 years ago
  31. 5286326 convert ErrCode to strong typedef by Noel Grandin · 9 years ago
  32. a5dba7d remove unused osl/mutex.hxx includes by Jochen Nitschke · 9 years ago
  33. a6aa57f use ERRCODE_NONE instead of 0 by Noel Grandin · 9 years ago
  34. 03589f6 no need to define __RSC here by Noel Grandin · 9 years ago
  35. 6ca3b36 tdf#106942 Wrong message when lock file is empty or corrupt by Juergen Funk · 9 years ago
  36. 146033f spelling instanciate -> instantiate by Noel Grandin · 9 years ago
  37. f681a86 merge ofa res file into svt one by Caolán McNamara · 9 years ago
  38. ef513fd remove unnecessary use of OString::getStr by Noel Grandin · 9 years ago
  39. 6df22f0 loplugin:checkunusedparams various by Noel Grandin · 9 years ago
  40. 97eb00c revert OSL_ASSERT changes by Chris Sherlock · 9 years ago
  41. f7e9d08 tdf#43157: convert uui module away from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
  42. ffd8e6b tdf#107649: add TrySystemCredentialsFirst config option by Mike Kaganski · 9 years ago
  43. 9348b32 clang-tidy readability-simplify-boolean-expr by Noel Grandin · 9 years ago
  44. f9f045e78 tools: move errcode.hxx to the vcl module by Chris Sherlock · 9 years ago
  45. 41f5c11 vcl: change ErrorHandlerFlags to DialogMask by Chris Sherlock · 9 years ago
  46. 3b85b72 errinf.hxx moved out of tools and into vcl module by Chris Sherlock · 9 years ago
  47. 6b448d3 make __RSC a builtin define for the RSC compiler by Noel Grandin · 9 years ago
  48. da64d198 tools: svstream.hxx needs only errcode.hxx & not errinf.hxx by Chris Sherlock · 9 years ago
  49. de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
  50. 1c5cae4 loplugin:unusedmethods by Noel Grandin · 9 years ago
  51. 3c3f7d7 Removed duplicated includes by Andrea Gelmini · 9 years ago
  52. 9f565f5 can use gb_CppunitTest_use_configuration and still access .ui files by Caolán McNamara · 9 years ago
  53. 643787f Improved loplugin:redundantcast, static_cast on arithmetic types: uui by Stephan Bergmann · 9 years ago
  54. d68927c use actual UNO enums in test..vbahelper by Noel Grandin · 9 years ago
  55. 4307643 remove unused defines from HRC files in misc(2) by Noel Grandin · 9 years ago
  56. 4c02eda Some simplifications, using UNO_QUERY_THROW by Stephan Bergmann · 9 years ago
  57. bcad173 Reapply "create ErrorHandlerFlags scoped enum for error handling flags"" by Noel Grandin · 9 years ago
  58. 2c91fc19 replace localresource of strings and keys with StringArray by Caolán McNamara · 9 years ago
  59. 32cae6a Revert "create ErrorHandlerFlags scoped enum for error handling flags" by Michael Stahl · 9 years ago
  60. 19ea3db revert unready stuff by Caolán McNamara · 9 years ago
  61. eee0206 interim convert to ResArray by Caolán McNamara · 9 years ago
  62. 5ddf5d8 there is no cnt (chaos) resource file anymore by Caolán McNamara · 9 years ago
  63. a44e94a replace calculation to get RID_SVXERRCODE with RID_SVXERRCODE by Caolán McNamara · 9 years ago
  64. 05e78bd create ErrorHandlerFlags scoped enum for error handling flags by Noel Grandin · 9 years ago
  65. 2dff5e8 tdf#105566 Show InfoBar when signature is invalid by Samuel Mehrbrodt · 9 years ago
  66. e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
  67. 9c807ff New loplugin:dynexcspec: Add @throws documentation, uui by Stephan Bergmann · 9 years ago
  68. 968f6a7 new loplugin: useuniqueptr: unotools..xmlscript by Noel Grandin · 9 years ago
  69. f6572fa tweak to avoid coverity#1371169 Missing move assignment operator by Caolán McNamara · 9 years ago
  70. 3224f26 OSL_TRACE->SAL in unotools..uui by Noel Grandin · 9 years ago
  71. 9b8fb82 loplugin:unnecessaryoverride by Stephan Bergmann · 9 years ago
  72. bfde486 convert DecodeMechanism to scoped enum by Noel Grandin · 9 years ago
  73. f32a75c convert LF constants to o3tl::typed_flags by Noel Grandin · 9 years ago
  74. bbb9264 add missing deps on ui files by David Tardon · 9 years ago
  75. d8a8ed0 gbuild allow unitest to run once per lang in WITH_LANG_LIST by Norbert Thiebaud · 9 years ago
  76. 0a840ed includes should be at the top of the file by Noel Grandin · 9 years ago
  77. ec4e48c Fix typos by Samuel Mehrbrodt · 9 years ago
  78. 8cfa3f4 'make screenshot' use-after-free fixes by Stephan Bergmann · 9 years ago
  79. d543b4d 'make screenshot' loplugin fixes by Stephan Bergmann · 9 years ago
  80. 361d581 uui: fix use-after-free on password dialog by Michael Stahl · 9 years ago
  81. 117fc49 ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivatives by Caolán McNamara · 9 years ago
  82. 98b77ad loplugin:expandablemethods in UnoControls..vbahelper by Noel Grandin · 9 years ago
  83. dd63b74 clang-cl loplugin: uui by Stephan Bergmann · 9 years ago
  84. 22b0c09 tdf#74608: Ctor function for css.comp.uui.UUIInteractionRequestStringResolver by Matúš Kukan · 10 years ago
  85. 306add1 convert the last two lonely FixedInfos to FixedText by Caolán McNamara · 10 years ago
  86. 954f752 convert MapUnit to scoped enum by Noel Grandin · 10 years ago
  87. 106ea87 Remove _TYPED suffix from tools/link.hxx macros by Stephan Bergmann · 10 years ago
  88. dc9f7bb set translatable attributes in .ui files by Andras Timar · 10 years ago
  89. 8f62ca8 loplugin:countusersofdefaultparams in sw..vcl by Noel Grandin · 10 years ago
  90. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  91. 673b436 loplugin:constantparam in vcl by Noel Grandin · 10 years ago
  92. 32d1603 tdf#87938 Add descriptive instructions to 2fa dialog by Yousuf Philips · 10 years ago
  93. ce6cbf8 screenshots: add new global make target by Armin Le Grand · 10 years ago
  94. 2a5ac6f screenshots: unify dumping of dialog test batch file by Armin Le Grand · 10 years ago
  95. d43fc02 screenshots: add dialog test cases for uui by Armin Le Grand · 10 years ago
  96. 4b73aff VclPtr: password prompts never dispose by Caolán McNamara · 10 years ago
  97. 716844c restore loplugin:vclwidget checking for calling clear() on VclPtr fields by Noel Grandin · 10 years ago
  98. 48a8d6d loplugin:singlevalfields in various by Noel Grandin · 10 years ago
  99. 58959a9 This doesn’t need to be translatable by Adolfo Jayme Barrientos · 10 years ago
  100. 4d49c96 Let loplugin:passstuffbyref also look at fn defn not preceded by any decl by Stephan Bergmann · 10 years ago