- 29 Dec, 2010 2 commits
-
-
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 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.
-