1. f5d65e3 Fraction->double in vcl::Window by Noel Grandin · 2 weeks ago
  2. cb5972e Rename LOKNotifier to KitNotifier by Tomaž Vajngerl · 10 days ago
  3. 6f217fe Rename mentions of LibreOfficeKit to COKit by Tomaž Vajngerl · 10 days ago
  4. d037b81 Clarify project in source code headers. by Michael Meeks · 11 days ago
  5. 50098c8 tdf#170961: unlock guard during UnoControl::createPeer by Mike Kaganski · 2 weeks ago
  6. 67ddb2f Add missing BASEPROPERTY_REFERER default by Samuel Mehrbrodt · 6 weeks ago
  7. e3ea978 vcl: remove OutputDevice::DrawBitmapEx() by Christopher Sherlock · 7 months ago
  8. e1f3035 tdf#168788 return empty any for empty string for Numeric/Currency Controls by Caolán McNamara · 5 months ago
  9. fd2e467 tdf#146619 Run IWYU in fw decl mode on include/[a-c]* by Gabor Kelemen · 6 months ago
  10. a20e752 Sanity check all IwyuFilter files by Gabor Kelemen · 6 months ago
  11. 752083b IWYU: drop some exceptions related to rtl::math and std:: by Gabor Kelemen · 7 months ago
  12. c6af3d9 Use a bit more standard null date by Mike Kaganski · 7 months ago
  13. e97e2bd Use try_emplace to avoid second lookup by Mike Kaganski · 7 months ago
  14. 84e570b No need for shared_ptr overhead here by Mike Kaganski · 7 months ago
  15. 6d0e5dd remove BitmapEx by Noel Grandin · 7 months ago
  16. e957f0d BitmapEx->Bitmap in VCLXBitmap by Noel Grandin · 7 months ago
  17. c584957 tdf#143148 Use pragma once instead of include guards by Teemu Pöytäniemi · 7 months ago
  18. 8703e94 BitmapEx->Bitmap in UnoGraphicProvider by Noel Grandin · 7 months ago
  19. e6211a4 BitmapEx->Bitmap in various by Noel Grandin · 7 months ago
  20. 7841de4 drop outdated coverity directives by Caolán McNamara · 8 months ago
  21. c1c8c13 toolkit: use frozen::unordered_map to convert component types by Tomaž Vajngerl · 8 months ago
  22. b68633e Use OutputDevice::ScopedPush in various by Mike Kaganski · 8 months ago
  23. fb80e10 toolkit: Use OUString, range-based for by Michael Weghorn · 8 months ago
  24. 9effdf9 toolkit: Simplify lcl_convertMessageBoxType by Michael Weghorn · 8 months ago
  25. 3e6b8ab simplify - no need to explicitly cast to u16string_view by Tomaž Vajngerl · 8 months ago
  26. b1ec05b cid#1662031 Variable copied when it could be moved by Caolán McNamara · 8 months ago
  27. 2ff6d0a BitmapEx->Bitmap in VCLXBitmap by Noel Grandin · 8 months ago
  28. 0a4405f BitmapEx->Bitmap in VCLUnoHelper::CreateBitmap by Noel Grandin · 8 months ago
  29. 62d1a50 BitmapEx->Bitmap in Image by Noel Grandin · 8 months ago
  30. dd19b68 a11y tests: Use OAccessible for Window accessible by Michael Weghorn · 8 months ago
  31. 4515d4c BitmapEx->Bitmap in ORoadmap by Noel Grandin · 8 months ago
  32. 09ba6c5 toolkit a11y: Use OAccessible in UnoControl::getAccessibleContext by Michael Weghorn · 8 months ago
  33. 592b186 toolkit a11y: Drop redundant OAccessible::getAccessibleContext call by Michael Weghorn · 8 months ago
  34. 02ea6bd BitmapEx->Bitmap in CachedSortIndicator by Noel Grandin · 8 months ago
  35. e435c07 drop OutputDevice::GetBitmapEx in favour of returning Bitmap by Noel Grandin · 8 months ago
  36. fcee763 vcl dnd: Consolidate drop target retrieval, avoid casting by Michael Weghorn · 9 months ago
  37. 842f001 vcl a11y: Return OAccessible in vcl::Window::GetAccessible by Michael Weghorn · 9 months ago
  38. 7c036ef vcl a11y: Return OAccessible in vcl::Window::CreateAccessible by Michael Weghorn · 9 months ago
  39. d416ed0 rather return optional data via an optional param by Noel Grandin · 9 months ago
  40. f7db96b toolkit a11y test: Pass param by const ref by Michael Weghorn · 9 months ago
  41. 9918013 toolkit a11y: clang-format AccessibleGridControlCell by Michael Weghorn · 9 months ago
  42. afeaa37 toolkit a11y: clang-format OAccessibleControlContext by Michael Weghorn · 9 months ago
  43. e7e3a51 a11y: Rename OAccessible source and header file by Michael Weghorn · 9 months ago
  44. 671b8ca a11y: Rename OAccessibleComponentHelper to OAccessible by Michael Weghorn · 9 months ago
  45. 6ddade7 toolkit a11y: Drop XTypeProvider::getImplementationId overrides by Michael Weghorn · 10 months ago
  46. 22049f6 vcl a11y: Let OAccessibleComponentHelper implement XAccessible by Michael Weghorn · 10 months ago
  47. b368258 grid control a11y: Drop misleading comment by Michael Weghorn · 10 months ago
  48. 7c351954 a11y: Drop a11y logic from VCLXWindow by Michael Weghorn · 10 months ago
  49. f8b3427 vcl a11y: Let vcl::Window create accessible directly, drop a11y factory by Michael Weghorn · 10 months ago
  50. d1a2511 java a11y tests: Don't rely on XWindow being XAccessible by Michael Weghorn · 10 months ago
  51. 00b7325 a11y tests: Port AccessibleFixedText test to C++ by Michael Weghorn · 10 months ago
  52. 9bec15a a11y tests: Allow custom function to generate a11y events by Michael Weghorn · 10 months ago
  53. 6c21138 toolkit: Flatten VCLXWindow::getProperty by Michael Weghorn · 10 months ago
  54. a88b21e Revert "make AsyncCallback a little safer" by Noel Grandin · 10 months ago
  55. 2853601 use more concrete UNO classes by Noel Grandin · 10 months ago
  56. 497a409 use more concrete UNO classes by Noel Grandin · 10 months ago
  57. 4c15b15 make AsyncCallback a little safer by Noel Grandin · 10 months ago
  58. f52b63c a11y tests: Use vcl::Window in XAccessibleEventBroadcasterTester by Michael Weghorn · 10 months ago
  59. a57c6e9 a11y: Drop unused accessiblefactory.hxx includes by Michael Weghorn · 10 months ago
  60. 3cb6bae vcl a11y: Let Edit and subclasses create their accessible directly by Michael Weghorn · 10 months ago
  61. 344737c vcl a11y: Set DateField/TimeField window type in ctor by Michael Weghorn · 10 months ago
  62. 64fd4b5 vcl a11y: Let FormattedField create its accessible directly by Michael Weghorn · 10 months ago
  63. 2bccfbd toolkit: Drop VCLXHeaderBar by Michael Weghorn · 10 months ago
  64. 63feda6 vcl a11y: Let HeaderBar create its accessible directly by Michael Weghorn · 10 months ago
  65. 942838c toolkit: Drop VCLXToolBox by Michael Weghorn · 10 months ago
  66. 05591f0 vcl a11y: Let ToolBox create its accessible directly by Michael Weghorn · 10 months ago
  67. 8ff1151 vcl a11y: Let ComboBox create its accessible directly by Michael Weghorn · 11 months ago
  68. 01f3de9 vcl a11y: Let ScrollBar create its accessible directly by Michael Weghorn · 11 months ago
  69. 77e753e vcl a11y: Let FixedText create its accessible directly by Michael Weghorn · 11 months ago
  70. 14eff4a vcl a11y: Let FixedHyperlink create its accessible directly by Michael Weghorn · 11 months ago
  71. 5283354 vcl a11y: Let ListBox create its accessible directly by Michael Weghorn · 11 months ago
  72. e59f294 vcl a11y: Let RadioButton create its accessible directly by Michael Weghorn · 11 months ago
  73. 2a87fc4 vcl a11y: Let CheckBox create its accessible directly by Michael Weghorn · 11 months ago
  74. f82aac7 vcl a11y: Let PushButton create its accessible directly by Michael Weghorn · 11 months ago
  75. 374dd9f Unify on VclPtr::reset by Mike Kaganski · 11 months ago
  76. 64f9a69 Simplify VCLUnoHelper::CreateBitmap by Mike Kaganski · 11 months ago
  77. 5c4b4c2 toolkit a11y: Don't rely on control peer being XAccessible by Michael Weghorn · 11 months ago
  78. 1ebb7ce toolkit a11y test: Don't rely on XWindow being XAccessible by Michael Weghorn · 11 months ago
  79. c537e71 Remove obsolete fw declarations from toolkit/ by Gabor Kelemen · 12 months ago
  80. d8a908c toolkit: Drop unnecessary XWindow2 param specialization by Michael Weghorn · 11 months ago
  81. 887804d New Clang 21 trunk -Werror,-Wunnecessary-virtual-specifier by Stephan Bergmann · 11 months ago
  82. 2ae6a6b tdf#163816 Keep ratio of OLE object (chart...) by Laurent Balland · 1 year, 4 months ago
  83. 0cb6632 a11y: Merge OAccessibleComponentHelper and OCommonAccessibleComponent by Michael Weghorn · 1 year ago
  84. 6845b8a loplugin:constparam in various by Noel Grandin · 1 year ago
  85. 8c0d8f5 tdf#141415 reduce time spent loading language data by Noel Grandin · 1 year ago
  86. 132f22d tdf#157003 a11y: Replace AccessibleDropDownListBox Java with C++ test by Michael Weghorn · 1 year, 1 month ago
  87. 1b70403 a11y tests: Move more helpers from toolkit to test by Michael Weghorn · 1 year, 1 month ago
  88. cee4f55 toolkit a11y: Use existing Window::GetAccessibleParent by Michael Weghorn · 1 year, 1 month ago
  89. f69fa9e a11y tests: Move helpers from toolkit to test by Michael Weghorn · 1 year, 1 month ago
  90. 49323ab use more concrete UNO classes in toolkit by Noel Grandin · 1 year, 1 month ago
  91. 09e2627 use more concrete UNO types in some local vars by Noel Grandin · 1 year, 2 months ago
  92. 1218e02 vcl: menubtn.[hc]xx -> MenuButton.[hc]xx by Christopher Sherlock · 1 year, 2 months ago
  93. b666efe vcl: nType -> eType by Christopher Sherlock · 1 year, 4 months ago
  94. 5ff1b44 loplugin:unnecessaryvirtual by Noel Grandin · 1 year, 2 months ago
  95. cc8d33c uno grid a11y: Deduplicate 2 cases doing the same by Michael Weghorn · 1 year, 2 months ago
  96. 87ee088 uno grid a11y: Unify XAccessible implementation in base class by Michael Weghorn · 1 year, 2 months ago
  97. cf8a59f uno grid a11y: Use cppu::ImplInheritanceHelper by Michael Weghorn · 1 year, 2 months ago
  98. 7ebcd51 uno grid a11y: Drop method only declared, but not implemented by Michael Weghorn · 1 year, 2 months ago
  99. 3932222 uno grid a11y: Merge AccessibleGridControl{,Access} by Michael Weghorn · 1 year, 2 months ago
  100. 33a7e69 uno grid a11y: Drop check for a11y context disposed from outside by Michael Weghorn · 1 year, 2 months ago