summaryrefslogtreecommitdiff
path: root/src/glade.h
Commit message (Expand)AuthorAgeFilesLines
* Removed GladePropertyType completely from the source in favor ofTristan Van Berkom2004-11-031-0/+2
* don't connect handlers for placeholders, and set a flag to indicate we'veDamon Chaplin2004-05-061-0/+1
* Add support for a PreCreateFunction, a function that will got calledJoaquin Cuenca Abela2004-04-301-0/+1
* fix 3 bad pixels in the shadow of these icons. account for changes onJoaquin Cuenca Abela2004-04-211-2/+0
* restrict child-properties to widgets for which child_property_appliesJoaquin Cuenca Abela2004-02-281-1/+2
* Get rid of property_class->update_signals: they were unused, broken and glade...Paolo Borelli2003-10-311-1/+0
* Handle internal children when reading a .glade file.Paolo Borelli2003-10-271-0/+1
* Clean up some of the Query logic, QueryResult is now hashtable of GValuesPaolo Borelli2003-10-201-1/+0
* Clean up the loading of property_class list. The most relevant change isPaolo Borelli2003-10-131-1/+0
* Rename placeholder_replace method to replace_child and get it from the xml fi...Paolo Borelli2003-10-061-0/+1
* Introduce a fill_empty method to GladeWidgetClass that, if needed, fills a co...Paolo Borelli2003-10-051-0/+1
* (glade_widget_write) remove some of the g_warningPaolo Borelli2003-09-021-0/+2
* Be a bit more robust when readingPaolo Borelli2003-09-011-0/+1
* Initial support for propertiesPaolo Borelli2003-07-071-0/+2
* Changes to the way we load containers, to keep compatibility with glade-2.Joaquín Cuenca Abela2003-05-141-1/+1
* Start of the menu editor. Copied from glade-2.Joaquín Cuenca Abela2003-03-201-1/+0
* Implementation of set & get of gunichar GValues.Joaquín Cuenca Abela2002-04-111-0/+2
* Added GLADE_TAG_DISABLED. Added a check for properties that are disabledCarlos Perelló Marín2001-12-031-0/+1
* don't unref the cell nor the column. Thanks jacob@ximian.comChema Celorio2001-09-041-2/+4
* Modified to use the new GNOME 2.0 config stuff. Removed a dup "#includeCarlos Perelló Marín2001-09-021-1/+0
* Include <config.h> and remove the include from glade.h. This is theKjartan Maraas2001-08-191-1/+0
* remove the packing memebers, we where not using them.Chema Celorio2001-08-131-1/+1
* try to fix gettext support. Duno why translations are not working. FeelChema Celorio2001-08-121-7/+36
* add a temp hack to set the properties. (glade_property_get): ditto to getChema Celorio2001-08-071-0/+1
* handle the case where the property is queried from the gtkwidget v.s.Chema Celorio2001-08-061-0/+10
* add a packing argument. (glade_widget_set_default_options): we now set theChema Celorio2001-08-041-0/+1
* add <popt.h>. implement : ./glade2 --dump {widget} to dump to the consoleChema Celorio2001-08-021-0/+1
* save signals and child widgets tooChema Celorio2001-07-251-0/+2
* implement, new file.Chema Celorio2001-07-221-0/+11
* impl. (glade_widget_connect_edit_signals): impl.Chema Celorio2001-07-161-0/+3
* implement. (glade_gtk_option_menu_set_items): impl.Chema Celorio2001-07-111-0/+1
* check if g_module_supported is TRUE in here, if it isn't there is no pointChema Celorio2001-07-091-0/+4
* syncJose Maria Celorio2001-06-291-0/+1
* lots of work. Selection is starting to work nowJose Maria Celorio2001-06-251-0/+2
* start using the GParamSpec stuffJose Maria Celorio2001-06-201-1/+1
* Initial revisionJose Maria Celorio2001-06-191-0/+48