EZWGL V 1.3
Changes since V1.2
- Completed the man pages.
- Eliminated pointer wraping when using keyboard accelerators.
- Implemented an explicit keyboard focusing model. Added two
new procedures
EZ_SetKbdHighlightColor
and
EZ_SetKbdHighlightColorRGB
and a new configuration option
EZ_HIGHLIGHT_PAD
and
for highlighting keyboard focus.
- Menus now have a default tear-off item as its first entry. There
is a new configuration option
EZ_MENU_TEAR_OFF
for removing the tear-off bar.
- Two new widgets: a RawXWindow widget and a RowColumn widget. The
latter implements the grid bag geometry manager. There are a few
configurations for RowColumn widgets:
EZ_GRID_CELL_GEOMETRY,
EZ_GRID_CELL_PLACEMENT, EZ_GRID_CONSTRAINS,
EZ_GRID_ROW_CONSTRAINS
and
EZ_GRID_COLUMN_CONSTRAINS
- Applied a patch contributed by Arno Dabekaussen
for handing "bmp" images.
- Added "jpeg" support. It needs libjpeg (release 6a of 7-Feb-96).
- Added a few configuration options for user convenience:
EZ_LOCATION, EZ_SIZE, EZ_SIZE_HINT, EZ_GEOMETRY
- A few bug fixes.