summaryrefslogtreecommitdiff
path: root/src/glade-widget.c
Commit message (Expand)AuthorAgeFilesLines
* - Removed temporary hackIMENDIO_050131imendio-0501-branchMikael Hallendal2005-01-161-6/+53
* Add i18n string handling.Richard Hult2005-01-071-8/+42
* g_list_prepend in loops and glade_project_window_get_active_project to getTristan Van Berkom2005-01-021-0/+1
* Multiple widgets in Cut/Copy/Paste/Delete commandsTristan Van Berkom2004-12-301-35/+34
* - No need to free property lists in dispose if we do that in finalize. -Tristan Van Berkom2004-12-241-17/+14
* Bringing LIBGLADE_INTEGRATION branch up to date with patches from HEAD.POST_MERGE_2004_12_23Tristan Van Berkom2004-12-231-2/+5
* Ahhh, synchronizing my last months work with repository.PRE_MERGE_2004_12_23Tristan Van Berkom2004-12-151-127/+156
* Replaced `GtkWidget *' with `GObject *' throughout the codeTristan Van Berkom2004-11-181-416/+638
* add dependency of libglade-2.0 >= 2.4.0Ivan Wong2004-11-151-174/+203
* - add option "--verbose". - add POPT_AUTOHELP. - use dynamic version ofIvan Wong2004-11-151-1/+1
* bug 157289 fixed in regard with boxes and notebooks.Tristan Van Berkom2004-11-101-1/+1
* Implemented glade_command_copy () (undo/redo works like a charm :-)Tristan Van Berkom2004-11-051-20/+12
* Implemented glade_editor_query_popup(), also obsoleted common & packingTristan Van Berkom2004-10-281-27/+184
* CFLAGS was `-O2 -g', for now just `-g'. (Mixing these two compiler optionsTristan Van Berkom2004-10-261-72/+63
* Dynamically generate a marshaller that was in glade-editor.c, shorten theDavid Hoover2004-10-261-1/+1
* Added functionality for GtkFixed (also replaced some ints with gints andTristan Van Berkom2004-10-221-170/+400
* Define the group property.Morten Welinder2004-10-061-17/+24
* Bullet proof. (glade_gtk_notebook_post_create): Actually set the property.Morten Welinder2004-10-061-55/+95
* Plug leak.Morten Welinder2004-10-041-8/+21
* Glade properties are not GObjects, so don't use g_object_unref on them.Morten Welinder2004-10-041-13/+16
* Don't try to destroy a hash table with g_object_unref.Morten Welinder2004-10-041-1/+1
* mass addition of new gtk-doc-style comments for functions, some cleanup ofDavid Hoover2004-10-041-12/+152
* don't save empty packing tag.Shane Butler2004-05-211-12/+14
* don't save invisible properties.Joaquin Cuenca Abela2004-05-091-3/+4
* Removed some code in glade_widget_create_packing_properties needed toJoaquin Cuenca Abela2004-05-081-1/+13
* Implement the getter for the tooltips.Joaquin Cuenca Abela2004-05-061-2/+1
* don't connect handlers for placeholders, and set a flag to indicate we'veDamon Chaplin2004-05-061-5/+20
* don't accept placeholders. They are handled separately, using their ownDamon Chaplin2004-05-051-1/+1
* if we found a widget (data.found), but it isn't a container, just returnDamon Chaplin2004-05-051-16/+25
* new function to queue a draw of the selection nodes, for the givenDamon Chaplin2004-05-031-13/+1
* fix a double free if a palette name is lacking in a xml file.Joaquin Cuenca Abela2004-05-011-27/+30
* Add support for a PreCreateFunction, a function that will got calledJoaquin Cuenca Abela2004-04-301-1/+4
* new function called whenever a widget receives an "expose_event" signal.Damon Chaplin2004-04-301-0/+46
* fix 3 bad pixels in the shadow of these icons. account for changes onJoaquin Cuenca Abela2004-04-211-946/+710
* Fix a typoJoaquĆ­n Cuenca Abela2004-03-121-1/+1
* write properties that have a default value of NULL. micro-manage the newJoaquin Cuenca Abela2004-03-091-4/+8
* Č4-02-29 Joaquin Cuenca Abela <e98cuenc@yahoo.com>JoaquĆ­n Cuenca Abela2004-02-291-2/+3
* restrict child-properties to widgets for which child_property_appliesJoaquin Cuenca Abela2004-02-281-8/+48
* fix a little error that was preventing internal childs from beingJoaquin Cuenca Abela2004-02-101-15/+20
* Handle the popup-menu event so that SHIFT+F10 accel works.Paolo Borelli2004-01-231-64/+60
* fix some bugs in the signal editor. Now it's more or less bug free (IJoaquin Cuenca Abela2004-01-221-50/+68
* add a glade_signal_copy function. put the signals with a handler on a hashJoaquin Cuenca Abela2004-01-181-21/+72
* Audit all the uses of GValues and fix leaks: values must be unset when done w...Paolo Borelli2003-11-101-11/+23
* Retrieve from gtk the value of packing properties: we now write a correct .gladePaolo Borelli2003-11-071-66/+27
* rewrite it as a GtkWidget. Moved some of its functions to glade-utils.c.Joaquin Cuenca Abela2003-11-021-2/+2
* Ifdef out the GladeProperty->child since it's unused. Use apply_property_from...Paolo Borelli2003-11-011-95/+51
* Janitoring: remove unused function and duplicated include.Paolo Borelli2003-10-311-3/+2
* Get rid of property_class->update_signals: they were unused, broken and glade...Paolo Borelli2003-10-311-55/+1
* Minor janitoring.Paolo Borelli2003-10-271-4/+2
* Handle internal children when reading a .glade file.Paolo Borelli2003-10-271-49/+95