- 28 Jun, 2020 3 commits
-
-
Günther Wagner authored
-
Günther Wagner authored
Fixes #1237
-
Yuri Chornoivan authored
-
- 27 Jun, 2020 18 commits
-
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
This is a start on a new style scheme to use for 3.38. However, it still needs some work.
-
Christian Hergert authored
We don't really need to be installing these anymore, 4.x is quite old at this point.
-
Christian Hergert authored
When the VCS is reloaded from a new index then reload all our change monitors so that we have the newest blob to compare against. Fixes #1248
-
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
-