aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-day-view.c
Commit message (Expand)AuthorAgeFilesLines
...
* use e_cal_generate_instances_for_object instead ofRodrigo Moya2004-05-141-5/+3
* Fixes #57644.Not Zed2004-05-131-2/+3
* Fixes #58014Umeshtej2004-05-101-4/+4
* Fixes #57899JP Rosevear2004-05-031-4/+12
* Fixes #56092JP Rosevear2004-04-221-0/+10
* Update the calendar to use the icon theme through the EIconFactory objectMichael Terry2004-04-191-13/+12
* remove extra set view params (gnome_calendar_set_view): simplify, just setJP Rosevear2004-04-081-1/+3
* remove the EVENT_MOVE signal which was binded to Alt + Arrows. ditto.Kidd Wang2004-03-291-12/+27
* compare ecalcomponents, not icalcomponents (the compare func is borked),JP Rosevear2004-03-191-9/+20
* Fixes #52253JP Rosevear2004-03-161-184/+302
* add a call to e_cal_component_commit_sequence since we have changed theKidd Wang2004-03-121-5/+13
* remove protoJP Rosevear2004-02-271-0/+2
* Convert the calendar_config_get_timezone andJP Rosevear2004-02-061-6/+4
* Fixes #52970Rodrigo Moya2004-02-041-2/+2
* fixes #23281, some refactoring and list view get_selected_time_rangeRadek Doulik2004-01-151-2/+4
* added missing headers.Rodrigo Moya2004-01-111-1/+1
* add a new signal "event_move" and its key binding.Andrew Wu2004-01-091-38/+159
* add a menu item for "open appointment".Kidd Wang2003-12-291-1/+4
* remove setting property of "handle_popup". remove setting property ofBolian Yin2003-12-091-2/+0
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-271/+271
* add new signal "selected_time_changed" a11y initialization new publicBolian Yin2003-11-041-6/+6
* Add CAL_STATIC_CAPABILITY_NO_THISANDFUTURE andDan Winship2003-11-011-11/+13
* fixed typo in menu item label.Rodrigo Moya2003-10-291-37/+3
* accept also text/calendar for D&D.Rodrigo Moya2003-10-241-1/+2
* fix typo (e_day_view_on_main_canvas_drag_data_received): fix C99 issue,JP Rosevear2003-10-241-3/+3
* remove and free op before return.Harry Lu2003-10-241-26/+152
* guard against irrelevant args (ie if there was an error)JP Rosevear2003-10-231-0/+2
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-228/+124
* Use "ctrl+shift+alt+Up/Down" to change the end time of the editing event.Andrew Wu2003-09-011-0/+84
* Merged from calendar-views-with-model branchRodrigo Moya2003-08-201-421/+280
* Add a11y dependency. gui/calendar-commands.cBolian Yin2003-08-201-8/+18
* In DayView, Shift+Home, Change the duration to the time that begins theAndrew Wu2003-08-131-0/+93
* Merged ECalendarTable changes from new-calendar-branchRodrigo Moya2003-08-081-1/+1
* Merge new-calendar-branch into HEADRodrigo Moya2003-08-081-3/+11
* Fixes #46847Bolian Yin2003-07-291-39/+100
* new function. (e_cal_view_get_timezone, e_cal_view_set_timezone): newRodrigo Moya2003-07-251-127/+60
* define ECalViewEvent as the base struct for the other views.Rodrigo Moya2003-07-241-1/+1
* removed.Rodrigo Moya2003-07-241-109/+87
* moved the duplicated popup menu code here. (e_cal_view_create_popup_menu):Rodrigo Moya2003-07-231-588/+4
* removed unneeded prototypes.Rodrigo Moya2003-07-231-17/+17
* manage the case where the selected events are the popup menu ones.Rodrigo Moya2003-07-231-10/+20
* added "get_selected_events", and "update_query" virtual methods.Rodrigo Moya2003-07-231-536/+190
* removed e_day_view_set_calendar prototype.Rodrigo Moya2003-07-221-48/+7
* moved duplicated code to...Rodrigo Moya2003-07-181-61/+37
* new base class for calendar views.Rodrigo Moya2003-07-171-1/+1
* Fixes #45774Andrew Wu2003-07-161-0/+67
* Fixes #45328, #45329Bolian Yin2003-07-021-1/+3
* added a GtkWindow argument for callers to specify the parent window.Rodrigo Moya2003-06-301-13/+32
* Fixes #45276Bolian Yin2003-06-301-0/+2
* 2003-06-25 Bolian Yin <bolian.yin@sun.comRodrigo Moya2003-06-251-4/+232
* Fixes #44682, Shift+F10 to active popup menu on day/week viewBolian Yin2003-06-191-11/+50
* Fixes #43763Rodrigo Moya2003-06-021-2/+2
* Fixes #43775JP Rosevear2003-05-311-7/+8
* Fixes #43103JP Rosevear2003-05-191-48/+48
* Fixes #42220Rodrigo Moya2003-05-181-11/+11
* Fixes #41935JP Rosevear2003-05-161-34/+40
* Fixes #43029JP Rosevear2003-05-161-19/+30
* guard against multiple destroysJP Rosevear2003-05-151-3/+2
* Fixes #37552JP Rosevear2003-04-251-9/+7
* removed unused variable..Rodrigo Moya2003-04-251-1/+0
* Fixes #41641Hans Petter Jansson2003-04-241-16/+5
* Fixes #22444Rodrigo Moya2003-04-231-34/+84
* If we already have an evolution_dir, free the old one before setting itHans Petter Jansson2003-04-161-6/+1
* Nuke GdkFont and use Pango's font measuring.Hans Petter Jansson2003-04-021-89/+90
* Fixes #39895Not Zed2003-03-301-0/+4
* Hold weak references to the CalComponent instead of connecting to theHans Petter Jansson2003-03-291-24/+13
* Fixes #34095Hans Petter Jansson2003-03-181-0/+1
* Fixes #39736Hans Petter Jansson2003-03-181-1/+1
* If only the pipe wouldn't break.JP Rosevear2003-03-051-38/+127
* Fixes Ximian #37895.Hans Petter Jansson2003-02-271-2/+2
* GObject, not GtkObject. (calendar_model_destroy): ->Hans Petter Jansson2003-02-221-6/+6
* Remove cruft. Rename ICONSDIR to IMAGESDIR. (gladedir, etspecdir,Dan Winship2003-02-061-2/+2
* Skip setting the "font_gdk" arg for now.Hans Petter Jansson2003-02-021-0/+4
* Make clicks, drags and resizes work, and pangoize remaining strings. FixHans Petter Jansson2003-01-271-29/+39
* Mainly making all views use PangoLayouts for text. When drawing aHans Petter Jansson2003-01-261-15/+16
* Don't insist appointment is updated if both old and new summary are blank.Hans Petter Jansson2003-01-251-1/+1
* Silence warnings caused by missing casts.Hans Petter Jansson2003-01-161-22/+22
* Work around canvas crashes by ensuring rectangles have an initial width.Hans Petter Jansson2003-01-151-0/+3
* Replace gtk_signal_disconnect_by_data() withHans Petter Jansson2002-12-191-4/+6
* Create a non-abstract enumeration type derived from GEnum.Hans Petter Jansson2002-12-071-26/+3
* Use g_object_set_data(..., NULL) instead of gtk_object_remove_data().Ettore Perazzoli2002-11-091-18/+16
* Use g_object_ref()/g_object_unref() instead ofEttore Perazzoli2002-11-091-26/+26
* Use g_signal_connect() instead of gtk_signal_connect(). Likewise.Ettore Perazzoli2002-11-091-115/+79
* Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-081-17/+24
* set the 24 hour format initiallyJP Rosevear2002-10-091-28/+1
* Fixes #30057Rodrigo Moya2002-10-031-7/+10
* check to see if the component is already on the server or notJP Rosevear2002-09-211-40/+11
* keep the selection if we right click in it (but not on an appointment)JP Rosevear2002-09-121-7/+14
* kill warningJP Rosevear2002-09-071-23/+65
* added support for text/x-calendar targets, in which case a VCALENDARRodrigo Moya2002-09-051-8/+26
* select the top canvas if the user right-clicks on itJP Rosevear2002-08-301-1/+69
* added missing header file.Rodrigo Moya2002-08-291-0/+1
* make sure that the work week view goes to the current work week if the dayJP Rosevear2002-07-311-4/+9
* new function for adding VTIMEZONE components to a VCALENDAR component.Rodrigo Moya2002-07-271-4/+28
* set large_font to NULL (e_day_view_style_set): calculate large font, fallJP Rosevear2002-07-261-6/+11
* use proper meeting icon32002-07-241-1/+2
* use util function to see if the user is the organizer72002-07-181-16/+52
* Fixes #16034Rodrigo Moya2002-07-031-4/+20
* added PermissionDenied exception and make it be raised in open,Rodrigo Moya2002-05-171-8/+10
* modify the start and end hours to accomodate all the events in the dayJP Rosevear2002-05-021-0/+4
* launch pilot settings cappletJP Rosevear2002-04-241-0/+29
* free the view popup (e_week_view_show_popup_menu): add the view popup toJP Rosevear2002-04-241-22/+22
* show the settingsJP Rosevear2002-04-191-3/+32
* Bumped required gal version number to 0.19.99.11.Christopher James Lahey2002-04-181-45/+33
* implement new pop up menu items for "Save as", "Print", "Assign Task",JP Rosevear2002-03-301-8/+234
* Updated to use new EPopupMenu API.Jeffrey Stedfast2002-03-161-19/+19
* pass extra itip_send_comp params (send_freebusy): ditto (ok_clicked_cb):JP Rosevear2002-02-201-5/+8
* pass meeting boolean for gnome_calendar_edit_object andJP Rosevear2002-02-081-6/+6
* remove needs send signal related cruft (save_comp_with_send): withJP Rosevear2001-12-221-5/+5
* ungrab the pointer before calling e_day_view_finish_long_event_resizeJP Rosevear2001-12-131-8/+30
* (committed to CVS by Damon) Fixes bug #15137.Federico Mena Quintero2001-11-151-10/+96
* only change the day, month and year for the start date, for not screwingRodrigo Moya2001-11-131-19/+8
* Fix bug #13723.Federico Mena Quintero2001-10-311-3/+3
* updated code to handle DATE values.Damon Chaplin2001-10-301-2/+0
* Use an EMessageBox instead of a gnome_dialog_question so that the labelFederico Mena Quintero2001-10-301-2/+1
* Cancel editing if the user presses Escape.Federico Mena Quintero2001-10-281-0/+34
* Delete appointments with empty summaries. Fixes Ximian bug #780.Federico Mena Quintero2001-10-281-2/+46
* 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-0/+6
* added status bar messagesRodrigo Moya2001-10-271-0/+7
* added setDefaultTimezone() method.Damon Chaplin2001-10-231-22/+54
* keep a reference to the EvolutionShellClient componentRodrigo Moya2001-10-191-1/+48
* moved to a common place (cal_backend_file_open): check if "uristr != NULL"Rodrigo Moya2001-10-101-0/+1
* added comparison functions for these special cell types. But the date andDamon Chaplin2001-09-271-1/+31
* don't call calendar_config_check_timezone_set() now, since the startupDamon Chaplin2001-09-041-33/+98
* added new e-sexp operator. We don't currently use it though.Damon Chaplin2001-08-221-7/+7
* added support for the Contacts field. Note that I'm not sure what weDamon Chaplin2001-08-151-6/+55
* added new backend method to get the component given a UID.Damon Chaplin2001-08-101-8/+55
* Stop editing any event. Fixes bug #5949.Federico Mena Quintero2001-08-091-0/+2
* added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, toDamon Chaplin2001-08-071-6/+25
* New function; stops further notification from happening. This is neededFederico Mena Quintero2001-08-041-5/+43
* yes, set the end date, but correctly calculated, not by using theRodrigo Moya2001-07-311-1/+13
* don't set the end date for the pasted components, since it will beRodrigo Moya2001-07-311-8/+0
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-311-19/+23
* check type of component before actually pasting. Deal with VCALENDARRodrigo Moya2001-07-261-6/+64
* Remove leftover ifdefs - FedericoFederico Mena Quintero2001-07-181-4/+0
* Really fixes #4380. The previous fix was necessary but not sufficient; itFederico Mena Quintero2001-07-181-0/+3
* Fixes bug #4380 as well as some leftovers from the days of struct tm andFederico Mena Quintero2001-07-121-3/+1
* more timezone updates. I'm pretty much done with the calendar code now,Damon Chaplin2001-07-111-5/+20
* Pass the parent vCalendar component as the timezone closure ofFederico Mena Quintero2001-07-111-0/+9
* Use e_utf8_from_gtk_event_key() so that we can input utf8 text properly.Federico Mena Quintero2001-07-101-7/+10
* fix warning, and added some debug messages.Damon Chaplin2001-07-031-1/+4
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-42/+112
* draw icons per categoryRodrigo Moya2001-07-011-0/+12
* fixed clibpoard command activation from the menu entries. CTRL-C andRodrigo Moya2001-07-011-6/+50
* removed not-uses-anymore parameter in call toRodrigo Moya2001-06-281-0/+20
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* don't compile or install the old meeting edit stuffJP Rosevear2001-06-201-24/+0
* 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-5/+38
* added popup menu items for cut/copy/pasteRodrigo Moya2001-06-141-4/+59
* added cut&paste support, by using a GtkInvisible widget to manage theRodrigo Moya2001-06-131-1/+98
* new files to contain layout code split off from EDayView an EWeekView, soDamon Chaplin2001-05-291-331/+38
* 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-2/+2
* New function to restart a query for the day view. (query_obj_updated_cb):Federico Mena Quintero2001-04-131-122/+161
* Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-051-13/+13
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-051-0/+9
* Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu.Miguel de Icaza2001-03-181-42/+11
* Moved functionality here from e_day_view_on_new_appointment. AllowsMiguel de Icaza2001-03-171-10/+56
* 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-2/+2
* keep list of all Tasks folders so we can update the preference settingsDamon Chaplin2001-03-051-68/+85
* Pull up from 0.9 branchJP Rosevear2001-02-091-6/+35
* Pulling stuff up from the branchJP Rosevear2001-02-071-7/+14
* <gnome.h> trimming to reduce compilation time. Likewise. Likewise.Federico Mena Quintero2001-01-301-1/+0
* libical import cleanupJP Rosevear2001-01-241-16/+16
* New files with a simple sequence to migrate the task components from theFederico Mena Quintero2001-01-191-1/+1
* gui/e-week-view*.c don't use the theme colors at all within the graphicalDamon Chaplin2001-01-181-24/+82
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-7/+8
* moved #include <cal-client/cal-client.h> to the .h file.Damon Chaplin2001-01-141-0/+4
* Do not compose strings so that they can be localized correctly. Also,Federico Mena Quintero2001-01-031-1/+1
* Set draw background to FALSE. (e_day_view_reshape_long_event): ditto.Miguel de Icaza2000-12-251-0/+4
* 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-16/+16
* #if 0ed cal_obj_date_only_compare_func. (cal_object_get_rdate_end):Christopher James Lahey2000-12-141-3/+6
* added changed flags and added calls to a new functionDamon Chaplin2000-12-111-14/+46
* 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-44/+77
* == instead of =.Damon Chaplin2000-11-271-1/+1
* added more support for config settings.Damon Chaplin2000-11-271-44/+381
* These changes fix bugzilla bugs #874 and #875.Federico Mena Quintero2000-11-091-28/+14
* added _click-to-add-message, though I'm not sure if i18n will work.Damon Chaplin2000-10-201-9/+12
* call calendar_config_write_on_exit() to write out some special configDamon Chaplin2000-10-121-0/+61
* when the user types in a new event, don't create it until the user hitsDamon Chaplin2000-10-051-34/+8
* updated to support RDATE end times or durations. Note that if you have twoDamon Chaplin2000-09-301-26/+112
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-3/+3
* Fixed a warning (removed unused variable gfloat width fromChristopher James Lahey2000-09-111-1/+0
* changed to use EDateEdit.Damon Chaplin2000-09-111-3/+12
* 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-22/+16
* uses the new TaskEditor dialog.Damon Chaplin2000-09-061-1/+1
* The exdate and rdate lists are a list of icaltimetypes, notJP Rosevear2000-09-061-5/+4
* Append the exdate to the list AFTER we create the date value.JP Rosevear2000-09-061-3/+3
* No need to spit a warning if removal fails. (event_editor_destroy): FreeFederico Mena Quintero2000-09-011-2/+5
* switched to using new ECalendar widget, and a few other fixes.Damon Chaplin2000-08-311-118/+288
* Oops, set the dtstart/dtend on the component before adding it.Federico Mena Quintero2000-08-301-15/+21
* Make sure the is_utc flag is always FALSE for icaltime_from_timetJP Rosevear2000-08-301-34/+39
* Now the views monitor the client by themselves; it does not make sense toFederico Mena Quintero2000-08-301-102/+152
* Properly append to listJP Rosevear2000-08-251-2/+2
* Update for libical 0.19JP Rosevear2000-08-251-14/+14
* Fixed some warnings.Christopher James Lahey2000-08-251-0/+6
* Make signal names saner (released_event_object_cb): dittoJP Rosevear2000-08-251-7/+1
* Do not alloc the struct icaltimetype but point to one on the stack. MoreFederico Mena Quintero2000-08-241-2/+5
* Remove status barJP Rosevear2000-08-241-0/+2
* #include <e-util/e-cursors.h>Federico Mena Quintero2000-08-241-2/+4
* Set vtype of new CalComponent (e_week_view_on_new_appointment): dittoJP Rosevear2000-08-241-0/+1
* Use CalObjTypeJP Rosevear2000-08-221-1/+1
* Update prototypesJP Rosevear2000-08-221-5/+7
* Use CalComponent instead of iCalObject. Work around not having a compareJP Rosevear2000-08-221-161/+284
* Add mouse wheel scrolling support to the calendar day and week viewsAnders Carlsson2000-07-081-1/+47
* Sync - FedericoFederico Mena Quintero2000-06-231-12/+29
* set event before using it! (e_day_view_init): used new colors from tigert.Damon Chaplin2000-06-211-8/+9
* Remove the usage of the "x" and "y" arguments.Christopher James Lahey2000-06-211-8/+11
* got rid of some debug messagesDamon Chaplin2000-06-211-18/+0
* changed so it keeps the selection range. It just moves it on one day/weekDamon Chaplin2000-06-211-19/+347
* fixed a DnD bug.Damon Chaplin2000-06-191-3/+5
* added little buttons which are shown when there are more events than willDamon Chaplin2000-06-171-0/+2
* Took out some debugging code.Damon Chaplin2000-06-161-1/+1
* updated.Damon Chaplin2000-06-161-4/+23
* 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/+12
* New function to call the print engine. (calendar_toolbar): Added the PrintFederico Mena Quintero2000-06-031-4/+11
* Implemented. (gnome_calendar_add_object): Removed function, since it wasFederico Mena Quintero2000-06-021-18/+9
* Added a hash table to map calendar objects to their respective eventFederico Mena Quintero2000-06-011-37/+25
* Flush - FedericoFederico Mena Quintero2000-05-301-10/+7
* new files to implement iCalendar recurrence rules. These are only partDamon Chaplin2000-05-201-90/+176
* Alarm stuff I had not cvs added, sigh - FedericoFederico Mena Quintero2000-05-161-2/+3
* gladeified replacement for eventedit.cSeth Alves2000-05-161-2/+2
* call e_day_view_stop_editing_event here to avoid a divide by zero a bitSeth Alves2000-05-091-0/+6
* don't set the ico->uid to NULL or we won't find any other occurrences ofDamon Chaplin2000-05-091-4/+5
* show the EText item, just in case it hasn't moved, otherwise it won'tDamon Chaplin2000-05-081-0/+10
* finish editing event when user hits Return key.Damon Chaplin2000-05-071-10/+15
* added guint ref_count to iCalObject struct, and ical_object_ref/unref()Damon Chaplin2000-05-061-45/+114
* for the long events pass E_DAY_VIEW_LONG_EVENT as the day. Fixes SEGV.Damon Chaplin2000-05-051-5/+25
* set the active radio button here. Oops - it wasn't a Bonobo problem afterDamon Chaplin2000-05-031-16/+31
* new function to get the currently seleted time range form the currentDamon Chaplin2000-05-011-42/+84
* new function to see if the event dates have changed (including anyDamon Chaplin2000-05-011-50/+252
* compare iCalObjects by their UIDs instead of by their pointers.Seth Alves2000-04-261-1/+4
* allow for null icoSeth Alves2000-04-261-1/+1
* added new source files and pixmaps, and removed old source files, whichDamon Chaplin2000-04-241-167/+330
* build test-calendar-widget and evolution-calendar, common stuff is in aSeth Alves2000-04-061-2/+2
* Fix includes. (e_day_view_on_delete_occurance): Do not callFederico Mena Quintero2000-03-231-13/+4
* New widget for Day/Work-Week views. Unfinished.Damon Chaplin2000-03-141-0/+4585