summaryrefslogtreecommitdiff
path: root/gladeui/glade-editor-table.c
Commit message (Expand)AuthorAgeFilesLines
* * gladeui/glade-editor-property.[ch]: Privatized members of GladeEditorPrope...Tristan Van Berkom2011-01-041-2/+2
* * gladeui/glade-editor-table.[ch]: Privatized members of GladeEditorTable.Tristan Van Berkom2011-01-041-63/+100
* * Made GladePropertyClass completely opaque and created loads of api and upd...Tristan Van Berkom2011-01-031-12/+15
* * Made GladeWidgetAdaptor internalize *everything* into a private data struc...Tristan Van Berkom2011-01-031-4/+6
* * Made GladeWidget internalize *everything* into a private data structure,Tristan Van Berkom2011-01-021-3/+5
* * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with:Tristan Van Berkom2010-12-301-271/+267
* * gladeui/glade-base-editor.c, gladeui/glade-editor-property.c,Tristan Van Berkom2010-12-291-14/+7
* Revert " * gladui/glade-editor-table.c: Align name field on the right with al...Tristan Van Berkom2010-12-271-1/+1
* * gladui/glade-editor-table.c: Align name field on the right with all the otherTristan Van Berkom2010-12-271-1/+1
* Removing false warningTristan Van Berkom2010-12-171-2/+0
* * gladeui/glade-inspector.c:Tristan Van Berkom2010-12-171-28/+48
* Use accessor functions instead direct access. Third patchJavier Jardón2010-02-111-2/+2
* Relicensed LGPL.Tristan Van Berkom2008-12-111-2/+10
* New editor to group the treeview and model together in the base editorTristan Van Berkom2008-11-221-1/+20
* Fixed a warning hiding a never built labelTristan Van Berkom2008-11-221-8/+11
* Faked the accel-group property and added accel-groups object list toTristan Van Berkom2008-11-071-9/+10
* Reimplemented GtkMenuItem and subclasses from top to bottomTristan Van Berkom2008-10-281-1/+9
* - Reimplemented GtkImage from ground up. - Reimplemented stock onTristan Van Berkom2008-10-271-6/+24
* Ignore parent-changes on internal widgets (that causes problems whenTristan Van Berkom2008-10-251-1/+1
* Fixed glade_property_class_make_adjustment() for floating and doubleTristan Van Berkom2008-10-251-3/+5
* Added new #GladeEditable implementation for GtkButton general page.Tristan Van Berkom2008-10-241-0/+3
* Fixed a warning.Tristan Van Berkom2008-10-231-31/+10
* - Added GladeEditable interface used as pages by GladeEditor - AddedTristan Van Berkom2008-10-231-0/+371