Skip to content

#446 chunk D: Popups and overlays (tooltip, completion, ctx menu, dialog) #463

Description

@JDonaghy

Sub-task of #446 — Migrate GTK draw wiring to ScreenLayout::draw()

Scope (chunk 4 of 4): Popup and overlay surfaces

Migrate popup surfaces that already use pre-computed layout structs. These should be the easiest to migrate since their layout is computed independently of the rasteriser.

Surfaces:

  • Tooltip — Surface::Tooltip, uses TooltipLayout
  • Completion popup — Surface::Completions, uses CompletionsLayout
  • Context menu — Surface::ContextMenu, uses ContextMenuLayout
  • Dialog — Surface::Dialog, uses DialogLayout
  • Rich text popup (hover) — Surface::RichTextPopup, uses RichTextPopupLayout
  • Find/replace overlay — Surface::FindReplace
  • Toast stack — Surface::Toast
  • Palette (all pickers) — Surface::Palette

Note: These may be migratable independently of chunks B and C since they use their own layout structs. Could be done in parallel.

Branch: continue on issue-446-screen-layout-draw or separate branch if done in parallel.

Depends on

Related

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions