changeset 2828:2c64d04abcf1

Update the readme with current information. Remove the future feature section that might not happen.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 04 Sep 2022 16:54:57 +0000
parents 455d539ac555
children c543f7df7867
files readme.txt
diffstat 1 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/readme.txt	Thu Sep 01 06:40:02 2022 +0000
+++ b/readme.txt	Sun Sep 04 16:54:57 2022 +0000
@@ -30,6 +30,8 @@
 
 Boxes with no expandable items will have their contents centered on 
     GTK2 instead of top or left justified on the other platforms.
+    Pack an expandable NULL item at the end of the box to keep the
+    same appearance as other platforms. 
 GTK3/4 due to changes in the core architecture does not support
     widgets that are smaller than what is contained within them,
     unless they use scrolled windows. GTK2 and other platforms do.
@@ -39,28 +41,26 @@
     minor bugs in entryfield based controls and major bugs in the MLE.
     The text displays properly but the cursor and selection jumps
     around oddly when passing over multibyte characters.
+System scaling on Windows versions earlier than 10 will scale the
+    individual controls, but will not scale the top-level window size.
+    Windows 10 and higher will scale both the controls and window.
 
 Known limitations:
 
 It is not safe on all platforms to operate on widgets before they
 are packed.  For portability pack widgets before operating on them.
 
-Future features:
-
-OS/2 is currently missing the HTML widget because the system does 
-not support it by default. Looking into importing functionality 
-from available libraries (Firefox, Webkit, Qt, etc).
-OS/2 is also missing a notification system, so the new notification
-APIs are not yet supported on OS/2.  May implement our own system 
-if a popular notification system is not already in existance.
-
 Changes from version 3.2:
 Added tree widget/control support for iOS and Android.
 Removed the lib and dll directories previously used on Windows and OS/2.
     On Windows x86 and x64 subdirectories are created automatically
     This allows platform specific versions to be accessible without a 
     rebuild. Also removed the DWDLLDIR variable on Windows. If you have
-    DWLIBDIR pointing to the "lib" subdirectly please remove "\lib".
+    DWLIBDIR pointing to the "lib" subdirectory please remove "\lib".
+Added DW_FEATURE_CONTAINER_MODE on Mobile platforms: iOS and Android.
+    DW_CONTAINER_MODE_DEFAULT: Minimal container; icon and text only.
+    DW_CONTAINER_MODE_EXTRA: Extra columns displayed on a second line.
+    DW_CONTAINER_MODE_MULTI: A separate clickable line for each column.
 
 
 Dynamic Windows Documentation is available at: