This page describes developer-visible changes in the 1.1 release of Google Gadgets for Mac, which is bundled with Google Desktop for Mac. This document doesn't cover changes that gadget users can see; those are listed in the end user release notes.
As a rule, the 1.1 release supports version 5.5 of the Google Desktop Gadget API. Exceptions are noted in Writing a Cross-Platform Gadget and marked with "Windows only" in the API reference documentation.
The version number has been updated to 1.1.*.*
(<mac minimumGadgetHostVersion="1.1.0.0"/>
).
The 1.1 release of Google Gadgets for Mac has almost all the 5.5 changes, including out-of-beta changes. Major additions include the following:
Of all the 5.5 changes, only the following are not in the 1.1 Mac release:
onundock
event —
Floating mode isn't supported on the Mac,
so this event is never sent.For details on changes introduced in 5.5, see the 5.5 release notes.
The following bugs were fixed in 1.1. This list includes only bugs that might affect your code. For a list of user-visible bugs fixed in 1.1, see the end user release notes.
appendElement()
and insertElement()
used to fail;
now it works.onclick
handler,
events weren't propagated to the view;
now the view gets events.audio
object.
Now you can use either
framework.audio
or audio
."Hello\nWorld"
)
used to be converted to spaces
(for example, "Hello World"
).
Now they correctly create a line break. The default font for edit objects is now Lucida Sans, which renders exactly like the previous default font (Lucida Grande) but also has an italic variant. If Lucida Sans isn't available, Lucida Grande is used instead.