- 27 Jun, 2020 13 commits
-
-
Christian Hergert authored
Related #1248
-
Christian Hergert authored
Fixes #1250
-
Christian Hergert authored
Not currently required, but allows plugins to optionally use features from libportal to access desktop features. We probably need to figure out how we want to use these things and stay compatible with other platforms like macOS in the future.
-
Diego Escalante Urrelo authored
-
Diego Escalante Urrelo authored
-
Diego Escalante Urrelo authored
This imitates the behavior of `IdeTree`, and helps distinguish many similar files from each other without resizing the sidebar.
-
Diego Escalante Urrelo authored
Also cleanup `gbp_buildui_pane_diagnostic_tooltip()` so it mimics the pattern in `plugins/todo` and `libide/tree`.
-
Diego Escalante Urrelo authored
-
Diego Escalante Urrelo authored
Use `gtk_tree_view_set_tooltip_row()` to properly position the tooltips next to their corresponding rows.
-
Diego Escalante Urrelo authored
When starting a build stage `on_build_stage_query()` would crash when the `IdeSubprocessLauncher` had a command line of more than 2 items and none of those were ninja or ninja-build. Found the crash when using a jhbuild pipeline, since its argv is `jhbuild run ninja`, the first loop got stuck on comparing `jhbuild` against ninja, ninja-build, and then infinity. The above because `g_strv_contains()` expects NULL terminated arrays, otherwise it will start accessing random memory and likely crash.
-
Yuri Chornoivan authored
-
Baurzhan Muftakhidinov authored
-
Piotr Drąg authored
-
- 26 Jun, 2020 2 commits
-
-
Christian Hergert authored
-
Christian Hergert authored
-
- 25 Jun, 2020 3 commits
-
-
Günther Wagner authored
Prevent applying single location diagnostic if a range is available
-
Christian Hergert authored
Fixes #1246
-
Christian Hergert authored
Instead of highlighting to the end of the line, just highlight the next visible word. If we are not starting or in a word, highlight to the end of the line. Fixes #1247
-
- 24 Jun, 2020 3 commits
-
-
Christian Hergert authored
-
Christian Hergert authored
This has to do with diagnostic generation, so make that more clear.
-
Christian Hergert authored
Related #1245
-
- 23 Jun, 2020 2 commits
-
-
Alberto Fanjul authored
-
Christian Hergert authored
Fixes #1244
-
- 22 Jun, 2020 9 commits
-
-
emintufan authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
Fixes #1233
-
Jelle van der Waa authored
Installing sphinx cache is not required for a user and not installing the .doctrees directory also makes gnome-builder reproducible.
-
Christian Hergert authored
-
Diego Escalante Urrelo authored
ide_trace_function was being defined even when IDE_ENABLE_TRACE was FALSE, triggering a `no previous declaration` warning.
-
Daniel Espinosa Ortiz authored
Fix issue #1241
-
- 21 Jun, 2020 1 commit
-
-
Matej Urbančič authored
-
- 17 Jun, 2020 1 commit
-
-
Matej Urbančič authored
-
- 12 Jun, 2020 1 commit
-
-
Kukuh Syafaat authored
-
- 11 Jun, 2020 1 commit
-
-
Christian Kirbach authored
(cherry picked from commit 71b65c87592612db75c2982ceaf3e0e7fe553a3d)
-
- 07 Jun, 2020 2 commits
- 04 Jun, 2020 1 commit
-
-
Günther Wagner authored
-
- 01 Jun, 2020 1 commit
-
-
Günther Wagner authored
-