elementary / gala

Gala Window Manager for elementary OS and Pantheon
https://elementary.io
GNU General Public License v3.0
275 stars 77 forks source link

Use GTK for the WindowSwitcher #2063

Open leolost2605 opened 2 months ago

leolost2605 commented 2 months ago

This is more a POC mainly motivated because mutter plans to remove Clutter.Text in their effort to remove the Cairo dependency. The WindowSwitcher is our main consumer of Clutter.Text (the other one being the tooltip which isn't that important since we always have thumbnails when using it). Reimplementing Clutter.Text in Gala is AFAICT not practical since it's a >5000 line c file IIRC.