GUIDRV_SLinEPD: Switching between partial- and full update does not work right. Problem solved.
Version 5.48p
Core:
Wrapping does not work with Shift-JIS. Problem solved.
Version 5.48o
Common:
Compiler warnings eliminated.
Version 5.48k
Core:
Under certain circumstances GUI_EnableAlpha() with drawing text does not work right and leads into using wrong colors. Problem solved.
Version 5.48j
Core:
Arabic text: Under certain circumstances a wrong representation form is shown. Problem solved.
Version 5.48i
Widget:
Under certain circumstances a set user draw function does not work properly. Fixed.
Version 5.48h
Widget:
GRAPH widget does not take width of scrollbar into account. Fixed.
Version 5.48g
Widget/Window Manager:
Issues fixed when defining WM_SUPPORT_TRANSPARENCY to 0.
EDIT widget has a timer for blinking cursor only when it is focused.
Version 5.48f
Core:
Unicode characters from a range above 0xFFFF where treated as non existing characters (e.g. Emojis). Now they will get processed but still can not be displayed.
Version 5.48d
Bitmap Converter:
16 bit color formats are not saved correctly. Problem solved.
Version 5.48c
Simulation:
Copy to clipboard does not work properly if using 16bpp color conversion. Problem solved.
Version 5.48b
Core:
GUI_DispFloatFix() displays numbers which exceed the given range. Problem solved.
Memory Devices:
Blurring takes too long. Problem solved by replacing the blurring function by a much faster version.
Version 5.48a
Antialiasing:
GUI_AA_DrawCircle() is not displayed properly with a pen size set. Problem solved.
Display driver:
Renamed internal function, due to conflicts.
Version 5.48
Core:
Animation:
- Doesn't behave correctly when GUI_Exit() is called. Fixed.
PNG:
- If GUI_USE_ARGB is enabled, a PNG without transparency wasn't draw. Fixed.
BMP:
- BMPs with a palette are not displayed properly. Fixed.
Widgets:
TREEVIEW:
- Widget does not send WM_NOTIFICATION_SEL_CHANGED if selection changed by mouse click. Fixed.
SWIPELIST:
- SWIPELIST_GetBkColor and SWIPELIST_SetBkColor didn't unlocked emWin. Fixed.
TEXT:
- TEXT_GetNumLines() returns wrong number of lines due to wrong font set. Now uses the the font set for the TEXT widget.