Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | app: define two dialog constructors | Koni Marti | 2024-01-29 | 1 | -0/+28 |
| | | | | | | | | | | | | | Define two new constructor functions for the popup dialog. DefaultDialog() creates a dialog that spans half of the screen, whereas the LargeDialog() covers three-quarter of the screen. If a dialog widget has more specific size requirements, custom window position and window height functions can be used with NewDialog(). Signed-off-by: Koni Marti <koni.marti@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc> | ||||
* | widgets: rename package to app | Robin Jarry | 2023-10-10 | 1 | -0/+24 |
This is the central point of all aerc. Having it named widgets is confusing. Rename it to app. It will make a cleaner transition when making the app.Aerc object available globally in the next commit. Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Moritz Poldrack <moritz@poldrack.dev> |