aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-3628/+0
* Fix bug #2829.Federico Mena Quintero2001-05-191-1/+4
* Split the event and task editors into different objects for the separateFederico Mena Quintero2001-05-171-1/+0
* New function to restart a query for the day view. (query_obj_updated_cb):Federico Mena Quintero2001-04-131-122/+160
* Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-051-12/+11
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-051-0/+6
* Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu.Miguel de Icaza2001-03-181-42/+13
* Moved functionality here from e_day_view_on_new_appointment. AllowsMiguel de Icaza2001-03-171-4/+52
* Update arguments to e_canvas_item_grab_focus.Dan Winship2001-03-161-1/+1
* Removed .oafinfo files -- they are obsolete. Moved pixmaps fromGediminas Paulauskas2001-03-151-3/+3
* keep list of all Tasks folders so we can update the preference settingsDamon Chaplin2001-03-051-61/+78
* More 0.9 stuffJP Rosevear2001-02-091-0/+28
* Pulling stuff up from the branchJP Rosevear2001-02-071-4/+11
* <gnome.h> trimming to reduce compilation time. Likewise. Likewise.Federico Mena Quintero2001-01-301-1/+0
* libical import cleanupJP Rosevear2001-01-241-8/+8
* gui/e-week-view*.c don't use the theme colors at all within the graphicalDamon Chaplin2001-01-181-14/+53
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-8/+10
* moved #include <cal-client/cal-client.h> to the .h file.Damon Chaplin2001-01-141-0/+1
* Do not compose strings so that they can be localized correctly. Also,Federico Mena Quintero2001-01-031-1/+1
* Alarm trigger queueing for the GUI part.Federico Mena Quintero2000-12-231-2/+4
* Even though icaltime_from_timet() now properly ignores the is_utc argumentFederico Mena Quintero2000-12-141-8/+8
* #if 0ed cal_obj_date_only_compare_func. (cal_object_get_rdate_end):Christopher James Lahey2000-12-141-0/+2
* unref the pixbuf when finished with it62000-12-071-1/+1
* Fixes bug #920.Federico Mena Quintero2000-12-071-6/+10
* finished 12-hour support and tried to tidy up & comment the drawing codeDamon Chaplin2000-11-291-34/+155
* added more support for config settings.Damon Chaplin2000-11-271-77/+252
* These changes fix bugzilla bugs #874 and #875.Federico Mena Quintero2000-11-091-21/+6
* added _click-to-add-message, though I'm not sure if i18n will work.Damon Chaplin2000-10-201-5/+2
* call calendar_config_write_on_exit() to write out some special configDamon Chaplin2000-10-121-64/+68
* when the user types in a new event, don't create it until the user hitsDamon Chaplin2000-10-051-27/+0
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-3/+3
* Fixed some warnings.Christopher James Lahey2000-09-091-1/+5
* Fall equinox cleanup!Federico Mena Quintero2000-09-081-4/+0
* Use new cal_component_has_recurrences convenience functionJP Rosevear2000-09-061-2/+1
* uses the new TaskEditor dialog.Damon Chaplin2000-09-061-7/+21
* Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile andChristopher James Lahey2000-09-021-1/+1
* No need to spit a warning if removal fails. (event_editor_destroy): FreeFederico Mena Quintero2000-09-011-34/+37
* switched to using new ECalendar widget, and a few other fixes.Damon Chaplin2000-08-311-78/+285
* Make sure the is_utc flag is always FALSE for icaltime_from_timetJP Rosevear2000-08-301-21/+19
* Now the views monitor the client by themselves; it does not make sense toFederico Mena Quintero2000-08-301-116/+170
* Use event_editor_set_event_objectJP Rosevear2000-08-301-2/+4
* Properly append to listJP Rosevear2000-08-251-7/+6
* Update for libical 0.19JP Rosevear2000-08-251-10/+10
* Fixed some warnings.Christopher James Lahey2000-08-251-1/+6
* Do not alloc the struct icaltimetype but point to one on the stack. MoreJP Rosevear2000-08-251-4/+4
* Set vtype of new CalComponent (e_week_view_on_new_appointment): dittoJP Rosevear2000-08-241-1/+3
* Use CalObjTypeJP Rosevear2000-08-221-1/+1
* Update prototypesJP Rosevear2000-08-221-0/+1
* Use CalComponent instead of iCalObject. Work around not having a compareJP Rosevear2000-08-211-103/+175
* Add mouse wheel scrolling support to the calendar day and week viewsAnders Carlsson2000-07-081-0/+14
* Sync - FedericoFederico Mena Quintero2000-06-231-6/+16
* Remove the usage of the "x" and "y" arguments.Christopher James Lahey2000-06-211-2/+3
* tidied up dialog a bit, adding space etc.Damon Chaplin2000-06-201-3/+0
* added little buttons which are shown when there are more events than willDamon Chaplin2000-06-171-1/+104
* instead of returning a text representation, decode the text and return anSeth Alves2000-06-081-8/+5
* allow the right button to popup the menu, even when the event is beingDamon Chaplin2000-06-061-0/+4
* New function to call the print engine. (calendar_toolbar): Added the PrintFederico Mena Quintero2000-06-031-2/+5
* Implemented. (gnome_calendar_add_object): Removed function, since it wasFederico Mena Quintero2000-06-021-8/+5
* Added a hash table to map calendar objects to their respective eventFederico Mena Quintero2000-06-011-13/+2
* Flush - FedericoFederico Mena Quintero2000-05-301-4/+3
* new files to implement iCalendar recurrence rules. These are only partDamon Chaplin2000-05-201-19/+27
* Removed unused arguments. Load the initial alarms here. (load_alarms): NewFederico Mena Quintero2000-05-121-1/+1
* don't set the ico->uid to NULL or we won't find any other occurrences ofDamon Chaplin2000-05-091-5/+5
* finish editing event when user hits Return key.Damon Chaplin2000-05-071-32/+23
* added guint ref_count to iCalObject struct, and ical_object_ref/unref()Damon Chaplin2000-05-061-13/+24
* for the long events pass E_DAY_VIEW_LONG_EVENT as the day. Fixes SEGV.Damon Chaplin2000-05-051-5/+51
* set the active radio button here. Oops - it wasn't a Bonobo problem afterDamon Chaplin2000-05-031-16/+35
* new function to get the currently seleted time range form the currentDamon Chaplin2000-05-011-0/+23
* new function to see if the event dates have changed (including anyDamon Chaplin2000-05-011-78/+453
* allow for null icoSeth Alves2000-04-261-1/+1
* added new source files and pixmaps, and removed old source files, whichDamon Chaplin2000-04-241-0/+2265