Fix bug 4325 "Following redirects when retrieving image"
[claws.git] / src / plugins /
2020-06-21 Ricardo MonesFix bug 4325 "Following redirects when retrieving image"
2020-03-19 Andrej KacianAdd missing symbols to litehtml_viewer's claws.def
2020-02-20 Paulupdate RSSYL_DEFAULT_FEED (although unused)
2019-11-25 Paulavoid unwanted summaryview refresh...
2019-11-18 Paulreplace deprecated g_memmove with memmove
2019-11-10 Colin LeroyLiteHtml viewer: implement keyboard scroll
2019-11-09 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2019-11-09 Colin LeroyUnplug LiteHtml's print callback which does nothing
2019-09-24 Paulfix bug 4253, 'Claws metadata included in MBOX exports'
2019-09-19 Paulfix bug 4239, 'Preferences: Text Options Header Display...
2019-08-28 Andrej KacianInitialize some missing members in rssyl_item_new()
2019-08-26 Andrej KacianFix build of pgpcore unit test
2019-08-26 Andrej KacianUpdate litehtml_viewer to build on Windows
2019-08-26 Andrej KacianFix handling deleted feed items where modified and...
2019-08-26 Andrej KacianFix comparison for RSS feed items without text
2019-08-21 Ricardo MonesFix const correctness
2019-08-10 Colin LeroyFix bug #4237 - 403 is Forbidden not Unauthorized
2019-08-07 Ricardo Monesperl: fix incoming typos in pod
2019-08-06 Andrej KacianFix crash in litehtml_viewer when <base> tag has no...
2019-08-05 Andrej KacianUpdate claws.def files for plugins
2019-07-26 Ricardo MonesFix leak on error variable
2019-07-26 Ricardo MonesAdd minimalistic plugin description
2019-07-26 Ricardo MonesDon't show mojibake when encoding is not UTF-8
2019-07-07 Colin Leroylitehtml_viewer: use new procmime_get_part_as_pixbuf...
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-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-08 Andrej KacianFix markup in 'key not fully trusted' warning in pgpcore
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-25 Andrej KacianFree a memory leak in libetpan-backed server connections
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 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 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 rssyl_deleted_expire()
2019-04-22 Andrej KacianFix memory leak in RSSyl's feed_item_free()
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-11 wwpMake Fancy plugin's download-link feature following...
2019-03-10 wwpStop proceeding if file-save-as has been cancelled.
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-05 Andrej KacianUpdate callers of procmime_get_part_as_string()
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 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-17 Andrej KacianUse prepend document base url to #fragment links in...
2019-02-17 Andrej KacianAdd default_font preference to Litehtml plugin
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
2019-02-12 Andrej KacianSwitch Litehtml's image cache from std::map to std...
2019-02-12 Andrej KacianMake Litehtml's "Copy Link" menuitem actually do something
2019-02-12 Andrej KacianImplement link context menu in Litehtml
2019-02-12 Andrej KacianAdd lh_widget::get_href_at()
2019-02-12 Michael RasmussenFix possible memory leak
2019-02-12 Andrej KacianMake Litehtml's curl writefunction add data directly...
2019-02-12 Andrej KacianMake Litehtml's curl write function a regular function...
2019-02-12 Andrej KacianFix a memory leak in Litehtml plugin's http loader
2019-02-12 Andrej KacianFix a huge memory leak in Litehtml
2019-02-12 Andrej KacianProperly free previous document from memory in litehtml...
2019-02-12 Andrej KacianMake Litehtml plugin open links in configured way
2019-02-12 Michael RasmussenRefactor http class to prevent memory leak
2019-02-12 Michael RasmussenRemove unused stuff
2019-02-12 Andrej KacianAdded preferences page to LiteHTML plugin and make...
2019-02-12 Michael RasmussenNo need to configure CURLOPT_WRITEFUNCTION twice
2019-02-12 Andrej KacianUse debug_print() and g_warning() instead of g_log...
2019-02-12 Andrej KacianFix URL display in statusbar when hovering over a link...
2019-02-12 Michael RasmussenUpdate current version of litehtml. Fix a crash when...
2019-02-12 Michael RasmussenUse statusbar for notification. Begin print implementation
next