- 04 Sep, 2015 15 commits
-
-
Christian Hergert authored
-
Christian Hergert authored
-
Christian Hergert authored
This can be useful by those of us working on Builder to activate the inspector using the command bar with :inspector.
-
Christian Hergert authored
This library is used to provide some basic search features. I’d like it to be available to plugins without having to duplicate everything. So we’ll just use it as a private library for now.
-
Christian Hergert authored
export our private symbols for use by internal plugins.
-
Christian Hergert authored
Changing the display mode name was causing side effects by consuming code to damage the area via resize. This avoids that by only ::notify::mode-display-name if the name really changed.
-
Christian Hergert authored
Until the bug is fixed upstream, keep this disabled.
-
Christian Hergert authored
-
Christian Hergert authored
This moves the WebKit2 dependency into a plugin, allowing us to drop it from the core binary.
-
Christian Hergert authored
-
Christian Hergert authored
The document could be attached to another view, so make sure we focus the moved view rather than (potentially) another view with the same document.
-
Christian Hergert authored
This allows plugins to find the stack to add views.
-
Christian Hergert authored
-
Christian Hergert authored
This constructor creates a new menu extension to be used on a section of a GMenu.
-
Christian Hergert authored
This interface vfunc make simplifies the process for plugins to get notified when the active language has changed. Therefore, it is no longer necessary to bind to document signals to enable/disable some extension features.
-
- 03 Sep, 2015 5 commits
-
-
Christian Hergert authored
We need to break this out into a plugin.
-
Christian Hergert authored
We need the namespace change so that we can included it in Builder-1.0.gir.
-
Christian Hergert authored
-
Piotr Drąg authored
-
Dušan Kazik authored
-
- 02 Sep, 2015 11 commits
-
-
Christian Hergert authored
Fixes an issue where we dispatch the wrongly selected node. Affected the symbol tree currently.
-
Daniel Mustieles García authored
-
Piotr Drąg authored
-
Christian Hergert authored
This private library will let us get started on allowing dynamic language plugins to extend UI features not defined in libIDE.
-
Christian Hergert authored
One more step towards getting mutable view menus that can be based on the type of view (and/or addins).
-
Gábor Kelemen authored
-
Dušan Kazik authored
-
Christian Hergert authored
-
Pedro Albuquerque authored
-
Christian Hergert authored
This is not an ideal thing, as I think our custom design before looked better than what gets generated by gtk_popover_bind_model(). However, we really need to move in this direction so that plugins can merge menu items with the system. I think this design is going to change in the near future, so probably an okay change to get where we are going. C'est la vie
-
Christian Hergert authored
-
- 01 Sep, 2015 9 commits
-
-
Christian Hergert authored
-
Gábor Kelemen authored
-
Christian Hergert authored
Pango on Quartz is giving us “condensed” back for font stretch. Until I know more about the situation, just disable that feature on quartz. We don’t really use it anyway.
-
Tobias Schönberg authored
The current build issues a few warnings during startup about specifying the versions of 'Gtk', 'GtkSource' and 'Ide'. This patch adds the recommended version requirements prior to the other imports which reduces the warning shown during startup. https://bugzilla.gnome.org/show_bug.cgi?id=754403
-
Dušan Kazik authored
-
Piotr Drąg authored
-
Daniel Mustieles García authored
-
Christian Hergert authored
-
Pedro Albuquerque authored
-