- 30 Dec, 2010 2 commits
-
-
Tristan Van Berkom authored
screwing up the installation directory and loading catalogs/modues for GTK+ 2.x. (i.e. from ${prefix}/share/glade3/catalogs instead of ${prefix}/share/glade/catalogs which is the new path).
-
Tristan Van Berkom authored
plugins/gtk+/gtk+.xml.in: Removed the boolean "fixed" property for catalogs and replaced it with a "create-widget-function" tag that allows the backend to create a GladeWidget derived object to handle instances in the runtime, modified the backend appropriately to create a GladeFixed for widgets that were using the "fixed" property.
-
- 29 Dec, 2010 13 commits
-
-
Javier Jardón authored
-
Javier Jardón authored
New dependencies: automake >= 1.11 autoconf >= 2.64 libtool >= 2.2.6 intltool >= 0.41.0 gtk-doc >= 1.13 gnome-doc-utils >= 0.18
-
Daniel Nylander authored
-
Daniel Nylander authored
-
Daniel Nylander authored
-
Daniel Nylander authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
no more libglade.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
properties and do height-for-width, also now use GtkComboBox:fixed-width = FALSE to allow popups to show the full column values instead of the old hack in place.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
gladeui/glade-editor-table.c, gladeui/glade-editor-table.h, plugins/gtk+/glade-activatable-editor.c, plugins/gtk+/glade-button-editor.c, plugins/gtk+/glade-entry-editor.c, plugins/gtk+/glade-image-editor.c, plugins/gtk+/glade-image-item-editor.c, plugins/gtk+/glade-label-editor.c, plugins/gtk+/glade-label-editor.h, plugins/gtk+/glade-tool-button-editor.c: Removed the GtkTables and use GtkGrid in property editors so that line wrapping is hieght-for-width.
-
- 28 Dec, 2010 1 commit
-
-
Tristan Van Berkom authored
src/glade-window.c, gladeui/glade-clipboard-view.[ch]: Removed GladeClipboradView completely.
-
- 27 Dec, 2010 9 commits
-
-
Tristan Van Berkom authored
class in favor of just checking if the class type implements GtkScrollable
-
Tristan Van Berkom authored
as to avoid warnings when using placeholders inside scrolled windows.
-
Tristan Van Berkom authored
(get back the old look and feel).
-
Tristan Van Berkom authored
This reverts commit 267e53a4.
-
Tristan Van Berkom authored
got "fallout" from the offscreen branches.
-
Tristan Van Berkom authored
loading project dependancies are not satisfied and there is an early return. Conflicts: ChangeLog
-
Tristan Van Berkom authored
line wrapping kicks in.
-
Tristan Van Berkom authored
properties.
-
Tristan Van Berkom authored
instead the invisible editor-property gets tied to the life-cycle of the table it would have been added to (since recently glade_editor_property() explicitly shows/hides properties according to if thier widget actually has an instance of the property).
-
- 26 Dec, 2010 5 commits
-
-
Tristan Van Berkom authored
widget lookup event redirection for events we're not interested in.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
so that embedded toplevels dont "pop out" of the workspace
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
- 23 Dec, 2010 9 commits
-
-
-
Gheyret T.Kenji authored
-
Tristan Van Berkom authored
it loops less and actually finds the widgets.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
this was never needed before since treeview columns did not have construct-only properties (so they did not hit "rebuild" codepaths).
-
Tristan Van Berkom authored
(for setting construct properties during a load process).
-
- 22 Dec, 2010 1 commit
-
-
Tristan Van Berkom authored
-