aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* added new source files and pixmaps, and removed old source files, whichDamon Chaplin2000-04-241-0/+33
* start on code to do the opposite of icalendar.c (convert from iCalObjectsSeth Alves2000-04-221-0/+3
* moved "About Calendar" into the View menu so it shows up.Seth Alves2000-04-211-0/+5
* new function: callback for listener's object updated signal.Seth Alves2000-04-211-4/+11
* callback for obj_updated or obj_removed. (gnome_calendar_new): hook upSeth Alves2000-04-211-0/+5
* create fullday's gcs even if pixmap_bell has already been created. thisSeth Alves2000-04-211-1/+7
* changed the order around a bit to avoid a Gtk-CRITICAL crashSeth Alves2000-04-201-0/+3
* fixed code to populate the todo clistSeth Alves2000-04-201-0/+11
* don't call save from here because in all cases the caller of remove_objectSeth Alves2000-04-201-0/+3
* calls gnome_calendar_open instead of checking on disk and calling load orSeth Alves2000-04-201-0/+10
* set calendar's uri with a property bagSeth Alves2000-04-191-0/+11
* Fix include path.Federico Mena Quintero2000-04-191-0/+4
* We have a new "last_calendar_gone" signal that Wombat can use to terminateFederico Mena Quintero2000-04-181-0/+14
* *** empty log message ***Seth Alves2000-04-181-1/+8
* Renamed library from libcalutil to libcal-util, to be consistent withFederico Mena Quintero2000-04-171-1/+28
* use HAVE_TIMEZONE to switch between linux's timezone variable and *bsd'sChris Toshok2000-04-121-0/+6
* *** empty log message ***Seth Alves2000-04-111-0/+5
* moved srcdir directories to the top so we search headers in the evolutionDamon Chaplin2000-04-111-0/+8
* catch cal_loaded signal on the cal client. (gnome_calendar_load_cb):Seth Alves2000-04-101-0/+17
* pixmap_DATA isn't defined so don't use it as a variable.Christopher James Lahey2000-04-091-0/+5
* new function: friendly wrapper for cal_client_create_calendarSeth Alves2000-04-091-0/+13
* calendar is a frame instead of a window, now.Seth Alves2000-04-081-0/+9
* i always forget to commit the ChangeLog. Dain BramageSeth Alves2000-04-071-0/+7
* forgot to commitSeth Alves2000-04-061-0/+7
* build test-calendar-widget and evolution-calendar, common stuff is in aSeth Alves2000-04-061-0/+17
* + + * tests/.cvsignore: Added test-movemail. + + * art/.cvsignore: NewMatthew Loper2000-04-011-0/+4
* readded the gui directorySeth Alves2000-03-301-0/+7
* + * Makefile.am: add calendar compilation back in.Matthew Loper2000-03-301-0/+4
* + * wombat/wombat.gnorba: new file.Matthew Loper2000-03-291-0/+5
* added libeutil.la and libetext.aSeth Alves2000-03-281-0/+10
* Use ical_object_to_string().Federico Mena Quintero2000-03-281-0/+39
* Fix includes. (e_day_view_on_delete_occurance): Do not callFederico Mena Quintero2000-03-231-0/+13
* New widget for Day/Work-Week views. Unfinished.Damon Chaplin2000-03-141-0/+4
* Removed function now that it is no CORBA server in the GUI.Federico Mena Quintero2000-03-121-0/+31
* Do not pass the INIT_SERVER flag to gnome_CORBA_init_with_popt_table().Federico Mena Quintero2000-03-111-0/+8
* Initialize the alarm types here. Do not call default_alarm() anymore,Federico Mena Quintero2000-03-111-0/+10
* Removed the corba-cal stuff. Commented out the Pilot conduit stuff forFederico Mena Quintero2000-03-101-0/+3
* Random #ifdefs to make it build, although this file is going away.Federico Mena Quintero2000-03-101-0/+11
* replaced "Calendar *cal" with "CalClient *calc" in the GnomeCalendarSeth Alves2000-03-091-0/+13
* More file moving - FedericoFederico Mena Quintero2000-03-081-0/+5
* stubs for client side access to alarm structures. this will probablySeth Alves2000-03-061-0/+15
* new file -- things shared between the client and server go in thisSeth Alves2000-03-041-0/+10
* At this point the calendar client and personal calendar server files wereFederico Mena Quintero2000-03-021-1/+9
* More reorganization - FedericoFederico Mena Quintero2000-03-021-0/+3
* At this point the calendar client and personal calendar server files wereFederico Mena Quintero2000-03-021-0/+12
* Use the gnome-config flags for orbit-idl. Create a libcal-client libraryFederico Mena Quintero2000-03-021-0/+5
* Removed stale rule for the conduit.Federico Mena Quintero2000-03-011-0/+4
* + * calendar/.cvsignore: Added *.lo.Matthew Loper2000-02-221-0/+4
* + * widgets/e-minicard/.cvsignore: Added minicard-label-test,Matthew Loper2000-02-201-0/+4
* Use BONOBO_VFS_GNOME_CFLAGS instead of GNOMEUI_INCLUDES, as we use BonoboMiguel de Icaza2000-02-191-0/+5
* moved CalendarFormat type def hereSeth Alves2000-02-181-0/+12
* Implemented.Federico Mena Quintero2000-02-171-0/+12
* Change iCalObject.organizer from char* to iCalPerson*Russell Steinthal2000-02-161-0/+11
* Implemented.Federico Mena Quintero2000-02-121-0/+41
* Connect to the Cal's destroy signal. (cal_backend_remove_cal): KilledFederico Mena Quintero2000-02-111-37/+137
* Added get_uids() method to get a list of UIDs based on object types.Federico Mena Quintero2000-02-091-0/+69
* New struct to wrap instances of calendar objects for recurrencies andFederico Mena Quintero2000-02-081-0/+33
* New function to create the base VObject for a calendar.Federico Mena Quintero2000-02-041-0/+21
* Sync to laptop - FedericoArturo Espinosa2000-02-031-0/+11
* Added the get_object() method.Federico Mena Quintero2000-02-021-0/+18
* Handle the cal_loaded signal from the listener. Store the calendar clientFederico Mena Quintero2000-02-011-0/+12
* Sync to desktop - FedericoArturo Espinosa2000-01-311-0/+5
* Changed the namespace from GNOME::Calendar to Evolution::Calendar.Federico Mena Quintero2000-01-291-0/+13
* Calendar client side work - FedericoArturo Espinosa2000-01-251-0/+5
* Check that the listener is not nil and emit and exception if it is.Federico Mena Quintero2000-01-251-0/+13
* Added the gnome-pilot and capplet checks; they will likely be reworked forFederico Mena Quintero2000-01-251-0/+17
* New function to remove a calendar client interface object from a backend.Federico Mena Quintero2000-01-241-0/+20
* Take in a GnomeVFSURI, not a string.Federico Mena Quintero2000-01-221-0/+20
* Moved the calendar backend here. This is the actual calendar-handlingFederico Mena Quintero2000-01-191-0/+25
* Sync - FedericoArturo Espinosa2000-01-181-0/+15
* Removed the CORBA listener methods, adjusted for the new IDL.Federico Mena Quintero2000-01-121-0/+12
* New IDL for the personal calendar server.Federico Mena Quintero2000-01-121-0/+12
* Removed todo capplet stuff.Eskil Heyn Olsen2000-01-091-0/+4
* Update to use gpilotd_get_pilot_basedir and gnome_pilot_conduit_standard_abs...Vadim Strizhevsky2000-01-081-0/+6
* Added an argument to the corba get_number_of_objects, so you can decideEskil Heyn Olsen2000-01-051-0/+20
* Committed fixes for the end-on-day recurrence bug where the lastEskil Heyn Olsen1999-12-311-0/+25
* Fix sensitivity bug when used to create default alarm box (widgets in thatRussell Steinthal1999-12-111-0/+7
* Capplets now sets first_sync on enable, this should make the conduit copyEskil Heyn Olsen1999-12-081-0/+6
* Check if local store is empty. If, force slow sync.Eskil Heyn Olsen1999-12-071-0/+13
* Added a sub package to the .spec file, it now generatesEskil Heyn Olsen1999-12-061-0/+5
* Removed intlEskil Heyn Olsen1999-12-051-0/+4
* 1.1.0Arturo Espinosa1999-12-031-0/+20
* The long-awaited and much-needed (IMNSHO) snooze button for gnomecal alarms.Russell Steinthal1999-12-031-0/+4
* undef DEBUG_CALCONDUT, suppresses debug output.Eskil Heyn Olsen1999-12-031-0/+4
* Debugging enhancements: report alarms not added (because they have alreadyRussell Steinthal1999-12-031-0/+5
* Fixed compare bug. Also neated up some of the if's in set_status.Eskil Heyn Olsen1999-11-301-0/+5
* <self_serving> Add myself to AUTHORS, about box </self_serving>Russell Steinthal1999-11-231-1/+2
* Merged Rusty's last todo list coloring patch from stable to HEAD.Russell Steinthal1999-11-221-0/+4
* Writes some warning messages when pre_sync fails.Eskil Heyn Olsen1999-11-221-0/+5
* Stupid misplaced endif cause gncal to depend on an install gnome-pilot...Eskil Heyn Olsen1999-11-141-0/+11
* The long-awaited audio alarm timeout patch. Implements wishlist bug #3089.Russell Steinthal1999-11-131-0/+12
* Schedule a new day_change_alarm in the day_change_alarm callback, so that theRussell Steinthal1999-11-111-0/+5
* Forgot my changelog yesterday.Eskil Heyn Olsen1999-11-101-0/+6
* Fixed an unwanted conditional on libcalendar_conduit_la_LDFLAGSEskil Heyn Olsen1999-11-091-0/+5
* Commented the code out, thus the capplet works again.Eskil Heyn Olsen1999-11-051-0/+5
* Uses the PISOCK_LIBDIR, for people with odd install dirs for theirEskil Olsen1999-11-041-0/+20
* Add default alarm support, Beep on display alarms optionRussell Steinthal1999-11-031-0/+10
* Fix calendar_day_begin/calendar_day_end initialization bug on HEAD. For fullRussell Steinthal1999-10-241-0/+5
* Commit debugging support to HEAD as well; there's no good reason to have debu...Russell Steinthal1999-10-221-0/+2
* Fix bug #1818 on HEAD.Russell Steinthal1999-10-221-0/+5
* Fix bug #2561 in HEADRussell Steinthal1999-10-201-0/+5
* Add paned windows to Day View so user can adjust relative size of dailyRussell Steinthal1999-10-201-0/+7
* Added swedish desktop entryMartin Norback1999-10-181-0/+4
* Fixed the much-hated gnome-pilot dependencyEskil Heyn Olsen1999-10-141-0/+5
* moved the pilot_status = MOD up, so even a CHANGE_SUMMARY will set theEskil Heyn Olsen1999-10-081-0/+15
* Use tm.gmtoff or timezone to get correct offset from UTC, according toTimur Bakeyev1999-09-281-0/+7
* Small fix -miguelArturo Espinosa1999-09-281-0/+24
* the g_free that was commented out since glib said was a duplicate free,Eskil Heyn Olsen1999-09-251-0/+16
* better merge of summary/description when doing ical_from_remoteEskil Heyn Olsen1999-09-231-2/+10
* commented out a g_free that glib reported as being a duplicate free. gotEskil Heyn Olsen1999-09-231-0/+5
* added Estonian tranlationsLauris Kaplinski1999-09-201-0/+4
* Set the data pointers for all the items.Federico Mena Quintero1999-09-151-0/+5
* Small correctionKjartan Maraas1999-09-141-1/+1
* Merge from HEAD. Synced with newest user-guide.Kjartan Maraas1999-09-141-0/+5
* Make the OK button the default button per Russell's suggestion.Miguel de Icaza1999-09-021-0/+5
* Modify the object->last_mod field. (calendar_add_object): Ditto.Miguel de Icaza1999-08-311-0/+12
* "GenericFactoy" is wrong...Tomas Ogren1999-08-221-0/+4
* Fix the hostname part.Miguel de Icaza1999-08-151-0/+4
* sync correctly for objects created on the pilot, but not dirty (becausePeter Teichman1999-08-081-0/+6
* Release points here.Miguel de Icaza1999-08-061-0/+4
* don't try to run GNOME_CONDUIT_CHECK if it doesn't existPeter Teichman1999-08-031-0/+3
* do deletion of appointments correctly, when they are deleted on the pilotPeter Teichman1999-08-021-0/+9
* The multi-day appointment corruption bug is dead. Whoo!Peter Teichman1999-08-021-0/+5
* more autoconf, again. need to make the conduit compile conditionallyPeter Teichman1999-08-011-0/+4
* more auto* stuffJonathan Blandford1999-07-311-0/+4
* Add scrolling to the yearview.Jonathan Blandford1999-07-301-0/+4
* If the enddate is not set, set the repeatForever to 1. This fixes all ofMiguel de Icaza1999-07-301-1/+5
* Make the code not take arguments (sync_cal_to_pilot): Nice event updateMiguel de Icaza1999-07-291-0/+14
* Lots of more work on the sync stuff. It works pretty well now.Arturo Espinosa1999-07-291-2/+15
* New file. Implements PalmPilot syncronization with the Gnome Calendar.Miguel de Icaza1999-07-281-0/+45
* Generate unique IDs on Vevents we load that lack it. WE need this for theMiguel de Icaza1999-07-271-0/+8
* Handle the 'Z' parameter to the ISO date format to convert from GMT time.Matt Martin1999-07-191-0/+5
* Copy the new UID into the iCalObject structure.Nat Friedman1999-07-191-0/+5
* Merge fix from gnome-pim-1-0: Fixed cut&paste bug for day fontsets.Miguel de Icaza1999-07-171-0/+5
* Changed gnome-pim.keys to use the --file flagMiguel de Icaza1999-07-171-0/+18
* Tell ktime' that we don't know about daylight saving time so that it doesMike McEwan1999-06-231-0/+10
* Fixing a segfault when gnomecal is started with --hiddenAnders Carlsson1999-06-161-0/+5
* Fix abort() problem with the year view. (Bug #1367). Thanks to Owen CliffeRobert Brady1999-06-061-0/+6
* One line bug fix from Sergey I Panov.Miguel de Icaza1999-06-041-0/+4
* Use %H instead of %k, as %k is a GNU extension, not available in otherMiguel de Icaza1999-06-031-0/+5
* Work around broken software that writes a broken month-of-day as "zero".Miguel de Icaza1999-06-021-0/+6
* help files be gone. They are now installed from the Docbook stuff.Miguel de Icaza1999-06-011-0/+5
* Added preliminary support for todo item priorities: they can be set, displayed,Russell Steinthal1999-05-261-0/+7
* Added missing break here. It was causing core dumps when invoked withMiguel de Icaza1999-05-261-0/+3
* Add some assertions here, to pin point the bug reported on gnome-list.Miguel de Icaza1999-05-261-0/+3
* Make intervals always exist. a 0 interval is wrong.Miguel de Icaza1999-05-261-0/+5
* Removed unused macro CALENDAR_HEIGHT.Federico Mena Quintero1999-05-261-0/+4
* Set the canvas scroll region here, not in size_allocate(). Also, use theFederico Mena Quintero1999-05-261-0/+16
* This is the fix Miguel and I hacked in the car at Expo to make theNat Friedman1999-05-261-0/+14
* Add --todo supportArturo Espinosa1999-04-261-0/+4
* Bumped version number to 1.0.3.Federico Mena Quintero1999-04-201-0/+4
* Kill all grabs from the CList before running the new dialog box.Miguel de Icaza1999-04-171-0/+9
* Make sure we can get events for button3. The code for the nice popup menuMiguel de Icaza1999-04-091-0/+6
* Added this routine so Monthly recurrences use the weekday field as aSteve Murphy1999-04-041-0/+42
* Made static. Make it use the full year format for strftime().Federico Mena Quintero1999-03-311-0/+5
* Include <config.h> so that strings get translated. Correct spelling.Nuno Ferreira1999-03-281-0/+4
* Made it respect 12/24h settings.. Doesn't show until next time you openTomas Ogren1999-03-271-0/+5
* Did some i18n work Did some i18n workTomas Ogren1999-03-241-0/+5
* Made clist titles i18n:able Added which views that are possible for --viewTomas Ogren1999-03-241-0/+15
* Set the recur->interval to the value of the recur_rr_month_period spinNat Friedman1999-03-241-0/+7
* Add support for Due Date when adding a TODO item here. (column_resized):Clifford R. Conover1999-03-111-0/+20
* 1999-03-10 Craig A Soules (soules+@andrew.cmu.edu)Arturo Espinosa1999-03-111-0/+5
* For DRAG_MOVE, DRAG_SIZE_TOP and DRAG_SIZE_BOTTOM: call child_focus_out ()Martin Baulig1999-03-011-0/+6
* Added Korean font to the fontset string. Likewise.Changwoo Ryu1999-02-271-0/+6
* Save the owner/organizer of the event. (ical_object_create_from_vobject):Miguel de Icaza1999-02-241-0/+9
* tzname issuesTimur Bakeyev1999-02-221-0/+8
* Made use of g_get_{user,real}_name() instead of our own home-brew...Tomas Ogren1999-02-201-0/+5
* will define fonts via fontset. Friendlier to locales that use iso8859-[^1]Sergey I. Panov1999-02-181-0/+9
* Internationalization Police (Interpol)Sergey I. Panov1999-02-161-0/+5
* Indentation fixes.Federico Mena Quintero1999-02-161-0/+4
* Made a private copy of what localtime() returns, to be able to keep theTomas Ogren1999-02-161-0/+5
* Gnomecal now autosaves all the time.Arturo Espinosa1999-02-121-0/+11
* Removed the gtk_widget_realize call.Tomas Ogren1999-02-091-0/+4
* Added Korean translations.Changwoo Ryu1999-02-061-0/+4
* New convenience function to create a properly-configured date editorFederico Mena Quintero1999-02-051-0/+5
* Make the calendar start weeks on Monday if appropriate.Federico Mena Quintero1999-02-051-0/+15
* Set the title of the event editor window.Federico Mena Quintero1999-02-021-0/+5
* Do not remove the clipping rectangle here.Federico Mena Quintero1999-02-011-0/+9
* Improve this draw routine. Now it can split the text in lines and fit asMiguel de Icaza1999-02-011-0/+10
* if the user clicks on an event that is an occurance, the menu will allowJason Tackaberry1999-01-311-0/+12
* Add --hidden key to hide the calendar at startup. Only works with GNOMEMiguel de Icaza1999-01-291-2/+7
* Schedule an alarm for midnight to change theMiguel de Icaza1999-01-291-0/+8
* Insert the summary text here. (child_focus_in): No need to raise theFederico Mena Quintero1999-01-281-0/+21
* Warn if the calendar file has changed.Miguel de Icaza1999-01-281-0/+8
* Only trap printable characters such that hotkeys work. (UNSELECT_TIMEOUT):Nat Friedman1999-01-201-0/+9
* Do not grab the mouse here (it was being grabbed incorrectly, anyways).Federico Mena Quintero1999-01-201-0/+8
* do gtk_widget_realize on the toplevel window..Tomas Ogren1999-01-191-0/+4
* Make the little calendar start up with the correct date.Federico Mena Quintero1999-01-141-0/+3
* Add the month to the date range display label.Federico Mena Quintero1999-01-141-0/+5
* Converted some more stuff to use the standards.Nat Friedman1999-01-091-0/+4
* New function to create the status bar. (setup_menu): Install menu hints.Nat Friedman1999-01-081-0/+8
* s/g_copy_strings/g_strconcat/Jeff Garzik1998-12-311-0/+6
* Rewrote the old and broken alarm system. It never actually workedMiguel de Icaza1998-12-171-0/+13
* Use the allocation size instead of the old fields in the canvas structure.Federico Mena Quintero1998-12-151-0/+9
* Use gnome_dialog_set_parent. ditto ditto.Miguel de Icaza1998-12-101-0/+6
* Update GtkClist usage.Miguel de Icaza1998-11-241-0/+4
* err, meant to say gtk changes not gtk clist change :)Andrew T. Veliath1998-11-241-1/+1
* Use gtk_scrolled_window_add_with_viewport instead of gtk_container_addAndrew T. Veliath1998-11-241-0/+6
* use GPOINTER_TO_INTHerbert V. Riedel1998-11-241-0/+6
* Fixed the popt event parsing callback to have the correct number ofMatthew Wilson1998-11-221-62/+67
* Doh. Fixed stupid bug where the classification buttons were not being setFederico Mena Quintero1998-11-181-0/+5
* Use a scrolled window to put the clist into.Federico Mena Quintero1998-11-171-0/+5
* Backup the old file before saving the caledar.Miguel de Icaza1998-11-121-0/+5
* Add ctype.hMiguel de Icaza1998-11-071-0/+4
* Add the offset from the beginning of the current time unitFederico Mena Quintero1998-11-031-0/+8
* Changed a lot of stuff not to use the layout code -- the month view's daysFederico Mena Quintero1998-10-171-0/+17
* The interval was never being loaded from the spin button.Ji Lee1998-10-121-0/+5
* Create a list of children and lay them out nicely. Lots of functions addedFederico Mena Quintero1998-10-101-0/+9
* Set the sensitivity of the edit/delete buttons. (gncal_todo_update):Federico Mena Quintero1998-10-091-0/+5
* Do some cleanup; now we pass a struct with the layout algorithm's stateFederico Mena Quintero1998-10-091-0/+17
* Sync sync syncFederico Mena Quintero1998-10-081-0/+9
* Replaced the 'gnome_client_new_default' call with 'gnome_master_client'.Carsten Schaar1998-10-081-0/+5
* Changed name from time_start_of_day() to be consistent with the otherFederico Mena Quintero1998-10-031-0/+24
* Use the font #defines. (month_view_new): Set the colors of the month viewFederico Mena Quintero1998-10-021-0/+30
* Colorify the month item and prepare it for prelighting here.Federico Mena Quintero1998-10-011-0/+27
* New function to mark the current day in the year view.Federico Mena Quintero1998-10-011-0/+7
* Stuff that I forgot to commit yesterday.Federico Mena Quintero1998-10-011-0/+48
* New file that presents a quick view of the events in a particular day whenFederico Mena Quintero1998-09-291-0/+12
* Hotkey for File/Exit should be C-q, not C-x.Federico Mena Quintero1998-09-271-0/+4
* New function to execute the popup menu in the year view. (day_event):Federico Mena Quintero1998-09-251-0/+12
* Added underlined shortcuts and accelerators to the main menu.Federico Mena Quintero1998-09-221-0/+4
* Include. Include.Raja R Harinath1998-09-171-0/+5
* Fixed the bug reported about the mail notification not beint sent untilMiguel de Icaza1998-09-071-0/+5
* Finished with the properties dialog. You can jump to days from the yearFederico Mena Quintero1998-09-041-0/+25
* Today: we can now configure the colors for the monthly items, courtesy ofFederico Mena Quintero1998-09-031-0/+40
* Centralized marking of month items. We now have a little utility functionFederico Mena Quintero1998-08-301-0/+33
* Today: fixed calculation of day indexes when weeks start on Monday. TheFederico Mena Quintero1998-08-281-0/+28
* Today: beginning of year view using the canvas. I still have to finishFederico Mena Quintero1998-08-271-0/+14
* Set the heading color of the month item.Federico Mena Quintero1998-08-261-0/+15
* Today: Beautification of the Preferences dialog. Made the menus moreFederico Mena Quintero1998-08-251-0/+47
* Changed the Properties menu item to Preferences. These are globalFederico Mena Quintero1998-08-251-0/+21
* Small fixes for calendar savingArturo Espinosa1998-08-221-0/+5
* We now have a nice generic monthly calendar item for the canvas. WeFederico Mena Quintero1998-08-191-0/+31
* Doh. Actually recalculate the days using the month and year.Federico Mena Quintero1998-08-141-0/+11
* Made title i18n friendly. This was bug #215.Nuno Ferreira1998-08-121-0/+9
* Start of the month view widget. This will use the generic month item andFederico Mena Quintero1998-08-111-0/+19
* Use an array of const strings to keep gcc happy.Federico Mena Quintero1998-08-041-0/+9
* Add support for --view flag. (session_save_state): Save the view mode;Miguel de Icaza1998-07-081-0/+12
* Added Portuguese translation to .desktop files.Nuno Ferreira1998-07-011-0/+4
* Use gnome_geometry_string to get the geometry string.Havoc Pennington1998-06-231-0/+5
* Do not subtract 1 from tm->tm_mday for the default_day.Federico Mena Quintero1998-06-051-0/+9
* Fill in ical->recur->interval from value in spin_button. This ixed anNuno Ferreira1998-06-011-0/+6
* Paint the decorations correctly. (child_draw_decor): Paint theFederico Mena Quintero1998-05-311-0/+5
* Use the contents of ee->ical->dtstart for computing the predefined valuesMiguel de Icaza1998-05-261-0/+3
* Fix the gc destruction in the unrealization code and fix the pixmapMiguel de Icaza1998-05-261-0/+6
* Fix for the weekly event generation. Was reported on the bug trackingMiguel de Icaza1998-05-261-0/+5
* Implemented ultra-cool layout for the events that share the same timeMiguel de Icaza1998-05-191-0/+14
* Close dialog when return is pressed.Havoc Pennington1998-05-181-0/+4
* Bug free version of the range computation in place.Miguel de Icaza1998-05-161-0/+11
* Do not add the spurious padding.Miguel de Icaza1998-05-151-0/+20