- 28 Feb, 2020 3 commits
-
-
Matthias Clasen authored
We were not using this api at all, so lets drop it.
-
Matthias Clasen authored
inspector: Fix the "Software GL" switch See merge request !1491
-
Matthias Clasen authored
This was crashing.
-
- 27 Feb, 2020 9 commits
-
-
Piotr Drąg authored
-
Matthias Clasen authored
Matthiasc/for master See merge request !1488
-
Matthias Clasen authored
Events are no longer objects, so this does not do any good. Use gdk_event_unref instead.
-
Matthias Clasen authored
-
-
Timm Bäder authored
Fix a typo in gtkplacessidebar.c See merge request !1486
-
Krzesimir Nowak authored
Some mistyped vim command got into the code in commit 60d28132.
-
Matthias Clasen authored
Fix a leftover occurrence of ::expand See merge request !1485
-
Matthias Clasen authored
-
- 26 Feb, 2020 15 commits
-
-
-
Matthias Clasen authored
gesture: Actually track targets See merge request !1484
-
Matthias Clasen authored
Due to a mismerge, this wasn't actually working, and was causing criticals from gtk_widget_has_grab when dragging windows.
-
Matthias Clasen authored
We can't rely on the pspec for a removed property. This code worked until I actually removed the properties. Update the tests to reflect this.
-
Matthias Clasen authored
expand and margin cleanup See merge request !1479
-
Matthias Clasen authored
Trying to get the ci style test to pass.
-
Emmanuele Bassi authored
Various documentation fixes See merge request !1481
-
Emmanuele Bassi authored
Remove last instances of GtkFileChooser:show-hidden See merge request !1480
-
Emmanuele Bassi authored
-
Emmanuele Bassi authored
-
Emmanuele Bassi authored
-
Emmanuele Bassi authored
-
Emmanuele Bassi authored
-
Emmanuele Bassi authored
The file chooser widget is still setting the show-hidden property, even though it was removed.
-
Matthias Clasen authored
Replace it with margin-start, -end, -top, -bottom throughout.
-
- 25 Feb, 2020 13 commits
-
-
Matthias Clasen authored
The hexpand and vexpand properties are sufficient.
-
Matthias Clasen authored
Update the expected results of the tools tests that are affected by the new property handling for expand and margin.
-
Matthias Clasen authored
Replace expand by hexpand and vexpand and margin by margin-left, -right, -top, -bottom.
-
Emmanuele Bassi authored
Restructure CI jobs See merge request !1476
-
Emmanuele Bassi authored
Use the Clang static analysis tool. For the time being, we're going to allow it to fail, but the plan is to fix every issue it raises.
-
Emmanuele Bassi authored
Do a better job at detecting whether we have Docker installed.
-
Emmanuele Bassi authored
We want the style checks running at the start of the CI pipeline, no need to have a specific phase for it.
-
Emmanuele Bassi authored
-
Emmanuele Bassi authored
-
Emmanuele Bassi authored
We want to re-use it for other jobs.
-
Emmanuele Bassi authored
Propagate the exit status from clang-format-diff.py to avoid it being overwritten by the `echo` at the end of the script.
-
Emmanuele Bassi authored
Don't build the API reference on deploy; build it in a separate job, instead, so we can run it on all pipelines, and deploy it only for master.
-
Timm Bäder authored
wip/baedert/for-master See merge request !1466
-