Skip to content

Commit aa70386

Browse files
committed
Reflect recent features
1 parent 8b94421 commit aa70386

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ interesting challenges for graphical system design and implementation.
1212

1313
To address these challenges, `Mado` has been developed. Drawing from ideas used
1414
in modern window systems for larger environments, `Mado` provides overlapping
15-
translucent windows, anti-aliased graphics, and scalable fonts within a memory
16-
budget of several kilobytes. `Mado` embeds window management directly into the
17-
toolkit, supporting resizing, moving, and minimizing without external control.
18-
The toolkit automatically constructs suitable decorations for each window as
19-
regular toolkit objects, and the normal event dispatch mechanism directs window
20-
management activities.
15+
translucent windows, anti-aliased graphics, drop shadow, animations, and scalable
16+
fonts within a memory budget of several kilobytes. `Mado` embeds window management
17+
directly into the toolkit, supporting resizing, moving, and minimizing without
18+
external control. The toolkit automatically constructs suitable decorations for
19+
each window as regular toolkit objects, and the normal event dispatch mechanism
20+
directs window management activities.
2121

2222
`Mado` is a continuation of the work on [TWIN](https://keithp.com/~keithp/talks/twin-ols2005/),
2323
originally developed by Keith Packard. 'Mado' means 'window' in the language of

0 commit comments

Comments
 (0)