aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/recurrence-page.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes #53137Rodrigo Moya2004-03-041-3/+5
* Convert the calendar_config_get_timezone andJP Rosevear2004-02-061-1/+1
* commit the patch of Sun YongAntonio Xu2003-12-051-1/+1
* Remove a bunch of gal includes that are no longer neededJP Rosevear2003-11-201-1/+1
* Cleanup some ref/unref callsJP Rosevear2003-11-181-4/+4
* Make ending count of occurrences of Recurrence tab numeric only.Harry Lu2003-11-171-0/+1
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-80/+80
* unref config manager (init_widgets): create config manager for theJP Rosevear2003-10-291-2/+9
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-221-2/+4
* Fixes part of #41148, #41216 and #41235Rodrigo Moya2003-04-231-7/+7
* unref the main widget since we ref it when we un-parent itJP Rosevear2003-04-111-0/+3
* Fixes #39954Hans Petter Jansson2003-03-291-4/+4
* If only the pipe wouldn't break.JP Rosevear2003-03-051-41/+27
* gui/dialogs/alarm-page.c gui/dialogs/event-page.cHans Petter Jansson2003-03-041-1/+1
* Remove cruft. Rename ICONSDIR to IMAGESDIR. (gladedir, etspecdir): RemoveDan Winship2003-02-061-5/+2
* array of localized month day names ("1st" - "31st")Dan Winship2003-02-061-47/+4
* Skip setting the "font_gdk" arg for now.Hans Petter Jansson2003-02-021-0/+1
* Mainly making all views use PangoLayouts for text. When drawing aHans Petter Jansson2003-01-261-3/+1
* GTK_OBJECT -> G_OBJECT cast.Hans Petter Jansson2003-01-241-1/+1
* Implement EAlarmList as CalComponentAlarm list with a GtkTreeModelHans Petter Jansson2003-01-171-18/+3
* Create accel groups for popup menus. Fixes crash.Hans Petter Jansson2003-01-161-82/+97
* Replace gtk_signal_disconnect_by_data() withHans Petter Jansson2002-12-191-68/+48
* run fix.sh over this.Not Zed2002-12-021-49/+49
* Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-081-3/+4
* if the value is a datetime, convert it to a dateJP Rosevear2002-10-181-0/+24
* changed to have a gboolean return type, which is what it's supposed to do.Rodrigo Moya2002-10-181-4/+4
* Fixes #11434Rodrigo Moya2002-10-091-0/+6
* bump the month_num by 1 because it indexs at 0JP Rosevear2002-09-191-2/+4
* properly handle -ve recurrence valuesJP Rosevear2002-04-191-67/+256
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* convert the formatted date to UTF-8.Damon Chaplin2001-10-271-0/+2
* subtract 1 from any positive BYSETPOS value, since our array is 0-based.Damon Chaplin2001-10-261-17/+46
* return fill_component successJP Rosevear2001-10-131-4/+7
* save the EXDATE as a DATE-TIME value, since we know the exact time. FixesDamon Chaplin2001-10-031-1/+2
* added comparison functions for these special cell types. But the date andDamon Chaplin2001-09-271-18/+10
* make sure to release the ref on priv->comp.Larry Ewing2001-09-201-0/+5
* don't call calendar_config_check_timezone_set() now, since the startupDamon Chaplin2001-09-041-33/+7
* Unset the priv->updating flag before returning in the case the componentFederico Mena Quintero2001-08-231-0/+2
* hide the timezone fields for all-day events. We will use DATE values forDamon Chaplin2001-08-171-1/+12
* New function; stops further notification from happening. This is neededFederico Mena Quintero2001-08-041-1/+1
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-311-43/+28
* check that the row passed in is valid. Sometimes we get the "row-selected"Damon Chaplin2001-07-271-0/+6
* calculate tmp_tm.tm_wday ourselves. strftime has a habit of crashing ifDamon Chaplin2001-07-251-0/+5
* don't show the time in the EDateEdit widget for adding EXDATEs.Damon Chaplin2001-07-181-0/+1
* Fixes bug #4380 as well as some leftovers from the days of struct tm andFederico Mena Quintero2001-07-121-7/+0
* Fixes bug #4018 and what would be the analogous bugs for the otherFederico Mena Quintero2001-07-051-0/+22
* added virtual method to get a VTIMEZONE component given a TZID. We needDamon Chaplin2001-07-031-3/+6
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-52/+159
* Renamed the occur field to occur_start; added an occur_end field. This wayFederico Mena Quintero2001-06-271-1/+3
* itip/imip send dialogJP Rosevear2001-06-201-4/+6
* update the blocked/selected days if the starting day of the appointmentJP Rosevear2001-06-051-0/+14
* use new funcJP Rosevear2001-06-021-2/+1
* renamed from editor-page for consistency, more complete implementationJP Rosevear2001-06-021-147/+191
* Finished porting from the old event-editor.c. Made it store a clone of theFederico Mena Quintero2001-05-241-10/+1166
* Split the event and task editors into different objects for the separateFederico Mena Quintero2001-05-171-0/+900