aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-display.c
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup.Matthew Barnes2012-04-021-23/+23
* EMFormat: Add "session" as a constructor property.Matthew Barnes2012-04-011-2/+6
* WebKit port - port formatter and mail moduleDan Vrátil2012-03-291-798/+552
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-4/+17
* Bug #662743 - Translation context needed for "Attachment"Milan Crha2012-02-161-1/+2
* Adapt to Camel API changes.Matthew Barnes2012-01-301-16/+13
* Mail widget cleanups.Matthew Barnes2011-11-221-38/+18
* Bug #658066 - Security dialog is too bigDan Vrátil2011-10-071-13/+15
* Adapt to CamelFolderSummary API changesMilan Crha2011-10-061-1/+1
* Bug #659828 - Selecting a message with a sound attached loses focusMilan Crha2011-09-261-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-20/+42
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-15/+29
* Bug #655669 - Can't save inline pictures embedded in HTML MailsMilan Crha2011-08-091-0/+162
* Avoid crashes when moving between messages quicklyMilan Crha2011-08-031-0/+2
* Avoid camel_stream_printf().Matthew Barnes2011-07-061-62/+123
* Coding style cleanups.Matthew Barnes2011-05-091-24/+24
* Bug #303862 - Cannot scroll message after clicking image attachment buttonDan Vrátil2011-04-281-0/+34
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Construct attachment bars for correct message part idsMilan Crha2011-03-041-2/+9
* Bug #643402 - Fails to build with --disable-smimeMilan Crha2011-03-031-4/+4
* Do not leak attachments in a mail viewMilan Crha2011-03-021-7/+96
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-7/+3
* Move more account utilities to e-account-utils.c.Matthew Barnes2010-10-191-2/+0
* Bug #500591 - Crash when viewing a large messageMilan Crha2010-10-051-1/+1
* Bug #629799 - Crash importing a mail with an ics attachmentMilan Crha2010-09-291-11/+14
* Adapt to Camel API changes.Matthew Barnes2010-09-281-17/+36
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-10/+19
* Coding style cleanups.Matthew Barnes2010-09-131-74/+74
* Bug 271691 - Add a way to view all attachments inlineMatthew Barnes2010-08-111-18/+15
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-13/+12
* Keep chipping away at direct GtkHTML usage.Matthew Barnes2010-06-011-7/+16
* Camel is now GObject-based.Matthew Barnes2010-04-241-2/+2
* Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-131-1/+1
* Adapt to Camel API changes.Matthew Barnes2010-04-131-5/+9
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-7/+10
* Adapt to Camel API changes.Matthew Barnes2010-04-041-1/+1
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-13/+0
* Stop relying on CamelObject meta-data.Matthew Barnes2010-04-011-2/+2
* Bug 612209 - Missing stock icons in EvolutionMatthew Barnes2010-03-191-1/+1
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+4
* Bug 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-081-1/+1
* Bug #606316 - Mail with an attachment in a Junk folder crashes EvoMilan Crha2010-01-081-9/+14
* Bug 361145 - Evolution hangs when formatting message - fixes part of it.Chenthill Palanisamy2009-12-281-0/+19
* Bug #553057 - Show signer's information in a message window/previewMatthew W. S. Bell2009-12-171-0/+8
* Bug #603342 - Memory leak fixesMilan Crha2009-12-151-2/+2
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-12/+7
* Kill e-cursor(s) (both of them).Matthew Barnes2009-11-101-1/+0
* Add zooming and drag-and-drop to the plugin.Matthew Barnes2009-11-101-268/+9
* Prototype an inline image plugin.Matthew Barnes2009-11-101-0/+2
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-271-2/+2
* Prefer GQueue (or GNode) over EDList.Matthew Barnes2009-10-271-1/+0
* Bug #372435 - Show SMIME cert info from mail, not from cert dbMilan Crha2009-10-161-11/+4
* Bug 591830 - Inline attachments no longer shownMatthew Barnes2009-08-181-148/+6
* Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-121-20/+9
* Kill EMMenu and EMPopup.Matthew Barnes2009-08-101-1/+14
* More whitespace cleanup.Matthew Barnes2009-07-191-2/+2
* Fix excessive whitespace.Matthew Barnes2009-07-141-1/+0
* Fix crash when printing an email.Matthew Barnes2009-06-031-0/+8
* Whitespace cleanup.Matthew Barnes2009-05-291-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-38/+38
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-26/+26
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-3/+3
| * Fix compiler warnings in mail.Matthew Barnes2009-05-261-25/+25
| * Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-241-1/+1
| * Bug 580925 – Better search bar for word searchesMatthew Barnes2009-05-211-338/+0
| * Merge branch 'vcard-inline'Matthew Barnes2009-05-211-202/+6
| |\
| | * Convert the vCard Bonobo control to an EMFormatHook plugin.Matthew Barnes2009-05-061-202/+6
| * | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-3/+3
| |/
| * Assure that the filename <-> uri conversion are done with g_filename_{to,from...Fridrich Strba2009-05-041-1/+1
| * Bug 580896 – Kill libgnome/gnome-programMatthew Barnes2009-05-011-1/+0
| * Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-281-512/+103
| * Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-231-2/+1
| * Format signature/encryption information nicer.Milan Crha2009-02-111-3/+6
| * Show attachment bar at all times. Seems like the contents are missing atSrinivasa Ragavan2009-01-301-2/+3
| * ** Fix for bug #565376Milan Crha2009-01-081-1/+1
| * Fix a impllicit warningSrinivasa Ragavan2008-12-151-0/+1
| * Restore the code for BONOBO components need by the vcard inline viewer.Srinivasa Ragavan2008-12-151-2/+186
| * Change license from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-191-14/+14
| * ** Fix for bug #493298Milan Crha2008-09-091-1/+7
| * Milan Crha <mcrha@redhat.com> ** Fix for bug #543135 (Write error message to...Suman Manjunath2008-09-011-1/+6
| * ** Fixes bug #546892Matthew Barnes2008-08-121-6/+9
| * ** Fix for bug #546668Paul Bolle2008-08-071-2/+0
| * Use CamelDList instead of EDList.Matthew Barnes2008-08-071-4/+4
* | Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-251-1/+1
* | Add "View Inline" / "Hide" menu items to the popup menu.Matthew Barnes2009-04-151-4/+2
* | Convert "import-ics-attachments" plugin to an EAttachmentHandler subclass.Matthew Barnes2009-04-101-45/+1
* | Attachment rewrite pretty much complete. Just testing now.Matthew Barnes2009-04-081-14/+13
* | Split the attachment button into a separate widget that integrates withMatthew Barnes2009-04-031-200/+68
* | Saving progress again on the attachment rewrite.Matthew Barnes2009-03-311-101/+5
* | Saving progress again on the attachment rewrite.Matthew Barnes2009-03-271-7/+2
* | Saving progress again on the attachment rewrite.Matthew Barnes2009-03-261-0/+7
* | Saving progress again on the attachment rewrite.Matthew Barnes2009-03-241-199/+36
* | Saving progress on a massive attachment handling rewrite.Matthew Barnes2009-03-211-99/+37
* | Cleaning up the attachment bar, centralizing its popup menu, and convertingMatthew Barnes2009-03-091-6/+11
* | Move text searching UI into a new EMailSearchBar widget.Matthew Barnes2009-03-021-337/+4
* | Split the interactive parts of the message display out of EMFormatHTMLDisplayMatthew Barnes2009-03-011-833/+480
* | Convert eab-vcard-control.c to a new "vcard-inline" plugin, similar to theMatthew Barnes2009-02-211-202/+6
* | Clean up the EMFormat stack. Add some GObject properties to bind to.Matthew Barnes2009-02-191-78/+197
* | Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-151-3/+6
* | Make attachment saving work everywhere.Matthew Barnes2009-02-131-2/+8
* | Make saving attachments work.Matthew Barnes2009-02-121-2/+6
* | Merge revisions 37108:37199 from trunk.Matthew Barnes2009-02-011-2/+3
* | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-121-2/+187
* | Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-171-2/+3
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-14/+14
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-111-2/+13
* | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-151-6/+9
* | Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-081-6/+4
|/
* fixed copyright noticesJeffrey Stedfast2008-06-211-1/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-23/+1
* Committing on behalf of Jacob Brown <jeblinux@gmail.com>Jacob Brown2008-06-021-1/+1
* ** Fixes bug #534360Matthew Barnes2008-05-231-2/+2
* ** Fix for bug #531519Sankar P2008-05-091-1/+1
* Patch from Shuai Liu <shuai.liu@sun.com>Shuai Liu2008-04-301-2/+2
* ** Fix for bug #511337Milan Crha2008-04-291-2/+28
* ** Fix for bug #529247Johan Euphrosine2008-04-281-16/+11
* Compiler warning fix.Milan Crha2008-04-231-1/+2
* ** Fix for bug #334444Srinivasa Ragavan2008-04-211-1/+31
* ** Fix for bug #526741 (gnome-vfs to gio/gvfs port)Milan Crha2008-04-181-185/+1
* ** Fix for bug #350308Milan Crha2008-04-031-22/+8
* ** Partial fix for bug #395939Milan Crha2008-01-241-2/+2
* ** Fix for bug #488213Milan Crha2008-01-121-1/+1
* ** Fix for bug #507067Milan Crha2008-01-101-10/+28
* ** Fix for bug #317823Milan Crha2008-01-021-18/+46
* ** Fix for bug #502318Milan Crha2007-12-111-14/+22
* Patch from David Turner <cillian64@googlemail.com>: Fix for bug #446029 (mne...Suman Manjunath2007-12-041-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-88/+88
* Fix typo in documentation. Ditto.Priit Laes2007-11-011-1/+1
* Warning fixes: - NULL vs. 0 vs FALSE - ANSIfication of functionKjartan Maraas2007-10-291-17/+17
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* ** Move away from g_assert to g_return* calls Srinivasa Ragavan2007-08-311-2/+4
* ** Fix for bug #256878 from Vincent UntzSrinivasa Ragavan2007-08-271-2/+4
* 2007-07-26 mcrha Fix for bug #273386Milan Crha2007-07-261-2/+2
* Take warning softly instead of a crashSrinivasa Ragavan2007-07-111-2/+5
* Fix compilation warnings in mail folder (#437935).Matthew Barnes2007-06-031-22/+25
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-2/+2
* ** Fixes bug #423766Matthew Barnes2007-04-181-3/+18
* Fix a typo.Matthew Barnes2007-03-311-1/+1
* Fix "incompatible pointer type" warnings (#360619).Matthew Barnes2007-03-301-13/+13
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* ** Fixes bug #360240Matthew Barnes2007-03-171-13/+3
* Fixes bug #353921Srinivasa Ragavan2007-02-081-2/+3
* Disconnect handlers on image destroy. Fixes bug #340165.Nickolay V. Shmyrev2006-12-211-1/+1
* Disconnect handlers on image destroy. Fixes bug #340165.Nickolay V. Shmyrev2006-12-211-0/+7
* Fix for bug #337439 DoS attach with large emailsSrinivasa Ragavan2006-11-271-2/+165
* ** Fix for bug #333864 and bug #351374Srinivasa Ragavan2006-10-161-2/+21
* Do not mark empty strings for translation. Fixes #357422.Harish Krishnaswamy2006-09-301-1/+1
* Fixes #351332Matthew Barnes2006-09-191-0/+1
* ** Fixes bug #347238Srinivasa Ragavan2006-08-231-1/+1
* Fix for bug #348565Srinivasa Ragavan2006-08-091-5/+8
* Committed Johnny's string changes for searchSrinivasa Ragavan2006-08-051-3/+4
* Add missing headers. Add function prototypes.Fixes #347689.Yuri Pankov2006-07-221-0/+1
* Modified the mnemonics for avoiding the conflict with search.Srinivasa Ragavan2006-07-201-1/+1
* ** Patch by Not Zed <NotZed@Ximian.com> ** See bug #262003Johnny Jacob2006-07-121-8/+37
* Changing one mnemonic to avoid a mnemonic conflict with an upcoming patchAndre Klapper2006-07-071-1/+1
* Added mnemonic to string. Fixes bug #346645.Andre Klapper2006-07-051-1/+1
* Enhanced search functionality. patch submitted by Johnny Jacob ReviewedHarish Krishnaswamy2006-06-301-57/+199
* Added support for collapsible headers for To/Cc/BccSrinivasa Ragavan2006-05-251-1/+24
* Added code to create image attachment's icon in non-gui thread.Srinivasa Ragavan2006-04-221-1/+6
* Make the verify/decrypt gpg diagnostic text selectable in the securityJeffrey Stedfast2006-02-281-0/+2
* a11y changes for bug #330723Karsten Bräckelmann2006-02-111-2/+2
* s/int/guint/g for 1-bit bitfield. Remove cruft use guint for 1-bitKjartan Maraas2006-02-081-4/+6
* Committed Rajeev's patch and my patch for mnemonics.Srinivasa Ragavan2006-02-061-1/+1
* Committed Rajeev's patch.Srinivasa Ragavan2006-01-281-0/+43
* *** empty log message ***Parthasarathi Susarla2006-01-251-1/+0
* Committing ChangeLog em-account-prefs.c em-format-html-display.c em-message-b...Srinivasa Ragavan2006-01-231-5/+24
* Changed event to scroll_event in rajeev's patch.Srinivasa Ragavan2006-01-161-1/+1
* ** Fixes bug #246257Rohini S2006-01-161-0/+3
* ** Fixes bug #239929 (Committing Rajeev's patch)Srinivasa Ragavan2006-01-161-0/+20
* String Fixes (Bug #325122)Harish Krishnaswamy2006-01-011-3/+3
* ** See bug 324319 Add the accessible name of arrow button, and theBoby Wang2005-12-201-0/+1
* em-folder-browser.c em-folder-view.c em-format-html.cTor Lillqvist2005-12-181-8/+38
* Fixed mark junk, keybinding to focus search widget.Srinivasa Ragavan2005-10-181-0/+6
* Define localtime_r() for Win32 using localtime() (which is thread-safe inTor Lillqvist2005-09-281-0/+10
* ** See bug #314440.Not Zed2005-08-261-7/+6
* Dont call update. Just set the width on the bar.Srinivasa Ragavan2005-08-241-4/+2
* cast warning away.Not Zed2005-08-241-2/+2
* put the s/mime message back, awaiting string approval for a changeNot Zed2005-08-191-32/+36
* Fix a warning. (efhd_bar_resize): Fix the bar size to match other widgets.Srinivasa Ragavan2005-08-171-6/+21
* Fix for bug #312545Srinivasa Ragavan2005-08-161-4/+3
* Fix to hide the attachment bar when no attachments and to resize when theSrinivasa Ragavan2005-08-111-24/+43
* Fixes the bug #312410.Srinivasa Ragavan2005-08-051-11/+9
* Added code to create a attachment bar.Srinivasa Ragavan2005-07-251-1/+325
* use the cache, since we set it up. (efhd_image): added a (private!) formatNot Zed2005-07-061-7/+159
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-1/+1
* fix rodney's name choices. fix multiple-inclusion. fix forward references.Not Zed2005-05-191-10/+4
* removed include of htmlengine.h which wasn't neededRadek Doulik2005-05-171-37/+14
* use gtk_html_command to ask if selection is active tto avoid usingRadek Doulik2005-05-051-1/+0
* removed include of htmlinterval.h as it's not neededRadek Doulik2005-05-031-1/+0
* include atkutil.h (message_list_construct): cast warning.Not Zed2005-03-021-2/+2
* Fix for 72275. try to bring up menu for preivew html object.Harry Lu2005-02-081-0/+35
* ** See bug #60664.Not Zed2005-01-211-1/+8
* moved to after emae_authtype_changed to fix warning.Not Zed2004-12-221-1/+1
* Moved various things from e-util to libedataserver.Not Zed2004-12-031-1/+1
* add mnemonic for buttons. add atk name for the popup button. add accessMengjie Yu2004-12-011-0/+6
* get image widget directly from icon factoryJP Rosevear2004-11-261-5/+1
* added hook docs, and cleaned up some of the hook point names.Not Zed2004-10-281-1/+9
* convert to org.gnome hook namesJP Rosevear2004-10-201-1/+1
* use builtin handlers (and plugins) always overriding bonobo ones.Not Zed2004-10-121-11/+9
* put back in the attachment attaching code. Doesn't work for s/mime andNot Zed2004-10-071-1/+1
* ** See bug #65058.Not Zed2004-09-221-1/+1
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-20/+27
* Fix for bug #62812Jeffrey Stedfast2004-08-231-1/+3
* minor typo, uppercase 'the' corrected.Karsten Bräckelmann2004-08-071-2/+8
* only call expunge if the folder is set. (emfb_enable_map[]): only enableNot Zed2004-07-101-33/+2
* ** See #54030.Not Zed2004-06-231-4/+1
* use mail dialogs.glade.Not Zed2004-06-181-2/+2
* make this match the efhd stuff.Not Zed2004-05-191-4/+6
* Same. Also changed the "Valid signature, cannot verify sender" string toJeffrey Stedfast2004-05-151-4/+8
* re-enabled the reply to selection stuff. I worked out how to make it work;Not Zed2004-05-131-10/+9
* Same.Jeffrey Stedfast2004-04-201-3/+3
* Removed variables that got re-added with the icon-theme patch somehow.Jeffrey Stedfast2004-04-201-1/+1
* mail-component.cMichael Terry2004-04-191-28/+29
* remove debug comment.Not Zed2004-04-141-3/+3
* if we have no sign status, use signed-nokey, rather than no icon.Not Zed2004-04-051-3/+25
* Cleaned up header inclusions and added plenty of forward declarations.Not Zed2004-03-311-2/+9
* use EM_FORMAT_HTML_VPADRadek Doulik2004-03-231-2/+2
* dont add the show/hide menu items if we can't ever show it inline.Not Zed2004-03-231-6/+12
* Removed an unused variable left over from an old attempted fix.Jeffrey Stedfast2004-03-111-1/+0
* Don't set our parent window as the efhd, ehfd isn't even a widget.Jeffrey Stedfast2004-03-061-1/+1
* Create the arrows in these widgets as GTK_SHADOW_NONE, since the defaultRodney Dawes2004-02-271-1/+1
* Fix for bug #54352Jeffrey Stedfast2004-02-271-1/+1
* get rid of a duplicate #includeJeffrey Stedfast2004-02-261-1/+0
* Protect against using NULL pixbufs. Gets rid of a lot of console warningJeffrey Stedfast2004-02-261-6/+9
* Revert change from yesterday. (efhd_xpkcs7mime_button): Use the icon fromJeffrey Stedfast2004-02-191-23/+3
* Display an alternate description based on the trust value if we have aJeffrey Stedfast2004-02-181-3/+21
* ** See bug #53258.Not Zed2004-02-061-2/+2
* ** See bug #53558 (plus other fixes/cleanups)Not Zed2004-01-301-101/+11
* Fixes a bug i can't find right nowNot Zed2004-01-291-2/+8
* ** See bug #53159.Not Zed2004-01-211-9/+10
* pass in an exception to useJP Rosevear2004-01-171-1/+1
* Startup files/folders.Not Zed2004-01-161-8/+7
* ** See bugs #51609 and #43515.Not Zed2004-01-151-0/+70
* ** See bug 51660.Not Zed2004-01-141-18/+31
* Emit a hover-url signal when the user mouses over a URL, ...ERDI Gergo2004-01-071-0/+20
* ** See bug #50996.Not Zed2004-01-051-1/+44
* s/it's/its/ in mail warning.David Woodhouse2004-01-051-1/+1
* #ifdef out certain code pieces if s/mime isn't supportedJP Rosevear2003-12-171-0/+9
* ** See bug #52108.Not Zed2003-12-121-0/+2
* treat application/pkcs7-signature as application/x-pkcs-signature. StupudNot Zed2003-12-101-1/+2
* use a POSITIVE value for the response value, gtk uses -ative ones. BugNot Zed2003-12-101-0/+78
* Added empty_trash prompt key.Not Zed2003-12-021-0/+1
* added some padding to the security details frames.Not Zed2003-12-011-2/+6
* set session on print formatter for signatures to work.Not Zed2003-11-251-113/+84
* use new colors (efh_text_html): dittoRadek Doulik2003-11-241-0/+25
* do not use horizonal rule, attachment content is now inside simple frameRadek Doulik2003-11-241-2/+5
* Same.Jeffrey Stedfast2003-11-201-3/+3
* use malloc0 for the pobject memory.Not Zed2003-11-131-2/+0
* implement the key selector popup using e-cert-selector.Not Zed2003-11-131-3/+194
* updated for camel namespace changesJeffrey Stedfast2003-09-191-3/+3