| Commit message (Expand) | Author | Age | Files | Lines |
* | Added preliminary support for todo item priorities: they can be set, displayed, | Russell Steinthal | 1999-05-26 | 1 | -0/+7 |
* | Added missing break here. It was causing core dumps when invoked with | Miguel de Icaza | 1999-05-26 | 1 | -0/+3 |
* | Add some assertions here, to pin point the bug reported on gnome-list. | Miguel de Icaza | 1999-05-26 | 1 | -0/+3 |
* | Make intervals always exist. a 0 interval is wrong. | Miguel de Icaza | 1999-05-26 | 1 | -0/+5 |
* | Removed unused macro CALENDAR_HEIGHT. | Federico Mena Quintero | 1999-05-26 | 1 | -0/+4 |
* | Set the canvas scroll region here, not in size_allocate(). Also, use the | Federico Mena Quintero | 1999-05-26 | 1 | -0/+16 |
* | This is the fix Miguel and I hacked in the car at Expo to make the | Nat Friedman | 1999-05-26 | 1 | -0/+14 |
* | Add --todo support | Arturo Espinosa | 1999-04-26 | 1 | -0/+4 |
* | Bumped version number to 1.0.3. | Federico Mena Quintero | 1999-04-20 | 1 | -0/+4 |
* | Kill all grabs from the CList before running the new dialog box. | Miguel de Icaza | 1999-04-17 | 1 | -0/+9 |
* | Make sure we can get events for button3. The code for the nice popup menu | Miguel de Icaza | 1999-04-09 | 1 | -0/+6 |
* | Added this routine so Monthly recurrences use the weekday field as a | Steve Murphy | 1999-04-04 | 1 | -0/+42 |
* | Made static. Make it use the full year format for strftime(). | Federico Mena Quintero | 1999-03-31 | 1 | -0/+5 |
* | Include <config.h> so that strings get translated. Correct spelling. | Nuno Ferreira | 1999-03-28 | 1 | -0/+4 |
* | Made it respect 12/24h settings.. Doesn't show until next time you open | Tomas Ogren | 1999-03-27 | 1 | -0/+5 |
* | Did some i18n work Did some i18n work | Tomas Ogren | 1999-03-24 | 1 | -0/+5 |
* | Made clist titles i18n:able Added which views that are possible for --view | Tomas Ogren | 1999-03-24 | 1 | -0/+15 |
* | Set the recur->interval to the value of the recur_rr_month_period spin | Nat Friedman | 1999-03-24 | 1 | -0/+7 |
* | Add support for Due Date when adding a TODO item here. (column_resized): | Clifford R. Conover | 1999-03-11 | 1 | -0/+20 |
* | 1999-03-10 Craig A Soules (soules+@andrew.cmu.edu) | Arturo Espinosa | 1999-03-11 | 1 | -0/+5 |
* | For DRAG_MOVE, DRAG_SIZE_TOP and DRAG_SIZE_BOTTOM: call child_focus_out () | Martin Baulig | 1999-03-01 | 1 | -0/+6 |
* | Added Korean font to the fontset string. Likewise. | Changwoo Ryu | 1999-02-27 | 1 | -0/+6 |
* | Save the owner/organizer of the event. (ical_object_create_from_vobject): | Miguel de Icaza | 1999-02-24 | 1 | -0/+9 |
* | tzname issues | Timur Bakeyev | 1999-02-22 | 1 | -0/+8 |
* | Made use of g_get_{user,real}_name() instead of our own home-brew... | Tomas Ogren | 1999-02-20 | 1 | -0/+5 |
* | will define fonts via fontset. Friendlier to locales that use iso8859-[^1] | Sergey I. Panov | 1999-02-18 | 1 | -0/+9 |
* | Internationalization Police (Interpol) | Sergey I. Panov | 1999-02-16 | 1 | -0/+5 |
* | Indentation fixes. | Federico Mena Quintero | 1999-02-16 | 1 | -0/+4 |
* | Made a private copy of what localtime() returns, to be able to keep the | Tomas Ogren | 1999-02-16 | 1 | -0/+5 |
* | Gnomecal now autosaves all the time. | Arturo Espinosa | 1999-02-12 | 1 | -0/+11 |
* | Removed the gtk_widget_realize call. | Tomas Ogren | 1999-02-09 | 1 | -0/+4 |
* | Added Korean translations. | Changwoo Ryu | 1999-02-06 | 1 | -0/+4 |
* | New convenience function to create a properly-configured date editor | Federico Mena Quintero | 1999-02-05 | 1 | -0/+5 |
* | Make the calendar start weeks on Monday if appropriate. | Federico Mena Quintero | 1999-02-05 | 1 | -0/+15 |
* | Set the title of the event editor window. | Federico Mena Quintero | 1999-02-02 | 1 | -0/+5 |
* | Do not remove the clipping rectangle here. | Federico Mena Quintero | 1999-02-01 | 1 | -0/+9 |
* | Improve this draw routine. Now it can split the text in lines and fit as | Miguel de Icaza | 1999-02-01 | 1 | -0/+10 |
* | if the user clicks on an event that is an occurance, the menu will allow | Jason Tackaberry | 1999-01-31 | 1 | -0/+12 |
* | Add --hidden key to hide the calendar at startup. Only works with GNOME | Miguel de Icaza | 1999-01-29 | 1 | -2/+7 |
* | Schedule an alarm for midnight to change the | Miguel de Icaza | 1999-01-29 | 1 | -0/+8 |
* | Insert the summary text here. (child_focus_in): No need to raise the | Federico Mena Quintero | 1999-01-28 | 1 | -0/+21 |
* | Warn if the calendar file has changed. | Miguel de Icaza | 1999-01-28 | 1 | -0/+8 |
* | Only trap printable characters such that hotkeys work. (UNSELECT_TIMEOUT): | Nat Friedman | 1999-01-20 | 1 | -0/+9 |
* | Do not grab the mouse here (it was being grabbed incorrectly, anyways). | Federico Mena Quintero | 1999-01-20 | 1 | -0/+8 |
* | do gtk_widget_realize on the toplevel window.. | Tomas Ogren | 1999-01-19 | 1 | -0/+4 |
* | Make the little calendar start up with the correct date. | Federico Mena Quintero | 1999-01-14 | 1 | -0/+3 |
* | Add the month to the date range display label. | Federico Mena Quintero | 1999-01-14 | 1 | -0/+5 |
* | Converted some more stuff to use the standards. | Nat Friedman | 1999-01-09 | 1 | -0/+4 |
* | New function to create the status bar. (setup_menu): Install menu hints. | Nat Friedman | 1999-01-08 | 1 | -0/+8 |
* | s/g_copy_strings/g_strconcat/ | Jeff Garzik | 1998-12-31 | 1 | -0/+6 |
* | Rewrote the old and broken alarm system. It never actually worked | Miguel de Icaza | 1998-12-17 | 1 | -0/+13 |
* | Use the allocation size instead of the old fields in the canvas structure. | Federico Mena Quintero | 1998-12-15 | 1 | -0/+9 |
* | Use gnome_dialog_set_parent. ditto ditto. | Miguel de Icaza | 1998-12-10 | 1 | -0/+6 |
* | Update GtkClist usage. | Miguel de Icaza | 1998-11-24 | 1 | -0/+4 |
* | err, meant to say gtk changes not gtk clist change :) | Andrew T. Veliath | 1998-11-24 | 1 | -1/+1 |
* | Use gtk_scrolled_window_add_with_viewport instead of gtk_container_add | Andrew T. Veliath | 1998-11-24 | 1 | -0/+6 |
* | use GPOINTER_TO_INT | Herbert V. Riedel | 1998-11-24 | 1 | -0/+6 |
* | Fixed the popt event parsing callback to have the correct number of | Matthew Wilson | 1998-11-22 | 1 | -62/+67 |
* | Doh. Fixed stupid bug where the classification buttons were not being set | Federico Mena Quintero | 1998-11-18 | 1 | -0/+5 |
* | Use a scrolled window to put the clist into. | Federico Mena Quintero | 1998-11-17 | 1 | -0/+5 |
* | Backup the old file before saving the caledar. | Miguel de Icaza | 1998-11-12 | 1 | -0/+5 |
* | Add ctype.h | Miguel de Icaza | 1998-11-07 | 1 | -0/+4 |
* | Add the offset from the beginning of the current time unit | Federico Mena Quintero | 1998-11-03 | 1 | -0/+8 |
* | Changed a lot of stuff not to use the layout code -- the month view's days | Federico Mena Quintero | 1998-10-17 | 1 | -0/+17 |
* | The interval was never being loaded from the spin button. | Ji Lee | 1998-10-12 | 1 | -0/+5 |
* | Create a list of children and lay them out nicely. Lots of functions added | Federico Mena Quintero | 1998-10-10 | 1 | -0/+9 |
* | Set the sensitivity of the edit/delete buttons. (gncal_todo_update): | Federico Mena Quintero | 1998-10-09 | 1 | -0/+5 |
* | Do some cleanup; now we pass a struct with the layout algorithm's state | Federico Mena Quintero | 1998-10-09 | 1 | -0/+17 |
* | Sync sync sync | Federico Mena Quintero | 1998-10-08 | 1 | -0/+9 |
* | Replaced the 'gnome_client_new_default' call with 'gnome_master_client'. | Carsten Schaar | 1998-10-08 | 1 | -0/+5 |
* | Changed name from time_start_of_day() to be consistent with the other | Federico Mena Quintero | 1998-10-03 | 1 | -0/+24 |
* | Use the font #defines. (month_view_new): Set the colors of the month view | Federico Mena Quintero | 1998-10-02 | 1 | -0/+30 |
* | Colorify the month item and prepare it for prelighting here. | Federico Mena Quintero | 1998-10-01 | 1 | -0/+27 |
* | New function to mark the current day in the year view. | Federico Mena Quintero | 1998-10-01 | 1 | -0/+7 |
* | Stuff that I forgot to commit yesterday. | Federico Mena Quintero | 1998-10-01 | 1 | -0/+48 |
* | New file that presents a quick view of the events in a particular day when | Federico Mena Quintero | 1998-09-29 | 1 | -0/+12 |
* | Hotkey for File/Exit should be C-q, not C-x. | Federico Mena Quintero | 1998-09-27 | 1 | -0/+4 |
* | New function to execute the popup menu in the year view. (day_event): | Federico Mena Quintero | 1998-09-25 | 1 | -0/+12 |
* | Added underlined shortcuts and accelerators to the main menu. | Federico Mena Quintero | 1998-09-22 | 1 | -0/+4 |
* | Include. Include. | Raja R Harinath | 1998-09-17 | 1 | -0/+5 |
* | Fixed the bug reported about the mail notification not beint sent until | Miguel de Icaza | 1998-09-07 | 1 | -0/+5 |
* | Finished with the properties dialog. You can jump to days from the year | Federico Mena Quintero | 1998-09-04 | 1 | -0/+25 |
* | Today: we can now configure the colors for the monthly items, courtesy of | Federico Mena Quintero | 1998-09-03 | 1 | -0/+40 |
* | Centralized marking of month items. We now have a little utility function | Federico Mena Quintero | 1998-08-30 | 1 | -0/+33 |
* | Today: fixed calculation of day indexes when weeks start on Monday. The | Federico Mena Quintero | 1998-08-28 | 1 | -0/+28 |
* | Today: beginning of year view using the canvas. I still have to finish | Federico Mena Quintero | 1998-08-27 | 1 | -0/+14 |
* | Set the heading color of the month item. | Federico Mena Quintero | 1998-08-26 | 1 | -0/+15 |
* | Today: Beautification of the Preferences dialog. Made the menus more | Federico Mena Quintero | 1998-08-25 | 1 | -0/+47 |
* | Changed the Properties menu item to Preferences. These are global | Federico Mena Quintero | 1998-08-25 | 1 | -0/+21 |
* | Small fixes for calendar saving | Arturo Espinosa | 1998-08-22 | 1 | -0/+5 |
* | We now have a nice generic monthly calendar item for the canvas. We | Federico Mena Quintero | 1998-08-19 | 1 | -0/+31 |
* | Doh. Actually recalculate the days using the month and year. | Federico Mena Quintero | 1998-08-14 | 1 | -0/+11 |
* | Made title i18n friendly. This was bug #215. | Nuno Ferreira | 1998-08-12 | 1 | -0/+9 |
* | Start of the month view widget. This will use the generic month item and | Federico Mena Quintero | 1998-08-11 | 1 | -0/+19 |
* | Use an array of const strings to keep gcc happy. | Federico Mena Quintero | 1998-08-04 | 1 | -0/+9 |
* | Add support for --view flag. (session_save_state): Save the view mode; | Miguel de Icaza | 1998-07-08 | 1 | -0/+12 |
* | Added Portuguese translation to .desktop files. | Nuno Ferreira | 1998-07-01 | 1 | -0/+4 |
* | Use gnome_geometry_string to get the geometry string. | Havoc Pennington | 1998-06-23 | 1 | -0/+5 |
* | Do not subtract 1 from tm->tm_mday for the default_day. | Federico Mena Quintero | 1998-06-05 | 1 | -0/+9 |
* | Fill in ical->recur->interval from value in spin_button. This ixed an | Nuno Ferreira | 1998-06-01 | 1 | -0/+6 |
* | Paint the decorations correctly. (child_draw_decor): Paint the | Federico Mena Quintero | 1998-05-31 | 1 | -0/+5 |
* | Use the contents of ee->ical->dtstart for computing the predefined values | Miguel de Icaza | 1998-05-26 | 1 | -0/+3 |
* | Fix the gc destruction in the unrealization code and fix the pixmap | Miguel de Icaza | 1998-05-26 | 1 | -0/+6 |
* | Fix for the weekly event generation. Was reported on the bug tracking | Miguel de Icaza | 1998-05-26 | 1 | -0/+5 |
* | Implemented ultra-cool layout for the events that share the same time | Miguel de Icaza | 1998-05-19 | 1 | -0/+14 |
* | Close dialog when return is pressed. | Havoc Pennington | 1998-05-18 | 1 | -0/+4 |
* | Bug free version of the range computation in place. | Miguel de Icaza | 1998-05-16 | 1 | -0/+11 |
* | Do not add the spurious padding. | Miguel de Icaza | 1998-05-15 | 1 | -0/+20 |
* | 1. Fix: `New Appointment' defaults to the current day. 2. Add `New | Arturo Espinosa | 1998-05-09 | 1 | -0/+12 |
* | My attempt at getting the nice pixmaps drawn next to the events. | Arturo Espinosa | 1998-05-07 | 1 | -0/+5 |
* | Only run the apply code once. | Miguel de Icaza | 1998-05-05 | 1 | -0/+4 |
* | Draw the day at startup. (gncal_day_panel_set): Fix selected-day display. | Miguel de Icaza | 1998-05-04 | 1 | -0/+9 |
* | crash fix for proeprty dialog -mig | Arturo Espinosa | 1998-05-01 | 1 | -0/+5 |
* | Various fixes and optimizations; Tagging of the days with appointements. | Arturo Espinosa | 1998-04-30 | 1 | -0/+10 |
* | Lots of fixes: | Arturo Espinosa | 1998-04-29 | 1 | -0/+14 |
* | Descend from GnomeDialog. Took vbox out of class structure; use | Havoc Pennington | 1998-04-26 | 1 | -0/+8 |
* | Fixed alarm saving code. Fixed alarm loading code. New -partial- | Arturo Espinosa | 1998-04-25 | 1 | -0/+5 |
* | Actually save the to-do entries. | Federico Mena Quintero | 1998-04-24 | 1 | -0/+7 |
* | Made it use popup_menu(). | Federico Mena Quintero | 1998-04-23 | 1 | -0/+19 |
* | This one too -mig | Arturo Espinosa | 1998-04-23 | 1 | -0/+1 |
* | 1. Calendar property configuration is finally here with nice live-updates. | Arturo Espinosa | 1998-04-22 | 1 | -0/+19 |
* | Added calls to gtk_window_set_wmclass to gnome-utils - mig | Arturo Espinosa | 1998-04-22 | 1 | -0/+2 |
* | Small fix for goto-day-year computation -mig | Arturo Espinosa | 1998-04-22 | 1 | -0/+6 |
* | Lots of changes: | Miguel de Icaza | 1998-04-22 | 1 | -1/+8 |
* | Made it use GncalDayPanel. | Federico Mena Quintero | 1998-04-22 | 1 | -0/+14 |
* | Misc. event handling fixes - Federico | Arturo Espinosa | 1998-04-21 | 1 | -3/+1 |
* | Enhance the exception date handling -mig | Arturo Espinosa | 1998-04-21 | 1 | -0/+6 |
* | Make the any-key-creates-new-appointment-at-selection thing actually work - F... | Arturo Espinosa | 1998-04-21 | 1 | -0/+4 |
* | Now any printable keystroke (not just Return) will activate the selected | Federico Mena Quintero | 1998-04-21 | 1 | -0/+3 |
* | Made it use the new paint_row function instead of painting everything | Federico Mena Quintero | 1998-04-21 | 1 | -0/+7 |
* | Fix compiler warnings - Federico | Arturo Espinosa | 1998-04-21 | 1 | -0/+5 |
* | more fixes -mig | Arturo Espinosa | 1998-04-21 | 1 | -0/+3 |
* | A lot of usability changes to GnomeCal -miguel | Arturo Espinosa | 1998-04-21 | 1 | -0/+19 |
* | Use GNOME_STOCK_PIXMAP_HOME for today -mig | Arturo Espinosa | 1998-04-20 | 1 | -0/+4 |
* | Various small fixes here and there -mig | Arturo Espinosa | 1998-04-19 | 1 | -0/+8 |
* | Update spanish translation for the Calendar. | Arturo Espinosa | 1998-04-19 | 1 | -0/+12 |
* | Add Quoted printable property to items containing new lines. (duration): | Miguel de Icaza | 1998-04-19 | 1 | -0/+11 |
* | Yes. | Arturo Espinosa | 1998-04-18 | 1 | -0/+6 |
* | Added mandatory status property. (ical_object_to_vobject): Only store | Federico Mena Quintero | 1998-04-18 | 1 | -0/+1 |
* | Added mandatory status property. (ical_object_to_vobject): Only store | Federico Mena Quintero | 1998-04-18 | 1 | -0/+17 |
* | Year view, double click -mig | Arturo Espinosa | 1998-04-18 | 1 | -0/+10 |
* | The event dialog is beautified, recurrences are saner. | Federico Mena Quintero | 1998-04-18 | 1 | -0/+6 |
* | Save Recurrence rules -Miguel | Arturo Espinosa | 1998-04-18 | 1 | -0/+7 |
* | Use menu_shell->children, not menu->children. Why does GtkMenu have a | Federico Mena Quintero | 1998-04-17 | 1 | -0/+15 |
* | XPM files for events with alarm and recurrence, respectively. | Federico Mena Quintero | 1998-04-16 | 1 | -0/+7 |
* | Now children have a vertical handle as well. This can be used to move the | Federico Mena Quintero | 1998-04-16 | 1 | -0/+5 |
* | The general_owner may be null. Do the proper thing when creating the | Federico Mena Quintero | 1998-04-16 | 1 | -0/+31 |
* | Year view marks ranges of new dates (on update view). Recurrence iterator | Arturo Espinosa | 1998-04-15 | 1 | -0/+4 |
* | Now using time_t for new and set. Random fixes, as well. | Arturo Espinosa Aldama | 1998-04-15 | 1 | -0/+12 |
* | Routine to destory rows array properly. | Miguel de Icaza | 1998-04-15 | 1 | -0/+11 |
* | New widget for the year view. added required compilation of the new files. | Arturo Espinosa Aldama | 1998-04-15 | 1 | -0/+28 |
* | Now takes object and flags parameters. Likewise. Likewise. | Federico Mena Quintero | 1998-04-14 | 1 | -0/+20 |
* | New function to let the outside world decide which child to focus. | Federico Mena Quintero | 1998-04-14 | 1 | -0/+9 |
* | Re-aligned some widgets to make it look prettier. (ee_alarm_widgets): | Federico Mena Quintero | 1998-04-14 | 1 | -0/+7 |
* | Create new object and add it to the calendar. You can now select a range | Federico Mena Quintero | 1998-04-14 | 1 | -0/+16 |
* | We now connect to the range_activated signal of the fullday widget instead | Federico Mena Quintero | 1998-04-13 | 1 | -0/+25 |
* | More work on the recurrence dialog box, day navigation -mig | Arturo Espinosa | 1998-04-12 | 1 | -0/+12 |
* | Now we support selecting a range in the main window (by | Federico Mena Quintero | 1998-04-11 | 1 | -0/+6 |
* | Oops, compilation fixes plus more work - Federico | Arturo Espinosa | 1998-04-11 | 1 | -0/+2 |
* | Show instead of just map the child widget (otherwise the text widget gets | Federico Mena Quintero | 1998-04-09 | 1 | -0/+21 |
* | Say `#if 0', not `#ifdef 0'. | Raja R Harinath | 1998-04-09 | 1 | -0/+4 |
* | Removed unused global variable parent_class. | Federico Mena Quintero | 1998-04-08 | 1 | -0/+9 |
* | More work in progress, wheeeee - Federico | Arturo Espinosa | 1998-04-08 | 1 | -0/+42 |
* | New file. | Carsten Schaar | 1998-04-06 | 1 | -0/+4 |
* | Include <config.h>. | Tom Tromey | 1998-04-04 | 1 | -0/+4 |
* | more and more fixes -mig | Arturo Espinosa | 1998-04-04 | 1 | -0/+3 |
* | Lots -mig | Arturo Espinosa | 1998-04-04 | 1 | -0/+8 |
* | The "better" format string for strftime() wasn't better, after all :-( | Federico Mena Quintero | 1998-04-03 | 1 | -0/+5 |
* | New full-day widget. It is still a work in progress. It will be similar to | Federico Mena Quintero | 1998-04-03 | 1 | -0/+8 |
* | More calendar work -mig | Arturo Espinosa | 1998-04-03 | 1 | -0/+9 |
* | Use better format specifier for strftime(). | Federico Mena Quintero | 1998-04-03 | 1 | -0/+7 |
* | Day events are now cached inside the widget. They get initialized at this | Miguel de Icaza | 1998-04-03 | 1 | -0/+7 |
* | New customization function. We can't decide on a stupid border type :-) | Federico Mena Quintero | 1998-04-02 | 1 | -0/+7 |
* | New main program that uses our new datatypes and objects. | Miguel de Icaza | 1998-04-02 | 1 | -0/+17 |
* | New week view composite widget. This provides a full week view (7 day | Federico Mena Quintero | 1998-04-02 | 1 | -0/+9 |
* | These functions now take a sort_func parameter, which is of type | Federico Mena Quintero | 1998-04-02 | 1 | -0/+12 |
* | `buf' now static. | Tom Tromey | 1998-04-01 | 1 | -0/+4 |
* | Removed #include "gtkcalendar.h", because it now comes from libgnomeui. | Federico Mena Quintero | 1998-04-01 | 1 | -0/+5 |
* | New function, formats an hour/am_pm pair into a string of the form "3am", | Federico Mena Quintero | 1998-04-01 | 1 | -0/+6 |
* | Added session maanagement and using clists | Craig Small | 1998-03-31 | 1 | -0/+5 |
* | Use gnome_message_box_*, not gnome_messagebox_*. | Tom Tromey | 1998-03-22 | 1 | -0/+4 |
* | linked into gtkcalendar widget | Craig Small | 1998-03-12 | 1 | -0/+4 |
* | Added GNOME_INCLUDEDIR. (gncal_LDADD): Don't include libsupport.a. | Tom Tromey | 1998-03-09 | 1 | -0/+7 |
* | gnome_init app_id parameter changes - Federico | Arturo Espinosa | 1998-02-20 | 1 | -0/+4 |
* | Added '$(INTLLIBS)' | Carsten Schaar | 1998-02-20 | 1 | -0/+4 |
* | Include `libsupport.a'. | Raja R Harinath | 1998-02-19 | 1 | -0/+8 |
* | Moved top-dir ChangeLog entries to subdir ChangeLogs | Raja R Harinath | 1998-02-04 | 1 | -0/+3 |