- 27 Dec, 2010 5 commits
-
-
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 13 commits
-
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
moved glade-3.desktop.in.in to glade.desktop.in.in, new app name is 'glade'.
-
Tristan Van Berkom authored
with a GtkEventBox (the child gets a separate allocation and we use the border, we're really better with priv->event_window). * gladeui/glade-widget.c: Fixed to not access GLADE_DESIGN_LAYOUT (widget)->child which doesnt (and shouldnt) exist.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
the fixed_layout stuff * plugins/gtk+/gtk+.xml.in: Removing Ruler classes, added GtkBox, GtkPaned, GtkButtonBox base classes that are now instantiatable
-
Tristan Van Berkom authored
also making libgladeui library libgladeui-2.
-
Tristan Van Berkom authored
Conflicts: ChangeLog gladeui/Makefile.am gladeui/glade-widget.c
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
* gladeui/glade-design-view.c: Hide workspace and show load progress while loading so that one cannot access project widgets during the load (insensitive workspace was problematic and causing some loaded project windows to be permanently insensitive). * src/glade-window.c: Avoid any messups during project load, cannot close projects while they are loading, etc.
-
Tristan Van Berkom authored
* gladeui/glade-app.c: Protect against commands executed on loading projects * src/glade-window.c: Added load progressbar to notebook tabs.
-
- 21 Dec, 2010 1 commit
-
-
Tristan Van Berkom authored
* src/main.c: Display window before loading command line specified projects. * gladeui/glade-project.[ch]: Added dialog that pops up when about to load a large project with glade_project_push_project() to push the progress and glade_project_load_cancelled() to check and abort while loading the project. * gladeui/glade-widget.c, gladeui/glade-widget-adaptor.c: Push progress and abort loading when project indicates the user cancelled the load.
-
- 20 Dec, 2010 7 commits
-
-
-
Tristan Van Berkom authored
plugins/gtk+/glade-gtk.c: Fixing some discrepincies searching for properties as regular properties or packing properties. Now the conflicting "position" property on a GtkPaned widget packed into a GtkBox widget works properly (bug 637475).
-
Tristan Van Berkom authored
widgets unload (patch by Marco Diego Aurélio Mesquita, bug 637541).
-
Tristan Van Berkom authored
make the project preview only preview toplevels.
-
Tristan Van Berkom authored
glade_column_type_new() to create a GladeColumnType struct properly using g_slice_new0(). An occurance of allocating the struct with g_new0 was causing Glade to crash when freeing the block with g_slice_free (bug 637563). Many big thanks to Benjamin Otte for tracking down the problem.
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-