Fix a crash in litehtml plugin if one of the MIME parts has no Content-ID
[claws.git] / src / plugins / litehtml_viewer / lh_widget.cpp
2019-07-03 Andrej KacianFix a crash in litehtml plugin if one of the MIME parts...
2019-04-25 Andrej KacianFix two memory leaks in litehtml plugin
2019-04-10 Andrej KacianFix incorrect logic in lh_widget::set_cursor().
2019-04-10 Andrej KacianMake cursor and statusbar URL display smarter in liteht...
2019-03-09 Andrej KacianAdded support for local image attachments to the Liteht...
2019-03-05 Andrej KacianMake Litehtml image loading non-blocking using threads
2019-03-02 Michael RasmussenRemove useless debug code. Add copyright
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 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 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 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 Andrej KacianAdded preferences page to LiteHTML plugin and make...
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
2019-02-12 Michael RasmussenDo not use G_LOG_LEVEL_ERROR. Makes claws crash
2019-02-12 Michael RasmussenFix wrong cursor type
2019-02-12 Michael RasmussenChange cursor type when hoover over link
2019-02-12 Michael RasmussenImplemented support for links
2019-02-12 Michael RasmussenRefactor image loading to a separate class. Add depende...
2019-02-12 Michael RasmussenImplement image handling
2019-02-12 Michael RasmussenInitial commit of litehtml_viewer