summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - clean up a little bit. - drop acconfig.h, use the third arg of AC_DEFINEIvan Wong2004-11-187-45/+44
* - add option "--verbose". - add POPT_AUTOHELP. - use dynamic version ofIvan Wong2004-11-1511-61/+97
* bug 157289 fixed in regard with boxes and notebooks.Tristan Van Berkom2004-11-103-21/+116
* when double-clicking on a window in the project view, hide if if it'sDavid Hoover2004-11-051-3/+10
* Implemented glade_command_copy () (undo/redo works like a charm :-)Tristan Van Berkom2004-11-057-86/+149
* rewrote function to create a GtkFileSelector or GtkFileChooser dependingShane Butler2004-11-054-32/+84
* Fix a few glitches that only show up on win32Ivan Wong2004-11-031-3/+3
* Removed GladePropertyType completely from the source in favor ofTristan Van Berkom2004-11-0315-1250/+698
* fix up CLEANFILES problemDavid Hoover2004-11-031-2/+2
* Win32 related fixes (bug 154927)Ivan Wong2004-11-037-33/+88
* Implemented glade_editor_query_popup(), also obsoleted common & packingTristan Van Berkom2004-10-2813-323/+448
* Fix up dependency issues with automatically generated marshallers files.David Hoover2004-10-271-2/+3
* CFLAGS was `-O2 -g', for now just `-g'. (Mixing these two compiler optionsTristan Van Berkom2004-10-265-119/+153
* Dynamically generate a marshaller that was in glade-editor.c, shorten theDavid Hoover2004-10-264-46/+6
* Remove commented out block that accidently crept into my last commit.David Hoover2004-10-251-2/+0
* Add support to automatically generate the marshallers files rather thanDavid Hoover2004-10-256-106/+24
* Added functionality for GtkFixed (also replaced some ints with gints andTristan Van Berkom2004-10-2215-386/+797
* minor addition to INTERNALS.Paolo Borelli2004-10-071-1/+0
* Sparse stuff.Morten Welinder2004-10-075-12/+11
* Define the group property.Morten Welinder2004-10-064-21/+71
* Fix life cycle of GtkObjects.Morten Welinder2004-10-062-16/+20
* Bullet proof. (glade_gtk_notebook_post_create): Actually set the property.Morten Welinder2004-10-062-57/+98
* Typo.Morten Welinder2004-10-061-1/+1
* Typo.Morten Welinder2004-10-061-1/+1
* Typos.Morten Welinder2004-10-061-3/+3
* Plug leak.Morten Welinder2004-10-048-66/+92
* Plug leak.Morten Welinder2004-10-044-1/+8
* Glade properties are not GObjects, so don't use g_object_unref on them.Morten Welinder2004-10-042-13/+18
* 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-0430-272/+1532
* Tweak the last patch.Paolo Borelli2004-06-301-1/+1
* center the dialog. Patch by MichaƂ Byrecki <byrek@elektronika.org>.Paolo Borelli2004-06-301-11/+23
* HIG fixes in button order in the File ChooserArchit Baweja2004-05-211-1/+2
* don't save empty packing tag.Shane Butler2004-05-211-12/+14
* Use the new save/open dialog box in gtk+-2.4. Patch by kov at debian dotJoaquin Cuenca Abela2004-05-166-115/+100
* fix the build (and remove the last remanants of the "queries").Joaquin Cuenca Abela2004-05-103-28/+1
* don't save invisible properties.Joaquin Cuenca Abela2004-05-094-17/+17
* set the dialog positions to GTK_WIN_POS_MOUSE. Since we don't set a parentDamon Chaplin2004-05-082-9/+7
* Removed some code in glade_widget_create_packing_properties needed toJoaquin Cuenca Abela2004-05-082-3/+14
* check the return value from glade_project_save() and pop up a dialog ifDamon Chaplin2004-05-082-8/+18
* Remove the tooltips when needed.Joaquin Cuenca Abela2004-05-072-3/+3
* Implement the getter for the tooltips.Joaquin Cuenca Abela2004-05-062-4/+6
* don't connect handlers for placeholders, and set a flag to indicate we'veDamon Chaplin2004-05-062-5/+21
* Remove the accelerator label.Joaquin Cuenca Abela2004-05-067-69/+93
* 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-036-88/+179
* fix a double free if a palette name is lacking in a xml file.Joaquin Cuenca Abela2004-05-014-62/+44
* Add support for a PreCreateFunction, a function that will got calledJoaquin Cuenca Abela2004-04-305-1/+39
* new function called whenever a widget receives an "expose_event" signal.Damon Chaplin2004-04-306-25/+161