Changes between Version 133 and Version 134 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2021-06-29T20:12:52Z (3 years ago)
Author:
Jiri Svoboda
Comment:

libui, console, raspberry pi

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v133 v134  
    1717=== Services and Drivers ===
    1818
     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
    1923=== File Systems ===
    2024
     
    2327=== Applications ===
    2428
     29  * Calculator now has a menu
     30  * GFX Demo now displays a status line with description for each demo screen
     31
    2532=== 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)
    2641
    2742=== Miscellaneous ===