| Commit message (Expand) | Author | Age | Files | Lines |
* | Add scrolling to the yearview. | Jonathan Blandford | 1999-07-30 | 1 | -25/+27 |
* | New file. Implements PalmPilot syncronization with the Gnome Calendar. | Miguel de Icaza | 1999-07-28 | 1 | -0/+2 |
* | Fix abort() problem with the year view. (Bug #1367). Thanks to Owen Cliffe | Robert Brady | 1999-06-06 | 1 | -8/+7 |
* | Add some assertions here, to pin point the bug reported on gnome-list. | Miguel de Icaza | 1999-05-26 | 1 | -2/+44 |
* | Set the canvas scroll region here, not in size_allocate(). Also, use the | Federico Mena Quintero | 1999-05-26 | 1 | -0/+3 |
* | This is the fix Miguel and I hacked in the car at Expo to make the | Nat Friedman | 1999-05-26 | 1 | -1/+5 |
* | Added this routine so Monthly recurrences use the weekday field as a | Steve Murphy | 1999-04-04 | 1 | -1/+2 |
* | Add support for Due Date when adding a TODO item here. (column_resized): | Clifford R. Conover | 1999-03-11 | 1 | -0/+16 |
* | Make the calendar start weeks on Monday if appropriate. | Federico Mena Quintero | 1999-02-05 | 1 | -0/+2 |
* | s/g_copy_strings/g_strconcat/ | Jeff Garzik | 1998-12-31 | 1 | -4/+4 |
* | Rewrote the old and broken alarm system. It never actually worked | Miguel de Icaza | 1998-12-17 | 1 | -6/+36 |
* | Add the offset from the beginning of the current time unit | Federico Mena Quintero | 1998-11-03 | 1 | -4/+4 |
* | Changed name from time_start_of_day() to be consistent with the other | Federico Mena Quintero | 1998-10-03 | 1 | -3/+3 |
* | Colorify the month item and prepare it for prelighting here. | Federico Mena Quintero | 1998-10-01 | 1 | -2/+1 |
* | Fixed the bug reported about the mail notification not beint sent until | Miguel de Icaza | 1998-09-07 | 1 | -1/+2 |
* | Today: we can now configure the colors for the monthly items, courtesy of | Federico Mena Quintero | 1998-09-03 | 1 | -0/+12 |
* | Today: beginning of year view using the canvas. I still have to finish | Federico Mena Quintero | 1998-08-27 | 1 | -5/+5 |
* | Today: Beautification of the Preferences dialog. Made the menus more | Federico Mena Quintero | 1998-08-25 | 1 | -3/+26 |
* | Changed the Properties menu item to Preferences. These are global | Federico Mena Quintero | 1998-08-25 | 1 | -3/+0 |
* | We now have a nice generic monthly calendar item for the canvas. We | Federico Mena Quintero | 1998-08-19 | 1 | -0/+6 |
* | Start of the month view widget. This will use the generic month item and | Federico Mena Quintero | 1998-08-11 | 1 | -10/+13 |
* | Add support for --view flag. (session_save_state): Save the view mode; | Miguel de Icaza | 1998-07-08 | 1 | -0/+29 |
* | Do not subtract 1 from tm->tm_mday for the default_day. | Federico Mena Quintero | 1998-06-05 | 1 | -1/+3 |
* | Various bug fixes that were reported: | Arturo Espinosa | 1998-05-16 | 1 | -1/+0 |
* | Bug free version of the range computation in place. | Miguel de Icaza | 1998-05-16 | 1 | -10/+11 |
* | Do not add the spurious padding. | Miguel de Icaza | 1998-05-15 | 1 | -2/+0 |
* | 1. Fix: `New Appointment' defaults to the current day. 2. Add `New | Arturo Espinosa | 1998-05-09 | 1 | -0/+2 |
* | Various fixes and optimizations; Tagging of the days with appointements. | Arturo Espinosa | 1998-04-30 | 1 | -1/+52 |
* | Lots of fixes: | Arturo Espinosa | 1998-04-29 | 1 | -28/+32 |
* | Remove debug code -mig | Arturo Espinosa | 1998-04-26 | 1 | -4/+0 |
* | Fixed alarm saving code. Fixed alarm loading code. New -partial- | Arturo Espinosa | 1998-04-25 | 1 | -8/+27 |
* | 1. Calendar property configuration is finally here with nice live-updates. | Arturo Espinosa | 1998-04-22 | 1 | -0/+1 |
* | Small fix for goto-day-year computation -mig | Arturo Espinosa | 1998-04-22 | 1 | -1/+2 |
* | Made it use GncalDayPanel. | Federico Mena Quintero | 1998-04-22 | 1 | -102/+25 |
* | Make the any-key-creates-new-appointment-at-selection thing actually work - F... | Arturo Espinosa | 1998-04-21 | 1 | -0/+1 |
* | Fix compiler warnings - Federico | Arturo Espinosa | 1998-04-21 | 1 | -1/+2 |
* | Duh forgot config.h here -mig | Arturo Espinosa | 1998-04-19 | 1 | -1/+1 |
* | Usability fixes -mig | Arturo Espinosa | 1998-04-18 | 1 | -4/+4 |
* | Yes. | Arturo Espinosa | 1998-04-18 | 1 | -9/+148 |
* | Year view, double click -mig | Arturo Espinosa | 1998-04-18 | 1 | -3/+15 |
* | The event dialog is beautified, recurrences are saner. | Federico Mena Quintero | 1998-04-18 | 1 | -1/+1 |
* | Large number of updates. Recurrence basically works now in most of its | Arturo Espinosa | 1998-04-18 | 1 | -1/+6 |
* | Year view marks ranges of new dates (on update view). Recurrence iterator | Arturo Espinosa | 1998-04-15 | 1 | -2/+3 |
* | Routine to destory rows array properly. | Miguel de Icaza | 1998-04-15 | 1 | -1/+1 |
* | Argh | Arturo Espinosa | 1998-04-15 | 1 | -1/+3 |
* | Now takes object and flags parameters. Likewise. Likewise. | Federico Mena Quintero | 1998-04-14 | 1 | -8/+8 |
* | New function to let the outside world decide which child to focus. | Federico Mena Quintero | 1998-04-14 | 1 | -0/+1 |
* | Create new object and add it to the calendar. You can now select a range | Federico Mena Quintero | 1998-04-14 | 1 | -7/+2 |
* | We now connect to the range_activated signal of the fullday widget instead | Federico Mena Quintero | 1998-04-13 | 1 | -12/+12 |
* | Begginning of the create-appointment-on-range-selection-and-enter code -miguel | Arturo Espinosa | 1998-04-12 | 1 | -17/+42 |
* | More work on the recurrence dialog box, day navigation -mig | Arturo Espinosa | 1998-04-12 | 1 | -23/+13 |
* | Show instead of just map the child widget (otherwise the text widget gets | Federico Mena Quintero | 1998-04-09 | 1 | -1/+18 |
* | More work in progress, wheeeee - Federico | Arturo Espinosa | 1998-04-08 | 1 | -3/+17 |
* | more and more fixes -mig | Arturo Espinosa | 1998-04-04 | 1 | -5/+37 |
* | Lots -mig | Arturo Espinosa | 1998-04-04 | 1 | -14/+50 |
* | The "better" format string for strftime() wasn't better, after all :-( | Federico Mena Quintero | 1998-04-03 | 1 | -1/+15 |
* | add test.vcf, more code progress -mig | Arturo Espinosa | 1998-04-03 | 1 | -1/+1 |
* | New full-day widget. It is still a work in progress. It will be similar to | Federico Mena Quintero | 1998-04-03 | 1 | -1/+6 |
* | Day events are now cached inside the widget. They get initialized at this | Miguel de Icaza | 1998-04-03 | 1 | -3/+5 |
* | New main program that uses our new datatypes and objects. | Miguel de Icaza | 1998-04-02 | 1 | -4/+7 |
* | GnomeCalendar toplevel GnomeApp; versit code -mig | Arturo Espinosa | 1998-04-02 | 1 | -0/+92 |