Changes between Version 139 and Version 140 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2021-09-29T14:39:36Z (3 years ago)
Author:
Jiri Svoboda
Comment:

Edit ported to libui

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v139 v140  
    3434  * Calculator now has a menu
    3535  * GFX Demo now displays a status line with description for each demo screen
     36  * Text Editor (/app/edit) was ported to libui (text mode)
     37    * It now has a menu and dialog windows
    3638  * Tetris now displays color in EGA text mode / serial console again
    3739
     
    4345  * User interface library
    4446    * Added menu bar / menu
    45     * Added message dialog class
     47    * Added message dialog class (displays a message)
     48    * Added prompt dialog class (prompts user to enter a single line of text)
     49    * Added file dialog class
    4650    * Text entry now actually supports entering text (and sets I-beam cursor)
    4751  * C library