Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gtk gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1.6k
    • Issues 1.6k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 239
    • Merge requests 239
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gtkgtk
  • Merge requests
  • !112

Replace gtk_text_input with text_input_unstable_v3 support

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed dcz requested to merge dcz/gtk:gtk-3-22 into gtk-3-22 Apr 11, 2018
  • Overview 7
  • Commits 1
  • Pipelines 2
  • Changes 5

This change is part of Purism's efforts to standardize a single text input protocol across Wayland.

Currently, Gtk and Qt, as well as respective compositors, use different text_input protocols and are not 100% compatible with each other. zwp_text_input_v3 is based off gtk_text_input, and was submitted for inclusion in wayland-protocols after extensive feedback mostly from Sway/wlroots.

The protocol is already implemented in wlroots, and this change adds client support on the Gtk side. We're on track discussing s

Changes compared to gtk_text_input are minimal:

  • naming and formatting: gtk -> zwp, etc.
  • removed serial numbers, since they are gone in the new proposal.

Feedback welcome!

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gtk-3-22