diff options
author | marha <marha@users.sourceforge.net> | 2012-06-15 14:04:46 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-06-15 14:04:46 +0200 |
commit | a33de30073bfa0ee1abba186dba9fa52cf0aa23a (patch) | |
tree | 9eae122e901b9a1d1c7cfcfc2385202793a1f92a /libXaw/old-doc/CHANGES | |
parent | 7a2af605c2c2b0d2e9bbb0b161eba8842acefbcb (diff) | |
download | vcxsrv-a33de30073bfa0ee1abba186dba9fa52cf0aa23a.tar.gz vcxsrv-a33de30073bfa0ee1abba186dba9fa52cf0aa23a.tar.bz2 vcxsrv-a33de30073bfa0ee1abba186dba9fa52cf0aa23a.zip |
Updated to following packages:
freetype-2.4.10
libXaw-1.0.11
openssl-1.0.1c
Diffstat (limited to 'libXaw/old-doc/CHANGES')
-rw-r--r-- | libXaw/old-doc/CHANGES | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libXaw/old-doc/CHANGES b/libXaw/old-doc/CHANGES index 2eb316abb..a6a95fd85 100644 --- a/libXaw/old-doc/CHANGES +++ b/libXaw/old-doc/CHANGES @@ -28,11 +28,11 @@ AsciiSrc (Text): Memory leak when freeing pieces in a source of type "ascii String" has been plugged. - Buffer is now updated whenever the "string" resource is set using + Buffer is now updated whenever the "string" resource is set using XtSetValues(). If type is file then the file is read in again. Box: - The public header file now includes Xmu/Converters.h for the + The public header file now includes Xmu/Converters.h for the orientation resources. Clock: @@ -53,7 +53,7 @@ Form: Fixed EdgeTypes to be Xaw* instead of Xt*, but left the old definitions around with #define so that code will still work. - StringToWidget converter no longer caches resources. + StringToWidget converter no longer caches resources. Logo: Made subclass of simple instead of Core. @@ -67,13 +67,13 @@ MenuButton: * The MenuButton widget no longer places a server grab on itself. Instead, PopupMenu is registered as a grab action. As a result of this, clients which popped up menus without using XtMenuPopup - or MenuPopup or PopupMenu in the menu button translations will - fail to have a grab active. They should make a call to - XtRegisterGrabAction on the appropriate action in the application + or MenuPopup or PopupMenu in the menu button translations will + fail to have a grab active. They should make a call to + XtRegisterGrabAction on the appropriate action in the application initialization routine, or use a different translation. Paned: - The public header file now includes Xmu/Converters.h for the + The public header file now includes Xmu/Converters.h for the orientation resources. Panner: This widget is new in R5. @@ -86,14 +86,14 @@ Scrollbar: Made subclass of simple instead of Core Type of thumb resource is XtRBitmap; it used to be XtRPixmap. - However, if applications provide the resource conversion, the + However, if applications provide the resource conversion, the Scrollbar's SetValues can still handle pixmaps of correct depth. Simple: Added a color cursor converter. and the new resource types: XtNpointerColor XtNpointerColorBackground - XtNcursorName + XtNcursorName SmeBSB: Right bitmaps are now painted in the correct location. @@ -132,7 +132,7 @@ TextP.h: #define XawDEL 0x7f #define XawBSLASH '\\' - + Toggle: * Toggle widget state is preserved across changes in sensitivity. |