summaryrefslogtreecommitdiff
path: root/plugins/gtk+/glade-activatable-editor.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warning: ISO C does not allow extra ‘;’ outside of a function [-Wpeda...Juan Pablo Ugarte2020-08-171-1/+1
* gladeui: Use G_DECLARE_INTERFACE for GladeEditableCorentin Noël2019-08-201-3/+3
* Fix tab/space identationJuan Pablo Ugarte2018-08-021-1/+1
* Replaced g_type_class_add_private() with G_ADD_PRIVATE ()Juan Pablo Ugarte2013-07-291-8/+2
* Fix up previous patch to buildColin Walters2013-07-271-3/+3
* GladeActivatableEditor: Hide the actionable properties if not actionable.Tristan Van Berkom2013-04-281-1/+42
* Port GladeActivatableEditor to use a template.Tristan Van Berkom2013-04-141-338/+15
* * gladeui/glade-*-editor.c: Fixed all GladeEditable implementations to useTristan Van Berkom2011-03-071-9/+2
* * 41 files: Fixed typo in LGPL License file headers.Tristan Van Berkom2011-01-241-1/+1
* * gladeui/glade-editable.[ch], plugins/gtk+/.. [ All GladeEditable editors ].Tristan Van Berkom2011-01-071-53/+10
* * gladeui/glade-editor-property.[ch]: Privatized members of GladeEditorPrope...Tristan Van Berkom2011-01-041-2/+2
* * Made GladeWidget internalize *everything* into a private data structure,Tristan Van Berkom2011-01-021-18/+18
* * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with:Tristan Van Berkom2010-12-301-303/+320
* * gladeui/glade-base-editor.c, gladeui/glade-editor-property.c,Tristan Van Berkom2010-12-291-16/+12
* Use accessor functions instead direct access. Third patchJavier Jardón2010-02-111-1/+1
* Use accessor functions instead direct access.Javier Jardón2009-12-041-2/+2
* Enhanced performance wrt GtkAction and GtkActivatable:use-action-appearance i...Tristan Van Berkom2009-06-251-5/+4
* * plugins/gtk+/glade-activatable-editor.c,Tristan Van Berkom2009-04-181-1/+4
* Added "commit" signal to allow custom editors to do command group/macrosTristan Van Berkom2009-02-051-0/+434