aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view.c
Commit message (Expand)AuthorAgeFilesLines
* Calendar views inline text edit with Ctrl+C/V/X does not workMilan Crha2013-06-211-4/+36
* Add e_cal_model_ref_default_client().Matthew Barnes2013-04-131-18/+21
* Convert all "week-start-day" properties to GDateWeekday.Matthew Barnes2013-03-171-26/+59
* EWeekView: Hide data members which have accessor functions.Matthew Barnes2013-03-171-129/+152
* EWeekView cleanups.Matthew Barnes2013-03-091-786/+790
* Remove old GTK+ version checks.Matthew Barnes2013-02-161-2/+0
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-201-1/+2
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-11/+6
* Address couple issues found by a Coverity scanMilan Crha2012-11-301-0/+2
* Avoid using GdkEventButton directly in certain places.Matthew Barnes2012-11-301-42/+86
* EWeekView: Remove disabled debug output.Matthew Barnes2012-11-301-28/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-158/+214
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-9/+9
* Bug #676785 - Enables wrong calendar after saving appointmentMilan Crha2012-08-101-1/+1
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-2/+2
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-1/+0
* Adapt calendar/gui to the new ESource API.Matthew Barnes2012-06-031-3/+13
* Bug #671585 - e-week-view.c: Use page_increment for smooth scrollingVolker Sobek2012-05-161-1/+1
* Bug #671585 - Add support for smooth scrolling devicesMilan Crha2012-05-151-0/+8
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-16/+21
* Bug #320976 - Remember last New button choice in Calendar viewMilan Crha2012-02-171-1/+2
* Last bits of calendar-config migrated to GSettingsRodrigo Moya2011-10-101-24/+19
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-2/+8
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-223/+260
* Bug #653154 - Crash when constructing calendar viewMilan Crha2011-06-271-0/+2
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-25/+28
* Bug #649392 - Improve calendar's "Goto" dialog and move it to dialogsDan Vrátil2011-05-161-1/+1
* Coding style cleanups.Matthew Barnes2011-05-091-18/+18
* Bug #550867 - Showing location in meetingsMilan Crha2011-02-231-19/+47
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+2
* Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-091-2/+0
* More whitespace cleanup.Matthew Barnes2011-01-311-4/+4
* Adapt EWeekView + widgets to latest gtk+-3.0 API.Matthew Barnes2011-01-261-11/+9
* gdk_cursor_unref() -> g_object_unref()Matthew Barnes2011-01-251-3/+3
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
* Bug #627536 - Open meeting as meeting, not as appointment, in week viewMilan Crha2010-12-071-1/+1
* Bug #632941 - Calendar ignores preference "show/hide end times"Milan Crha2010-11-021-1/+4
* calendar: Don't draw a shadow outside of the widgetBenjamin Otte2010-10-301-49/+0
* calendar: Remove now unused gcs and colormap handling from EWeekViewBenjamin Otte2010-10-301-15/+0
* calendar: Only include libgnomecanvas.hBenjamin Otte2010-10-301-1/+1
* Cast GtkAdjustment constructor calls to GtkAdjustmentBenjamin Otte2010-10-301-1/+1
* Drop usage of GtkAnchorType.Matthew Barnes2010-10-271-1/+0
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-1/+0
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-21/+19
* Bug #629934 - Month view defaults to Monday as start of weekMilan Crha2010-09-291-0/+3
* Bug #629150 - Empty calendar viewMilan Crha2010-09-291-8/+47
* Use new GDK keysym names if available.Matthew Barnes2010-09-181-17/+20
* Coding style cleanups.Matthew Barnes2010-09-131-8/+8
* Bug 628654 - e_calendar_view_get_tooltips memory leakMatthew Barnes2010-09-031-2/+8
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-3/+3
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-161-1/+9
* Revert "Fix all remaining GTK3 issues."Matthew Barnes2010-06-151-9/+1
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-151-1/+9
* Merge branch 'express2'Matthew Barnes2010-05-271-6/+8
|\
| * Merge commit 'origin/gnome-2-30' into express2Michael Meeks2010-04-221-6/+8
| |\
| | * Bug 596601 (bnc) - monitor system timezone changes in evolutionChenthill Palanisamy2010-04-161-6/+8
| * | Add extensions to configure calender widgets.Matthew Barnes2010-04-071-10/+0
| |/
* | Bug #607257 - Add checks for event->comp_data != NULLMilan Crha2010-05-141-4/+151
* | Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-131-1/+1
* | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-94/+162
* | Bug 613798 - Marcus Bains line is greyMatthew Barnes2010-03-241-0/+3
* | Add extensions to configure calender widgets.Matthew Barnes2010-03-201-10/+0
|/
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+12
* Remove a couple silly ECalModel functions.Matthew Barnes2010-01-251-3/+3
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-1/+0
* Kill e_popup_menu().Matthew Barnes2010-01-051-1/+0
* BUG#595803 Fixes a double freeBharath Acharya2009-10-051-3/+0
* Bug 593750 - Month view doesn't update / scrollMatthew Barnes2009-09-231-250/+248
* Calendar canvas item cleanup.Matthew Barnes2009-09-221-2/+7
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-021-4/+4
* Coding style and whitespace cleanup.Matthew Barnes2009-08-301-1/+1
* Re-enable more calendar code.Matthew Barnes2009-08-281-3/+1
* Re-enable more calendar bits.Matthew Barnes2009-08-191-7/+0
* Centralize week-start-day tracking in calendar views.Matthew Barnes2009-08-191-75/+27
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-161-0/+1
* Get the calendar view popup menu working.Matthew Barnes2009-08-161-7/+1
* Bug #587468 - Show meeting icon for component with attendees onlyMilan Crha2009-08-111-1/+1
* Bug #514725 - Critical warnings with appointmentsMilan Crha2009-08-111-10/+16
* Bug #300567 - Calendar drawing optimizationsMilan Crha2009-08-111-1/+1
* More refactoring of settings management.Matthew Barnes2009-08-061-0/+25
* Replace more "config" classes with property bindings.Matthew Barnes2009-08-061-2/+3
* Add properties to calendar classes.Matthew Barnes2009-07-311-213/+327
* Trimming redundancy.Matthew Barnes2009-07-291-7/+14
* Bug #245829 - Cannot copy (with mouse for pasting) appointment summaryMilan Crha2009-07-291-0/+29
* Add EMonthView, a simple subclass of EWeekView.Matthew Barnes2009-07-241-207/+93
* Move "user_created" signal emission to ECalendarView.Matthew Barnes2009-07-241-4/+3
* More whitespace cleanup.Matthew Barnes2009-07-191-4/+4
* Fix excessive whitespace.Matthew Barnes2009-07-141-52/+0
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-111-1/+24
|\
| * Bug #251694 - Highlight current day in a calendarMilan Crha2009-07-031-0/+1
| * Bug #236996 - Calendar display for weekends in month viewMilan Crha2009-07-031-0/+22
| * Bug #252296 - Do not preset alarm for all day eventsMilan Crha2009-07-031-1/+1
| * More code cleanup.Matthew Barnes2009-06-021-2/+2
| * Whitespace cleanup.Matthew Barnes2009-05-291-14/+14
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-291-30/+30
| * Remove trailing whitespace, again.Matthew Barnes2009-05-291-16/+16
* | Fix "make distcheck" errors.Matthew Barnes2009-06-201-1/+1
* | More code cleanup.Matthew Barnes2009-06-021-2/+2
* | Whitespace cleanup.Matthew Barnes2009-05-291-14/+14
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-271-30/+30
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-17/+17
|\ \
| * | Remove trailing whitespace, again.Matthew Barnes2009-05-271-16/+16
| |/
| * Fix compiler warnings in calendar.Matthew Barnes2009-05-261-1/+1
| * Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-241-5/+5
| * Make the Calendar view scroll using the arrow keysMarcel Stimberg2009-05-141-17/+74
* | Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-251-5/+5
* | Make the Calendar view scroll using the arrow keysMarcel Stimberg2009-05-211-17/+74
* | Use -no-undefined on Linux tooMilan Crha2009-05-201-2/+2
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-071-1/+0
|\|
| * Bug 571496 – Migrate from deprecated gnome_execute to g_spawn/xdg-terminalAdam Petaccia2009-05-061-1/+0
| * Bug #273818 - Allow scrolling Month View by a week onlyMilan Crha2009-05-011-4/+44
* | Merge in changes from master.Matthew Barnes2009-05-011-4/+44
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-251-4/+16
|\|
| * Fixes #561312Chenthill Palanisamy2009-04-131-4/+12
| * ** Fix for bug #567949Milan Crha2009-02-201-3/+4
| * ** Fixes bug #571625Chow Loong Jin2009-02-141-5/+3
| * ** Fix for bug #541209Suman Manjunath2009-01-211-4/+4
| * ** Fix for bug #245156Milan Crha2009-01-151-2/+2
| * Remove unneeded #include <libgnome/gnome-util.h>.Matthew Barnes2009-01-111-1/+0
| * Patch from Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #350725 (Cop...Suman Manjunath2008-12-081-74/+115
| * Fix for bug #490503 - Show summary of unaccepted meetings as bold in calendar...Suman Manjunath2008-11-111-16/+12
| * Milan Crha <mcrha@redhat.com> ** Fix for bug #553715 (Set end time for the e...Suman Manjunath2008-10-201-2/+2
| * ** Fix for bug #553609Milan Crha2008-10-171-0/+5
| * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-09-301-17/+15
| * Chenthill Palanisamy <pchenthill@novell.com> ** Fix for bug #551628 (Remove ...Suman Manjunath2008-09-141-0/+18
| * ** Fix for bug #551382Milan Crha2008-09-091-1/+0
| * Fixes #544187.Chenthill Palanisamy2008-09-081-9/+6
| * Fixes #347287Chenthill Palanisamy2008-08-131-11/+36
* | Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-151-5/+3
* | Merge revisions 37108:37199 from trunk.Matthew Barnes2009-02-011-4/+4
* | Merge revisions 37075:37107 from trunk.Matthew Barnes2009-01-211-2/+2
* | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-121-1/+0
* | - Fix NetworkManager connection tracking.Matthew Barnes2008-12-141-0/+2
* | Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-111-73/+115
* | Merge revisions 36737:36810 from trunk.Matthew Barnes2008-11-241-16/+12
* | Disable parts of my previous calendar work, such that all modules now load!Matthew Barnes2008-10-281-0/+8
* | Merge revisions 36534:36684 from trunk.Matthew Barnes2008-10-251-2/+7
* | Progress update:Matthew Barnes2008-10-141-0/+2
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-17/+33
* | Get Memos to come up. Doesn't really work yet, but the widgets are all there.Matthew Barnes2008-09-301-1/+0
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-111-10/+6
* | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-151-11/+36
|/
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-2/+2
* ** Fix for bug #536813Milan Crha2008-06-091-0/+5
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-6/+0
* ** Fixes bug #534360Matthew Barnes2008-05-231-10/+7
* Fixes #516498Chenthill Palanisamy2008-02-251-1/+3
* Fixes#516408Chenthill Palanisamy2008-02-251-3/+10
* ** Part of fix for bug #515744Milan Crha2008-02-181-1/+1
* Patch from Milan Crha <mcrha@redhat.com> ** Fix for bug #355864 (Calendar c...Suman Manjunath2008-01-281-11/+25
* ** Fix for bug #475781Milan Crha2008-01-251-2/+14
* ** Fix for bug #510409Milan Crha2008-01-251-0/+1
* Patch from Suresh Chandrasekharan <suresh.chandrasekharan@sun.com> Fix for b...Suman Manjunath2008-01-141-1/+1
* ** Fix for bug #457842Milan Crha2008-01-101-0/+11
* ** Fixes bug #392747 (extra cleanup work)Matthew Barnes2007-12-061-16/+10
* ** Fix for bug #214645Milan Crha2007-11-271-8/+17
* ** Fix for bug #484603Milan Crha2007-11-231-0/+2
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-100/+100
* ** Fix for bug #318604Milan Crha2007-11-051-1/+1
* Warning fixes: - NULL vs 0 vs FALSE/TRUE - ANSIfication of declarations -Kjartan Maraas2007-10-241-1/+1
* ** Fix for bug #455862 Plugged memory leaks.Hiroyuki Ikezoe2007-10-071-15/+1
* ** Fixes bug #477045Matthew Barnes2007-09-281-1/+1
* ** Fixes bug #476040Matthew Barnes2007-09-131-1/+1
* ** Fix for bug #471791 (Move away from asserts to g_ret*)Srinivasa Ragavan2007-09-031-9/+15
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* ** Fix for the same issue of week view of bug #330628Hiroyuki Ikezoe2007-08-271-0/+3
* ** Fix for bug #468440Srinivasa Ragavan2007-08-251-3/+3
* 2007-08-24 Srinivasa Ragavan Fix for bug #468411Milan Crha2007-08-241-1/+4
* 2007-08-23 mcrha Fix for bug #201201 and bug #201202Milan Crha2007-08-231-0/+12
* 2007-08-23 mcrha Fix for bug #355864Milan Crha2007-08-231-2/+2
* 2007-08-20 mcrha Fix for bug #262226Milan Crha2007-08-201-1/+1
* Fixes #298513 (bnc)Chenthill Palanisamy2007-08-171-0/+3
* Fixes #300584Chenthill Palanisamy2007-07-091-5/+13
* ** Fix for bug #321741Srinivasa Ragavan2007-07-071-1/+1
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-4/+5
* Fix "incompatible pointer type" warnings (#360619).Matthew Barnes2007-03-301-4/+4
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Fixes bug #357970Matthew Barnes2006-12-041-23/+23
* Fixes #332101Chenthill Palanisamy2006-10-171-2/+2
* ** Fix for bug #334692Srinivasa Ragavan2006-09-281-8/+20
* remove week_view->comp_data first, since garray is not thread safe and theLi Yuan2006-07-111-4/+5
* Add mnemonic widget to widget, and change calendar's shortcut key.Li Yuan2006-07-111-0/+6
* Committing updated patch for cairo.Srinivasa Ragavan2006-05-041-1/+35
* Move the tooltip if it could hide in the corner.Srinivasa Ragavan2006-04-221-4/+4
* Cleanups: - remove unused vars - remove extraneous semi-colons - add someKjartan Maraas2006-02-081-148/+24
* Reverting Chakravarthi's commit on Jan 17 to fix miscellaneous problemsHarish Krishnaswamy2006-01-301-22/+5
* Committed Chax's fix for double click of events in week/month view. Partly fi...Srinivasa Ragavan2006-01-181-5/+22
* fixes #324739Chenthill Palanisamy2006-01-161-17/+26
* ** Fix for bug #325414Srinivasa Ragavan2006-01-021-0/+12
* Committing the missed e-week-view.c in my prev commit, where i did justSrinivasa Ragavan2005-12-161-3/+3
* fixes the tool tip crash.Chenthill Palanisamy2005-12-091-40/+80
* Added a function to get tooltip tooltip widgetSrinivasa Ragavan2005-11-231-4/+86
* fixes 257649.Chenthill Palanisamy2005-10-011-1/+18
* source-type is an enum not a pointer!Not Zed2005-08-241-2/+0
* Commenting the code for marking the summary of unaccepted meetings asChenthill Palanisamy2005-07-291-1/+2
* Added a mask to check if the meeting needs to be accepted. Increased theChenthill Palanisamy2005-07-251-2/+3
* Fixes #309602Chenthill Palanisamy2005-07-221-1/+38
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-3/+3
* Commiting the delegation support for recurrence eventsChenthill Palanisamy2005-06-221-2/+2
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-4/+4
* Fixes #271679Rodrigo Moya2005-05-061-1/+47
* Fixes #71265Rodrigo Moya2005-02-041-0/+3
* killed warnings. (e_week_view_start_editing_event): do nothing if theRodrigo Moya2005-01-191-2/+5
* remove the temporary object from the view when stopping editing.Rodrigo Moya2005-01-111-1/+4
* Added support for attachments support to calendar items.Harish Krishnaswamy2005-01-081-0/+5
* added a new argument to pass the calendar client, since it might happen toRodrigo Moya2005-01-051-2/+7
* search our internal data for the correct event.Rodrigo Moya2005-01-051-2/+21
* redo the queries after emitting the 'time_range_changed' signal, since nowRodrigo Moya2005-01-031-11/+0
* get instance times using the correct timezone. (redo_queries): emitRodrigo Moya2004-12-231-39/+0
* get instance times using the correct timezone. (redo_queries): emitRodrigo Moya2004-12-231-40/+38
* Merge from recurrences-work-branchRodrigo Moya2004-12-221-58/+36
* update the query so currently held events can be cleared off.Harish Krishnaswamy2004-12-081-0/+3
* Free the string day_view->last_edited_comp_string before changingChenthill Palanisamy2004-12-021-0/+6
* Fixes #6767Li Yuan2004-11-041-51/+37
* convert to G_DEFINE_TYPEJP Rosevear2004-10-141-20/+12
* If main_canvas has focus, do not grub it. Emit the selected_time_changedLi Yuan2004-10-131-1/+2
* When the start year and the end year are the same, the num should beLi Yuan2004-10-121-8/+8
* rename to view_popup_factory. Make it build an epopup item list directly.Not Zed2004-10-071-1/+1
* Fixes #62728JP Rosevear2004-09-091-0/+3
* Fixes #57622Rodrigo Moya2004-08-021-0/+2
* guard with is_instance instead of has_recurrences because most of theJP Rosevear2004-08-011-2/+2
* Fixes #61058JP Rosevear2004-07-271-5/+34
* Fixes #61571JP Rosevear2004-07-241-5/+23
* Fixes #57142Rodrigo Moya2004-07-161-1/+2
* Fixes #57287, 58748JP Rosevear2004-07-141-0/+2
* Fixes #59401JP Rosevear2004-06-161-1/+4
* Fixes #57393JP Rosevear2004-06-161-0/+1
* calculate the work week, week, and month views more exactlyJP Rosevear2004-06-101-86/+29
* cast week view correctlyJP Rosevear2004-06-081-1/+1
* a more straightforward way to calculate the offset of a day within theKidd Wang2004-05-281-9/+9
* In week view all-day events should keep all-dayness when moved around.Kidd Wang2004-05-261-9/+17
* make the focus movable in week/month view when no events are selected.Kidd Wang2004-05-181-0/+195
* Use E_ICON_SIZE enum here. (display_notification): Same.Jeffrey Stedfast2004-05-181-3/+3
* use e_cal_generate_instances_for_object instead ofRodrigo Moya2004-05-141-6/+4
* Fixes #57644.Not Zed2004-05-131-3/+4
* Fixes #57899JP Rosevear2004-05-031-1/+10
* Fixes #56092JP Rosevear2004-04-221-0/+9
* Update the calendar to use the icon theme through the EIconFactory objectMichael Terry2004-04-191-9/+9
* remove extra set view params (gnome_calendar_set_view): simplify, just setJP Rosevear2004-04-081-62/+12
* only select one dayJP Rosevear2004-04-061-2/+2
* remove the EVENT_MOVE signal which was binded to Alt + Arrows. ditto.Kidd Wang2004-03-291-27/+21
* compare ecalcomponents, not icalcomponents (the compare func is borked),JP Rosevear2004-03-191-8/+5
* Fixes #52253JP Rosevear2004-03-161-114/+316
* 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-160/+240
* Fixes #51665.Harry Lu2003-12-181-0/+2
* *gui/e-week-view.c: Fix a event/jump button tabbing bugBolian Yin2003-12-101-2/+3
* init a11y. emit signal "selected_time_changed".Andrew Wu2003-12-091-1/+4
* remove setting property of "handle_popup". remove setting property ofBolian Yin2003-12-091-2/+0