aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer.c
Commit message (Expand)AuthorAgeFilesLines
* EMsgComposer - Avoid crash when "editting as new" the plain text message with...Tomas Popela2014-08-281-2/+2
* Fix handling of the selection in the composer when saving the message draftTomas Popela2014-08-271-2/+2
* Reduce the memory used by DOM variablesTomas Popela2014-08-071-0/+4
* Bug 734023 - Critical warnings from e_html_editor_view_set_changed() when sen...Tomas Popela2014-08-011-0/+2
* Bug 733776 - Should not digitally sign the draft messagesMilan Crha2014-08-011-8/+10
* Bug 733724 - Paste of a text can produce runtime warning "Gtk-CRITICAL **: gt...Tomas Popela2014-07-311-0/+3
* EMsgComposer - Correctly save the composer mode into the message headersTomas Popela2014-07-151-12/+11
* When setting some content into the composer body we have to specify if it is ...Tomas Popela2014-07-011-11/+28
* EMsgComposer - Remove unneeded GtkHTML codeTomas Popela2014-07-011-9/+0
* Bug 473198 - evolution should ignore signature when checking for missing atta...Tomas Popela2014-06-301-0/+38
* Bug 731507 - [webkit-composer] paste does not work, shift-ins or CTRL-V worksTomas Popela2014-06-251-2/+4
* EMsgComposer - Emit clipboard related signals just when EHTMLEditorView has f...Tomas Popela2014-06-191-16/+23
* EMsgComposer - Allow drag and drop of text or html/text into composerTomas Popela2014-06-171-0/+44
* Bug 731758 - [webkit-composer] Formatting/fonts not reset on paste into plain...Tomas Popela2014-06-171-0/+15
* Bug 702703 - Be able to overwrite domain in Message IDsMilan Crha2014-06-171-3/+20
* EMsgComposer - Return body's innerText instead of plain text in e_msg_compose...Tomas Popela2014-06-131-1/+5
* Bug 540362: [webkit-composer] Use webkit for composerTomas Popela2014-06-091-670/+648
* Ignore false GObject property change notificationsMilan Crha2014-06-051-8/+8
* Bug 729519 - [Composer] Do not show 'Untitled Message' in Discard questionMilan Crha2014-05-301-3/+5
* Miscellaneous cleanups.Matthew Barnes2014-03-031-19/+19
* EMailFormatter: Use GOutputStream instead of CamelStream.Matthew Barnes2014-03-011-12/+13
* Replace 'interface' with 'iface' in the codeTarnyko2014-02-261-3/+3
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
* Coding style and whitespace cleanup.Matthew Barnes2013-12-071-17/+27
* Bug #712738 - Recovered message doesn't restore optionsMilan Crha2013-11-201-9/+40
* Fix/mute issues found by Coverity scanMilan Crha2013-11-151-65/+59
* Miscellaeous cleanups.Matthew Barnes2013-10-201-1/+1
* Bug #689787 - Prefer-plain can hide message body for composerMilan Crha2013-09-271-14/+36
* Miscellaneous cleanups.Matthew Barnes2013-07-071-5/+5
* Add e_composer_header_table_ref_source().Matthew Barnes2013-06-021-55/+7
* EComposeHeaderTable: Replace "registry" property with "client-cache".Matthew Barnes2013-06-021-6/+43
* Rename libcomposer to libevolution-mail-composer.Matthew Barnes2013-05-281-1/+2
* Convert EMailPart to a GObject.Matthew Barnes2013-05-201-1/+1
* Bug #301323 - "Edit as new message" doesn't strip signature properlyMilan Crha2013-05-071-26/+37
* [EMailFormatter] Use GdkRGBA and GtkStyleContext to get theme colorsMilan Crha2013-04-231-3/+2
* Remove more Express Mode hacks.Matthew Barnes2013-04-011-5/+0
* Remove e_shell_adapt_window_size().Matthew Barnes2013-04-011-2/+0
* Add e_msg_composer_ref_session().Matthew Barnes2013-03-171-27/+23
* Remove EMailShellSettings.Matthew Barnes2013-03-171-16/+23
* Use g_hash_table_add() when using a hash table as a set.Matthew Barnes2013-01-121-8/+7
* Reduce diff noise with webkit-composer branch.Matthew Barnes2013-01-111-8/+15
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-4/+0
* EMailParserExtension: Collect EMailParts in a GQueue.Matthew Barnes2012-12-081-8/+7
* Make EMailPartList thread-safe.Matthew Barnes2012-12-081-7/+17
* Bug #687998 - Attachment dialog shown when storing assigned taskMilan Crha2012-11-121-3/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-1/+3
* Composer could start with empty FromMilan Crha2012-09-051-2/+7
* Coding style and whitespace cleanup.Matthew Barnes2012-09-011-7/+8
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-3/+3
* Trust attachments from ~/.kde and ~/.kde4.Matthew Barnes2012-07-021-0/+16
* Bug #617557 - Can close composer while message is sendingMilan Crha2012-06-261-0/+5
* Bug #678304 - Save Draft prevents Evolution's quitMilan Crha2012-06-181-0/+15
* Mail formatter rewriteDan Vrátil2012-06-061-29/+34
* Adapt composer to the new ESource API.Matthew Barnes2012-06-031-399/+312
* Use g_simple_async_result_set_check_cancellable().Matthew Barnes2012-05-131-0/+8
* Bug #674248 - Lost new lines from text/plainDan Vrátil2012-04-191-2/+8
* Bug 673895 - "Send To..." doesn't work anymoreMatthew Barnes2012-04-111-1/+23
* Whitespace cleanup.Matthew Barnes2012-04-021-1/+1
* EMFormat: Add "session" as a constructor property.Matthew Barnes2012-04-011-7/+24
* WebKit port - port addressbook, calendar and update composer to keep working ...Dan Vrátil2012-03-291-19/+20
* Bug #665106 - Memory leak from composer setup when opening PreferencesMilan Crha2012-03-161-2/+2
* Move EAlert* and e-xml-utils references from other part of the code to libevo...Srinivasa Ragavan2012-03-031-1/+1
* Bug #617557 - Can lost message after send failedMilan Crha2012-03-011-8/+8
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-6/+3
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-7/+7
* Move gtkhtml data encoding/decoding to e-composer-private.c.Matthew Barnes2012-01-011-97/+6
* Composer cleanups.Matthew Barnes2012-01-011-1/+1
* Composer: "mailto" blacklist touch ups.Matthew Barnes2011-11-301-12/+17
* Use e_restore_window() and "org.gnome.evolution.window".Matthew Barnes2011-11-281-8/+5
* Miscellaneous cleanups.Matthew Barnes2011-11-231-17/+13
* Miscellaneous cleanups.Matthew Barnes2011-11-231-4/+4
* Fix compiler warnings.Matthew Barnes2011-11-231-3/+1
* Migrate most of the composer to GSettingsRodrigo Moya2011-10-141-46/+27
* Prefer g_simple_async_result_take_error().Matthew Barnes2011-10-061-6/+3
* Let GtkFileChooser track its own last-used-folder.Matthew Barnes2011-10-061-6/+0
* GtkApplication has some new EShell-like features.Matthew Barnes2011-10-061-3/+10
* Bug #657374 - mailto: attachment parameter can lead to accidental data exfilt...Vibha Yadav2011-10-041-0/+30
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-8/+11
* Reverting the previous commit.Vibha Yadav2011-09-151-30/+0
* Bug #657374 - mailto: attachment parameter can lead to accidental data exfilt...Vibha Yadav2011-09-151-0/+30
* Bug 635347 - Message lacks ID when submitted for sendingMatthew Barnes2011-09-141-0/+4
* Bug #657611 - Hidden error of invalid attendee on sendMilan Crha2011-09-071-1/+7
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-13/+18
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-8/+18
* Bug #656290 - "Always carbon-copy (cc) to:" option not honoredMilan Crha2011-08-121-0/+48
* Bug 653568 - Forward as Redirect doesn't workMatthew Barnes2011-07-111-29/+24
* EMsgComposer: Minor cleanups.Matthew Barnes2011-07-111-13/+14
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-7/+21
* Bug #651039 - Always update signature in composer on account changeMilan Crha2011-05-251-0/+1
* Revert "Correct garbled mailto: uris passed in through GApplication interface"Matthew Barnes2011-05-231-4/+0
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-26/+49
* Correct garbled mailto: uris passed in through GApplication interfaceMilan Crha2011-05-161-0/+4
* Add e_activity_handle_cancellation().Matthew Barnes2011-05-121-8/+4
* Coding style cleanups.Matthew Barnes2011-05-091-6/+6
* Whitespace and coding style cleanups.Matthew Barnes2011-05-081-4/+8
* Adapt to CamelService changes.Matthew Barnes2011-04-211-1/+6
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-2/+3
* Bug #641805 - Clicking links in mail composer opens URL twiceMilan Crha2011-03-011-20/+1
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-4/+4
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-4/+3
* Fix image dropping in composer while in HTML mode.Matthew Barnes2011-02-031-0/+15
* Bug #635144 - Using external editor duplicates signatureMilan Crha2011-02-021-2/+4
* Bug #553438 - Deletes lines of a reply when changing addressMilan Crha2011-01-181-6/+4
* GtkSelectionData is sealed in GTK3.Matthew Barnes2011-01-091-1/+4
* Bug #567879 - Add View >> Gallery Option In Email ComposerMilan Crha2010-12-221-0/+32
* Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-061-0/+3
* Bug #404570 - Ctrl-R / NNTP doesn't focus the new messageMilan Crha2010-11-291-2/+2
* EActivity: Add an "alert-sink" property.Matthew Barnes2010-11-011-7/+35
* Pass an EAlertSink to e_alert_sink_submit_alert().Matthew Barnes2010-11-011-4/+4
* Fix build break.Matthew Barnes2010-11-011-1/+1
* Set Date: when building a CamelMimeMessage in composer.Matthew Barnes2010-10-311-0/+3
* Skip writing to Outbox when sending.Matthew Barnes2010-10-311-12/+107
* Simplify EActivity.Matthew Barnes2010-10-231-18/+0
* Bug 632127 - Composer is editable while sending messageMatthew Barnes2010-10-151-37/+43
* Composer: Show cancellable operations and errors inline.Matthew Barnes2010-10-131-777/+1259
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-18/+6
* Messin around with EAlerts.Matthew Barnes2010-09-301-0/+2
* Adapt to Camel API changes.Matthew Barnes2010-09-281-91/+76
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-33/+102
* Use new GDK keysym names if available.Matthew Barnes2010-09-181-3/+6
* Convert composer autosave to an EExtension.Matthew Barnes2010-09-031-125/+17
* Composer autosave cleanups.Matthew Barnes2010-08-311-18/+16
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-10/+10
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-35/+13
* Pass an EShell to EMsgComposer instances.Matthew Barnes2010-08-141-108/+173
* Bug 624913 - Disallow drag-and-drop within the same attachment barMatthew Barnes2010-08-131-80/+46
* Bug 323142 - Signature missing when handling mailto: URI with body partMatthew Barnes2010-08-131-1/+1
* EMsgComposer cleanups.Matthew Barnes2010-08-131-51/+58
* Bug #624891 - Various compiler warnings in git/masterMilan Crha2010-07-221-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-16/+16
* Bug 623702 - SEGV on redirecting messageMatthew Barnes2010-07-101-0/+5
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-34/+40
* Composer: Append drag dest targets to the GtkHTML widget.Matthew Barnes2010-06-231-0/+32
* Coding style and whitespace cleanup.Matthew Barnes2010-06-201-8/+19
* Bug #617557 - Quits without asking user to save unfinished messagesMilan Crha2010-06-151-4/+109
* Coding style and whitespace cleanups.Matthew Barnes2010-06-071-80/+186
* Merge branch 'express2'Matthew Barnes2010-05-271-22/+19
|\
| * Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-251-14/+15
| |\
| | * Bug #617557 - Quits without asking user to save unfinished messagesMilan Crha2010-05-211-13/+14
| * | get the composer dialog size right on MeeGoMichael Meeks2010-05-211-1/+2
| * | Use the lite-composer when the shell is in small-screen modeFederico Mena Quintero2010-05-081-21/+11
| * | Merge express2 into relayout-composerFederico Mena Quintero2010-05-081-0/+7
| |\ \
| | * | Set transient prop in express mode so that composer appears in the sameSrinivasa Ragavan2010-04-301-0/+6
| * | | Use e_msg_composer_get_lite() instead of a global variable or struct fieldsFederico Mena Quintero2010-05-011-1/+0
| |/ /
| * | Express: Composer always defaults to HTML modeMatthew Barnes2010-04-071-4/+0
| * | Fix mismatched quotes.Matthew Barnes2010-04-071-1/+1
| |/
| * Bug 614892 - String leak in the composerPaolo Borelli2010-04-071-0/+2
* | Bug #617557 - Quits without asking user to save unfinished messagesMilan Crha2010-05-211-13/+14
* | Bug #304415 - Allow change of signature hash algorithmMilan Crha2010-05-201-5/+24
* | Camel is now GObject-based.Matthew Barnes2010-04-241-59/+59
* | Bug #360461 - Avoid markup in translatable messagesMilan Crha2010-04-231-1/+4
* | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-1/+3
* | Bug 614892 - String leak in the composerPaolo Borelli2010-04-071-0/+2
* | Adapt to Camel API changes.Matthew Barnes2010-04-041-33/+36
* | Express: Composer always defaults to HTML modeMatthew Barnes2010-03-301-4/+0
* | Fix mismatched quotes.Matthew Barnes2010-03-291-1/+1
|/
* Revert some bad assumptions I made in EPluginUI.Matthew Barnes2010-03-161-2/+2
* Prevent future bugs like #612792.Matthew Barnes2010-03-151-3/+3
* Shell and UI manager cleanups.Matthew Barnes2010-03-141-2/+2
* Improve clipboard behavior.Matthew Barnes2010-01-181-70/+64
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-10/+0
* Bug 606542 - Broken paste action on to/cc/subject fieldsMatthew Barnes2010-01-111-15/+12
* Bug 606344 - Clicking "Reply to All" button causes Evo to dump coreMatthew Barnes2010-01-091-72/+0
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-261-126/+169
* Bug #520816 - S/MIME shares "Do not sign meeting requests" with PGPMilan Crha2009-12-241-5/+9
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-8/+9
* Bug 551464 - Paste files into composer as attachmentsMatthew Barnes2009-12-041-58/+4
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-8/+8
* port composer/ to user new EError APIJonathon Jongsma2009-12-011-4/+8
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-2/+0
* Bug #250046 - Composer addresses reading fixesMilan Crha2009-11-101-4/+7
* Bug #599792 - Anjal composer's Send button doesn't work after pressed Save Dr...Yan Li2009-11-061-0/+17
* Bug #573304 - Forward an email shouldn't strip signatureMilan Crha2009-11-061-4/+6
* Bug #596027: In Anjal, although invalid mail address warning popup, mail's ta...Yan Li2009-11-051-0/+14
* Bug #599124 - Signature always includes an empty line in front of textMilan Crha2009-11-041-3/+3
* Bug 598567 - Can only insert local image filesMatthew Barnes2009-10-211-4/+10
* Bug #522783 - Signature separator for HTML E-mailsMilan Crha2009-10-161-3/+20
* Bug #545851 - Set properly sign type on reply of signed messageMilan Crha2009-10-161-8/+33
* Bug #245683 - Use QP encoding when composing message with "\nFrom "Milan Crha2009-10-161-6/+92
* Bug #597123 - Composer's Send Options doesn't workMilan Crha2009-10-141-61/+1
* Remove unneeded composer autosave functions.Matthew Barnes2009-10-021-1/+0
* Various composer autosave fixes.Matthew Barnes2009-10-011-3/+17
* No need to track open composer windows either.Matthew Barnes2009-10-011-6/+0
* Remove some unneeded composer autosave bits.Matthew Barnes2009-10-011-46/+1
* Bug 596712 - Recovered messages not autosaved until modificationMatthew Barnes2009-09-301-1/+1
* Code cleanup in e-msg-composer.cMatthew Barnes2009-09-301-9/+11
* Bug #582745 - Place signature at bottom when Edit As New MessageMilan Crha2009-09-291-35/+36
* Bug #494531 - Use quoted-printable encoding when necessaryDavid Liang2009-08-311-1/+2
* Bug 590747 – Composer autosave can easily lose dataPhilip Withnall2009-08-071-3/+19
* Seal up ESignature and add GObject properties.Matthew Barnes2009-08-071-12/+16
* Kill the last GtkOptionMenu instances.Matthew Barnes2009-07-031-1/+0
* More code cleanup.Matthew Barnes2009-06-021-1/+1
* Whitespace cleanup.Matthew Barnes2009-05-291-2/+2
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-8/+8
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-5/+5
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-6/+6
| * Fix composer header regression caused by Anjal merge.Matthew Barnes2009-05-271-4/+4
| * Johnny's composer changes for Anjal.Srinivasa Ragavan2009-05-221-1/+37
* | Johnny's composer changes for Anjal.Srinivasa Ragavan2009-05-241-0/+1
* | Mail changes required for Anjal.Srinivasa Ragavan2009-05-241-0/+27
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-221-184/+17
|\|
| * Bug 274117 – Difficult to post a new message to newsgroupsMatthew Barnes2009-05-211-162/+15
| * Move automatic CC/BCC handling to EComposerHeaderTable.Matthew Barnes2009-05-171-93/+0
| * Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-1/+1
| * Remove dead composer code.Matthew Barnes2009-05-051-176/+0
* | Move automatic CC/BCC handling to EComposerHeaderTable.Matthew Barnes2009-05-211-93/+0
* | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-211-1/+1
* | Use -no-undefined on Linux tooMilan Crha2009-05-201-10/+107
* | Fix compilation errors.Matthew Barnes2009-04-291-10/+2
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-291-2/+10
|\|
| * Use consistent variable names for GtkUIManagerMatthew Barnes2009-04-281-3/+3
| * Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-281-531/+166
| * Do not delete text lines on signature set in composerMilan Crha2009-04-271-35/+37
| * ** Remove a bunch of juvenile comments. Source code should lookMatthew Barnes2009-04-121-1/+1
| * ** Fix for bug #574680Milan Crha2009-03-191-21/+2
| * ** Fix for bug #551470Milan Crha2009-02-251-4/+20
| * ** Fix for bug #567089Milan Crha2009-02-121-1/+6
| * New convenience function calls gtk_show_uri() and displays an error dialogMatthew Barnes2009-01-111-10/+1
| * ** Fix for bug #564248Milan Crha2008-12-161-2/+33
| * ** Fixes bug #562450Matthew Barnes2008-12-121-1/+1
| * ** Fixes bug #562886Matthew Barnes2008-12-051-2/+7
| * ** Fix for bug #559701Srinivasa Ragavan2008-11-121-5/+7
| * ** Fixes part of bug #559371Matthew Barnes2008-11-061-17/+92
| * ** Fixes bug #554450Matthew Barnes2008-11-051-0/+21
| * ** Fixes bug #559028Matthew Barnes2008-11-031-2/+12
| * ** Fix for bug #554418Milan Crha2008-10-011-2/+2
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-291-17/+14
| * ** Fixes bug #551548Matthew Barnes2008-09-101-6/+4
| * Milan Crha <mcrha@redhat.com> ** Fix for bug #545661 (Skip question for not-...Suman Manjunath2008-09-011-0/+8
| * ** Fixes bug #546892Matthew Barnes2008-08-121-1/+0
* | Resolve some differences between this branch and master.Matthew Barnes2009-04-281-121/+2
* | Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-281-2/+1
* | Do not delete text lines on signature set in composerMilan Crha2009-04-281-5/+18
* | Use consistent variable names for GtkUIManagerMatthew Barnes2009-04-251-4/+4
* | Miscellaneous bug fixes.Matthew Barnes2009-04-241-0/+1
* | Convert "import-ics-attachments" plugin to an EAttachmentHandler subclass.Matthew Barnes2009-04-101-1/+4
* | Finish attachment drag and drop.Matthew Barnes2009-04-021-50/+23
* | Saving progress again on the attachment rewrite.Matthew Barnes2009-03-301-0/+2
* | Saving progress again on the attachment rewrite.Matthew Barnes2009-03-261-0/+9
* | Saving progress again on the attachment rewrite.Matthew Barnes2009-03-241-6/+2
* | Saving progress on a massive attachment handling rewrite.Matthew Barnes2009-03-211-405/+140
* | Cleaning up the attachment bar, centralizing its popup menu, and convertingMatthew Barnes2009-03-091-153/+0
* | Inline mail_crypto_get_pgp_cipher_context() logic into the composerMatthew Barnes2009-02-161-15/+28
* | Move signature script execution to e-util/e-signature-utils.s so theMatthew Barnes2009-02-161-2/+1
* | Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-151-1/+6
* | Get mail search bar partially working without help from EFilterBar.Matthew Barnes2009-02-141-1/+0
* | Make MailSession available through EShellSettings so composer can use it.Matthew Barnes2009-02-131-4/+7
* | Rewrite the signature management UI from top to bottom.Matthew Barnes2009-02-101-120/+6
* | Let the mailer handle composer printing.Matthew Barnes2009-02-011-2/+28
* | When invoking Evolution with URIs on the command-line (e.g. mailto:),Matthew Barnes2009-01-291-1/+1