summaryrefslogtreecommitdiff
path: root/src/glade-widget-class.c
Commit message (Expand)AuthorAgeFilesLines
* Added GladeCatalogInitFunc so you could define a function to be executedTristan Van Berkom2006-04-031-50/+1
* Added a bit about anarchist childrenTristan Van Berkom2006-03-201-8/+0
* Removed glade_widget_class_get_all_children, nowTristan Van Berkom2006-03-161-32/+8
* Updated listTristan Van Berkom2006-02-241-73/+97
* Fixed broken resource pool & wrote some doc. Now save the "<requiredTristan Van Berkom2006-01-241-2/+10
* Removing a tad of redundant code.Tristan Van Berkom2006-01-161-3/+0
* New project signal "close".Tristan Van Berkom2006-01-151-0/+2
* Made some code simplifications and fixed a possible segfault.Tristan Van Berkom2005-12-151-63/+42
* Added missing sources & added gtk+.xmlTristan Van Berkom2005-12-121-15/+23
* Added support for GtkCombo, GtkList, GtkCList Also added support for theTristan Van Berkom2005-12-091-3/+14
* Modified Files: ChangeLog po/az.po po/en_CA.po po/es.po po/ja.po po/ms.poTristan Van Berkom2005-12-061-1/+1
* Revamping of the glade-editor, wrenched out the GladeEditorProperty codeTristan Van Berkom2005-10-081-13/+5
* - Removed child_property_applies concept, as I feel that the approach forTristan Van Berkom2005-10-041-5/+4
* Balanced out reference counts on GladeWidgets and their objects so thatTristan Van Berkom2005-09-221-21/+0
* Added CAST_BAD macro (BAD_CAST opposite).Tristan Van Berkom2005-09-151-5/+4
* Added comment & use glade_widget_show/hide api.Tristan Van Berkom2005-09-091-0/+28
* glade_default_app_selection_clear() Add call to glade_util_clear_selectionTristan Van Berkom2005-08-241-4/+9
* RemovedTristan Van Berkom2005-08-011-1/+3
* Cleared up property->class references, Added comments, Made spin buttonTristan Van Berkom2005-07-311-1/+0
* Fixed bug in glade_widget_class_merge_properties(), Now if a property in aTristan Van Berkom2005-07-251-19/+67
* Fixed compiler warningTristan Van Berkom2005-07-241-8/+16
* Cleaned up i18n/gettext stuff, Now glade-3 uses <glib/gi18n.h> andTristan Van Berkom2005-04-201-4/+5
* 2005-04-10 Ivan, Wong Yat Cheung <email@ivanwong.infoIvan Wong Yat Cheung2005-04-101-28/+28
* Merged LIBGLADE_INTEGRATION --> HEAD, gentlemen; we have reached normality.Tristan Van Berkom2005-02-281-233/+819
* - clean up a little bit. - drop acconfig.h, use the third arg of AC_DEFINEIvan Wong2004-11-181-3/+3
* Removed GladePropertyType completely from the source in favor ofTristan Van Berkom2004-11-031-35/+1
* Win32 related fixes (bug 154927)Ivan Wong2004-11-031-1/+1
* Implemented glade_editor_query_popup(), also obsoleted common & packingTristan Van Berkom2004-10-281-7/+7
* Added functionality for GtkFixed (also replaced some ints with gints andTristan Van Berkom2004-10-221-41/+67
* Define the group property.Morten Welinder2004-10-061-1/+1
* Plug leak.Morten Welinder2004-10-041-1/+4
* mass addition of new gtk-doc-style comments for functions, some cleanup ofDavid Hoover2004-10-041-40/+69
* Use the new save/open dialog box in gtk+-2.4. Patch by kov at debian dotJoaquin Cuenca Abela2004-05-161-4/+7
* fix the build (and remove the last remanants of the "queries").Joaquin Cuenca Abela2004-05-101-26/+0
* fix a double free if a palette name is lacking in a xml file.Joaquin Cuenca Abela2004-05-011-0/+3
* Add support for a PreCreateFunction, a function that will got calledJoaquin Cuenca Abela2004-04-301-0/+9
* restrict child-properties to widgets for which child_property_appliesJoaquin Cuenca Abela2004-02-281-36/+95
* Load the "palette_name" attribute on each widget class which has aJoaquin Cuenca Abela2004-02-071-0/+2
* change the table with the widgets to a vertical box, where each widgetJoaquin Cuenca Abela2004-02-071-1/+1
* src/glade-catalog.c src/glade-widget-class.c widgets/gtk-additional.xmlTommi Komulainen2004-01-101-17/+54
* Janitoring.Paolo Borelli2003-11-191-1/+0
* Simplify glade_widget_class_merge.Paolo Borelli2003-11-181-106/+44
* Audit all the uses of GValues and fix leaks: values must be unset when done w...Paolo Borelli2003-11-101-17/+3
* Janitoring.Paolo Borelli2003-11-091-132/+74
* Get rid of property_class->update_signals: they were unused, broken and glade...Paolo Borelli2003-10-311-11/+0
* Handle internal children when reading a .glade file.Paolo Borelli2003-10-271-0/+8
* Fix the statusbar widget.Paolo Borelli2003-10-151-5/+9
* Clean up the loading of property_class list. The most relevant change isPaolo Borelli2003-10-131-1/+51
* Rename placeholder_replace method to replace_child and get it from the xml fi...Paolo Borelli2003-10-061-10/+11
* Introduce a fill_empty method to GladeWidgetClass that, if needed, fills a co...Paolo Borelli2003-10-051-18/+31