summaryrefslogtreecommitdiff
path: root/gladeui/glade-property-class.c
Commit message (Expand)AuthorAgeFilesLines
* Replaced deprecated functionsJuan Pablo Ugarte2014-05-071-12/+2
* GladePropertyClass: Use non-deprecated gtk_widget_render_icon_pixbuf()Tristan Van Berkom2013-04-051-3/+3
* Cleanup deprecations all around.Tristan Van Berkom2013-04-011-1/+9
* Add support for deprecated properties and signals.Tristan Van Berkom2013-04-011-1/+21
* Added glade_displayable_value_is_disabled/set_disabled() functions to disable...Juan Pablo Ugarte2012-06-051-10/+21
* Removed use of deprecated object GCompletionJuan Pablo Ugarte2012-04-031-4/+4
* Fixed C++ compiler errors when including glade.hJuan Pablo Ugarte2011-06-141-2/+2
* * gladeui/glade-property-class.c: When a property is disabled, mark it expli...Tristan Van Berkom2011-03-011-0/+1
* * gladeui/glade-editor-property.c, gladeui/glade-property-class.c,Tristan Van Berkom2011-02-031-0/+15
* * gladeui/glade-command.[ch]: Removed glade_command_set_naming_policy().Tristan Van Berkom2011-01-221-21/+17
* * gladeui/glade-project.c, gladeui/glade-property-class.c, gladeui/glade-wid...Tristan Van Berkom2011-01-161-2/+2
* * gladeui/glade-catalog.c, gladeui/glade-inspector.c, gladeui/glade-property...Tristan Van Berkom2011-01-161-3/+6
* * gladeui/Makefile.am, gladeui/glade-signal-class.[ch], gladeui/glade-widget...Tristan Van Berkom2011-01-051-3/+0
* * Made GladePropertyClass completely opaque and created loads of api and upd...Tristan Van Berkom2011-01-031-27/+542
* * Made GladeWidgetAdaptor internalize *everything* into a private data struc...Tristan Van Berkom2011-01-031-1/+1
* * gladeui/Makefile.am, gladeui/glade-editor.c, gladeui/glade-property-class....Tristan Van Berkom2011-01-021-21/+0
* * Made GladeWidget internalize *everything* into a private data structure,Tristan Van Berkom2011-01-021-2/+2
* * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with:Tristan Van Berkom2010-12-301-1325/+1409
* * Whole tree updated to remove all notion of project conversions and dual pr...Tristan Van Berkom2010-12-301-91/+11
* Merge branch 'master' into offscreen-gtk3Tristan Van Berkom2010-12-221-1/+1
|\
| * * gladeui/glade-property-class.c: Properly order object propertiesTristan Van Berkom2010-12-171-1/+1
* | Initial gtk+ 3.0 port (compiles but doesn't work)Johannes Schmid2010-11-051-3/+1
* | First try to make GladeDesignLayout use a GdkOffscreen to render its child in...Juan Pablo Ugarte2010-09-091-1/+1
|/
* Use accessor functions instead direct access.Javier Jardón2009-12-041-6/+6
* Fix deprecated symbols (bug 572756)Tristan Van Berkom2009-06-201-1/+1
* * gladeui/glade-base-editor.c, gladeui/glade-inspector.c, gladeui/glade-pale...Tristan Van Berkom2009-05-271-0/+1
* Fix win32 crasher (bug 575206) again (seems I missed it was klass->nameTristan Van Berkom2009-03-231-1/+1
* Updated and virtualized properties from gtk+ 2.16Tristan Van Berkom2009-01-271-6/+12
* Converted pclass booleans to bitfields, now disabled property classes areTristan Van Berkom2008-12-291-9/+6
* Rolling 3.5.3GLADE3_3_5_3Michael Gratton2008-12-091-2/+2
* Bumping gtk+ required version to 2.14Tristan Van Berkom2008-12-091-0/+9
* Added GladeEPropCellAttributeTristan Van Berkom2008-11-201-3/+3
* Added a new editor for cell renderersTristan Van Berkom2008-11-191-0/+7
* Added parameter-spec parsing, need to updated docs still.Tristan Van Berkom2008-11-051-37/+203
* Override type of GtkImage::icon-size to use real GTK_TYPE_ICON_SIZE forTristan Van Berkom2008-10-271-6/+11
* - Reimplemented GtkImage from ground up. - Reimplemented stock onTristan Van Berkom2008-10-271-0/+4
* Ignore parent-changes on internal widgets (that causes problems whenTristan Van Berkom2008-10-251-9/+0
* Fixed glade_property_class_make_adjustment() for floating and doubleTristan Van Berkom2008-10-251-10/+18
* finished with gtkiconfactory.Tristan Van Berkom2008-10-241-12/+0
* string_from_enum, now returns the nick and not the name (generally allTristan Van Berkom2008-10-241-3/+3
* Fixed a warning.Tristan Van Berkom2008-10-231-12/+14
* Rewrote displayable values so no need for redundancies anymore (bugTristan Van Berkom2008-10-231-135/+50
* Implemented something based on Pavel's patch, wordwrapping in the editorTristan Van Berkom2008-10-211-1/+1
* Abolished "View->Context Help" and added a context menu to editorTristan Van Berkom2008-10-211-1/+0
* Now can optionally make the entry non editable.Tristan Van Berkom2008-10-211-35/+5
* Fixed property commands to not unify across separate groups, and also toTristan Van Berkom2008-10-171-5/+5
* Encapsulated name tracking mechanismTristan Van Berkom2008-10-161-11/+20
* Implemented new "context" i18n metadata.Tristan Van Berkom2008-10-011-0/+1
* Exported glade_column_list_copy/free()Tristan Van Berkom2008-09-291-3/+4
* Added load/save/edit support for GtkTreeStore/GtkListStore basic columnsTristan Van Berkom2008-09-281-10/+22