Changes between Version 129 and Version 130 of ReleaseNotes/Mainline
- Timestamp:
- 2021-03-16T00:27:25Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/Mainline
v129 v130 45 45 * GUI applications no longer require specifying display service as the first argument (it is optional) 46 46 * Calculator (formerly vcalc) has a more standard button layout and can be controlled by the keyboard 47 * Calculator can be run in console mode (experimental, {{{calculator -d cons@}}}) 47 48 * Viewer fullscreen mode is now activated by passing {{{-f}}} (previously image had to be the size of the screen) 48 49 * GFX Demo … … 51 52 * Very simplistic editor, does not have proper UI yet 52 53 * Used to create proportional font for the UI 54 * Split UI Demo and Hello World 55 * UI Demo (start from launcher) demonstrates all UI elements 56 * Hello World (/app/hello) is a minimalist UI application 53 57 * Mostly fixed {{{/app/trace}}} (but still sometimes does not terminate correctly) 54 58 * Bdsh {{{alias}}} command … … 65 69 * Libui 66 70 * New user interface library based on GFX 67 * Uses proportional font 71 * Uses proportional font (Helena typeface) 72 * Added check box, radio button, slider UI controls 73 * Text mode support (WIP) 68 74 * Removed libgui, libdraw, libsoftrend 69 75 * Libgfxfont