- 27 Apr, 2020 3 commits
-
-
Adrien Plazas authored
This will help the pane fit in narrower widths.
-
Adrien Plazas authored
This will help the pane fit in narrower widths.
-
Adrien Plazas authored
-
- 23 Apr, 2020 1 commit
-
-
Adrien Plazas authored
This helps the accounts editor fit in narrow screens.
-
- 17 Apr, 2020 1 commit
-
-
Adrien Plazas authored
This avoids using wide hardcoded margins and instead adapt to the available size.
-
- 19 Mar, 2020 14 commits
-
-
Adrien Plazas authored
This implements the new designs, uncluttering the header bar to allow the mobile mode. It's already possible to reply or forward from a specific message.
-
Adrien Plazas authored
Navigate forward when activating a folder and when activating a conversation while the window is folded.
-
Adrien Plazas authored
This will simplify navigation when folded.
-
Adrien Plazas authored
This will simplify navigation when folded.
-
Adrien Plazas authored
This allows moving back to previous panes.
-
Adrien Plazas authored
This keeps the swiping state of the leaflets in sync.
-
Adrien Plazas authored
This will be used to sync the swipe state of the leaflets.
-
Adrien Plazas authored
There is no way to navigate into the app, but it's a start.
-
Adrien Plazas authored
Bind each pane's elements minimum size requests via size groups.
-
Adrien Plazas authored
This will be used to sync requests of the panes.
-
Adrien Plazas authored
Split it into a folder header and a conversations header. This is needed to properly split the 3 panes. Fixes https://gitlab.gnome.org/GNOME/geary/issues/442.
-
Adrien Plazas authored
Move it at above the conversations but not above the folders. This is needed to properly split the 3 panes.
-
Adrien Plazas authored
This won't be needed to save horizontal space when using HdyLeaflet, and it would make porting to it harder.
-
Adrien Plazas authored
This is needed to replace GtkPaned by HdyLeaflet. This breaks syncing the size of the headerbar with the rest of the window, it will be fixed in a later commit.
-
- 13 Mar, 2020 1 commit
-
-
Michael Gratton authored
-
- 10 Mar, 2020 2 commits
-
-
Federico Bruni authored
-
Federico Bruni authored
-
- 06 Mar, 2020 2 commits
-
-
Michael Gratton authored
Avoid overlong regex line in javascript. See merge request GNOME/geary!419
-
Michael Gratton authored
Workaround type initialisation deadlock in GObject See merge request GNOME/geary!407
-
- 04 Mar, 2020 4 commits
-
-
Balázs Meskó authored
-
Federico Bruni authored
-
Michael Gratton authored
Application.Controller: Permit notifications when no main window Closes #716 See merge request GNOME/geary!420
-
Michael Gratton authored
If there's no main window, the app must be running hidden, so notifications should be sent. Fixes #716
-
- 03 Mar, 2020 3 commits
-
-
Daniel Kahn Gillmor authored
The regex line in this javascript was > 256 characters, which triggers the following warning from debian's "lintian" source-checking tool: https://lintian.debian.org/tags/source-is-missing.html https://lintian.debian.org/tags/source-contains-prebuilt-javascript-object.html This offers no functional change, but avoids some needless warnings going forward.
-
Cheng-Chia Tseng authored
-
Cheng-Chia Tseng authored
-
- 01 Mar, 2020 8 commits
-
-
Tim Sabsch authored
-
Michael Gratton authored
-
Michael Gratton authored
-
Michael Gratton authored
alert dialog: Align checkbutton to start, not end Closes #714 See merge request GNOME/geary!417
-
Michael Gratton authored
Problem report memory fixes See merge request GNOME/geary!418
-
Michael Gratton authored
Take a copy of extant log records when constrcuted so that newer records can be dropped while the problem report still exists. This uses more memory, but limits unbounded memory growth while any log reports still exists.
-
Michael Gratton authored
-
Michael Gratton authored
Clear logs iteratively to avoid recursively freeing all log messages on the stack at once.
-
- 29 Feb, 2020 1 commit
-
-
sicklylife authored
-