Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • G gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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
  • Librem5
  • debs
  • gtk
  • Merge requests
  • !1

WIP: Render im span as selection

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Dorota Czaplejewicz requested to merge render_span into gtk-3-24 Aug 08, 2018
  • Overview 3
  • Commits 1
  • Pipelines 1
  • Changes 7

I attempted to have TextArea apply a font style via a custom PangoAttr, private to GTK. The attribute works when it's created directly in the renderer, but not when it's passed from the IM. It gets stripped from the attributes passed to the renderer.

I don't know how to provide a reduced test case, since GtkTextView does't seem to provide a way to directly appy PangoAttrs like imcontext does.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: render_span