summaryrefslogtreecommitdiff
path: root/gladeui
Commit message (Expand)AuthorAgeFilesLines
* GladeWidget: Reorder properties, avoid crash when setting the object before t...Tristan Van Berkom2013-04-261-1/+1
* GladePopup: Use real GtkSeparatorMenuItemsTristan Van Berkom2013-04-251-5/+5
* GladeEditorProperty: Make internal entries and spin buttons expand horizontallyTristan Van Berkom2013-04-221-1/+9
* GladeEditorTable: Added check button to mark a toplevel GtkWidget as composite.Tristan Van Berkom2013-04-211-5/+69
* GladeEditorTable: Enhance name label for composite templates.Tristan Van Berkom2013-04-211-2/+24
* Created GladeProjectProperties dialogTristan Van Berkom2013-04-206-1230/+1558
* GladeDesignLayout: added GTK_STYLE_CLASS_BACKGROUND class to default_context,...Juan Pablo Ugarte2013-04-191-0/+1
* GladeDesignLayout, GladePalette: Use class icon and name + widget name as dra...Juan Pablo Ugarte2013-04-193-26/+114
* Bug 697926: Signal Editor now initially expands rows which contain handlersTristan Van Berkom2013-04-161-0/+48
* GladeEditorTable: Column spacing of 6Tristan Van Berkom2013-04-161-0/+1
* GladePropertyShell: Be forgiving for invalid properties.Tristan Van Berkom2013-04-151-7/+33
* GladePropertyLabel: Now use italic to show changed state of properties.Tristan Van Berkom2013-04-141-3/+3
* GladeEditorProperty: Dont focus-on-click check buttons.Tristan Van Berkom2013-04-141-0/+3
* GladeEditorProperty: Avoid assertion when loading NULL widget.Tristan Van Berkom2013-04-141-3/+6
* glade_util_get_type_from_name() Better logical memory management.Tristan Van Berkom2013-04-142-4/+8
* GladePropertyShell: Added a construct-only property to specify a GladeEditorP...Tristan Van Berkom2013-04-141-5/+45
* GladePropertyLabel: Added an option to append the ':' colon to the property nameTristan Van Berkom2013-04-142-3/+56
* GladeEditorProperty: Added GladeEpropCheck typeTristan Van Berkom2013-04-142-0/+95
* GladeProperyLabel: Control boldness with PangoAttributesTristan Van Berkom2013-04-141-13/+28
* GladeEditorProperty: Create multiline text views a 4 lines heightTristan Van Berkom2013-04-141-1/+27
* Special case ignore gresource files in catalog pathTristan Van Berkom2013-04-141-0/+6
* GladeEditorTable: Make the editor page type a property.Tristan Van Berkom2013-04-142-20/+75
* GladeEditorSkeleton: Fixed chaining up in buildable (for container packing to...Tristan Van Berkom2013-04-141-4/+1
* GladeEditor: Show newly created editors for the query dialogTristan Van Berkom2013-04-141-0/+1
* GladeWidget: Allow backends to glade_widget_get_from_gobject() until after "d...Tristan Van Berkom2013-04-141-5/+10
* GladeEditorProperty: Make text properties hexpand when multilineTristan Van Berkom2013-04-141-0/+2
* Fixing GladePropertyLabel property type for the "property" property ;-)Tristan Van Berkom2013-04-141-2/+2
* Automatically generate enum types.Tristan Van Berkom2013-04-1411-73/+83
* GladeWidget/GladeWidgetAdaptor: Added glade_widget_adaptor_write_widget_after()Tristan Van Berkom2013-04-144-3/+50
* Removed the new GladePropertyEditor ifaceTristan Van Berkom2013-04-149-171/+86
* Added GladeEditorSkeletonTristan Van Berkom2013-04-143-0/+338
* Make GladeEditable implement GladePropertyEditor implicitly.Tristan Van Berkom2013-04-142-2/+23
* Added GladePropertyEditor interface.Tristan Van Berkom2013-04-148-49/+196
* Fixup GladePropertyShellTristan Van Berkom2013-04-141-1/+1
* Added GladePropertyShell class.Tristan Van Berkom2013-04-143-0/+374
* Alphabetically ordered Makefile.am sourcesTristan Van Berkom2013-04-141-57/+55
* Added more configurations to GladePropertyLabelTristan Van Berkom2013-04-142-70/+202
* GladeInspector: Derive from GtkBoxTristan Van Berkom2013-04-142-7/+11
* GladePropertyLabel: Added properties to customize the label and tooltip textTristan Van Berkom2013-04-142-17/+167
* GladeEditorProperty: Added an option to disable the optional check buttonTristan Van Berkom2013-04-142-18/+39
* GladeEditor: Ported to define the UI in templates.Tristan Van Berkom2013-04-124-147/+330
* GladeSignalEditor: Derive from GtkBoxTristan Van Berkom2013-04-122-3/+3
* GladeEditor rework: Make atk.png loaded as a GResource.Tristan Van Berkom2013-04-125-14/+20
* GladePropertyLabel: Set toplevel invisible by default.Tristan Van Berkom2013-04-121-1/+0
* GladeProject: Fixed condition to warn about properties that are optional & en...Tristan Van Berkom2013-04-121-1/+6
* GladeProject: Fix verification of widgets, signals and properties for the UITristan Van Berkom2013-04-121-5/+21
* Added new composite widget: GladePropertyLabel.Tristan Van Berkom2013-04-126-89/+489
* Project Properties Dialog: Moved verify button to be a secondary dialog button.Tristan Van Berkom2013-04-121-31/+17
* GladeEditor: Pack the warning icon before the class icon.Tristan Van Berkom2013-04-121-1/+1
* Added glade_project_save_verify()Tristan Van Berkom2013-04-122-28/+77