aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/goto.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #649392 - Improve calendar's "Goto" dialog and move it to dialogsDan Vrátil2011-05-161-280/+0
* Move calendar preferences to the calendar module.Matthew Barnes2010-11-051-1/+3
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-8/+15
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-261-0/+1
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-18/+7
* Re-enable more calendar code.Matthew Barnes2009-08-281-9/+3
* More GnomeCalendar cleanup.Matthew Barnes2009-08-191-1/+3
* Trim more fat off the GnomeCalendar API.Matthew Barnes2009-08-191-2/+4
* Track the timezone in one place: ECalModelMatthew Barnes2009-08-131-1/+5
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-2/+2
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-1/+1
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-251-13/+6
|\|
| * GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-241-13/+6
| * ** Fixes bug #567276Matthew Barnes2009-01-111-2/+0
| * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-09-301-5/+21
* | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-121-2/+0
* | Disable parts of my previous calendar work, such that all modules now load!Matthew Barnes2008-10-281-0/+8
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-5/+21
* | Get Memos to come up. Doesn't really work yet, but the widgets are all there.Matthew Barnes2008-09-301-1/+0
|/
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-2/+2
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-7/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-14/+14
* Warning fixes: - NULL vs 0 vs FALSE/TRUE - ANSIfication of declarations -Kjartan Maraas2007-10-241-1/+1
* 2007-08-16 mcrha Fix for bug #464106Milan Crha2007-08-161-0/+3
* Fixes bug #357970Matthew Barnes2006-12-041-3/+3
* Cleanups: - remove unused vars - remove extraneous semi-colons - add someKjartan Maraas2006-02-081-2/+0
* gui/calendar-commands.c gui/e-cal-list-view.c gui/e-calendar-table.cTor Lillqvist2005-11-261-1/+7
* Convert the calendar_config_get_timezone andJP Rosevear2004-02-061-3/+1
* Fix for bugzilla bug #51627.Harry Lu2003-12-051-0/+3
* Fixes #50808Bolian Yin2003-11-121-0/+10
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-1/+1
* Merged from calendar-views-with-model branchRodrigo Moya2003-08-201-1/+1
* Don't insist appointment is updated if both old and new summary are blank.Hans Petter Jansson2003-01-251-4/+8
* Use g_object_ref()/g_object_unref() instead ofEttore Perazzoli2002-11-091-1/+1
* Use g_signal_connect() instead of gtk_signal_connect(). Likewise.Ettore Perazzoli2002-11-091-13/+5
* Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-081-1/+1
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-9/+44
* Renamed the occur field to occur_start; added an occur_end field. This wayFederico Mena Quintero2001-06-271-0/+2
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-051-0/+7
* <gnome.h> trimming to reduce compilation time. Likewise. Likewise.Federico Mena Quintero2001-01-301-1/+0
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-3/+4
* Make sure the current month is shown when the dialog pops up.JP Rosevear2000-12-231-2/+8
* New function to keep the ecal marked properly (create_ecal): move moreJP Rosevear2000-12-231-14/+26
* translationsJP Rosevear2000-12-231-265/+128
* Fall equinox cleanup!Federico Mena Quintero2000-09-081-2/+8
* added new source files and pixmaps, and removed old source files, whichDamon Chaplin2000-04-241-2/+2
* Renamed library from libcalutil to libcal-util, to be consistent withFederico Mena Quintero2000-04-171-1/+1
* calendar is a frame instead of a window, now.Seth Alves2000-04-081-4/+7
* build test-calendar-widget and evolution-calendar, common stuff is in aSeth Alves2000-04-061-1/+1
* replaced "Calendar *cal" with "CalClient *calc" in the GnomeCalendarSeth Alves2000-03-091-1/+1
* new file -- things shared between the client and server go in thisSeth Alves2000-03-041-1/+1
* Small fix -miguelArturo Espinosa1999-09-281-9/+9
* Add support for Due Date when adding a TODO item here. (column_resized):Clifford R. Conover1999-03-111-5/+5
* will define fonts via fontset. Friendlier to locales that use iso8859-[^1]Sergey I. Panov1999-02-181-2/+2
* Indentation fixes.Federico Mena Quintero1999-02-161-1/+1
* Made a private copy of what localtime() returns, to be able to keep theTomas Ogren1999-02-161-5/+5
* Use the allocation size instead of the old fields in the canvas structure.Federico Mena Quintero1998-12-151-1/+1
* Use gnome_dialog_set_parent. ditto ditto.Miguel de Icaza1998-12-101-1/+2
* Use the font #defines. (month_view_new): Set the colors of the month viewFederico Mena Quintero1998-10-021-16/+47
* Colorify the month item and prepare it for prelighting here.Federico Mena Quintero1998-10-011-1/+2
* Stuff that I forgot to commit yesterday.Federico Mena Quintero1998-10-011-5/+11
* Finished with the properties dialog. You can jump to days from the yearFederico Mena Quintero1998-09-041-48/+2
* Today: we can now configure the colors for the monthly items, courtesy ofFederico Mena Quintero1998-09-031-73/+78
* Centralized marking of month items. We now have a little utility functionFederico Mena Quintero1998-08-301-28/+11
* Set the heading color of the month item.Federico Mena Quintero1998-08-261-0/+1
* Changed the Properties menu item to Preferences. These are globalFederico Mena Quintero1998-08-251-0/+2
* We now have a nice generic monthly calendar item for the canvas. WeFederico Mena Quintero1998-08-191-4/+113
* Fixes for 0.28 - FedericoArturo Espinosa1998-08-181-1/+2
* It helps to add the files first - FedericoArturo Espinosa1998-08-141-0/+229