Skip to content

Introduce the AdwApplication class

The AdwApplication class will be in charge of initializing the library accordingly, as well as providing functionalities such as autoloading custom stylesheets.

TODO:

  • Docs
  • Tests

Questions:

  • Currently only style.css stays loaded, the rest of the styles replace each other, however... should style-hc-dark.css be stacked on top of style-hc.css, and style-hc.css on top of style.css? Or is the current behavior fine?
  • Should we drop adw-main.h in favor of AdwApplication?
Edited by Alice Mikhaylenko

Merge request reports