- 05 Jan, 2020 1 commit
-
-
- 04 Jan, 2020 1 commit
-
-
- 03 Jan, 2020 2 commits
-
-
Milan Crha authored
-
Milan Crha authored
-
- 31 Dec, 2019 1 commit
-
-
Daniel Mustieles García authored
-
- 27 Dec, 2019 3 commits
-
-
- 26 Dec, 2019 2 commits
-
-
-
Jordi Mas authored
-
- 23 Dec, 2019 1 commit
-
-
Jordi Mas authored
-
- 15 Dec, 2019 1 commit
-
-
Jordi Mas authored
-
- 04 Dec, 2019 1 commit
-
-
Aron Xu authored
Fix RH #633169 again. https://bugzilla.redhat.com/show_bug.cgi?id=633169
-
- 03 Dec, 2019 2 commits
-
-
Milan Crha authored
Extends the initial fix to cover auto-select in GtkEntry and better report errors with time portion of the date/time. Closes #681
-
Milan Crha authored
Closes GNOME/evolution#729
-
- 28 Nov, 2019 1 commit
-
-
Jordi Mas authored
-
- 27 Nov, 2019 3 commits
-
-
-
(cherry picked from commit 06504139)
-
Milan Crha authored
-
- 25 Nov, 2019 2 commits
-
-
Jordi Mas authored
-
Milan Crha authored
Closes GNOME/evolution#719
-
- 23 Nov, 2019 1 commit
-
-
Jordi Mas authored
-
- 22 Nov, 2019 2 commits
-
-
Milan Crha authored
-
Milan Crha authored
-
- 19 Nov, 2019 1 commit
-
-
Milan Crha authored
Closes GNOME/evolution#711
-
- 18 Nov, 2019 1 commit
-
-
Milan Crha authored
Closes GNOME/evolution#709
-
- 16 Nov, 2019 1 commit
-
-
Jordi Mas authored
-
- 13 Nov, 2019 2 commits
-
-
Jordi Mas authored
-
Milan Crha authored
Closes GNOME/evolution#701
-
- 11 Nov, 2019 2 commits
-
-
Milan Crha authored
The e_simple_async_result_complete_idle() adds a reference to the passed-in ESimpleAsyncResult instance and schedules an idle callback, where it is also unreffed. Usual follow up action of the caller was to unref the result, maybe in a dedicated thread. The race comes when the dedicated thread is suspended before it removes its reference on the result and the idle callback is processed before the thread is resumed. That can also mean to free widgets, which are supposed to be freed only in the main/UI thread, in the dedicated thread, causing crash or other issues. The fix is to take the reference of the result, instead of adding its own and unreffing it shortly after. This is related to a downstream bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1770923
-
Milan Crha authored
Closes GNOME/evolution#702
-
- 06 Nov, 2019 1 commit
-
-
Milan Crha authored
Closes GNOME/evolution#680
-
- 05 Nov, 2019 2 commits
-
-
Daniel Mustieles García authored
-
Milan Crha authored
Closes GNOME/evolution#696
-
- 26 Oct, 2019 1 commit
-
-
Jordi Mas authored
-
- 25 Oct, 2019 2 commits
-
-
Jordi Mas authored
-
Milan Crha authored
The JSCContext keeps exceptions between multiple calls, thus when one call fails the consecutive calls would reuse the previous exception until it is explicitly cleared, even though the following call succeeded without any issue.
-
- 24 Oct, 2019 2 commits
-
-
Milan Crha authored
Timezone names with three slashes skipped only the first part, which could make the too width for the time column.
-
Daniel Mustieles García authored
-
- 23 Oct, 2019 1 commit
-
-
Jordi Mas authored
-