mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-05 05:14:13 +01:00
- fixed a bug in the icon chooser dialog that made the selected icon look
wrong if it had alpha blending. - fixed a bug in WMReparentWidget() - added WMReparentWidget() to WINGs.h
This commit is contained in:
@@ -29,7 +29,7 @@ Changes since wmaker 0.64.0:
|
||||
performance a bit.
|
||||
- replaced some recursive code with iterative code in selection.c
|
||||
- added WMCreateBlendedPixmapFromRImage()
|
||||
- Small API change:
|
||||
- small API change:
|
||||
1. Renamed WMSetApplicationIconImage(), WMGetApplicationIconImage() and
|
||||
WMSetWindowMiniwindowImage() to respectively WMSetApplicationIconPixmap(),
|
||||
WMGetApplicationIconPixmap() and WMSetWindowMiniwindowPixmap()
|
||||
@@ -46,6 +46,8 @@ Changes since wmaker 0.64.0:
|
||||
- updated panels to use the newly available RImages if present and fallback
|
||||
to old WMPixmaps if not, to properly show alpha blended images.
|
||||
- replaced some still left malloc's with wmalloc's.
|
||||
- fixed a bug in WMReparentWidget()
|
||||
- added WMReparentWidget() to WINGs.h
|
||||
|
||||
|
||||
changes since wmaker 0.63.1:
|
||||
|
||||
Reference in New Issue
Block a user