aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/menus
Commit message (Expand)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-1324-5145/+0
* Address couple issues found by a Coverity scanMilan Crha2012-11-301-3/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-11-117-155/+199
* Coding style and whitespace cleanup.Matthew Barnes2012-08-205-38/+38
* Coding style and whitespace cleanup.Matthew Barnes2012-06-251-1/+0
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-042-4/+4
* Add missing linker flags.Matthew Barnes2012-03-041-0/+1
* Move EAlert* and e-xml-utils references from other part of the code to libevo...Srinivasa Ragavan2012-03-032-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2012-02-208-176/+191
* Bug #591436 - Add -avoid-version to LDFLAGSH. Habighorst2012-02-151-1/+1
* Bug #527614 - Valgrind shows a nice amount of lost memoryMilan Crha2011-10-201-0/+1
* Simplify library dependency flags.Matthew Barnes2011-10-051-4/+4
* Coding style and whitespace cleanup.Matthew Barnes2011-09-048-162/+224
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-1/+5
* Including <glib-object.h> directly is rarely needed.Matthew Barnes2011-05-283-3/+0
* 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-2710-2/+24
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-3/+5
* Coding style cleanups.Matthew Barnes2011-05-092-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+3
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-7/+3
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-137-14/+14
* More whitespace cleanup.Matthew Barnes2011-01-311-1/+1
* Dialogs no longer have separators.Matthew Barnes2011-01-251-1/+0
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
* libetable cleanups.Matthew Barnes2011-01-171-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-10-041-2/+4
* Coding style and whitespace cleanups.Matthew Barnes2010-09-129-240/+241
* Re-work my GtkDialog:has-separator workaround.Matthew Barnes2010-09-111-2/+2
* Work around deprecation of gtk_dialog_set_has_separator()Matthew Barnes2010-09-111-0/+2
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-7/+7
* Bug 617579 - HIG issues in "Save Current View" dialogMatthew Barnes2010-05-302-147/+97
* Coding style and whitespace cleanup.Matthew Barnes2010-05-271-1/+0
* Bug #604971 - Evolution allows deletion of default viewsMilan Crha2010-05-141-16/+24
* Bug #604430 - Calendar view not rememberedMilan Crha2010-04-281-2/+3
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-083-10/+32
* Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-024-12/+12
* Bug #488979 - Disable Edit for card views in contactsMilan Crha2010-04-011-1/+6
* Clean up GalView and related classes.Matthew Barnes2010-03-1115-373/+580
* Bug 610023 - Does not restore "Current View" on startupMatthew Barnes2010-03-102-0/+12
* Coding style and whitespace cleanup.Matthew Barnes2010-02-081-1/+2
* Fix include paths for some files to also work when installedGustavo Noronha Silva2010-01-272-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2010-01-041-1/+5
* Kill ETableScrolled.Matthew Barnes2009-12-082-24/+0
* Bug 360461 - Do not hardcode invisible_char in ui filesClaude Paroz2009-11-171-1/+0
* BugĀ 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-1713-462/+443
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-1/+2
* Goodbye libgnome and libgnomeui!!Matthew Barnes2009-09-191-0/+2
* Fix widget include paths in public header files.Matthew Barnes2009-08-313-3/+3
* More whitespace cleanup.Matthew Barnes2009-07-193-3/+3
* Fix excessive whitespace.Matthew Barnes2009-07-1413-17/+0
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
* Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-187-45/+14
* More code cleanup.Matthew Barnes2009-06-023-10/+10
* Whitespace cleanup.Matthew Barnes2009-05-291-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-2716-188/+188
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-2720-25/+21
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-2722-22/+22
| * Fix compiler warnings in widgets.Matthew Barnes2009-05-264-8/+4
| * Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-1/+1
| * Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
| * Remove unneeded #include <libgnome/gnome-util.h>.Matthew Barnes2009-01-112-2/+0
| * ** Fixes bug #567276Matthew Barnes2009-01-111-1/+0
| * Only include the toplevel GTK+ header.Matthew Barnes2008-10-311-1/+1
| * License Changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-132-32/+30
| * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-038-116/+123
| * License ChangesSankarasivasubramanian Pasupathilingam2008-08-2712-177/+196
* | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-211-1/+1
* | Use -no-undefined on Linux tooMilan Crha2009-05-203-3/+3
* | Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-041-0/+2
* | Redesign EPluginUI to accommodate merging and unmerging shell views.Matthew Barnes2009-01-242-146/+0
* | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-122-2/+0
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-022-32/+30
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-1118-288/+281
* | Saving progress. Lots of changes. Things are a bit broken at the moment.Matthew Barnes2008-09-053-578/+1
|/
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-2120-20/+20
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-0612-20/+9
* gtk_window_set_policy -> gtk_window_set_resizable.Kjartan Maraas2008-06-042-13/+13
* ** Fixes bug #534360Matthew Barnes2008-05-232-6/+6
* Replace G_GNUC_FUNCTION (deprecated) with G_STRFUNC.Matthew Barnes2008-01-293-5/+5
* ** Fixes bug #495951 Use GtkTreeView in place of ETableGilles Dartiguelongue2007-11-273-276/+242
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-1520-58/+58
* text/e.entry.[ch] text/e-completion.[ch] text/e-text-model-uri.[ch]Kjartan Maraas2007-10-311-2/+2
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-0220-40/+40
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-8/+0
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-2810-97/+42
* Remove a warningSrinivasa Ragavan2007-06-181-1/+0
* ** Fix for bug #446015 from Gilles Dartiguelongue Srinivasa Ragavan2007-06-183-303/+332
* ** Fix for bug #325882Srinivasa Ragavan2007-06-181-1/+1
* Fix compilation warnings in widgets folder (#441014).Matthew Barnes2007-06-032-25/+25
* Add tooltips for Views menu.Srinivasa Ragavan2007-05-111-0/+7
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-205-14/+17
* ** Fixes bug #419524Matthew Barnes2007-03-218-13/+13
* remove "*" from translation. Fixes bug #331147.Andre Klapper2006-07-192-2/+2
* remove empty strings from translationAndre Klapper2006-07-131-2/+2
* Tons of cleanups of the following sort: - remove unused vars - removeKjartan Maraas2006-01-301-1/+1
* ** Fixes bug #326264Srinivasa Ragavan2006-01-141-1/+1
* Use e_util_mkdir_hier() instead of e_mkdir_hier().Simon Zheng2006-01-101-0/+1
* ** Fixes bug #240762Srinivasa Ragavan2005-12-201-1/+1
* Include libedataserver/e-xml-utils.h for e_xml_save_file() prototype.Tor Lillqvist2005-12-181-0/+1
* Include libedataserver/e-xml-utils.h for e_xml_save_file() prototype.Tor Lillqvist2005-12-181-1/+1
* Patch from Irene Huang <Irene.Huang@sun.com>.Veerapuram Varadhan2005-12-131-1/+1
* Load the widget pointer before using it. Fixes a compiler warning as wellVeerapuram Varadhan2005-12-061-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-302-2/+2
* Fix #240762. If the galview implement the edit function, enable the editLi Yuan2005-09-291-2/+2
* Install in privsolib instead of privlib (no difference on Unix). UseTor Lillqvist2005-09-281-6/+10
* Add a11y name to the left table of config dialog. Add name to the leftLi Yuan2005-08-041-0/+10
* Fixes a bug where it allows just builtin views to be edited and not userSrinivasa Ragavan2005-07-251-2/+2
* Added widgets in INCLUDES.Kaushal Kumar2005-06-234-4/+4
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-1721-55/+94
* Port to Windows, initial commit:Tor Lillqvist2005-04-2910-45/+93
* Fixes #40762Li Yuan2005-03-231-1/+8
* don't bonobo_ui_free_string from bonobo_ui_node_to_string - it should beNot Zed2005-03-151-4/+1
* Install shared libraries to privlibdir.Hans Petter Jansson2005-02-101-1/+1
* Convert to G_DEFINE_TYPEJP Rosevear2004-11-121-12/+12
* do not set position, it's already done in .glade, call set_transient_forRadek Doulik2004-08-041-1/+9
* watch for selection changes and set Delete button sensitivity according toRadek Doulik2004-07-241-0/+21
* clone view before saving it to avoid problems with setting current_view_idRadek Doulik2004-06-211-0/+2
* prepend label " " before the ETableRadek Doulik2004-06-152-14/+57
* HIGified, updated as suggested in #46236Radek Doulik2004-06-112-244/+224
* remove defunct Revert button and replace OK/Cancel buttons with a CloseJon Oberheide2004-06-102-43/+2
* Fixes #48129Jon Oberheide2004-05-101-0/+1
* don't issue the display view signal a second time, connect_view does thisJP Rosevear2004-04-061-1/+0
* 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