aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/main_window.vala
Commit message (Collapse)AuthorAgeFilesLines
* main_window: Use AdwApplicationWindowChristopher Davis2023-07-081-1/+1
| | | | | The main window of an app should be an ApplicationWindow. These windows provide nicer APIs for actions and more.
* Fix UI for libadwaitaMarvin W2023-01-251-4/+4
|
* Use Adw.StatusPage instead of custom placeholdersfiaxh2023-01-241-13/+6
|
* Change Gtk.Paned to Adw.Leaflet in MainWindowTeemu Ikonen2023-01-241-5/+8
|
* Remove set_window_buttons() from MainWindowTeemu Ikonen2023-01-241-14/+0
|
* Use Adw.HeaderBar for CSD header barsTeemu Ikonen2023-01-241-0/+2
| | | | | This allows showing the correct buttons with 'show-start-title-buttons' and 'show-end-title-buttons' properties when folding.
* Convert main window layout to 2 vertical boxesTeemu Ikonen2023-01-241-19/+13
| | | | | Use Adw.Window as main window widget, add the now missing HeaderBars to MainWindowPlaceholder and MainWindow in the NoCSD case.
* Move icons out of scalable/ui/ since it's not allowed by icon naming specfiaxh2022-09-181-1/+1
|
* Improve Gtk4 portfiaxh2022-07-271-2/+2
|
* Port from GTK3 to GTK4fiaxh2022-07-271-54/+53
|
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-121-4/+4
|
* Fix some typos in variable names (#1016)Sergey2021-03-091-3/+3
| | | | | * Fix WelcomePlaceholder typo * Fix DEFAULT_TABLE_NAME typo
* Update translationsTranslations2020-05-171-13/+0
|
* Rename UnifiedWindow -> MainWindowfiaxh2020-02-221-0/+237