summaryrefslogtreecommitdiff
path: root/plugins/gtk+/glade-tool-button-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-16/+15
* Replaced g_type_class_add_private() with G_ADD_PRIVATE ()Juan Pablo Ugarte2013-07-291-7/+2
* Fix up previous patch to buildColin Walters2013-07-271-15/+15
* Ported GladeToolButtonEditor to use a composite widget templateTristan Van Berkom2013-04-281-227/+81
* Removed use of deprecated GtkHBox, GtkVBox and othersJuan Pablo Ugarte2012-04-281-5/+5
* * gladeui/glade-*-editor.c: Fixed all GladeEditable implementations to useTristan Van Berkom2011-03-071-55/+37
* * 41 files: Fixed typo in LGPL License file headers.Tristan Van Berkom2011-01-241-1/+1
* Fixed toolbutton editor to not block signals twice.Tristan Van Berkom2011-01-091-1/+0
* * gladeui/glade-editable.[ch], plugins/gtk+/.. [ All GladeEditable editors ].Tristan Van Berkom2011-01-071-58/+18
* * gladeui/glade-editor-property.[ch]: Privatized members of GladeEditorPrope...Tristan Van Berkom2011-01-041-5/+5
* * Made GladeWidget internalize *everything* into a private data structure,Tristan Van Berkom2011-01-021-11/+9
* * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with:Tristan Van Berkom2010-12-301-363/+401
* * Whole tree updated to remove all notion of project conversions and dual pr...Tristan Van Berkom2010-12-301-52/+2
* * gladeui/glade-base-editor.c, gladeui/glade-editor-property.c,Tristan Van Berkom2010-12-291-32/+24
* Use accessor functions instead direct access. Third patchJavier Jardón2010-02-111-1/+1
* Added "commit" signal to allow custom editors to do command group/macrosTristan Van Berkom2009-02-051-3/+15
* Relicensed LGPL.Tristan Van Berkom2008-12-111-24/+47
* Updated to reflect current temporary dual licensing scheme, package is toTristan Van Berkom2008-12-091-10/+10
* Reimplemented GtkMenuItem and subclasses from top to bottomTristan Van Berkom2008-10-281-1/+6
* - Reimplemented GtkImage from ground up. - Reimplemented stock onTristan Van Berkom2008-10-271-15/+22
* Added GtkToolButtonEditor editable implementation.Tristan Van Berkom2008-10-261-0/+527