- 15 Jan, 2016 18 commits
-
-
Sébastien Lafargue authored
-
Sébastien Lafargue authored
-
Ben authored
-
Christian Hergert authored
-
Patrick Griffis authored
See also: https://bugzilla.gnome.org/show_bug.cgi?id=748985
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
Place CSS overrides in your plugin resources such as: /org/gnome/builder/plugins/<plugin-name>/theme/Adwaita.css For non-theme-specific, use shared.css For dark modes, use Adwaita-dark.css, where Adwaita is your theme name.
-
-
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
Lots to do, but this is a giant leap in the right direction.
-
Ben authored
-
- 14 Jan, 2016 14 commits
-
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
This got changed since we normalized on using gnome-builder for libide paths.
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
This is a simple helper to keep an IdeContext loaded during the lifetime of an object. Typical usecase might be to attach it to a GTask. task = g_task_new (self, cancellable, callback, user_data); ide_context_hold_for_object (context, task);
-
Christian Hergert authored
-
- 13 Jan, 2016 8 commits
-
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
This is a new mode for IdeApplication that allows us to add test hooks. This simplifies the process of running async unit tests, which need the application process, including plugins loaded. The benefit here, is that our tests will closely mimic how things run during normal use.
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
This fixes an issue where we cannot yet access a property action because the object has not initialized.
-
Christian Hergert authored
-