@@ -271,6 +271,7 @@ Later support was widened in [#2254] by [@PolyMeilex].
271
271
- Fixed all the broken links that originated from Druid crates. ([ #2338 ] by [ @xStrom ] , [ #1730 ] by [ @RichardPoole42 ] , [ #2158 ] by [ @yrns ] )
272
272
- Removed outdated section in ` LifeCycle::WidgetAdded ` docs. ([ #2320 ] by [ @sprocklem ] )
273
273
- Removed outdated line in ` KeyEvent ` docs. ([ #2247 ] by [ @amtep ] )
274
+ - Implemented standardized Druid naming convention. ([ #2337 ] by [ @xStrom ] )
274
275
275
276
### Examples
276
277
@@ -474,16 +475,16 @@ values and their textual representations. ([#1377])
474
475
475
476
#### X11 backend for druid-shell.
476
477
477
- [ @crsaracco ] got us started and implemented basic support to run druid on bare-metal X11 in [ #599 ] .
478
+ [ @crsaracco ] got us started and implemented basic support to run Druid on bare-metal X11 in [ #599 ] .
478
479
Additional features got fleshed out in [ #894 ] and [ #900 ] by [ @xStrom ]
479
480
and in [ #920 ] , [ #961 ] , and [ #982 ] by [ @jneem ] .
480
481
481
- While still incomplete this lays the foundation for running druid on Linux without relying on GTK.
482
+ While still incomplete this lays the foundation for running Druid on Linux without relying on GTK.
482
483
483
484
#### Web backend for druid-shell.
484
485
485
486
[ @elrnv ] continued the work of [ @tedsta ] and implemented a mostly complete web backend
486
- via WebAssembly (Wasm) in [ #759 ] and enabled all druid examples to
487
+ via WebAssembly (Wasm) in [ #759 ] and enabled all Druid examples to
487
488
[ run in the browser] ( https://elrnv.github.io/druid-wasm-examples/ ) .
488
489
489
490
While some features like the clipboard, menus or file dialogs are not yet available,
@@ -494,8 +495,8 @@ all fundamental features are there.
494
495
[ @cmyr ] continued the work of [ @jrmuizel ] and implemented Core Graphics support for Piet in
495
496
[ piet #176 ] ( https://github.com/linebender/piet/pull/176 ) .
496
497
497
- Those changes made it into druid via [ #905 ] .
498
- This means that druid no longer requires cairo on macOS and uses Core Graphics instead.
498
+ Those changes made it into Druid via [ #905 ] .
499
+ This means that Druid no longer requires Cairo on macOS and uses Core Graphics instead.
499
500
500
501
### Added
501
502
@@ -622,7 +623,7 @@ This means that druid no longer requires cairo on macOS and uses Core Graphics i
622
623
623
624
### Outside News
624
625
625
- - There are new projects using druid :
626
+ - There are new projects using Druid :
626
627
- [ Kondo] ( https://github.com/tbillington/kondo ) Save disk space by cleaning unneeded files from software projects.
627
628
- [ jack-mixer] ( https://github.com/derekdreery/jack-mixer ) A jack client that provides mixing, levels and a 3-band eq.
628
629
- [ kiro-synth] ( https://github.com/chris-zen/kiro-synth ) An in progress modular sound synthesizer.
@@ -1172,6 +1173,7 @@ Last release without a changelog :(
1172
1173
[ #2330 ] : https://github.com/linebender/druid/pull/2330
1173
1174
[ #2331 ] : https://github.com/linebender/druid/pull/2331
1174
1175
[ #2335 ] : https://github.com/linebender/druid/pull/2335
1176
+ [ #2337 ] : https://github.com/linebender/druid/pull/2337
1175
1177
[ #2338 ] : https://github.com/linebender/druid/pull/2338
1176
1178
[ #2340 ] : https://github.com/linebender/druid/pull/2340
1177
1179
[ #2343 ] : https://github.com/linebender/druid/pull/2343
0 commit comments