procmime_get_part_as_pixbuf: set error if we can't decode part.
[claws.git] / src /
2019-07-07 Colin Leroyprocmime_get_part_as_pixbuf: set error if we can't...
2019-07-07 Colin Leroylitehtml_viewer: use new procmime_get_part_as_pixbuf...
2019-07-07 Colin LeroyCompose: handle pasted images and text/uri-list (files...
2019-07-07 Colin LeroyImplement copying of attached images to clipboard
2019-07-07 Colin Leroyprocmime_get_part_as_inputstream doesn't touch error...
2019-07-03 Michael RasmussenIf error is NULL print a static message instead
2019-07-03 Michael RasmussenSince procmime_get_part_as_inputstream can return NULL...
2019-07-03 Andrej KacianFix a crash in Fancy plugin if one of the MIME parts...
2019-07-03 Andrej KacianFix a crash in litehtml plugin if one of the MIME parts...
2019-05-29 Andrej KacianGet rid of magic numbers in summary_msginfo_*_flags
2019-05-18 Andrej KacianFix a typo - it's CURL_CFLAGS, not CURL_FLAGS
2019-05-18 Andrej KacianAdd missing libgumbo cflags and ldflags to litehtml_viewer
2019-05-14 Andrej KacianReturn summaryview cursor to selected mail when popup...
2019-05-14 Andrej KacianMove log timestamp format string to a separate macro...
2019-05-14 Andrej KacianFix a use after free crash when deleting message via...
2019-05-14 wwpAdd date (ISO format) to log timestamps.
2019-05-08 Andrej KacianFix verify_folderlist_xml() for fresh starts
2019-05-08 Andrej KacianFix markup in 'key not fully trusted' warning in pgpcore
2019-05-04 Andrej KacianMake Enter key in mbox export dialog's file entry start...
2019-05-01 Andrej KacianFix CID 1444847 - Uninitialized variables in sock_close()
2019-04-30 Andrej KacianFix a memory corruption bug in RSSyl's feed_item_copy()
2019-04-30 Andrej KacianFix parsing items with empty bodies from on-disk RSSyl...
2019-04-28 Andrej KacianFix previous commit
2019-04-28 Andrej KacianRemove unnecessary debug output from previous commit
2019-04-28 Andrej KacianSimplify item body parsing in rssyl_parse_folder_item_f...
2019-04-26 Andrej KacianFix a syntax error in sock_close() causing windows...
2019-04-25 Andrej KacianFree a memory leak in libetpan-backed server connections
2019-04-25 Andrej KacianFix memory leaks in imap_handle_error()
2019-04-25 Andrej KacianFix a memory leak in sc_session_manager_connect()
2019-04-25 Andrej KacianFix two memory leaks in litehtml plugin
2019-04-25 Andrej KacianFix a memory leak in litehtml plugin's container_linux...
2019-04-25 Andrej KacianFix a runaway string read in procmime_decode_content()
2019-04-25 Andrej KacianFix a memory leak in rssyl_add_item()
2019-04-24 Andrej KacianFix a memory leak in sgpgme_sigstat_info_short()
2019-04-24 Andrej KacianFix a memory leak in icon_list_append_icon()
2019-04-24 Andrej KacianFix a long-standing use-after-free in mainwin_actions_e...
2019-04-24 Andrej KacianFix a blatant textbook case of use-after-free in rssyl_...
2019-04-23 Andrej KacianFix memory leak in smime_sign() and forgotten removal...
2019-04-23 Andrej KacianFix memory leaks in pgpmime_sign() and pgpmime_encrypt()
2019-04-23 Andrej KacianFix a memory leak in rssyl_rename_folder()
2019-04-23 Andrej KacianFix a memory leak in rssyl_add_item()
2019-04-22 Andrej KacianFix a memory leak in stock_pixmap_widget_with_overlay()
2019-04-22 Andrej KacianFix a memory leak in rssyl_deleted_expire()
2019-04-22 Andrej KacianFix memory leak in RSSyl's feed_item_free()
2019-04-21 Paulrework folderview styles
2019-04-21 Paulfix bug 4167, 'Max line length exceeded when forwarding...
2019-04-10 Andrej KacianFix incorrect logic in lh_widget::set_cursor().
2019-04-10 Andrej KacianAdd a getter for litehtml::document's m_over_element...
2019-04-10 Andrej KacianMake cursor and statusbar URL display smarter in liteht...
2019-03-24 Paulrecognise model/* mime type
2019-03-13 Andrej KacianRemove mgu_free_list() and mgu_free_dlist()
2019-03-13 Andrej KacianRemove functions mgu_*_test_unq_nc()
2019-03-13 Andrej KacianRemove mgu_clear_list() function
2019-03-13 Andrej KacianFix two small memory leaks in addressbook code
2019-03-13 Andrej KacianFix a memory leak in Pine address book support
2019-03-11 wwpMake Fancy plugin's download-link feature following...
2019-03-10 Andrej KacianFix buf #4166: corrupted double-linked list
2019-03-10 wwpStop proceeding if file-save-as has been cancelled.
2019-03-10 wwpDo not throw an error when cancelling 'Save email as...
2019-03-09 Andrej KacianAlways remove local images from Litehtml image cache
2019-03-09 Andrej KacianAdded support for local image attachments to the Liteht...
2019-03-09 Andrej KacianAdd missing config.h include to utils.h
2019-03-09 Andrej KacianAdd a forgotten fclose() call
2019-03-07 Paulfix build with gdk-pixbuf 2.26
2019-03-06 Andrej KacianRestore compatibility with gdk-pixbuf version 2.26
2019-03-05 Andrej KacianMake textview load image attachments not via temporary...
2019-03-05 Andrej KacianRewrite image_viewer.c to not create a temporary file...
2019-03-05 Andrej KacianUpdate callers of procmime_get_part_as_string()
2019-03-05 Andrej KacianWrite procmime_get_part_as_inputstream()
2019-03-05 Andrej KacianRewrite procmime_get_part_as_string() to not use a...
2019-03-05 wwpReview label of webkit menu items in Fancy: remove...
2019-03-05 Andrej KacianMake Litehtml image loading non-blocking using threads
2019-03-05 Andrej KacianAdd a mutex lock for Litehtml plugin image cache
2019-03-04 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2019-03-04 Michael RasmussenFix possible segmentation fault
2019-03-04 Andrej KacianWrite missing prefs_done() in Litehtml plugin
2019-03-02 Michael RasmussenRemove useless debug code. Add copyright
2019-03-01 Pauladd 2 includes
2019-03-01 Andrej KacianRewrite pgp_locate_armor_header() to more strictly...
2019-03-01 Andrej KacianSimplify vcalviewer_get_uid_from_mimeinfo()
2019-03-01 Andrej KacianSimplify Litehtml plugin's show_mimepart
2019-03-01 Andrej KacianMove pgpcore's get_part_as_string() to procmime.c
2019-03-01 Andrej KacianFix previous commit
2019-03-01 Andrej KacianMove file header to the top in pgp_utils.c
2019-03-01 Andrej KacianRemove pgpcore's fp_read_noconv() in favour of file_rea...
2019-02-25 Andrej KacianUse Pango to render text in Litehtml plugin
2019-02-19 Ricardo MonesCheck result of fputs (CID 1440024)
2019-02-19 Ricardo MonesCheck writting crash-indicator (CID 1440021)
2019-02-17 Andrej KacianUse prepend document base url to #fragment links in...
2019-02-17 Andrej KacianAdd default_font preference to Litehtml plugin
2019-02-14 Andrej KacianMake key accelerators from menu work in addressbook...
2019-02-14 Andrej KacianChange addressbook's internal UI name for Edit submenu...
2019-02-14 Paulfix bug 4155, 'remember directory of last saving'
2019-02-12 Michael RasmussenFix build error
2019-02-12 Andrej KacianMake Litehtml display sub- and superscript correctly
2019-02-12 Andrej KacianUse height of the viewport, not the scrolled window...
2019-02-12 Andrej KacianReset Litehtml scrolledwindow to top-left when displayi...
2019-02-12 Andrej KacianShow number of cleared Litehtml cache images on debug
2019-02-12 Andrej KacianAdd image_cache_size pref to Litehtml
2019-02-12 Andrej KacianImplement size limit for Litehtml image cache
next