aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-memo-table.c
Commit message (Expand)AuthorAgeFilesLines
* e_table_new_from_spec_file: Remove unused "state_fn" parameter.Matthew Barnes2013-07-021-2/+3
* Calendar views inline text edit with Ctrl+C/V/X does not workMilan Crha2013-06-211-4/+6
* Add e_cal_model_ref_default_client().Matthew Barnes2013-04-131-1/+3
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-201-2/+2
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-14/+2
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-1/+1
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-251-4/+2
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-2/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-41/+21
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-5/+8
* Bug #655708 - Unreadable tooltip for Memo/TaskMilan Crha2011-08-261-1/+7
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-10/+17
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-21/+33
* Coding style cleanups.Matthew Barnes2011-05-091-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-6/+2
* Fix few memory leaksMilan Crha2011-02-151-0/+4
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+2
* libetable cleanups.Matthew Barnes2011-01-171-1/+1
* Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-061-0/+3
* Move calendar preferences to the calendar module.Matthew Barnes2010-11-051-3/+10
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-7/+12
* Coding style cleanups.Matthew Barnes2010-09-131-1/+1
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-2/+2
* Bug 629054 - Memory leak in memo_table_constructed()Matthew Barnes2010-09-081-0/+2
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-091-5/+6
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-4/+0
* Bug #567304 - Review strings for translationMilan Crha2010-04-071-0/+2
* Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-021-2/+2
* Some more directories relocated on windowsFridrich Strba2010-03-111-0/+1
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+4
* Sidebar cleanups for Memos and Tasks.Matthew Barnes2010-01-301-22/+0
* Revert "Without this evo 2.28.2 will not link/run at all"Matthew Barnes2010-01-291-40/+0
* Without this evo 2.28.2 will not link/run at allFridrich Strba2010-01-281-0/+40
* Bug #606301 - Slow sort by subjectMilan Crha2010-01-201-30/+1
* Improve clipboard behavior.Matthew Barnes2010-01-181-5/+73
* Cleanup delete actions in shell views.Matthew Barnes2010-01-111-77/+78
* Teach ETable to prefer themed icon names over pixbufs.Matthew Barnes2010-01-071-11/+3
* Kill e_popup_menu().Matthew Barnes2010-01-051-1/+0
* Coding style and whitespace cleanup.Matthew Barnes2010-01-041-41/+48
* Rename ECalendarTable to ETaskTable.Matthew Barnes2009-12-271-1/+0
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-261-232/+312
* Kill ETableScrolled.Matthew Barnes2009-12-081-318/+261
* Bug #602098 - No progress notification from GnomeCalendarMilan Crha2009-11-181-3/+3
* Simplify clipboard handling in addressbook.Matthew Barnes2009-11-121-1/+1
* Simplify clipboard handling in calendar.Matthew Barnes2009-11-121-78/+33
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-021-6/+6
* Merge commit 'origin/kill-bonobo'Matthew Barnes2009-08-301-577/+717
|\
| * Remove unnecessary <calendar/gui/e-cal-popup.h> includes.Matthew Barnes2009-08-121-1/+0
| * Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-121-0/+5
| * More refactoring of settings management.Matthew Barnes2009-08-091-2/+4
| * Replace more "config" classes with property bindings.Matthew Barnes2009-08-061-22/+38
| * Fix excessive whitespace.Matthew Barnes2009-07-141-2/+0
| * Fix similar weak pointer issues throughout.Matthew Barnes2009-06-201-0/+6
| * More code cleanup.Matthew Barnes2009-06-021-1/+1
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-271-19/+19
| * Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-3/+3
| |\
| | * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| * | Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-251-1/+1
| * | Use -no-undefined on Linux tooMilan Crha2009-05-201-2/+2
| * | Manual conflict resolutionMatthew Barnes2009-04-251-13/+1
| * | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-251-0/+12
| |\ \
| * | | Merge revisions 37108:37199 from trunk.Matthew Barnes2009-02-011-4/+3
| * | | Get the calendar's memopad and taskpad working.Matthew Barnes2008-10-301-102/+157
| * | | Wire up status messages to include percentages if available.Matthew Barnes2008-10-291-10/+49
| * | | Tasks is working. Still need to deal with some loose ends and test it all.Matthew Barnes2008-10-041-1/+5
| * | | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-16/+16
| * | | Get Memos to come up. Doesn't really work yet, but the widgets are all there.Matthew Barnes2008-09-301-62/+270
| * | | Tasks and memos progress. Hoping to merge ECalendarTable and EMemoTable,Matthew Barnes2008-09-261-462/+182
| * | | Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-251-87/+178
| * | | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-151-9/+2
| * | | Migrate CompEditor, CompEditorPage, and the various subclasses fromMatthew Barnes2008-07-161-2/+2
* | | | Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-041-0/+5
* | | | Bug #420513 - Be able to notify about meeting only new attendeesMilan Crha2009-07-271-1/+1
* | | | Fix excessive whitespace.Matthew Barnes2009-07-131-10/+0
* | | | Whitespace cleanup.Matthew Barnes2009-05-291-2/+2
* | | | Prefer GLib basic types over C types.Matthew Barnes2009-05-291-28/+28
* | | | Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
| |_|/ |/| |
* | | Fix compiler warnings in calendar.Matthew Barnes2009-05-261-17/+15
* | | Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-241-1/+1
* | | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-1/+1
| |/ |/|
* | ** Fix for bug #550114Milan Crha2009-02-161-0/+15
* | ** Fix for bug #318003Milan Crha2009-01-271-2/+1
* | ** Fix for bug #541209Suman Manjunath2009-01-211-2/+2
* | ** Fix for bug #225712Milan Crha2009-01-191-1/+1
* | New convenience function calls gtk_show_uri() and displays an error dialogMatthew Barnes2009-01-111-2/+2
* | License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-161-17/+16
* | ** Fixes bug #546892Matthew Barnes2008-08-121-9/+2
* | ** Fixes bug #542125Matthew Barnes2008-07-191-2/+2
|/
* 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-2/+2
* Fixes#516408Chenthill Palanisamy2008-02-251-0/+2
* ** Part of fix for bug #515744Milan Crha2008-02-181-0/+1
* ** Fix for bug #510409Milan Crha2008-01-251-1/+2
* ** Fix for bug #354265David Turner2007-12-041-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-33/+33
* ** Fix for bug #318604Milan Crha2007-11-051-0/+2
* Warning fixes: - NULL vs 0 vs FALSE/TRUE - ANSIfication of declarations -Kjartan Maraas2007-10-241-1/+1
* ** Fixes bug #477045Matthew Barnes2007-09-281-1/+1
* 2007-09-27 mcrha Fix for bug #300693Milan Crha2007-09-271-57/+0
* ** Fix for bug #471791 (Move away from asserts to g_ret*)Srinivasa Ragavan2007-09-031-1/+1
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* Fixes #455862Chenthill Palanisamy2007-07-301-9/+82
* Clean up printing in Evolution (bug #426816)Matthew Barnes2007-04-201-1/+1
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-0/+1
* Fixes shared memos for File system.Chenthill Palanisamy2006-08-101-1/+1
* Added support Gw notes.Chenthill Palanisamy2006-07-221-3/+88
* Added code to save/attach files/mails/events to/from remote sharesSrinivasa Ragavan2006-05-251-11/+3
* a11y changes for bug #330723Karsten Bräckelmann2006-02-111-1/+1
* Cleanups: - remove unused vars - remove extraneous semi-colons - add someKjartan Maraas2006-02-081-6/+4
* Use gstdio wrappers.Tor Lillqvist2005-12-171-2/+4
* gui/calendar-commands.c gui/e-cal-list-view.c gui/e-calendar-table.cTor Lillqvist2005-11-261-1/+8
* Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com>Harish Krishnaswamy2005-10-191-0/+1029