- 18 Jan, 2021 5 commits
-
-
Matthias Clasen authored
Update the gtk.doap file See merge request !3088
-
Matthias Clasen authored
Add relevant people as maintainers.
-
Florentina Mușat authored
-
Chun-wei Fan authored
GDK/Win32: Remove layered windows usage See merge request !2782
-
Chun-wei Fan authored
In GTK4, we are now defaulting to the OpenGL renderer with the Cairo renderer only used as a fallback, so there is no point keeping the code paths that use layered windows as layered windows do not work well with OpenGL nor Vulkan.
-
- 17 Jan, 2021 21 commits
-
-
Matthias Clasen authored
Matthiasc/for master Closes #3437 See merge request !3087
-
Matthias Clasen authored
When GtkAboutDialog was changed to derive from GtkWindow, it lost the initial focus handling that GtkDialog has. Reinstate some of it. Fixes: #3437
-
Matthias Clasen authored
Avoid a critical when closing the inspector with the recorder page open.
-
Matthias Clasen authored
Wip/baedert/for master Closes #3593 See merge request !3086
-
Fabio Tomat authored
-
Piotr Drąg authored
-
Timm Bäder authored
-
Timm Bäder authored
Fixes #3593
-
Matthias Clasen authored
Surface scale Closes #3578 See merge request !3085
-
Timm Bäder authored
And this way the contains_rect() inside rounded_inner_rect_contains_rect() goes from 3.3% to 0.79% in the fishbowl when rendering the levelbars.
-
Timm Bäder authored
The pointers passed to GtkWidgetClass::measure cannot be NULL
-
Timm Bäder authored
Make this function shorter, the parameters non-nullable and the simple cases more explicit.
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
This only happens in error cases so not very interesting. Anyway, try to make scan-build happy.
-
Timm Bäder authored
We get up to 370 of these when starting the widget-factory.
-
Timm Bäder authored
-
Timm Bäder authored
Unref the acessible values
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
Out of the 3.3k possibly_finish_subparser calls when opening the widget-factory, only 300 need one.
-
- 16 Jan, 2021 13 commits
-
-
Matthias Clasen authored
docs: Add details See merge request !3084
-
Matthias Clasen authored
Emit property notification when the surface scale changes.
-
Matthias Clasen authored
When the width, height or scale of a surface changes, emit property change notification.
-
Matthias Clasen authored
Connect to change notification for the surface scale-factor property, and update the widgets when it changes. Fixes: #3578
-
Matthias Clasen authored
This will allow us to notify when the scale changes.
-
Matthias Clasen authored
Explain the difference between GtkPicture and GtkImage, and when you might want to use which.
-
Yuri Chornoivan authored
-
Matthias Clasen authored
inspector: Add a legend for the layout overlay See merge request !3083
-
Matthias Clasen authored
Those don't exist anymore.
-
Matthias Clasen authored
Colors are more useful if you know what they represent.
-
Matthias Clasen authored
overlaylayout: Set the child type in the class See merge request !3082
-
Matthias Clasen authored
We don't need to override create_layout_child here, and setting the child type has the advantage that the layout properties are showing up in the inspector.
-
Matthias Clasen authored
Flip margin-start and -end in RTL Closes #3583 See merge request !3081
-
- 15 Jan, 2021 1 commit
-
-
Matthias Clasen authored
Test that a horizontal box changes the order of its children in RTL, and that widget margins flip start and end. This tests the fix in d89ff718.
-