| Commit message (Expand) | Author | Age | Files | Lines |
* | block the signal that got us here until we're done to stop an infinite | Mike Kestner | 2003-05-17 | 1 | -0/+2 |
* | Make sure the galview.xml file exists before trying to parse it with | Jeffrey Stedfast | 2003-05-17 | 1 | -3/+7 |
* | Disable debugging messages. | Ettore Perazzoli | 2003-05-16 | 2 | -2/+2 |
* | guard against multiple destroys | JP Rosevear | 2003-05-15 | 1 | -0/+3 |
* | (gal_view_menus_unmerge): Guard against | Ettore Perazzoli | 2003-05-14 | 1 | -1/+2 |
* | Don't convert the label charset from UTF-8 into the locale charset. | Jeffrey Stedfast | 2003-04-29 | 1 | -8/+4 |
* | Try stat'ing the file before loading it with xmlParseFile() to avoid | Jeffrey Stedfast | 2003-04-25 | 1 | -4/+6 |
* | Free the id when we're done with it. | Hans Petter Jansson | 2003-04-16 | 1 | -0/+3 |
* | fix padding and default size. Fixed warnings elsewhere in file. | Mike Kestner | 2003-04-16 | 1 | -1/+7 |
* | use stock buttons, remove desc frame. #if out the copy button. add | Mike Kestner | 2003-04-11 | 3 | -282/+229 |
* | add ... to "Define Views" and "Save Custom View" menuitem labels. | Mike Kestner | 2003-04-10 | 1 | -2/+2 |
* | fix button order fix button order fix button order | Mike Kestner | 2003-04-08 | 3 | -3/+3 |
* | (set_state): Removed debugging message. | Ettore Perazzoli | 2003-03-28 | 1 | -1/+1 |
* | Use glib macro G_GNUC_FUNCTION instead of __FUNCTION__. Thank u, Ettore. | Sanshao Jiang | 2003-03-22 | 2 | -6/+7 |
* | Instead of using gtk_widget_unparent(), remove the widget from the | Hans Petter Jansson | 2003-03-18 | 3 | -3/+3 |
* | use access() like camel | Mike Kestner | 2003-03-15 | 2 | -3/+8 |
* | Use G_GNUC_FUNCTION instead of __FUNCTION__. | Ettore Perazzoli | 2003-03-07 | 1 | -2/+2 |
* | Remove unneeded MAP_DIR define. (gladedir): Remove. Defined in | Dan Winship | 2003-02-06 | 1 | -0/+1 |
* | Here too. | Jeffrey Stedfast | 2003-01-16 | 2 | -2/+2 |
* | add the parent arg. | Chris Toshok | 2002-12-19 | 5 | -10/+18 |
* | protect against null instance_id's (bug#35540) | Mike Kestner | 2002-12-14 | 1 | -1/+5 |
* | check for null or blank view names | Gilbert Fang | 2002-12-11 | 1 | -5/+9 |
* | convert some GnomeDialog stuff to GtkDialog. | Chris Toshok | 2002-11-17 | 3 | -13/+11 |
* | GtkObject->Gobject and GnomeDialog->GtkDialog work. | Chris Toshok | 2002-11-17 | 4 | -208/+252 |
* | use GtkDialog's ::response instead of GnomeDialog's ::clicked. | Chris Toshok | 2002-11-15 | 1 | -5/+5 |
* | hrm, we shouldn't need to do this, but gtk_widget_show_all the custom | Chris Toshok | 2002-11-15 | 1 | -0/+1 |
* | more porting work. | Chris Toshok | 2002-11-14 | 14 | -1098/+971 |
* | menus/gal-view-menus.h GObjectified. | Ettore Perazzoli | 2002-11-14 | 2 | -40/+33 |
* | start porting to GObject. | Chris Toshok | 2002-11-14 | 12 | -375/+235 |
* | gnome-xml->libxml | Not Zed | 2002-11-13 | 2 | -3/+3 |
* | First big sync of my GNOME 2 porting work (incomplete, and still | Ettore Perazzoli | 2002-11-02 | 1 | -2/+2 |
* | merging the gal-2 branch back to the trunk. | Mike Kestner | 2002-11-01 | 14 | -52/+64 |
* | ref/unref the gvm | Mike Kestner | 2002-08-15 | 1 | -0/+4 |
* | Edit the view after appending it to the model. | Christopher James Lahey | 2002-06-17 | 1 | -0/+1 |
* | Added this function to let you disable the define views dialog. | Christopher James Lahey | 2002-06-05 | 2 | -41/+67 |
* | Don't show this dialog more than once per collection. | Christopher James Lahey | 2002-06-05 | 1 | -9/+32 |
* | Added this function to set the user visible name of this collection. | Christopher James Lahey | 2002-06-04 | 4 | -4/+45 |
* | Made it so that if the current_id doesn't match any of the given ids, it | Christopher James Lahey | 2002-05-14 | 1 | -4/+10 |
* | Set the gettext-domain here. | Christopher James Lahey | 2002-05-02 | 2 | -4/+10 |
* | Ansification patch from danw. | Christopher James Lahey | 2002-04-26 | 4 | -4/+4 |
* | Bumped version number to 0.19.99.14. | Christopher James Lahey | 2002-04-23 | 2 | -0/+143 |
* | New signal for when the width of the column changes. | Christopher James Lahey | 2002-02-13 | 1 | -0/+2 |
* | New function to handle unmerging menus at control deactivation time. (d): | Christopher James Lahey | 2002-02-08 | 2 | -15/+26 |
* | Bumped the required version of gal. | Christopher James Lahey | 2002-02-07 | 2 | -117/+257 |
* | Create the local directory when loading instead of when saving. This way | Christopher James Lahey | 2002-02-07 | 1 | -2/+2 |
* | Bumped the version number to 0.19.99.5. | Christopher James Lahey | 2002-02-07 | 9 | -136/+1216 |
* | Added gal-view-instance.c and gal-view-instance.h. | Christopher James Lahey | 2002-02-01 | 4 | -72/+573 |
* | Final cleanup for the CFLAGS and LIBS in the Makefiles. | Ettore Perazzoli | 2002-01-28 | 1 | -3/+2 |
* | Bumped the version number here to 0.16. | Christopher James Lahey | 2001-10-31 | 1 | -0/+3 |
* | Check item->type != NULL here. Fixes Ximian bug #4668. | Christopher James Lahey | 2001-10-28 | 1 | -1/+1 |
* | Changed the license announcement at the top of these files. | Christopher James Lahey | 2001-10-27 | 16 | -76/+302 |
* | Ref the BonoboUIComponent that we are holding. (gvm_destroy): Unref our | Jon Trowbridge | 2001-10-25 | 1 | -0/+12 |
* | Make this not be a radio button, but instead just a normal menu. | Christopher James Lahey | 2001-10-21 | 1 | -70/+53 |
* | #include bonobo-ui-util.h | Jeffrey Stedfast | 2001-10-19 | 1 | -0/+1 |
* | add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migration | Michael Meeks | 2001-10-05 | 2 | -5/+6 |
* | added BONOBO_GNOME_CFLAGS to make it compile with latest Bonobo | Rodrigo Moya | 2001-10-04 | 1 | -0/+1 |
* | Fixes #2465 | Chyla Zbigniew | 2001-09-05 | 1 | -4/+4 |
* | Don't display the Define Views dialog. | Christopher James Lahey | 2001-08-11 | 1 | -0/+2 |
* | Chain to the destroy handler in the parent class! | Federico Mena Quintero | 2001-08-09 | 5 | -2/+19 |
* | Changed this to match the changed signal on the ETableConfig object. Fixes | Christopher James Lahey | 2001-07-07 | 1 | -1/+5 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
* | Store the connection ID of the "changed" signal in the collection. | Federico Mena Quintero | 2001-06-01 | 2 | -9/+21 |
* | Document the fact that this function ref()s the factory and that people | Federico Mena Quintero | 2001-05-30 | 1 | -7/+55 |
* | make the view menuitems radio items of the same group, and allocate the | Chris Toshok | 2001-05-22 | 1 | -52/+70 |
* | Removed EVOLUTION_VERSION from the rest of makefiles. use VERSION instead. So | Gediminas Paulauskas | 2001-05-08 | 2 | -4/+9 |
* | Found out that I forgot to commit this. | Gediminas Paulauskas | 2001-05-03 | 1 | -4/+2 |
* | Fix a memory leak. | Dan Winship | 2001-04-13 | 1 | -4/+4 |
* | Translate the title as we read it. | Christopher James Lahey | 2001-04-11 | 1 | -1/+5 |
* | i18n fixes, added missing includes. | Gediminas Paulauskas | 2001-04-11 | 1 | -1/+3 |
* | make parent_class static | Dan Winship | 2001-04-08 | 1 | -1/+1 |
* | Here goes my additional simple include fixes. | Gediminas Paulauskas | 2001-04-05 | 1 | -2/+4 |
* | Some small header cleanups & fixes, and fix to translate all popup menus | Gediminas Paulauskas | 2001-04-05 | 1 | -2/+1 |
* | Fix headers. | Kjartan Maraas | 2001-04-05 | 1 | -0/+2 |
* | Fix headers. Ditto. Ditto. Ditto. Ditto. | Kjartan Maraas | 2001-04-04 | 5 | -6/+8 |
* | Ahem, free the xmlDoc. (load_single_dir): Free the filename if we return | Federico Mena Quintero | 2001-04-03 | 1 | -1/+3 |
* | Ahem, free the xmlDoc. | Federico Mena Quintero | 2001-04-03 | 1 | -0/+1 |
* | Removed glade.h files -- xml-i18n-tools generates them itself. | Gediminas Paulauskas | 2001-04-02 | 2 | -4/+0 |
* | No one responds on IRC, explained everything in bugzilla and these changelogs. | Gediminas Paulauskas | 2001-04-02 | 2 | -4/+6 |
* | Don't print the xml tree here. | Christopher James Lahey | 2001-03-29 | 1 | -1/+3 |
* | Added accelerator to elements missing accelerators (Reply, Inline, Quoted, | Miguel de Icaza | 2001-03-17 | 1 | -5/+5 |
* | Reorganize the menus to have entries always in a consistent fashion, as | Miguel de Icaza | 2001-03-07 | 1 | -1/+1 |
* | Rebuild when the collection changes. | Christopher James Lahey | 2001-03-06 | 1 | -11/+60 |
* | New changed signal. | Christopher James Lahey | 2001-03-06 | 2 | -12/+47 |
* | From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com> | Christopher James Lahey | 2001-02-17 | 6 | -0/+51 |
* | Create the local directory when saving if it doesn't exist already. | Christopher James Lahey | 2001-02-07 | 1 | -1/+2 |
* | Removed unnecessary comment about now non-existant virtual column list. | Christopher James Lahey | 2001-02-06 | 1 | -7/+0 |
* | Fixed a number of small bugs in how we were saving and loading view | Christopher James Lahey | 2001-02-06 | 2 | -7/+46 |
* | Make this actually deploy the titles from the GalViewCollection and emit | Christopher James Lahey | 2001-01-26 | 1 | -111/+127 |
* | Have the argument system do type checking on our "collection" argument. | Christopher James Lahey | 2001-01-25 | 2 | -12/+17 |
* | Actually implement this function. | Christopher James Lahey | 2001-01-24 | 1 | -2/+17 |
* | Made GalViewCollectionItem a public type. (load_single_file): Made it so | Christopher James Lahey | 2001-01-24 | 2 | -41/+40 |
* | Fixed gal_define_views_dialog_new to be called with its proper argument. | Jon Trowbridge | 2001-01-23 | 1 | -1/+1 |
* | Initialize collection field to NULL. Set the collection on the model as | Christopher James Lahey | 2001-01-22 | 10 | -82/+343 |
* | Use the new gal_view_set_title function. | Christopher James Lahey | 2001-01-21 | 7 | -56/+311 |
* | Added a collection argument to this to set the GalViewCollection. | Christopher James Lahey | 2001-01-18 | 11 | -36/+315 |
* | ditto. | Miguel de Icaza | 2000-12-19 | 1 | -2/+2 |
* | Work to get a Gtk-Doc infrastructure in place for Gal. | Miguel de Icaza | 2000-12-09 | 1 | -0/+1 |
* | Removed incorrect e-list.h include. | Christopher James Lahey | 2000-12-07 | 1 | -1/+0 |
* | Added a GalViewCollection argument to the new function here. | Christopher James Lahey | 2000-12-07 | 2 | -27/+43 |
* | Added gal-view-collection.c, gal-view-etable.c, gal-view-factory-etable.c, | Christopher James Lahey | 2000-12-07 | 17 | -157/+868 |
* | NULL-terminate gal_view_menus_apply's BonoboUIVerb array to prevent a | Dan Winship | 2000-12-05 | 1 | -0/+1 |
* | Shush | JP Rosevear | 2000-11-29 | 1 | -1/+2 |
* | Fixed some typos to get the table to display properly. | Christopher James Lahey | 2000-11-22 | 2 | -3/+3 |
* | Adapt | Miguel de Icaza | 2000-11-18 | 1 | -3/+3 |
* | Add Makefile.am and .cvsignore | Miguel de Icaza | 2000-11-18 | 2 | -0/+19 |
* | Removed test for Bonobo here. | Miguel de Icaza | 2000-11-18 | 1 | -1/+0 |
* | Updated version number. | Christopher James Lahey | 2000-11-14 | 1 | -2/+1 |
* | Added a bunch of .lo s from the menus directory. | Christopher James Lahey | 2000-11-12 | 11 | -14/+929 |
* | Changed the gal version number and the gal so number. Added check for | Christopher James Lahey | 2000-11-10 | 2 | -0/+234 |
* | New files for the new define views dialog. | Christopher James Lahey | 2000-11-06 | 3 | -0/+573 |