- 26 May, 2019 19 commits
-
-
Matthias Clasen authored
No need to subclass this.
-
Matthias Clasen authored
-
Matthias Clasen authored
We want to subclass this in print backends, but we don't want to allow out-of-tree subclassing.
-
Matthias Clasen authored
Name this header gtkprinterprivate.h, following our convention for private headers.
-
Matthias Clasen authored
This should not be subclassed.
-
Matthias Clasen authored
This should not be subclassed.
-
Matthias Clasen authored
-
Matthias Clasen authored
Nobody should subclass this.
-
Matthias Clasen authored
-
Matthias Clasen authored
No subclassing needed.
-
Matthias Clasen authored
This should not be subclassed.
-
Matthias Clasen authored
Nobody should subclass GtkIconTheme or GtkIconInfo.
-
Matthias Clasen authored
Given that GtkSourceView exists, we will have to keep GtkTextView subclassable until a replacement appears.
-
Matthias Clasen authored
-
Matthias Clasen authored
No need to derive from it.
-
Matthias Clasen authored
-
Matthias Clasen authored
The docs for gdk_surface_invalidate_region were talking about a no-longer-existing argument.
-
Matthias Clasen authored
This triggers critials, and does us no good.
-
Matthias Clasen authored
-
- 25 May, 2019 4 commits
-
-
Benjamin Otte authored
We also print the script, but we don't parse it yet.
-
Benjamin Otte authored
-
Benjamin Otte authored
... when a window gets hidden and later reshown. The code now properly cleans up a window when it gets unmapped instead of trying to retain previous updates information.
-
Matthias Clasen authored
This reverts commit f2d598b9.
-
- 24 May, 2019 5 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
This reveals some issues with the position tracking.
-
Matthias Clasen authored
These are needed, after all.
-
Matthias Clasen authored
-
- 23 May, 2019 3 commits
-
-
Timm Bäder authored
-
Timm Bäder authored
-
Matthias Clasen authored
Two decimals are more than enough for the frame rate.
-
- 22 May, 2019 2 commits
-
-
Matthias Clasen authored
wayland: Use scale from core wl_output protocol Closes #1901 See merge request !870
-
Olivier Fourdan authored
The “xdg-output” protocol provides clients with the outputs size and position in compositor coordinates, and does not provide the output scale which is already provided by the core “wl_output” protocol. So when receiving the wl_output scale event, we should update the scale regardless of “xdg-output” support, otherwise the scale will remain to its default value of 1 and the surface will be scaled up by the compositor to match the actual output scale, which causes blurry fonts and widgets. Fixes: #1901 Signed-off-by:
Olivier Fourdan <ofourdan@redhat.com>
-
- 21 May, 2019 7 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
This is used in various places.
-
Daniel Boles authored
It's not anymore, so don't cast it to one... Use the new :label instead.
-
Krzesimir Nowak authored
-
Emmanuele Bassi authored
Use g_once for all the mkenums template files Closes #1617 See merge request !865
-
Federico Mena Quintero authored
Without this, initialization of enum/flags values from multithreaded programs may not work correctly. Fixes #1617.
-