| Commit message (Expand) | Author | Age | Files | Lines |
* | added more support for config settings. | Damon Chaplin | 2000-11-27 | 1 | -77/+252 |
* | These changes fix bugzilla bugs #874 and #875. | Federico Mena Quintero | 2000-11-09 | 1 | -21/+6 |
* | added _click-to-add-message, though I'm not sure if i18n will work. | Damon Chaplin | 2000-10-20 | 1 | -5/+2 |
* | call calendar_config_write_on_exit() to write out some special config | Damon Chaplin | 2000-10-12 | 1 | -64/+68 |
* | when the user types in a new event, don't create it until the user hits | Damon Chaplin | 2000-10-05 | 1 | -27/+0 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 1 | -3/+3 |
* | Fixed some warnings. | Christopher James Lahey | 2000-09-09 | 1 | -1/+5 |
* | Fall equinox cleanup! | Federico Mena Quintero | 2000-09-08 | 1 | -4/+0 |
* | Use new cal_component_has_recurrences convenience function | JP Rosevear | 2000-09-06 | 1 | -2/+1 |
* | uses the new TaskEditor dialog. | Damon Chaplin | 2000-09-06 | 1 | -7/+21 |
* | Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile and | Christopher James Lahey | 2000-09-02 | 1 | -1/+1 |
* | No need to spit a warning if removal fails. (event_editor_destroy): Free | Federico Mena Quintero | 2000-09-01 | 1 | -34/+37 |
* | switched to using new ECalendar widget, and a few other fixes. | Damon Chaplin | 2000-08-31 | 1 | -78/+285 |
* | Make sure the is_utc flag is always FALSE for icaltime_from_timet | JP Rosevear | 2000-08-30 | 1 | -21/+19 |
* | Now the views monitor the client by themselves; it does not make sense to | Federico Mena Quintero | 2000-08-30 | 1 | -116/+170 |
* | Use event_editor_set_event_object | JP Rosevear | 2000-08-30 | 1 | -2/+4 |
* | Properly append to list | JP Rosevear | 2000-08-25 | 1 | -7/+6 |
* | Update for libical 0.19 | JP Rosevear | 2000-08-25 | 1 | -10/+10 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-25 | 1 | -1/+6 |
* | Do not alloc the struct icaltimetype but point to one on the stack. More | JP Rosevear | 2000-08-25 | 1 | -4/+4 |
* | Set vtype of new CalComponent (e_week_view_on_new_appointment): ditto | JP Rosevear | 2000-08-24 | 1 | -1/+3 |
* | Use CalObjType | JP Rosevear | 2000-08-22 | 1 | -1/+1 |
* | Update prototypes | JP Rosevear | 2000-08-22 | 1 | -0/+1 |
* | Use CalComponent instead of iCalObject. Work around not having a compare | JP Rosevear | 2000-08-21 | 1 | -103/+175 |
* | Add mouse wheel scrolling support to the calendar day and week views | Anders Carlsson | 2000-07-08 | 1 | -0/+14 |
* | Sync - Federico | Federico Mena Quintero | 2000-06-23 | 1 | -6/+16 |
* | Remove the usage of the "x" and "y" arguments. | Christopher James Lahey | 2000-06-21 | 1 | -2/+3 |
* | tidied up dialog a bit, adding space etc. | Damon Chaplin | 2000-06-20 | 1 | -3/+0 |
* | added little buttons which are shown when there are more events than will | Damon Chaplin | 2000-06-17 | 1 | -1/+104 |
* | instead of returning a text representation, decode the text and return an | Seth Alves | 2000-06-08 | 1 | -8/+5 |
* | allow the right button to popup the menu, even when the event is being | Damon Chaplin | 2000-06-06 | 1 | -0/+4 |
* | New function to call the print engine. (calendar_toolbar): Added the Print | Federico Mena Quintero | 2000-06-03 | 1 | -2/+5 |
* | Implemented. (gnome_calendar_add_object): Removed function, since it was | Federico Mena Quintero | 2000-06-02 | 1 | -8/+5 |
* | Added a hash table to map calendar objects to their respective event | Federico Mena Quintero | 2000-06-01 | 1 | -13/+2 |
* | Flush - Federico | Federico Mena Quintero | 2000-05-30 | 1 | -4/+3 |
* | new files to implement iCalendar recurrence rules. These are only part | Damon Chaplin | 2000-05-20 | 1 | -19/+27 |
* | Removed unused arguments. Load the initial alarms here. (load_alarms): New | Federico Mena Quintero | 2000-05-12 | 1 | -1/+1 |
* | don't set the ico->uid to NULL or we won't find any other occurrences of | Damon Chaplin | 2000-05-09 | 1 | -5/+5 |
* | finish editing event when user hits Return key. | Damon Chaplin | 2000-05-07 | 1 | -32/+23 |
* | added guint ref_count to iCalObject struct, and ical_object_ref/unref() | Damon Chaplin | 2000-05-06 | 1 | -13/+24 |
* | for the long events pass E_DAY_VIEW_LONG_EVENT as the day. Fixes SEGV. | Damon Chaplin | 2000-05-05 | 1 | -5/+51 |
* | set the active radio button here. Oops - it wasn't a Bonobo problem after | Damon Chaplin | 2000-05-03 | 1 | -16/+35 |
* | new function to get the currently seleted time range form the current | Damon Chaplin | 2000-05-01 | 1 | -0/+23 |
* | new function to see if the event dates have changed (including any | Damon Chaplin | 2000-05-01 | 1 | -78/+453 |
* | allow for null ico | Seth Alves | 2000-04-26 | 1 | -1/+1 |
* | added new source files and pixmaps, and removed old source files, which | Damon Chaplin | 2000-04-24 | 1 | -0/+2265 |