aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/menus
Commit message (Expand)AuthorAgeFilesLines
* NULL out priv->instance when we unref it. Bug #51713.Not Zed2003-12-101-1/+3
* shared object looks for wrong mo file"Suresh Chandrasekharan2003-11-033-3/+3
* fix string duplication and refcounting problems.Larry Ewing2003-06-242-5/+7
* block the signal that got us here until we're done to stop an infiniteMike Kestner2003-05-171-0/+2
* Make sure the galview.xml file exists before trying to parse it withJeffrey Stedfast2003-05-171-3/+7
* Disable debugging messages.Ettore Perazzoli2003-05-162-2/+2
* guard against multiple destroysJP Rosevear2003-05-151-0/+3
* (gal_view_menus_unmerge): Guard againstEttore Perazzoli2003-05-141-1/+2
* Don't convert the label charset from UTF-8 into the locale charset.Jeffrey Stedfast2003-04-291-8/+4
* Try stat'ing the file before loading it with xmlParseFile() to avoidJeffrey Stedfast2003-04-251-4/+6
* Free the id when we're done with it.Hans Petter Jansson2003-04-161-0/+3
* fix padding and default size. Fixed warnings elsewhere in file.Mike Kestner2003-04-161-1/+7
* use stock buttons, remove desc frame. #if out the copy button. addMike Kestner2003-04-113-282/+229
* add ... to "Define Views" and "Save Custom View" menuitem labels.Mike Kestner2003-04-101-2/+2
* fix button order fix button order fix button orderMike Kestner2003-04-083-3/+3
* (set_state): Removed debugging message.Ettore Perazzoli2003-03-281-1/+1
* Use glib macro G_GNUC_FUNCTION instead of __FUNCTION__. Thank u, Ettore.Sanshao Jiang2003-03-222-6/+7
* Instead of using gtk_widget_unparent(), remove the widget from theHans Petter Jansson2003-03-183-3/+3
* use access() like camelMike Kestner2003-03-152-3/+8
* Use G_GNUC_FUNCTION instead of __FUNCTION__.Ettore Perazzoli2003-03-071-2/+2
* Remove unneeded MAP_DIR define. (gladedir): Remove. Defined inDan Winship2003-02-061-0/+1
* Here too.Jeffrey Stedfast2003-01-162-2/+2
* add the parent arg.Chris Toshok2002-12-195-10/+18
* protect against null instance_id's (bug#35540)Mike Kestner2002-12-141-1/+5
* check for null or blank view namesGilbert Fang2002-12-111-5/+9
* convert some GnomeDialog stuff to GtkDialog.Chris Toshok2002-11-173-13/+11
* GtkObject->Gobject and GnomeDialog->GtkDialog work.Chris Toshok2002-11-174-208/+252
* use GtkDialog's ::response instead of GnomeDialog's ::clicked.Chris Toshok2002-11-151-5/+5
* hrm, we shouldn't need to do this, but gtk_widget_show_all the customChris Toshok2002-11-151-0/+1
* more porting work.Chris Toshok2002-11-1414-1098/+971
* menus/gal-view-menus.h GObjectified.Ettore Perazzoli2002-11-142-40/+33
* start porting to GObject.Chris Toshok2002-11-1412-375/+235
* gnome-xml->libxmlNot Zed2002-11-132-3/+3
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-021-2/+2
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-0114-52/+64
* ref/unref the gvmMike Kestner2002-08-151-0/+4
* Edit the view after appending it to the model.Christopher James Lahey2002-06-171-0/+1
* Added this function to let you disable the define views dialog.Christopher James Lahey2002-06-052-41/+67
* Don't show this dialog more than once per collection.Christopher James Lahey2002-06-051-9/+32
* Added this function to set the user visible name of this collection.Christopher James Lahey2002-06-044-4/+45
* Made it so that if the current_id doesn't match any of the given ids, itChristopher James Lahey2002-05-141-4/+10
* Set the gettext-domain here.Christopher James Lahey2002-05-022-4/+10
* Ansification patch from danw.Christopher James Lahey2002-04-264-4/+4
* Bumped version number to 0.19.99.14.Christopher James Lahey2002-04-232-0/+143
* New signal for when the width of the column changes.Christopher James Lahey2002-02-131-0/+2
* New function to handle unmerging menus at control deactivation time. (d):Christopher James Lahey2002-02-082-15/+26
* Bumped the required version of gal.Christopher James Lahey2002-02-072-117/+257
* Create the local directory when loading instead of when saving. This wayChristopher James Lahey2002-02-071-2/+2
* Bumped the version number to 0.19.99.5.Christopher James Lahey2002-02-079-136/+1216
* Added gal-view-instance.c and gal-view-instance.h.Christopher James Lahey2002-02-014-72/+573
* Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-281-3/+2
* Bumped the version number here to 0.16.Christopher James Lahey2001-10-311-0/+3
* Check item->type != NULL here. Fixes Ximian bug #4668.Christopher James Lahey2001-10-281-1/+1
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-2716-76/+302
* Ref the BonoboUIComponent that we are holding. (gvm_destroy): Unref ourJon Trowbridge2001-10-251-0/+12
* Make this not be a radio button, but instead just a normal menu.Christopher James Lahey2001-10-211-70/+53
* #include bonobo-ui-util.hJeffrey Stedfast2001-10-191-0/+1
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-052-5/+6
* added BONOBO_GNOME_CFLAGS to make it compile with latest BonoboRodrigo Moya2001-10-041-0/+1
* Fixes #2465Chyla Zbigniew2001-09-051-4/+4
* Don't display the Define Views dialog.Christopher James Lahey2001-08-111-0/+2
* Chain to the destroy handler in the parent class!Federico Mena Quintero2001-08-095-2/+19
* Changed this to match the changed signal on the ETableConfig object. FixesChristopher James Lahey2001-07-071-1/+5
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* Store the connection ID of the "changed" signal in the collection.Federico Mena Quintero2001-06-012-9/+21
* Document the fact that this function ref()s the factory and that peopleFederico Mena Quintero2001-05-301-7/+55
* make the view menuitems radio items of the same group, and allocate theChris Toshok2001-05-221-52/+70
* Removed EVOLUTION_VERSION from the rest of makefiles. use VERSION instead. SoGediminas Paulauskas2001-05-082-4/+9
* Found out that I forgot to commit this.Gediminas Paulauskas2001-05-031-4/+2
* Fix a memory leak.Dan Winship2001-04-131-4/+4
* Translate the title as we read it.Christopher James Lahey2001-04-111-1/+5
* i18n fixes, added missing includes.Gediminas Paulauskas2001-04-111-1/+3
* make parent_class staticDan Winship2001-04-081-1/+1
* Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-051-2/+4
* Some small header cleanups & fixes, and fix to translate all popup menusGediminas Paulauskas2001-04-051-2/+1
* Fix headers.Kjartan Maraas2001-04-051-0/+2
* Fix headers. Ditto. Ditto. Ditto. Ditto.Kjartan Maraas2001-04-045-6/+8
* Ahem, free the xmlDoc. (load_single_dir): Free the filename if we returnFederico Mena Quintero2001-04-031-1/+3
* Ahem, free the xmlDoc.Federico Mena Quintero2001-04-031-0/+1
* Removed glade.h files -- xml-i18n-tools generates them itself.Gediminas Paulauskas2001-04-022-4/+0
* No one responds on IRC, explained everything in bugzilla and these changelogs.Gediminas Paulauskas2001-04-022-4/+6
* Don't print the xml tree here.Christopher James Lahey2001-03-291-1/+3
* Added accelerator to elements missing accelerators (Reply, Inline, Quoted,Miguel de Icaza2001-03-171-5/+5
* Reorganize the menus to have entries always in a consistent fashion, asMiguel de Icaza2001-03-071-1/+1
* Rebuild when the collection changes.Christopher James Lahey2001-03-061-11/+60
* New changed signal.Christopher James Lahey2001-03-062-12/+47
* From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>Christopher James Lahey2001-02-176-0/+51
* Create the local directory when saving if it doesn't exist already.Christopher James Lahey2001-02-071-1/+2
* Removed unnecessary comment about now non-existant virtual column list.Christopher James Lahey2001-02-061-7/+0
* Fixed a number of small bugs in how we were saving and loading viewChristopher James Lahey2001-02-062-7/+46
* Make this actually deploy the titles from the GalViewCollection and emitChristopher James Lahey2001-01-261-111/+127
* Have the argument system do type checking on our "collection" argument.Christopher James Lahey2001-01-252-12/+17
* Actually implement this function.Christopher James Lahey2001-01-241-2/+17
* Made GalViewCollectionItem a public type. (load_single_file): Made it soChristopher James Lahey2001-01-242-41/+40
* Fixed gal_define_views_dialog_new to be called with its proper argument.Jon Trowbridge2001-01-231-1/+1
* Initialize collection field to NULL. Set the collection on the model asChristopher James Lahey2001-01-2210-82/+343
* Use the new gal_view_set_title function.Christopher James Lahey2001-01-217-56/+311
* Added a collection argument to this to set the GalViewCollection.Christopher James Lahey2001-01-1811-36/+315
* ditto.Miguel de Icaza2000-12-191-2/+2
* Work to get a Gtk-Doc infrastructure in place for Gal.Miguel de Icaza2000-12-091-0/+1
* Removed incorrect e-list.h include.Christopher James Lahey2000-12-071-1/+0
* Added a GalViewCollection argument to the new function here.Christopher James Lahey2000-12-072-27/+43
* Added gal-view-collection.c, gal-view-etable.c, gal-view-factory-etable.c,Christopher James Lahey2000-12-0717-157/+868
* NULL-terminate gal_view_menus_apply's BonoboUIVerb array to prevent aDan Winship2000-12-051-0/+1
* ShushJP Rosevear2000-11-291-1/+2
* Fixed some typos to get the table to display properly.Christopher James Lahey2000-11-222-3/+3
* AdaptMiguel de Icaza2000-11-181-3/+3
* Add Makefile.am and .cvsignoreMiguel de Icaza2000-11-182-0/+19
* Removed test for Bonobo here.Miguel de Icaza2000-11-181-1/+0
* Updated version number.Christopher James Lahey2000-11-141-2/+1
* Added a bunch of .lo s from the menus directory.Christopher James Lahey2000-11-1211-14/+929
* Changed the gal version number and the gal so number. Added check forChristopher James Lahey2000-11-102-0/+234
* New files for the new define views dialog.Christopher James Lahey2000-11-063-0/+573