- 02 May, 2020 1 commit
-
-
Alberts Muktupāvels authored
-
- 30 Apr, 2020 1 commit
-
-
Daniel Mustieles García authored
-
- 26 Apr, 2020 1 commit
-
-
Piotr Drąg authored
-
- 22 Apr, 2020 2 commits
-
-
-
Alberts Muktupāvels authored
#16
-
- 09 Apr, 2020 3 commits
-
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
- 07 Apr, 2020 4 commits
-
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
- 06 Apr, 2020 12 commits
-
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
-
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
#12
-
Alberts Muktupāvels authored
-
Daniel Mustieles García authored
-
- 05 Apr, 2020 3 commits
-
-
-
Piotr Drąg authored
-
Alberts Muktupāvels authored
-
- 04 Apr, 2020 13 commits
-
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
Sebastian Geiger authored
-
Sebastian Geiger authored
We can actually directly draw to the passed cairo context and do not need to create a new cario context. The cairo pointer that we created via gdk_cairo_create was behaving differently from the cairo pointer that is passed to the draw vfunc. With the cairo context created by gdk_cairo_create, we had to draw at coordinates relative to the parent widget. With the cairo context passed to the draw function we can draw relative to the location of the TaskItem, and thus do not need to specify x and y offsets from the area in the different cairo operators.
-
Sebastian Geiger authored
-
Sebastian Geiger authored
-
Sebastian Geiger authored
-
Sebastian Geiger authored
The replacement for the deprecated g_get_current_time() function would be g_get_real_time(). But since we only want to measure short time intervals it actually makes more sense to use g_get_monotonic_time().
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-
Alberts Muktupāvels authored
-