1. 0a626ba WIP: async popup menus by Jan-Marek Glogowski · 4 years, 5 months ago
  2. d0e848d avoid double map lookup by Noel Grandin · 2 years, 5 months ago
  3. e87937d loplugin:fieldcast in VCLXWindowImpl by Noel Grandin · 2 years, 5 months ago
  4. 1914124 loplugin:fieldcast in MutableTreeDataModel by Noel Grandin · 2 years, 5 months ago
  5. 41d9584 'new Double' is deprecated in Java by Noel Grandin · 2 years, 5 months ago
  6. df79eed tdf#157518: vcl: Introduce vcl control LevelBar by Sarper Akdemir · 2 years, 6 months ago
  7. 0446f73 tdf#153519 use new IdleTask::waitUntilIdleDispatched by Noel Grandin · 2 years, 5 months ago
  8. 711e01c Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: toolkit by Stephan Bergmann · 2 years, 6 months ago
  9. 367891c Use getXWeak in toolkit by Mike Kaganski · 3 years ago
  10. b4844c3 Repurpose loplugin:stringstatic for O[U]String vars that can be constexpr by Stephan Bergmann · 2 years, 6 months ago
  11. 176e8cf Use exception ctors, instead of setting members later by Mike Kaganski · 2 years, 6 months ago
  12. b20d44d Replace getTabIndexPropertyName and getStepPropertyName (toolkit) by Julien Nabet · 2 years, 6 months ago
  13. 3c162a7 Replace 2 other lcl_throw* by throwing the right exception directly (toolkit) by Julien Nabet · 2 years, 6 months ago
  14. c47038d Replace 3 lcl_throw* by throwing the right exception directly (toolkit) by Julien Nabet · 2 years, 6 months ago
  15. c17d369 Use less epoxy external headers dependency by Gabor Kelemen · 2 years, 7 months ago
  16. d9ecb98 MutableTreeDataModel does not need to implement XAggreggation by Noel Grandin · 2 years, 7 months ago
  17. c29d86f no need to take a lock and do nothing by Noel Grandin · 2 years, 7 months ago
  18. 3c7a35d no need to use UNO_QUERY_THROW here by Noel Grandin · 2 years, 7 months ago
  19. a766f75 tdf#104833 a11y: Use VCLXAccessibleEdit for VCLXMultiLineEdit by Michael Weghorn · 2 years, 7 months ago
  20. 847df83 tdf#104833 Move VCLXMultiLineEdit to public toolkit header by Michael Weghorn · 2 years, 7 months ago
  21. 3c58ea8 make IAccessibleTableControl extend cppu::WeakImplHelper by Noel Grandin · 2 years, 7 months ago
  22. 87db52ab Revert "use more Reference::query instead of UNO_QUERY_THROW" by Noel Grandin · 2 years, 7 months ago
  23. cd00bc5 tdf#156473 a11y: Keep a reference to table's a11y object by Michael Weghorn · 2 years, 8 months ago
  24. 7fc6063 use more Reference::query instead of UNO_QUERY_THROW by Noel Grandin · 2 years, 8 months ago
  25. 2cd1408 tdf#156561 a11y: Create VCLXTopWindow peer for border win frame by Michael Weghorn · 2 years, 8 months ago
  26. 4d27d2c tdf#141101 tdf#156561 a11y: Handle a11y child events in win parent by Michael Weghorn · 2 years, 8 months ago
  27. 8c330cd toolkit: Use range-based for, drop invalidTableControlAction by Michael Weghorn · 2 years, 8 months ago
  28. b6b2642 split Point/Size/Rectangle into AbsoluteScreenPixel* types by Noel Grandin · 2 years, 9 months ago
  29. 3b1da48 a11y: Don't always append window type to a11y name in debug builds by Michael Weghorn · 2 years, 8 months ago
  30. e4ec702 a11y: Convert AccessibleTableControlObjType to enum class by Michael Weghorn · 2 years, 8 months ago
  31. ce0a48a tdf#155625 a11y: Notify about menu item role change by Michael Weghorn · 2 years, 8 months ago
  32. 81994cb Convert internal vcl bitmap formats transparency->alpha (II) by Noel Grandin · 5 years ago
  33. 1f2ff4a loplugin:redundantcast small improvement by Noel Grandin · 2 years, 9 months ago
  34. 0e8b7dd split GetWindowExtentsRelative asunder by Noel Grandin · 2 years, 9 months ago
  35. 972aea5 simplify by Noel Grandin · 2 years, 9 months ago
  36. 009b889 do not throw DisposedException when inside a dispose() method by Noel Grandin · 2 years, 10 months ago
  37. cd52832 move a toolkit header inside the module by Noel Grandin · 2 years, 11 months ago
  38. 31e2b47 improve some usage of OInterfaceIteratorHelper4 by Noel Grandin · 3 years ago
  39. 96a403b Resolves: tdf#155029 set StandardStyles before updateFromModel by Caolán McNamara · 3 years ago
  40. b6c617c use more TOOLS_WARN_EXCEPTION by Noel Grandin · 3 years ago
  41. d7e0247 Run clang-tidy with misc-unused-using-decls on modules [s-t]* by Gabor Kelemen · 3 years ago
  42. dccd82b MCGR: Reduce diverse GradientStyle enums to single UNO API one by Armin Le Grand (allotropia) · 3 years ago
  43. 0c5c1e8 Revert "remove unnecessary UnoControlModel::setPropertyValues" by Noel Grandin · 3 years ago
  44. 5dba03b pack the ImplPropertyInfo struct by Noel Grandin · 3 years ago
  45. 9ff063e use std::unordered_map for static properties in toolkit by Noel Grandin · 3 years ago
  46. 116b9d6d Avoid conversions between OUString and OString in VCL by Mike Kaganski · 3 years ago
  47. bfdf5d2 use more XVclWindowPeer by Noel Grandin · 3 years ago
  48. 96a47ee simplify subclasses of comphelper::OPropertySetHelper by Noel Grandin · 3 years ago
  49. 19c18c9 remove unnecessary UnoControlModel::setPropertyValues by Noel Grandin · 3 years ago
  50. 30784e5 convert UnoControlModel and friends to use std::mutex by Noel Grandin · 3 years, 1 month ago
  51. 50b68c3 improve loplugin:unnecessarylocking by Noel Grandin · 3 years, 1 month ago
  52. b8ef33f BaseMutex->std::mutex in MutableTreeDataModel by Noel Grandin · 3 years, 1 month ago
  53. c405820 deduplicate MutexAndBroadcastHelper by Noel Grandin · 3 years, 1 month ago
  54. c75e975 toolkit: Port AccessibleStatusBarTest to test::AccessibleTestBase by Colomban Wendling · 3 years, 2 months ago
  55. 1f49d8a BaseMutex->std::mutex in ListenerMultiplexerBase by Noel Grandin · 3 years, 1 month ago
  56. 23d4617 osl::Mutex->std::mutex in DefaultGridDataModel by Noel Grandin · 3 years, 2 months ago
  57. 76bdc40 osl::Mutex->std::mutex in DefaultGridColumnModel by Noel Grandin · 3 years, 2 months ago
  58. 00659bc improve readability of VirtualDevice constructor by Noel Grandin · 3 years, 2 months ago
  59. bbe70a7 Use ImplInheritanceHelper in OAccessibleControlContext by Stephan Bergmann · 3 years, 2 months ago
  60. 5c312c9 Use ImplInheritanceHelper in VCLXAccessibleComponent by Stephan Bergmann · 3 years, 2 months ago
  61. 5747634 Use ImplInheritanceHelper in OAccessibleExtendedComponentHelper by Stephan Bergmann · 3 years, 2 months ago
  62. 579d144 Fix some toolkit UnoControlBase derivates' queryAggregation by Stephan Bergmann · 3 years, 3 months ago
  63. d212607 XUnoTunnel->dynamic_cast in VCLXGraphics by Noel Grandin · 3 years, 3 months ago
  64. 8081533 XUnoTunnel->dynamic_cast in VCLXBitmap by Noel Grandin · 3 years, 3 months ago
  65. 0160109 XUnoTunnel->dynamic_cast in GridColumn by Noel Grandin · 3 years, 3 months ago
  66. 96cd662 XUnoTunnel->dynamic_cast in VCLXPointer by Noel Grandin · 3 years, 3 months ago
  67. e5092fd XUnoTunnel->dynamic_cast in VCLXRegion by Noel Grandin · 3 years, 3 months ago
  68. 8d97a90 XUnoTunnel->dynamic_cast in VCLXMenu by Noel Grandin · 3 years, 3 months ago
  69. 678747f XUnoTunnel->dynamic_cast in UnoControlModel by Noel Grandin · 3 years, 3 months ago
  70. a6d44c4 XUnoTunnel->dynamic_cast in VCLXFont by Noel Grandin · 3 years, 3 months ago
  71. 172aedb XUnoTunnel->dynamic_cast in VCLXDevice by Noel Grandin · 3 years, 3 months ago
  72. f1d00da OAccessibleImplementationAccess was apparently effectively unused by now by Stephan Bergmann · 3 years, 3 months ago
  73. a58abb4 Clean up VCLXAccessibleComponent::getAccessibleParent by Stephan Bergmann · 3 years, 3 months ago
  74. 555f433 use std::this_thread::sleep_for instead of osl equivalent by Arnaud VERSINI · 3 years, 5 months ago
  75. ec98e77 Merge comphelper::OAccessibleContextHelper into comphelper::OCommonAccessibleComponent by Stephan Bergmann · 3 years, 3 months ago
  76. 19691c3 Revert all the recent loplugin:unocast changes by Stephan Bergmann · 3 years, 3 months ago
  77. c0c4519 loplugin:unocast (VCLXAccessibleComponent) by Stephan Bergmann · 3 years, 4 months ago
  78. feb8b83 loplugin:unocast (VCLXDialog) by Stephan Bergmann · 3 years, 4 months ago
  79. 1fa58cc loplugin:unocast (VCLXMultiPage) by Stephan Bergmann · 3 years, 4 months ago
  80. 9abe8ee loplugin:unocast (MutableTreeNode) by Stephan Bergmann · 3 years, 4 months ago
  81. 9f3022ce loplugin:unocast (VCLXTabPage) by Stephan Bergmann · 3 years, 4 months ago
  82. ef50347 loplugin:implinheritancehelper in toolkit by Noel Grandin · 3 years, 4 months ago
  83. d640bfe remove dependency from drawinglayer to framework by Noel Grandin · 3 years, 4 months ago
  84. 068187a loplugin:unocast (VCLXWindow) by Stephan Bergmann · 3 years, 4 months ago
  85. b15eb16 tdf#152380: add checks for names and values sequences length equality by Mike Kaganski · 3 years, 4 months ago
  86. f9395a1 tdf#152094 retain more accuracy from RefDevMode::MSO1 by Caolán McNamara · 3 years, 4 months ago
  87. 224fc96 loplugin:unusedfields make some fields private by Noel Grandin · 3 years, 4 months ago
  88. 4e26dbf Use cppuhelper::ImplInheritanceHelper for toolkit VCLX window classes by Stephan Bergmann · 3 years, 4 months ago
  89. f003035 loplugin:unusedmethods by Noel Grandin · 3 years, 5 months ago
  90. 2d7db69 tdf#152012 Fix assert fail on opening date picker by Hossein · 3 years, 5 months ago
  91. 767092f loplugin:referencecasting look for a new pattern by Noel Grandin · 3 years, 6 months ago
  92. ea36e05 tdf#150786 use a 'standard' theme for form controls by Caolán McNamara · 3 years, 6 months ago
  93. 55219f7 Fix typo by Andrea Gelmini · 3 years, 6 months ago
  94. c26d6cc tdf#117173 a11y: Send SHOWING state change event on Window{Show,Hide} by Michael Weghorn · 3 years, 7 months ago
  95. ba16465 tdf#149797 Change highlight background color in some controls by Ilhan Yesil · 3 years, 9 months ago
  96. 467085b Rename MouseNotifyEvent to NotifyEventType by Samuel Mehrbrodt · 3 years, 7 months ago
  97. a3bbdfa tdf#150974 Writer crashes when starting with WollMux installed by Noel Grandin · 3 years, 7 months ago
  98. 5d40ced Revert "tdf#150569 Modify hardcoded dates to extend the range of accepted dates" by Juan C. Sanz · 3 years, 7 months ago
  99. b20594f tdf#150569 Modify hardcoded dates to extend the range of accepted dates by jucasaca · 3 years, 7 months ago
  100. 206543c [API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bit by Michael Weghorn · 3 years, 7 months ago