aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/menus/gal-view-collection.c
Commit message (Expand)AuthorAgeFilesLines
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+2
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-81/+81
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-7/+7
* Clean up GalView and related classes.Matthew Barnes2010-03-111-1/+1
* Fix excessive whitespace.Matthew Barnes2009-07-141-1/+0
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-57/+57
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-1/+1
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| * Remove unneeded #include <libgnome/gnome-util.h>.Matthew Barnes2009-01-111-1/+0
| * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-16/+15
* | Use -no-undefined on Linux tooMilan Crha2009-05-201-1/+1
* | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-121-1/+0
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-111-16/+15
|/
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* Replace G_GNUC_FUNCTION (deprecated) with G_STRFUNC.Matthew Barnes2008-01-291-2/+2
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-2/+2
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-281-11/+6
* Fix compilation warnings in widgets folder (#441014).Matthew Barnes2007-06-031-19/+19
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-6/+9
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Include libedataserver/e-xml-utils.h for e_xml_save_file() prototype.Tor Lillqvist2005-12-181-1/+1
* 2005-11-29 Simon Zheng <simon.zheng@sun.comaHarry Lu2005-11-291-3/+5
* menus/gal-view-collection.c (load_single_dir) UseTor Lillqvist2005-09-301-1/+1
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-1/+1
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-4/+4
* Port to Windows, initial commit:Tor Lillqvist2005-04-291-7/+17
* 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-161-1/+1
* Use glib macro G_GNUC_FUNCTION instead of __FUNCTION__. Thank u, Ettore.Sanshao Jiang2003-03-221-2/+2
* use access() like camelMike Kestner2003-03-151-2/+5
* Here too.Jeffrey Stedfast2003-01-161-1/+1
* start porting to GObject.Chris Toshok2002-11-141-80/+54
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-9/+11
* Added this function to set the user visible name of this collection.Christopher James Lahey2002-06-041-0/+22
* 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-071-20/+140
* Added gal-view-instance.c and gal-view-instance.h.Christopher James Lahey2002-02-011-61/+117
* 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-271-4/+18
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-051-3/+3
* Document the fact that this function ref()s the factory and that peopleFederico Mena Quintero2001-05-301-7/+55
* Translate the title as we read it.Christopher James Lahey2001-04-111-1/+5
* Fix headers. Ditto. Ditto. Ditto. Ditto.Kjartan Maraas2001-04-041-2/+5
* 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
* New changed signal.Christopher James Lahey2001-03-061-2/+33
* Create the local directory when saving if it doesn't exist already.Christopher James Lahey2001-02-071-1/+2
* Fixed a number of small bugs in how we were saving and loading viewChristopher James Lahey2001-02-061-4/+22
* 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-241-18/+7
* Initialize collection field to NULL. Set the collection on the model asChristopher James Lahey2001-01-221-3/+165
* Use the new gal_view_set_title function.Christopher James Lahey2001-01-211-5/+201
* Added a collection argument to this to set the GalViewCollection.Christopher James Lahey2001-01-181-7/+35
* Added gal-view-collection.c, gal-view-etable.c, gal-view-factory-etable.c,Christopher James Lahey2000-12-071-0/+128