Changes between Version 133 and Version 134 of ReleaseNotes/Mainline
- Timestamp:
- 2021-06-29T20:12:52Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/Mainline
v133 v134 17 17 === Services and Drivers === 18 18 19 * Console now supports mouse input 20 * When running in console mode (e.g. EGA or with window system disabled) the mouse can now be used 21 * Raspberry Pi display driver can now detect the native display resolution and act accordingly 22 19 23 === File Systems === 20 24 … … 23 27 === Applications === 24 28 29 * Calculator now has a menu 30 * GFX Demo now displays a status line with description for each demo screen 31 25 32 === Libraries === 33 34 * GFX 35 * A graphic context can now perform clipping 36 * A graphic context can now control the hardware cursor 37 * User interface library 38 * Added menu bar / menu 39 * Added message dialog class 40 * Text entry now actually supports entering text (and sets I-beam cursor) 26 41 27 42 === Miscellaneous ===