aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-day-view.c
Commit message (Expand)AuthorAgeFilesLines
* e_day_view_show_popup_menu: Avoid runtime warning from tooltip_get_view_eventMilan Crha2014-07-211-1/+4
* Replace GtkStyle usages with GtkStyleContextMilan Crha2014-07-071-54/+61
* Bug 607753 - Appointment tooltip sometimes 'stick' to screenMilan Crha2014-06-251-1/+5
* Ignore false GObject property change notificationsMilan Crha2014-06-051-12/+12
* Fix various memory leaksMilan Crha2014-04-251-0/+6
* Bug #726110 - Use gtk_drag_check_threshold() instead of hard-coded valuesMilan Crha2014-03-241-12/+2
* Bug #722938 - Adapt a11y code for newest gtkMike Gorse2014-03-131-1/+2
* Bug #720542 - Crash on calendar view's tooltip timeoutMilan Crha2014-02-071-0/+10
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
* Fix/mute issues found by Coverity scanMilan Crha2013-11-151-20/+46
* Bug 710797 - Name all the timeouts added with g_timeout_add()Bastien Nocera2013-10-301-3/+7
* Miscellaneous cleanups.Matthew Barnes2013-07-281-1/+0
* EDayView: Follow up on a FIXME comment.Matthew Barnes2013-07-201-69/+485
* Bug #703153 - Forgotten signal callbacks for freed objectsMilan Crha2013-07-191-71/+10
* Bug #703899 - Moving a meeting does not ask for confirmationFabiano Fidêncio2013-07-171-14/+71
* Calendar views inline text edit with Ctrl+C/V/X does not workMilan Crha2013-06-211-1/+27
* Add e_cal_model_ref_default_client().Matthew Barnes2013-04-131-14/+28
* Convert all "week-start-day" properties to GDateWeekday.Matthew Barnes2013-03-171-1/+1
* EDayView: Hide data members which have accessor functions.Matthew Barnes2013-03-171-72/+138
* EDayView: Move "work-day-*" properties to ECalModel.Matthew Barnes2013-03-171-333/+124
* EDayView: Split working days into separate boolean properties.Matthew Barnes2013-03-171-81/+322
* EDayView cleanups.Matthew Barnes2013-03-091-1116/+1111
* Remove old GTK+ version checks.Matthew Barnes2013-02-161-6/+0
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-201-4/+7
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-14/+10
* Avoid gdk_keyboard_grab/ungrab() and gdk_pointer_grab/ungrab().Matthew Barnes2012-12-011-5/+39
* Address couple issues found by a Coverity scanMilan Crha2012-11-301-2/+5
* EDayView: Fix a typo.Matthew Barnes2012-11-301-1/+1
* Avoid using GdkEventButton directly in certain places.Matthew Barnes2012-11-301-86/+178
* EDayView: Remove disabled debug output.Matthew Barnes2012-11-301-80/+3
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-405/+528
* Bug #588959 - Expanding appointment crashes EvolutionVibha Yadav2012-10-191-0/+5
* Bug #683736 - Calendar work week view drops Monday's entriesMilan Crha2012-09-111-13/+17
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-13/+13
* EDayView: Hide tooltip on context menu popupMilan Crha2012-08-101-14/+20
* Bug #676785 - Enables wrong calendar after saving appointmentMilan Crha2012-08-101-1/+1
* Remove all GDK threads usage.Matthew Barnes2012-08-061-4/+0
* all: don't set draw_background to FALSE on ETextCosimo Cecchi2012-06-181-4/+0
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-0/+9
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-2/+0
* Adapt calendar/gui to the new ESource API.Matthew Barnes2012-06-031-15/+60
* Bug #671585 - Add support for smooth scrolling devicesMilan Crha2012-05-151-2/+30
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-221-1/+1
* Bug #584143 - Global Search Function withing CalendarMilan Crha2012-04-111-0/+3
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-63/+76
* Bug #320976 - Remember last New button choice in Calendar viewMilan Crha2012-02-171-2/+4
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-18/+48
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-467/+521
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-4/+8
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-30/+34
* Bug #649310 - Calendar only shows midnight to noonMilan Crha2011-06-021-1/+1
* Move EPopupMenu to /widgets/table.Matthew Barnes2011-06-011-1/+0
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+1
* 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-16/+16
* Bug #550867 - Showing location in meetingsMilan Crha2011-02-231-1/+7
* 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-17/+17
* Coding style and whitespace cleanup.Matthew Barnes2011-01-301-1/+1
* Adapt EDayView + widgets to latest gtk+-3.0 API.Matthew Barnes2011-01-261-8/+4
* gdk_cursor_unref() -> g_object_unref()Matthew Barnes2011-01-251-4/+4
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
* Fudge GtkScrollable for gtk2.Matthew Barnes2011-01-151-28/+28
* Bug #627536 - Open meeting as meeting, not as appointment, in week viewMilan Crha2010-12-071-6/+1
* Bug #602183 (bnc) - Crash in Mini Calendar ViewVibha Yadav2010-12-011-5/+6
* Move calendar preferences to the calendar module.Matthew Barnes2010-11-051-331/+236
* calendar: Draw day view with cairoBenjamin Otte2010-10-301-14/+0
* gnome-canvas: Change line-width handling of GnomeCanvasShapeBenjamin Otte2010-10-301-3/+3
* calendar: Only include libgnomecanvas.hBenjamin Otte2010-10-301-1/+1
* Drop usage of GtkAnchorType.Matthew Barnes2010-10-271-4/+0
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-1/+0
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-12/+10
* Bug #629480 - calendar-gui-WARNING: Couldn't find event windowMilan Crha2010-09-291-3/+0
* Bug #629150 - Empty calendar viewMilan Crha2010-09-291-6/+47
* Use new GDK keysym names if available.Matthew Barnes2010-09-181-25/+28
* Coding style cleanups.Matthew Barnes2010-09-131-16/+16
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-1/+1
* Bug 629050 - Memory leak in e_day_view_recalc_cell_sizes()Matthew Barnes2010-09-081-2/+3
* Bug 628654 - e_calendar_view_get_tooltips memory leakMatthew Barnes2010-09-031-1/+4
* Bug 625204 - Typo in e_day_view_finish_long_event_resize()Thomas Mittelstaedt2010-07-291-1/+1
* Bug #623029 - Work week days not restored on startMilan Crha2010-06-281-0/+3
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-161-13/+17
* Revert "Fix all remaining GTK3 issues."Matthew Barnes2010-06-151-17/+13
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-151-13/+17
* Merge branch 'express2'Matthew Barnes2010-05-271-6/+5
|\
| * Merge commit 'origin/gnome-2-30' into express2Michael Meeks2010-04-221-6/+5
| |\
| | * Bug 596601 (bnc) - monitor system timezone changes in evolutionChenthill Palanisamy2010-04-161-6/+5
| * | Add extensions to configure calender widgets.Matthew Barnes2010-04-071-46/+2
| |/
* | Bug #607257 - Add checks for event->comp_data != NULLMilan Crha2010-05-141-28/+274
* | Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-131-1/+1
* | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-141/+258
* | Bug 613798 - Marcus Bains line is greyMatthew Barnes2010-03-241-0/+3
* | Add extensions to configure calender widgets.Matthew Barnes2010-03-201-46/+2
|/
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+24
* Add DnD support to e-selection.c.Matthew Barnes2010-02-091-38/+39
* Remove a couple silly ECalModel functions.Matthew Barnes2010-01-251-3/+3
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-93/+11
* Kill e_popup_menu().Matthew Barnes2010-01-051-1/+0
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-271-7/+6
* Calendar canvas item cleanup.Matthew Barnes2009-09-221-1/+1
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-021-20/+20
* Re-enable more calendar code.Matthew Barnes2009-08-281-3/+1
* Re-enable more calendar bits.Matthew Barnes2009-08-191-4/+0
* Centralize week-start-day tracking in calendar views.Matthew Barnes2009-08-191-73/+26
* Get the calendar view popup menu working.Matthew Barnes2009-08-161-9/+4
* Bug #203853 - Cut/Copy key bindings don't work in day and week viewsMilan Crha2009-08-111-0/+2
* Bug #587468 - Show meeting icon for component with attendees onlyMilan Crha2009-08-111-2/+2
* Bug #590392 - Show selected day in day view's second timezone columnMilan Crha2009-08-111-0/+6
* Bug #514725 - Critical warnings with appointmentsMilan Crha2009-08-111-10/+15
* Bug #300567 - Calendar drawing optimizationsMilan Crha2009-08-111-2/+2
* More refactoring of settings management.Matthew Barnes2009-08-061-1/+41
* Replace more "config" classes with property bindings.Matthew Barnes2009-08-061-37/+21
* Add properties to calendar classes.Matthew Barnes2009-07-311-75/+443
* Trimming redundancy.Matthew Barnes2009-07-291-10/+15
* Bug #245829 - Cannot copy (with mouse for pasting) appointment summaryMilan Crha2009-07-291-2/+13
* Bug #575581 - All Day Events Should Not Depend On Calendar ScrollingMilan Crha2009-07-291-3/+5
* Move "user_created" signal emission to ECalendarView.Matthew Barnes2009-07-241-3/+2
* More whitespace cleanup.Matthew Barnes2009-07-191-2/+2
* Fix excessive whitespace.Matthew Barnes2009-07-141-107/+0
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-111-1/+6
|\
| * Bug #238058 - Show more from summary for events with iconsMilan Crha2009-07-091-0/+4
| * Bug #251694 - Highlight current day in a calendarMilan Crha2009-07-031-0/+1
| * Bug #252296 - Do not preset alarm for all day eventsMilan Crha2009-07-031-1/+1
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-011-2/+0
|\|
| * Bug #238058 - Show more from summary for events with iconsMilan Crha2009-06-301-2/+0
| * More code cleanup.Matthew Barnes2009-06-021-1/+1
| * Whitespace cleanup.Matthew Barnes2009-05-291-31/+31
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-291-46/+46
| * Remove trailing whitespace, again.Matthew Barnes2009-05-291-14/+14
* | Fix "make distcheck" errors.Matthew Barnes2009-06-201-1/+1
* | More code cleanup.Matthew Barnes2009-06-021-1/+1
* | Whitespace cleanup.Matthew Barnes2009-05-291-31/+31
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-271-46/+46
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-20/+20
|\ \
| * | Remove trailing whitespace, again.Matthew Barnes2009-05-271-14/+14
| |/
| * Fix compiler warnings in calendar.Matthew Barnes2009-05-261-6/+6
| * Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-241-5/+5
* | Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-251-5/+5
* | 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
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-251-27/+61
|\|
| * Fixes #561312Chenthill Palanisamy2009-04-131-12/+36
| * Fixes #435455 (bnc)Chenthill Palanisamy2009-03-051-1/+21
| * ** Fix for bug #567949Milan Crha2009-02-201-3/+4
| * Remove useless and deprecated gtk_layout_freeze and gtk_layout_thaw calls.Andre Klapper2009-02-191-11/+0
| * ** Fixes bug #571625Chow Loong Jin2009-02-141-5/+3
| * ** Fix for bug #318003Milan Crha2009-01-271-1/+11
| * ** Fix for bug #541209Suman Manjunath2009-01-211-5/+5
| * ** Fix for bug #200254Milan Crha2009-01-191-0/+48
| * ** Fix for bug #245156Milan Crha2009-01-151-16/+14
| * ** Fix for bug #246313Milan Crha2009-01-151-53/+44
| * Remove unneeded #include <libgnome/gnome-util.h>.Matthew Barnes2009-01-111-1/+0
| * ** Fix for bug #333224Milan Crha2008-12-101-7/+12
| * Patch from Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #350725 (Cop...Suman Manjunath2008-12-081-68/+109
| * Fix for bug #490503 - Show summary of unaccepted meetings as bold in calendar...Suman Manjunath2008-11-111-19/+16
| * Change license from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-031-30/+20
| * ** Fix for bug #553297Milan Crha2008-09-261-0/+3
| * Chenthill Palanisamy <pchenthill@novell.com> ** Fix for bug #551628 (Remove ...Suman Manjunath2008-09-141-1/+18
| * Fixes #544187.Chenthill Palanisamy2008-09-081-9/+7
| * Fixes #347287Chenthill Palanisamy2008-08-131-15/+42
* | Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-151-5/+3
* | Merge revisions 37108:37199 from trunk.Matthew Barnes2009-02-011-6/+16
* | Merge revisions 37075:37107 from trunk.Matthew Barnes2009-01-211-69/+106
* | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-121-1/+0
* | Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-111-75/+121
* | Merge revisions 36737:36810 from trunk.Matthew Barnes2008-11-241-19/+16
* | 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-30/+20
* | Progress update:Matthew Barnes2008-10-141-0/+2
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-1/+21
* | 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-9/+7
* | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-151-15/+42
|/
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-5/+0
* ** Fixes bug #534360Matthew Barnes2008-05-231-9/+5
* Patch from Chenthill Palanisamy <pchenthill@novell.com> ** Fix for bug #5338...Suman Manjunath2008-05-221-0/+6
* ** Fix for bug #512543Milan Crha2008-03-131-1672/+0
* Fixes #516498Chenthill Palanisamy2008-02-251-1/+3
* Fixes#516408Chenthill Palanisamy2008-02-251-4/+15
* ** Part of fix for bug #515744Milan Crha2008-02-181-1/+4
* ** Fix for bug #475781Milan Crha2008-01-251-29/+57
* Patch from Suresh Chandrasekharan <suresh.chandrasekharan@sun.com> Fix for b...Suman Manjunath2008-01-141-2/+1
* ** Fixes bug #392747 (extra cleanup work)Matthew Barnes2007-12-061-48/+18
* ** Fix for bug #346693Milan Crha2007-11-261-7/+13
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-164/+164
* ** Fix for bug #341085Milan Crha2007-11-051-2/+2
* ** Fix for bug #318604Milan Crha2007-11-051-2/+2
* ** Fix for bug #346693Milan Crha2007-11-051-36/+146
* Warning fixes: - NULL vs 0 vs FALSE/TRUE - ANSIfication of declarations -Kjartan Maraas2007-10-241-4/+4
* ** Fix for bug #455862 Plugged memory leaks.Hiroyuki Ikezoe2007-10-071-25/+2
* ** Fixes bug #477045Matthew Barnes2007-09-281-2/+2
* ** Fixes bug #476040Matthew Barnes2007-09-131-2/+2
* Fixes #332026.Chenthill Palanisamy2007-09-101-20/+23
* ** Fix for bug #471791 (Move away from asserts to g_ret*)Srinivasa Ragavan2007-09-031-8/+10
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* 2007-08-23 mcrha Fix for bug #201201 and bug #201202Milan Crha2007-08-231-0/+22
* Fixes #298513 (bnc)Chenthill Palanisamy2007-08-171-0/+6
* Fixes #200977.Chenthill Palanisamy2007-07-301-0/+3
* Fixes #300584Chenthill Palanisamy2007-07-091-2/+7
* Fix compiler warnings in the calendar directory (#439122).Matthew Barnes2007-06-031-1/+1
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-8/+8
* Fix "incompatible pointer type" warnings (#360619).Matthew Barnes2007-03-301-1/+1
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Fixes bug #357970Matthew Barnes2006-12-041-6/+6
* Fixes #332101Chenthill Palanisamy2006-10-171-3/+3
* Disable tooltips on drag, resize and edit. Fixes #333224. Patch submittedHarish Krishnaswamy2006-10-161-8/+31
* Added configure option for disabling cairo calendarSrinivasa Ragavan2006-07-281-5/+1659
* Cairo fixes by rajeevSrinivasa Ragavan2006-07-281-79/+15
* Cairo fixes by rajeevSrinivasa Ragavan2006-07-241-9/+3
* Fix for disturbed emboss in cairo.Srinivasa Ragavan2006-07-201-0/+1
* Added code for Resize Transparency with Cairo drawing. Added code toRajeev ramanathan2006-07-101-166/+47
* Committing updated patch for cairo.Srinivasa Ragavan2006-05-041-6/+49
* Added Cairo support for Evolution.Srinivasa Ragavan2006-04-241-4/+17
* Move the tooltip if it could hide in the corner.Srinivasa Ragavan2006-04-221-1/+1
* Fixes drag and drop of recurring appointmentsChenthill Palanisamy2006-04-061-4/+2
* Cleanups: - remove unused vars - remove extraneous semi-colons - add someKjartan Maraas2006-02-081-84/+21
* fixes #324739Chenthill Palanisamy2006-01-161-21/+57
* Change the keys which need to be pressed to alter the end time of theBoby Wang2006-01-061-2/+2
* reverting the patch.Chenthill Palanisamy2006-01-041-33/+8
* ** Fix for bug #325416Srinivasa Ragavan2006-01-041-8/+33
* ** Fix for bug #325414Srinivasa Ragavan2006-01-021-0/+11
* fixes the tool tip crash.Chenthill Palanisamy2005-12-091-21/+66
* Added a function to get tooltip tooltip widgetSrinivasa Ragavan2005-11-231-2/+46
* source-type is an enum not a pointer!Not Zed2005-08-241-6/+3
* Fixes #312739Chenthill Palanisamy2005-08-121-14/+7
* Fixes #302460Chenthill Palanisamy2005-08-051-5/+10
* Fixes #309601Chenthill Palanisamy2005-08-031-7/+31
* Commenting the code for marking the summary of unaccepted meetings asChenthill Palanisamy2005-07-291-4/+4
* 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/+40
* Prune unnecessary and nonexistent directories from the -I options. PruneTor Lillqvist2005-06-271-1/+0
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-4/+4
* Commiting the delegation support for recurrence eventsChenthill Palanisamy2005-06-221-6/+6
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-5/+5
* We need compare backend for long events too.Jedy Wang2005-06-131-0/+3
* Fixes #272301Thouis R. Jones2005-05-301-0/+58
* Reverted Marcus Baines patchRodrigo Moya2005-05-161-58/+0
* Fixes #272301Thouis R. Jones2005-05-131-0/+58
* Fixes #271679Rodrigo Moya2005-05-061-12/+109
* abort sequence (e_day_view_on_top_canvas_motion): prevent drag ofJP Rosevear2005-03-211-8/+5
* free the ecalcomponent after using it.Not Zed2005-03-111-0/+1
* Fixes #71265Rodrigo Moya2005-02-041-2/+8
* killed warnings. (e_week_view_start_editing_event): do nothing if theRodrigo Moya2005-01-191-0/+4
* set last_Edited_comp_string to NULL, not test it for null.Not Zed2005-01-121-1/+1
* remove the temporary object from the view when stopping editing.Rodrigo Moya2005-01-111-0/+3
* Added support for attachments support to calendar items.Harish Krishnaswamy2005-01-081-1/+7
* added a new argument to pass the calendar client, since it might happen toRodrigo Moya2005-01-051-2/+7