1. 9a58c09 Ignore failing test sliderPosition_valueCoercion by Julia McClellan · 1 year, 2 months ago
  2. e9809c6 Centralize lint configuration in LintConfiguration.kt by Alan Viverette · 1 year, 2 months ago
  3. a6b84f7 Revert "Centralize lint configuration in LintConfiguration.kt" by Aurimas Liutikas · 1 year, 2 months ago
  4. cba23f4 Centralize lint configuration in LintConfiguration.kt by Alan Viverette · 1 year, 3 months ago
  5. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 2 months ago
  6. 57e51bf Removes androidx.compose.multiplatformEnabled flag by Louis Pullen-Freilich · 1 year, 3 months ago
  7. 7ef42b6 Extract SDK config that varies downstream to Gradle properties by Alan Viverette · 1 year, 3 months ago
  8. 63b9b29 Add bug components to various OWNERS files that were missing them by Aurimas Liutikas · 1 year, 3 months ago
  9. 769a78e Merge changes from topic "281081899_component_names" into androidx-main by Alan Viverette · 1 year, 4 months ago
  10. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 4 months ago
  11. 223f7ff Fix Maven name for Compose Desktop by Alan Viverette · 1 year, 4 months ago
  12. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 4 months ago
  13. 6ab6b81 Reland "Foundations of gradle-mpp configuration for Compose" by Jim S · 1 year, 5 months ago
  14. b01417b Revert "Foundations of gradle-mpp configuration for Compose" by Aurimas Liutikas · 1 year, 5 months ago
  15. f470965 Foundations of gradle-mpp configuration for Compose by Jim S · 1 year, 5 months ago
  16. 22d139f Revert "Convert Compose to use Collections KMP Structure" by Aurimas Liutikas · 1 year, 6 months ago
  17. d77017b Convert Compose to use Collections KMP Structure by Jim Sproch · 1 year, 8 months ago
  18. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 10 months ago
  19. 8ee2f6e Validating that the autodetected groupId matches the explicitly set groupId for non-published projects too by Jeff Gaston · 1 year, 10 months ago
  20. e863b47 Remove PointerIcon ExperimentalComposeUiApi by Gina Domergue · 1 year, 11 months ago
  21. 84c9f8b Fix migration to Gradle 7.6-milestone-1-bin (desktop module) by Igor Demin · 2 years ago
  22. 87e3bd0 Fix Compose project KotlinCompile task remote caching by Aurimas Liutikas · 2 years, 3 months ago
  23. a8a8ac1 Apply top bar height as inner padding in material3 Scaffold by Alex Vanyo · 2 years, 7 months ago
  24. 0790743 Remove FocusOrder DelegatingLayoutNodeWrapper by George Mount · 2 years, 7 months ago
  25. e529c7e Fix consuming events of undecorated resizable window by Igor Demin · 2 years, 10 months ago
  26. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 10 months ago
  27. b69dc5d1 Merge changes I2fc4c552,I20be23cb into androidx-main by Treehugger Robot · 2 years, 8 months ago
  28. 856d4f9 Change LibraryGroups.Compose.* to be COMPOSE_* for consistency. by Aurimas Liutikas · 2 years, 8 months ago
  29. e01ac71 Desktop. Pass PointerButtons and PointerKeyboardModifiers to ComposeScene instead of reading them from AWT event by Igor Demin · 2 years, 8 months ago
  30. 1475590 Desktop uses composition local FontFamily.Resolver by Sean McQuillan · 2 years, 8 months ago
  31. aebb53d Integrate FontFamily.Resolver into desktop by Sean McQuillan · 2 years, 9 months ago
  32. f3906a0 Desktop ContextMenu by Andrey Rudenko · 3 years ago
  33. 73805b3 Support for changing pointer icon that's hovering components via by Andrey Rudenko · 3 years, 3 months ago
  34. c0fef3a Upgrade to Gradle 7.3-rc1 by Aurimas Liutikas · 3 years ago
  35. 9bec81f Support hoverable indication, use hoverable in other modifiers and components by Igor Demin · 3 years ago
  36. 26491f6 Desktop. Refactor ui API (rename, mark experimental or internal) by Igor Demin · 3 years ago
  37. 3da90d6 Merge "Desktop. Refactor ui-graphics API (rename, mark experimental or internal)" into androidx-main by Treehugger Robot · 3 years ago
  38. 7bd67e6 Merge "Desktop. Refactor foundation API (rename, mark experimental or internal)" into androidx-main by Treehugger Robot · 3 years ago
  39. bad32c7 Merge changes Ia642a3c9,I3b74fbc3 into androidx-main by Treehugger Robot · 3 years ago
  40. c6eb538 Desktop. Refactor ui-graphics API (rename, mark experimental or internal) by Igor Demin · 3 years ago
  41. 257bd918 Desktop. Refactor foundation API (rename, mark experimental or internal) by Igor Demin · 3 years ago
  42. 4e8cbb7 Desktop. Refactor ui-test-junit4 API (rename, mark experimental or internal) by Igor Demin · 3 years ago
  43. 7ea57e5 Desktop. Remove deprecated API which was deprecated in alpha by Igor Demin · 3 years ago
  44. 696176b5 fix in compose:desktop:desktop for configuration caching of project.group by Jeff Gaston · 3 years ago
  45. e2806ef Merge "Desktop. Get rid of DesktopTheme, integrate ScrollbarStyle into MaterialTheme/desktopMain" into androidx-main by Treehugger Robot · 3 years ago
  46. 4c169c3 Desktop. Get rid of DesktopTheme, integrate ScrollbarStyle into MaterialTheme/desktopMain by Igor Demin · 3 years, 2 months ago
  47. 3c889f70 Desktop. Move from Modifier.pointerMove to Modifier.pointerInput + event.type by Igor Demin · 3 years, 1 month ago
  48. c8ac895 Desktop. Move screenshots from ui-desktop to compose/ui/ui-desktop by Igor Demin · 3 years, 1 month ago
  49. 666614b Upgrade to Kotlin 1.5.30 by Jim Sproch · 3 years, 1 month ago
  50. d30e019 splitting buildSrc plugin implementations into separate plugins by Jeff Gaston · 3 years, 1 month ago
  51. 305270d Merge "Tooltip positioning improvements." into androidx-main by Treehugger Robot · 3 years, 1 month ago
  52. f34661d Desktop. Allow Window/Dialog in any Composable by Igor Demin · 3 years, 2 months ago
  53. 1aefc9e Desktop. Implement AlertDialog for new window API as Popup by Igor Demin · 3 years, 2 months ago
  54. feb7f03 Desktop. Move samples to the new window API by Igor Demin · 3 years, 2 months ago
  55. e8e748e Desktop. Move android.compose.desktop.* to androidx.compose.ui.awt.* by Igor Demin · 3 years, 2 months ago
  56. 4f24962 Desktop. Deprecate the old window API, remove experimental annotation from the new by Igor Demin · 3 years, 2 months ago
  57. cfe3051 Desktop. Implement WindowDraggableArea for new Composable Window API by Igor Demin · 3 years, 2 months ago
  58. be961a5 Desktop. Introduce common WindowScope for Window and Dialog by Igor Demin · 3 years, 2 months ago
  59. 3dc682a Desktop. Change API for resource loading by Igor Demin · 3 years, 8 months ago
  60. 3d2e48d Move desktop's button press and keyboard modifier to common by George Mount · 3 years, 2 months ago
  61. 95d0881 Desktop. Fix crash when dragging invisible scrollbar in a lazy list by Igor Demin · 3 years, 2 months ago
  62. 5ed8687 Tooltip positioning improvements. by Andrey Rudenko · 3 years, 2 months ago
  63. ca4199a Merge "Desktop. Simple entry point for single-window applications" into androidx-main by Jim Sproch · 3 years, 2 months ago
  64. af83f13 Merge "Desktop. Menu. Support shortcuts and mnemonics for menu items" into androidx-main by Jim Sproch · 3 years, 2 months ago
  65. 0477370 Desktop. Simple entry point for single-window applications by Igor Demin · 3 years, 2 months ago
  66. 3a336a7 Desktop. Menu. Support shortcuts and mnemonics for menu items by Igor Demin · 3 years, 2 months ago
  67. f656a15 MPPify ui-tooling-preview by Jim Sproch · 3 years, 2 months ago
  68. 229e144 Merge "Add ui-tooling dependency to :compose:desktop:desktop" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  69. 8bc92b5 Desktop. Menu. Support icon, CheckboxItem, RadioButtonItem by Igor Demin · 3 years, 2 months ago
  70. 9353b18 Add ui-tooling dependency to :compose:desktop:desktop by Alexey Tsvetkov · 3 years, 2 months ago
  71. f04f0d9 Desktop. Replace java.awt.Image by Painter in Window API by Igor Demin · 3 years, 2 months ago
  72. 278a229 Tooltip alignment relative to the component. by Roman Sedaikin · 3 years, 2 months ago
  73. ce9382c Merge "Experimental desktop pointer APIs" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  74. eacf1e0 Experimental desktop pointer APIs by Andrey Rudenko · 3 years, 3 months ago
  75. 3af5152 Desktop. Fix test InputsTest.sliderPosition_valueCoercion by Igor Demin · 3 years, 3 months ago
  76. 6b442ba Add support for compose-desktop on linux/arm_64 by Oleksandr Karpovich · 3 years, 3 months ago
  77. 0be5012 Desktop. Support onKeyEvent at Window/Dialog/Popup level by Igor Demin · 3 years, 3 months ago
  78. 9c86cb6 Desktop. Composable Window API. Demos by Igor Demin · 3 years, 5 months ago
  79. da13d68 Merge "Fixed focusing of popups." into androidx-main by Treehugger Robot · 3 years, 3 months ago
  80. 2e9b0d2 Fixed focusing of popups. by Roman Sedaikin · 3 years, 3 months ago
  81. 4b0918a Move skiko dependency to version catalogs by Aurimas Liutikas · 3 years, 3 months ago
  82. bf13cac Merge "Fixes Compose ClassVerificationFailure lint errors" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  83. 975d5e6 Merge "Allow self-sufficient desktop build for Github repository." into androidx-main by Jim Sproch · 3 years, 3 months ago
  84. a380109 Allow self-sufficient desktop build for Github repository. by Nikolay Igotti · 3 years, 4 months ago
  85. 3b2dde1 Fixes Compose ClassVerificationFailure lint errors by Louis Pullen-Freilich · 3 years, 3 months ago
  86. 41a611f Migrate the rest of compose to version catalogs by Aurimas Liutikas · 3 years, 3 months ago
  87. c8a26b8 Removes remaining androidx.ui references by Louis Pullen-Freilich · 3 years, 4 months ago
  88. 330abae Merge "Revert "Fix Compose Desktop build with Kotlin 1.4.* and Gradle 7"" into androidx-main by Aurimas Liutikas · 3 years, 4 months ago
  89. 54feebac Revert "Fix Compose Desktop build with Kotlin 1.4.* and Gradle 7" by Aurimas Liutikas · 3 years, 4 months ago
  90. 5498505 Mark Compose Key constants as experimental by Adam Powell · 3 years, 4 months ago
  91. dde3f67 Tooltip implementation. by Roman Sedaikin · 3 years, 4 months ago
  92. 848040d Merge "Desktop. Move Dialog/Menubar/Tray to androidx.compose.ui.window.v1" into androidx-main by Jim Sproch · 3 years, 4 months ago
  93. 7c097c4 Desktop: Scrollbars. Adaptive size, calculate itemCount/averageItemSize by the current visible content by Igor Demin · 3 years, 4 months ago
  94. 8aa4e75 Desktop. Move Dialog/Menubar/Tray to androidx.compose.ui.window.v1 by Igor Demin · 3 years, 5 months ago
  95. 3d154a9 Implement URI handler for desktop. Test: manual by Nikolay Igotti · 3 years, 4 months ago
  96. df377b1 Merge "Fixed positioning of ContextMenu when using MenuBar." into androidx-main by Treehugger Robot · 3 years, 4 months ago
  97. 1d13339 Merge "Updated WindowDraggableArea." into androidx-main by Treehugger Robot · 3 years, 4 months ago
  98. 9a83228 Fixed positioning of ContextMenu when using MenuBar. by Roman Sedaikin · 3 years, 5 months ago
  99. dd50c59 Fix Compose Desktop build with Kotlin 1.4.* and Gradle 7 by Alexey Tsvetkov · 3 years, 4 months ago
  100. e9ef17e Desktop: rename *Ambient to Local* by Igor Demin · 3 years, 5 months ago