summaryrefslogtreecommitdiff
path: root/src/glade-gtk.c
Commit message (Expand)AuthorAgeFilesLines
* g_list_prepend in loops and glade_project_window_get_active_project to getTristan Van Berkom2005-01-021-29/+29
* Ahhh, synchronizing my last months work with repository.PRE_MERGE_2004_12_23Tristan Van Berkom2004-12-151-13/+17
* Replaced `GtkWidget *' with `GObject *' throughout the codeTristan Van Berkom2004-11-181-61/+59
* - add option "--verbose". - add POPT_AUTOHELP. - use dynamic version ofIvan Wong2004-11-151-9/+15
* bug 157289 fixed in regard with boxes and notebooks.Tristan Van Berkom2004-11-101-19/+114
* Removed GladePropertyType completely from the source in favor ofTristan Van Berkom2004-11-031-91/+218
* Implemented glade_editor_query_popup(), also obsoleted common & packingTristan Van Berkom2004-10-281-252/+128
* CFLAGS was `-O2 -g', for now just `-g'. (Mixing these two compiler optionsTristan Van Berkom2004-10-261-39/+37
* Added functionality for GtkFixed (also replaced some ints with gints andTristan Van Berkom2004-10-221-53/+181
* Define the group property.Morten Welinder2004-10-061-0/+41
* Fix life cycle of GtkObjects.Morten Welinder2004-10-061-11/+11
* Bullet proof. (glade_gtk_notebook_post_create): Actually set the property.Morten Welinder2004-10-061-2/+3
* Plug leak.Morten Welinder2004-10-041-1/+1
* Glade properties are not GObjects, so don't use g_object_unref on them.Morten Welinder2004-10-041-0/+2
* mass addition of new gtk-doc-style comments for functions, some cleanup ofDavid Hoover2004-10-041-10/+276
* set the dialog positions to GTK_WIN_POS_MOUSE. Since we don't set a parentDamon Chaplin2004-05-081-0/+4
* Remove the tooltips when needed.Joaquin Cuenca Abela2004-05-071-2/+2
* Implement the getter for the tooltips.Joaquin Cuenca Abela2004-05-061-2/+5
* Remove the accelerator label.Joaquin Cuenca Abela2004-05-061-0/+43
* fix a double free if a palette name is lacking in a xml file.Joaquin Cuenca Abela2004-05-011-35/+10
* Add support for a PreCreateFunction, a function that will got calledJoaquin Cuenca Abela2004-04-301-0/+21
* fix 3 bad pixels in the shadow of these icons. account for changes onJoaquin Cuenca Abela2004-04-211-16/+164
* restrict child-properties to widgets for which child_property_appliesJoaquin Cuenca Abela2004-02-281-0/+19
* Add size property for the toolbar and query it on creation.Paolo Borelli2003-11-141-0/+58
* rewrite it as a GtkWidget. Moved some of its functions to glade-utils.c.Joaquin Cuenca Abela2003-11-021-44/+41
* Ifdef out the GladeProperty->child since it's unused. Use apply_property_from...Paolo Borelli2003-11-011-5/+2
* Get rid of property_class->update_signals: they were unused, broken and glade...Paolo Borelli2003-10-311-49/+0
* Handle internal children when reading a .glade file.Paolo Borelli2003-10-271-38/+54
* First support for internal children. Now you can add widgets to dialogs. StillPaolo Borelli2003-10-231-1/+33
* Fix the statusbar widget.Paolo Borelli2003-10-151-0/+26
* Rename placeholder_replace method to replace_child and get it from the xml fi...Paolo Borelli2003-10-061-0/+95
* Introduce a fill_empty method to GladeWidgetClass that, if needed, fills a co...Paolo Borelli2003-10-051-1/+28
* read the name of the plugin to be used by each catalog and pass it to theJoaquín Cuenca Abela2003-10-041-116/+30
* Bye bye GladeWidget->children, GladeWidget->parent.Paolo Borelli2003-08-211-4/+3
* GtkNotebook decrease children and project loadup changed state bugfix.Archit Baweja2003-08-081-6/+20
* First step to make gtknotebook widget work... adding things to it is still br...Paolo Borelli2003-06-141-0/+60
* Fix changing size of a box... at least it doesn't segfault as before.Paolo Borelli2003-06-131-26/+23
* make the clipboard independent of glade-project-window.h (by Paolo) & more wo...Joaquín Cuenca Abela2003-05-231-16/+30
* Some janitorial work on glade-clipboard by Paolo.Joaquín Cuenca Abela2003-05-171-4/+0
* Fix the popup menu (by Paolo). Fix the cut & paste commands (by myself).Joaquín Cuenca Abela2003-05-111-1/+2
* Don't add a new "Edit Menus..." button each time that we try to edit a menuJoaquín Cuenca Abela2003-03-291-25/+0
* New "Edit Menus..." button. It pop ups the menu editor.Joaquín Cuenca Abela2003-03-251-0/+25
* Fixes to make GtkSpinButton work.Joaquín Cuenca Abela2003-03-111-17/+15
* Popups for GladePlaceholder. Fixes for segfaulting GtkTreeView's allArchit Baweja2002-03-181-43/+33
* Added to resize the gtkmessagedialog widget. Added the TRUE && FALSECarlos Perelló Marín2001-12-011-0/+11
* Added to resize the gtkdialog widget. Added full support for GtkDialog.Carlos Perelló Marín2001-11-291-1/+11
* Ignored the ParamSpec "name". We should solve this problem with a betterCarlos Perelló Marín2001-11-211-0/+1
* Added those new functions to remove/fill all widget's placeholders.Carlos Perelló Marín2001-11-011-48/+38
* don't unref the cell nor the column. Thanks jacob@ximian.comChema Celorio2001-09-041-0/+72
* rewrite (glade_placeholder_is): impl.Chema Celorio2001-08-281-89/+78