summaryrefslogtreecommitdiff
path: root/gladeui/glade-editor-table.c
Commit message (Expand)AuthorAgeFilesLines
* Fix minor typosYuri Chornoivan2020-03-221-3/+3
* gladeui: Use G_DECLARE_INTERFACE for GladeEditableCorentin Noël2019-08-201-2/+2
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeEditorTableCorentin Noël2019-08-151-101/+118
* Respect the Glade namespace for macros and definesCorentin Noël2019-06-211-1/+1
* Rename GladePropertyClass to GladePropertyDef and declare it as boxedCorentin Noël2019-06-181-22/+22
* Fix tab/space identationJuan Pablo Ugarte2018-08-021-71/+71
* GladeWidgetAdaptor: add glade_widget_adaptor_get_display_name()Juan Pablo Ugarte2018-08-021-1/+1
* GladeWidget: add support for abstract classesJuan Pablo Ugarte2018-08-021-17/+23
* GladeEditorTable: Use glade_widget_has_name() in some placesTristan Van Berkom2016-01-281-10/+6
* GladeEditorTable: Adjusting name/ID edit rules.Tristan Van Berkom2016-01-271-6/+34
* Removed use of deprecated GtkMisc APIJuan Pablo Ugarte2014-05-151-1/+1
* Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macrosJuan Pablo Ugarte2014-04-171-23/+21
* Added GladeBoxEditorTristan Van Berkom2013-05-091-4/+6
* GladeEditorTable: Remember the show-name setting incase the name field is bui...Tristan Van Berkom2013-05-041-14/+20
* 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
* GladeEditorTable: Column spacing of 6Tristan Van Berkom2013-04-161-0/+1
* GladeEditorTable: Make the editor page type a property.Tristan Van Berkom2013-04-141-20/+74
* Support editing of the widget name.Tristan Van Berkom2013-03-301-5/+15
* Made GladeEditorTable row spacing smaller (2px was 4px)Juan Pablo Ugarte2013-03-121-1/+1
* Reverting all composite templates support until it lands on GTKJuan Pablo Ugarte2013-01-311-147/+29
* Implemented template loading and savingJuan Pablo Ugarte2012-07-181-29/+147
* * 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