summaryrefslogtreecommitdiff
path: root/src/glade-property-class.c
Commit message (Expand)AuthorAgeFilesLines
* Removed GladePropertyType completely from the source in favor ofTristan Van Berkom2004-11-031-446/+226
* Implemented glade_editor_query_popup(), also obsoleted common & packingTristan Van Berkom2004-10-281-0/+2
* Define the group property.Morten Welinder2004-10-061-3/+5
* Plug leak.Morten Welinder2004-10-041-0/+2
* mass addition of new gtk-doc-style comments for functions, some cleanup ofDavid Hoover2004-10-041-27/+93
* fix the build (and remove the last remanants of the "queries").Joaquin Cuenca Abela2004-05-101-1/+0
* don't save invisible properties.Joaquin Cuenca Abela2004-05-091-9/+10
* Remove the accelerator label.Joaquin Cuenca Abela2004-05-061-53/+27
* new functions to show a modal dialog for modifying flags properties.Damon Chaplin2004-04-261-5/+101
* make TagEnums and EnumType non required for enum properties. ignoreJoaquin Cuenca Abela2004-01-271-15/+21
* Fix the query question for vbox and hbox.Paolo Borelli2003-11-181-21/+10
* Audit all the uses of GValues and fix leaks: values must be unset when done w...Paolo Borelli2003-11-101-8/+31
* Retrieve from gtk the value of packing properties: we now write a correct .gladePaolo Borelli2003-11-071-1/+0
* More janitoring. Move glade_choice* stuff to glade-choice.[ch].Paolo Borelli2003-11-011-227/+5
* Get rid of property_class->update_signals: they were unused, broken and glade...Paolo Borelli2003-10-311-43/+0
* Clean up some of the Query logic, QueryResult is now hashtable of GValuesPaolo Borelli2003-10-201-6/+1
* Fix thinko in my last commit plus a couple of cleanups.Paolo Borelli2003-10-151-6/+6
* Clean up the loading of property_class list. The most relevant change isPaolo Borelli2003-10-131-204/+117
* read the name of the plugin to be used by each catalog and pass it to theJoaquín Cuenca Abela2003-10-041-40/+29
* ops... lot of changes... read the changelog.Joaquín Cuenca Abela2003-08-071-79/+210
* Small cleanup: move create_labelPaolo Borelli2003-07-311-29/+0
* Initial support for propertiesPaolo Borelli2003-07-071-3/+22
* factor out property_class_new_from_specPaolo Borelli2003-07-021-226/+131
* Some cleanup from Paolo and me.Joaquín Cuenca Abela2003-04-211-1/+1
* Ported to win32Joaquín Cuenca Abela2003-04-161-1/+1
* fix a memory leak.Joaquín Cuenca Abela2003-03-121-2/+3
* Remove spurious warnings.Joaquín Cuenca Abela2003-03-111-8/+3
* Fix several asserts.Joaquín Cuenca Abela2003-03-091-11/+11
* Implementation of set & get of gunichar GValues.Joaquín Cuenca Abela2002-04-111-13/+42
* Popups for GladePlaceholder. Fixes for segfaulting GtkTreeView's allArchit Baweja2002-03-181-17/+19
* Added GLADE_TAG_DISABLED. Added a check for properties that are disabledCarlos Perelló Marín2001-12-031-7/+11
* Implemented the GLADE_PROPERTY_TYPE_ENUM. ditto. Now it seems thatCarlos Perelló Marín2001-11-281-6/+24
* The answer is... My patch sucks!!! I think that now it's solved. I get aCarlos Perelló Marín2001-11-241-10/+9
* Fixed the API change, G_PARAM_SPEC_TYPE (spec) can not be used in a switchCarlos Perelló Marín2001-11-231-17/+13
* Ignored the ParamSpec "name". We should solve this problem with a betterCarlos Perelló Marín2001-11-211-120/+275
* use cell_render_text, text_pixbuf seems to have vanished.Michael Meeks2001-10-051-2/+2
* don't unref the cell nor the column. Thanks jacob@ximian.comChema Celorio2001-09-041-17/+58
* rewrite (glade_placeholder_is): impl.Chema Celorio2001-08-281-1/+0
* Include <config.h> and remove the include from glade.h. This is theKjartan Maraas2001-08-191-0/+3
* remove the packing memebers, we where not using them.Chema Celorio2001-08-131-2/+10
* try to fix gettext support. Duno why translations are not working. FeelChema Celorio2001-08-121-100/+170
* add a temp hack to set the properties. (glade_property_get): ditto to getChema Celorio2001-08-071-5/+6
* add a packing argument. (glade_widget_set_default_options): we now set theChema Celorio2001-08-041-84/+102
* add <popt.h>. implement : ./glade2 --dump {widget} to dump to the consoleChema Celorio2001-08-021-19/+52
* when saving a .xml file indent it as libxml did by calling SaveFormatFileChema Celorio2001-07-231-6/+2
* implement, new file.Chema Celorio2001-07-221-19/+17
* impl. (glade_widget_connect_edit_signals): impl.Chema Celorio2001-07-161-2/+50
* init_function is not required in the xml files.Chema Celorio2001-07-161-3/+9
* set the propertyChema Celorio2001-07-151-2/+2
* implement. (glade_gtk_option_menu_set_items): impl.Chema Celorio2001-07-111-9/+31