aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_CONTROL_CENTER_1_99_8nobody2002-03-101-4115/+0
* pass extra itip_send_comp params (send_freebusy): ditto (ok_clicked_cb):JP Rosevear2002-02-201-1/+2
* pass meeting boolean for gnome_calendar_edit_object andJP Rosevear2002-02-081-5/+6
* figure out when today is and highlight if it is not selectedJP Rosevear2002-01-151-0/+4
* remove needs send signal related cruft (save_comp_with_send): withJP Rosevear2001-12-221-1/+1
* ungrab the pointer before calling e_day_view_finish_long_event_resizeJP Rosevear2001-12-131-1/+7
* (committed to CVS by Damon) Fixes bug #15137.Federico Mena Quintero2001-11-151-3/+32
* only change the day, month and year for the start date, for not screwingRodrigo Moya2001-11-131-42/+63
* don't subtract a day from DTEND. For DATE values we don't include theDamon Chaplin2001-11-101-2/+0
* Fix bug #13723.Federico Mena Quintero2001-10-311-3/+3
* Use an EMessageBox instead of a gnome_dialog_question so that the labelFederico Mena Quintero2001-10-301-2/+2
* Cancel editing if the user presses Escape.Federico Mena Quintero2001-10-281-0/+32
* Delete appointments with empty summaries. Fixes Ximian bug #780.Federico Mena Quintero2001-10-281-8/+50
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* convert the formatted date to UTF-8.Damon Chaplin2001-10-271-3/+1
* added status bar messagesRodrigo Moya2001-10-271-0/+7
* added setDefaultTimezone() method.Damon Chaplin2001-10-231-4/+11
* keep a reference to the EvolutionShellClient componentRodrigo Moya2001-10-191-1/+48
* added comparison functions for these special cell types. But the date andDamon Chaplin2001-09-271-2/+26
* don't call calendar_config_check_timezone_set() now, since the startupDamon Chaplin2001-09-041-22/+80
* added support for the Contacts field. Note that I'm not sure what weDamon Chaplin2001-08-151-21/+55
* added new backend method to get the component given a UID.Damon Chaplin2001-08-101-8/+66
* added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, toDamon Chaplin2001-08-071-3/+26
* New function; stops further notification from happening. This is neededFederico Mena Quintero2001-08-041-5/+44
* yes, set the end date, but correctly calculated, not by using theRodrigo Moya2001-07-311-0/+12
* don't set the end date for the pasted components, since it will beRodrigo Moya2001-07-311-10/+1
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-311-17/+22
* check type of component before actually pasting. Deal with VCALENDARRodrigo Moya2001-07-261-7/+67
* Remove leftover ifdefs - FedericoFederico Mena Quintero2001-07-181-8/+1
* Really fixes #4380. The previous fix was necessary but not sufficient; itFederico Mena Quintero2001-07-181-1/+6
* renamed updateObject to updateObjects and removed the UID argument, sinceDamon Chaplin2001-07-121-0/+6
* Fixes bug #4380 as well as some leftovers from the days of struct tm andFederico Mena Quintero2001-07-121-1/+0
* more timezone updates. I'm pretty much done with the calendar code now,Damon Chaplin2001-07-111-4/+8
* Use e_utf8_from_gtk_event_key() so that we can input utf8 text properly.Federico Mena Quintero2001-07-101-5/+8
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-24/+86
* draw icons per categoryRodrigo Moya2001-07-011-0/+7
* fixed clibpoard command activation from the menu entries. CTRL-C andRodrigo Moya2001-07-011-3/+34
* removed not-uses-anymore parameter in call toRodrigo Moya2001-06-281-0/+21
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* don't compile or install the old meeting edit stuffJP Rosevear2001-06-201-26/+1
* generate a new UID when pastingRodrigo Moya2001-06-151-0/+5
* Small typoRodrigo Moya2001-06-151-2/+2
* finished implementation of Paste stuffRodrigo Moya2001-06-151-4/+36
* added popup menu items for cut/copy/pasteRodrigo Moya2001-06-141-5/+66
* added cut&paste support, by using a GtkInvisible widget to manage theRodrigo Moya2001-06-131-0/+98
* new files to contain layout code split off from EDayView an EWeekView, soDamon Chaplin2001-05-291-342/+31
* 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