Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement support for Popup annotations #6792

Merged
merged 1 commit into from
Dec 26, 2015

Commits on Dec 25, 2015

  1. Implement support for Popup annotations

    Most code for Popup annotations is already present for Text annotations.
    This patch extracts the popup creation logic from the Text annotation
    code so it can be reused for Popup annotations.
    
    Not only does this add support for Popup annotations, the Text
    annotation code is also considerably easier. If a `Popup` entry is
    available for a Text annotation, it will not be more than an image. The
    popup will be handled by the Popup annotation. However, it is also
    possible for Text annotations to not have a separate Popup annotation,
    in which case the Text annotation handles the popup creation itself.
    timvandermeij committed Dec 25, 2015
    Configuration menu
    Copy the full SHA
    7d43971 View commit details
    Browse the repository at this point in the history