MenuEdit: Update to version 2.2 - add multi select for objects
Fix bugs in menuDesigner
Tests: Add testcases for color conversion bugs fixed in menu-interpreter
MenuInterpreter: Bugfixes: Better color conversion of images to the output format
Change Form4 to desktop center
Update changelog files and readme to the current release 2.0 zip file
Update changelogs. Now version 2.0 really
Tagging version 2.0
Add empty tag directory
Update windows batch file, release creation script and changelog
Fix bug while drawing a list with colors and add a testcase therefore. Update tutorial.
Add min, max, average cycle values to stats in stm-demo
Add performance (used cycles) sampling to stm-demo
Update compile.sh and readme file.
Add demo application for STM32F411RE
Bugfixes with GFX and RAM storage: Set define in generated header to include code. Check for NULL pointer in interpreter.
Add bytecode version information to generated header file
Change exported C arrays to uint8_t and const. Update sample projects to use 8bit action type
Update documentation
Cleanup of GFX code. Replace 8x15 font by own one. Change license of menuInterpreter to MPL version 2.0.
Support menu test by gcc or clang.
Run library tests with clang and not just gcc.
Fix proper detection of linebreaks in lists for the preview window
Add text with defined keys to mouse demo. a-z and 0-9 are now accepted as key input.
Bugfix: Only draw the first line of a list in the preview of MenuEdit. Avoids the GUI to be non responding for several seconds if lists are long.
Readjust mouse demo and test application to draw proper rectangles and round dots with window/screen size
Change action to be an uint8_t if there are less than 255 actions defined and the bytecode uses 16bit addresses. Code cleanup.
Make MenuEdit free of compiler warnings, clean up code. Complete running tests parallel.
Add transparency option to objects with text. Update test cases to test color conversions and run in parallel.
Mayor rework adding colors. Switching interfaces to uint*_t datatypes.
Bugfixes of menuEditor, add forgotten file. Still requires newer version of menuInterpreter.
Completely rework color output. This version does not work with the current interpreter.
Add image RGB 8Bit support. Export is a little bit slow for images.
Disable debug print. Release version 1.9
Complete 4Bit greyscale support. Add partial 8bit RGB support. Add testcases for 4Bit greyscale and 7segment outputs.
Add test and interpreter functionality for 7 segment displays.
Add most of 4Bit greyscale support. Fix a bug in the editor where the selected font was reset back to zero.
Make some functions static to reduce compile size. Use defines to avoid compiler warnings.
Bugfix verion 1.8.1. Make sure multi-image work...
Compatiblity fixes for systems not using UTF-8 ...
Add testcase for lecay iso8859 option.
Update testcases and samples, add documentation...
Major rework on text renderer. Supports now UTF...
Add license and source for 8x15 font
Add anti antialias function
Fix selecting preview language after loading a ...
Export avr-demo again. Fixing compiling error w...
Update screenshot of Menuedit in hello world ho...
Add test for unsupported character and multiple...
Update test cases to export with UTF-8 if they ...
Add UTF-8 support for font generator. Add speci...
Update graphviz and resizing functions
Minor bug fixes, better error checking, graphvi...
Adapt release script, add files needed for wind...
Adapt 8x16 renderer to new 5x5 font
Typo fixed.
5x5 font completed. Utf8 export. Testcase for 5...
Font generator for 5x5 font
Add 5x5 font generation
Add 5x5 export in font generator and fix utf ch...
Typos corrected
Minor imrpovements on editor. Will be version 1.7
Optimization