aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/memo-page.c
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous cleanups.Matthew Barnes2013-09-081-2/+1
* Add ESettingsSpellEntry.Matthew Barnes2013-03-121-15/+0
* Use EClientComboBox where appropriate.Matthew Barnes2013-03-021-32/+27
* MemoPage: Use EClientCache to obtain an EClient.Matthew Barnes2013-02-181-3/+12
* Fix up error handling around e_book/cal_client_connect_finish().Matthew Barnes2013-01-311-9/+1
* Use e_cal_client_connect().Matthew Barnes2013-01-301-24/+34
* Fix compiler warnings.Matthew Barnes2012-12-151-2/+2
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-11/+0
* Bug #687997 - No email sent for shared memosMilan Crha2012-11-121-0/+3
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-23/+31
* Fix all 'may be used uninitialized' compiler warningsDan Vrátil2012-08-201-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-2/+2
* Adapt to EContact API change.Matthew Barnes2012-06-251-1/+1
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-8/+1
* Adapt calendar/gui to the new ESource API.Matthew Barnes2012-06-031-76/+72
* Whitespace cleanups.Matthew Barnes2012-05-131-1/+0
* Spell checking for 'Summary' in Event/Task/Memo editorsMilan Crha2012-05-101-0/+22
* Fix possible memory leaks of GError structuresMilan Crha2012-04-231-2/+2
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-221-5/+10
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-7/+9
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-8/+11
* Remove unnecessary #include <e-util/e-dialog-widgets.h>Matthew Barnes2011-12-241-1/+0
* Remove e_dialog_append_list_store_text().Matthew Barnes2011-12-241-10/+28
* Remove e_dialog_editable_get().Matthew Barnes2011-12-241-18/+12
* Remove e_dialog_editable_set().Matthew Barnes2011-12-241-4/+10
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-9/+16
* Changing source in CompEditor blocks UIMilan Crha2011-08-261-21/+60
* Postpone ENameSelector loading as much as possibleMilan Crha2011-06-241-0/+6
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-40/+45
* Coding style cleanups.Matthew Barnes2011-05-091-1/+1
* Add itip_get_fallback_identity().Matthew Barnes2011-04-281-13/+7
* Add itip_get_user_identities().Matthew Barnes2011-04-271-42/+20
* Refactor CompEditor pages to isolate EAccount usage.Matthew Barnes2011-04-271-67/+94
* Remove redundant EAccountList utilities.Matthew Barnes2011-04-261-2/+3
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-9/+5
* Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-091-16/+2
* Various critical warnings about comp-editor-pages and date editMilan Crha2011-01-251-3/+6
* Adapt to GtkComboBox class reorg.Matthew Barnes2011-01-251-1/+1
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
* Deal with GtkComboBoxEntry removal in gtk+-3.0.Matthew Barnes2010-10-211-1/+1
* Bug 632641 - Handle combo box text API going awayMatthias Clasen2010-10-211-2/+5
* Coding style cleanups.Matthew Barnes2010-09-131-14/+14
* Fix transience problems with ENameSelectorDialogs ...Michael Meeks2010-07-081-5/+2
* Bug #248105 - No warning if you create an appointment in the pastMilan Crha2010-05-271-5/+38
* Bug 594153 (1/3) - Allow setting alarms on any meetingJim Ramsay2010-05-191-0/+3
* Adapt to libedataserverui API changes.Matthew Barnes2010-04-201-1/+3
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-1/+3
* Add extensions to configure calender widgets.Matthew Barnes2010-03-201-1/+0
* Make authentication functionality availableGustavo Noronha Silva2010-01-271-1/+1
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-6/+4
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-65/+17
* Bug #562512 - Make hyperlinks clickable in Memos, Tasks and CalendarMilan Crha2009-10-161-0/+4
* Merge commit 'origin/kill-bonobo'Matthew Barnes2009-08-301-3/+14
|\
| * Bug #320071 - Unclear why you can't edit appointment in calendarMilan Crha2009-08-111-5/+25
| * Replace more "config" classes with property bindings.Matthew Barnes2009-08-061-1/+6
| * More whitespace cleanup.Matthew Barnes2009-07-191-3/+3
| * Fix excessive whitespace.Matthew Barnes2009-07-141-1/+0
| * Whitespace cleanup.Matthew Barnes2009-05-291-3/+3
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-271-20/+20
| * Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-1/+1
| |\
| | * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| * | Begin migrating calendar settings to EShellSettings.Matthew Barnes2009-04-261-2/+8
| |/
* | Bug #592551 - Build break fix caused by bug #581288Milan Crha2009-08-211-1/+1
* | Bug #320071 - Unclear why you can't edit appointment in calendarMilan Crha2009-08-041-5/+25
* | More whitespace cleanup.Matthew Barnes2009-07-191-3/+3
* | Fix excessive whitespace.Matthew Barnes2009-07-131-1/+0
* | Whitespace cleanup.Matthew Barnes2009-05-291-3/+3
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-291-20/+20
* | Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
|/
* GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-241-14/+18
* Fixes #435455 (bnc)Chenthill Palanisamy2009-03-051-1/+1
* ** Fixes part of bug #348299Matthew Barnes2008-12-031-0/+6
* Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-241-16/+20
* Fixed some warnings.Chenthill Palanisamy2008-08-141-1/+1
* ** Fixes bug #542125Matthew Barnes2008-07-191-426/+307
* 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-6/+1
* ** Fix for bug #475781Milan Crha2008-01-251-0/+1
* Patch from Milan Crha <mcrha@redhat.com> Fix for bug #507359 (Free/Busy UI n...Suman Manjunath2008-01-141-1/+1
* Patch from Milan Crha <mcrha@redhat.com> Fix for bug #490464 (Memo editor hi...Suman Manjunath2008-01-141-8/+44
* Fixes bug #270605 (Hide disabled accounts in memo-editor) + Show organizers o...Suman Manjunath2008-01-061-15/+22
* ** Fix for bug #492793Milan Crha2007-11-161-2/+2
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-73/+73
* ** Fix for bug #490538Milan Crha2007-10-291-0/+1
* Zero out the GnomePilotRecord struct to silence a compiler warning.Matthew Barnes2007-10-261-1/+1
* ** Fixes part of bug #417999Matthew Barnes2007-10-231-19/+20
* ** Fixes bug #437579Matthew Barnes2007-10-101-1/+1
* code cleanup.Chenthill Palanisamy2007-09-101-70/+59
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* 2007-08-29 Suman Manjunath Fix for bug #466051Milan Crha2007-08-291-3/+5
* reviewed by: Chenthill Palanisamy <pchenthill@novell.com>Suman Manjunath2007-08-131-24/+141
* 2007-07-30 mcrha Fix for bug #343716Milan Crha2007-07-301-21/+19
* Plugged memory leaks.Hiroyuki Ikezoe2007-07-271-0/+1
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-12/+10
* Don't mix declarations and code (#405495).Matthew Barnes2007-03-271-1/+1
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Fixes #332101Chenthill Palanisamy2006-10-171-2/+2
* Fixes #353763Chenthill Palanisamy2006-09-011-0/+2
* Fix all compiler warnings and correct some other issues.Kjartan Maraas2006-08-241-1/+1
* Do not resend the memos while modification.Chenthill Palanisamy2006-08-101-2/+3
* Fixes shared memos for File system.Chenthill Palanisamy2006-08-101-4/+41
* Added support Gw notes.Chenthill Palanisamy2006-07-221-9/+441
* broken pipes are soo funKjartan Maraas2006-02-081-1/+1
* Fixed a small build issue.Devashish Sharma2006-01-301-8/+8
* Fixes #328285 Added. Handle focus in and out events. (init_widgets):Johnny Jacob2006-01-301-0/+29
* Committing Rajeev's patch.Srinivasa Ragavan2006-01-281-79/+141
* gui/calendar-commands.c gui/e-cal-list-view.c gui/e-calendar-table.cTor Lillqvist2005-11-261-2/+8
* Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com>Harish Krishnaswamy2005-10-191-0/+618