fix CID 1596595: Resource leaks, and CID 1596594: (CHECKED_RETURN)
[claws.git] / src / plugins / litehtml_viewer / lh_widget.cpp
2023-10-22 Jonathan BoeingReplace over_element() with upstream's get_over_element()
2023-10-22 Jonathan BoeingSync with api changes
2023-10-22 Jonathan BoeingSync with master_css changes
2023-10-22 Jonathan BoeingString api updates
2023-02-02 Michael RasmussenFix for bug #4300 again. Initially committer Andrej...
2022-05-06 paulmerge gtk3 branch into master 4.1.0
2022-03-18 Ricardo MonesHonor GTK project name¹, except some files…
2021-11-29 Jonathan BoeingFix -Wmaybe-uninitialized warnings
2021-09-03 wwpNormalize g_warning's: no capitalization, no trailing...
2021-09-03 wwpNormalize g_warning's: no capitalization, no trailing...
2021-07-28 Jonathan BoeingQueue a draw event in open_html
2021-07-26 Jonathan BoeingFix -Wall errors
2021-07-26 Jonathan BoeingFix UI overwrite when clearing LiteHTML message
2021-07-26 Jonathan BoeingQueue redraw after downloading image
2021-07-26 Jonathan BoeingFix bool vs gboolean mismatch
2021-07-26 Jonathan BoeingFix flickering when opening with LiteHTML viewer
2021-07-26 Jonathan BoeingFix -Wall errors
2021-07-26 Jonathan BoeingFix UI overwrite when clearing LiteHTML message
2021-07-26 Jonathan BoeingQueue redraw after downloading image
2021-07-26 Jonathan BoeingFix bool vs gboolean mismatch
2021-07-26 Jonathan BoeingFix flickering when opening with LiteHTML viewer
2019-08-08 Colin Leroylitehtml_viewer: use new procmime_get_part_as_pixbuf...
2019-08-08 Colin Leroyprocmime_get_part_as_inputstream doesn't touch error...
2019-08-08 Michael RasmussenIf error is NULL print a static message instead
2019-08-08 Michael RasmussenSince procmime_get_part_as_inputstream can return NULL...
2019-08-08 Andrej KacianFix a crash in litehtml plugin if one of the MIME parts...
2019-08-06 Andrej KacianFix crash in litehtml_viewer when <base> tag has no...
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 litehtml plugin if one of the MIME parts...
2019-05-05 Andrej KacianGet rid of deprecated GTK API calls in litehtml plugin
2019-05-05 Andrej KacianMake litehtml plugin rendering work better with GTK3...
2019-05-04 Andrej KacianUse "draw" signal to render the contents in litehtml...
2019-05-04 Andrej KacianFix GTK3-related compile errors for litehtml plugin
2019-05-04 Andrej KacianFix two memory leaks in litehtml plugin
2019-05-04 Andrej KacianFix incorrect logic in lh_widget::set_cursor().
2019-05-04 Andrej KacianMake cursor and statusbar URL display smarter in liteht...
2019-05-04 Andrej KacianAdded support for local image attachments to the Liteht...
2019-05-04 Andrej KacianMake Litehtml image loading non-blocking using threads
2019-05-04 Michael RasmussenRemove useless debug code. Add copyright
2019-05-04 Andrej KacianUse prepend document base url to #fragment links in...
2019-05-04 Andrej KacianAdd default_font preference to Litehtml plugin
2019-05-04 Andrej KacianUse height of the viewport, not the scrolled window...
2019-05-04 Andrej KacianReset Litehtml scrolledwindow to top-left when displayi...
2019-05-04 Andrej KacianShow number of cleared Litehtml cache images on debug
2019-05-04 Andrej KacianAdd image_cache_size pref to Litehtml
2019-05-04 Andrej KacianMake Litehtml's "Copy Link" menuitem actually do something
2019-05-04 Andrej KacianImplement link context menu in Litehtml
2019-05-04 Andrej KacianAdd lh_widget::get_href_at()
2019-05-04 Andrej KacianProperly free previous document from memory in litehtml...
2019-05-04 Andrej KacianMake Litehtml plugin open links in configured way
2019-05-04 Michael RasmussenRefactor http class to prevent memory leak
2019-05-04 Andrej KacianAdded preferences page to LiteHTML plugin and make...
2019-05-04 Andrej KacianUse debug_print() and g_warning() instead of g_log...
2019-05-04 Andrej KacianFix URL display in statusbar when hovering over a link...
2019-05-04 Michael RasmussenUpdate current version of litehtml. Fix a crash when...
2019-05-04 Michael RasmussenUse statusbar for notification. Begin print implementation
2019-05-04 Michael RasmussenDo not use G_LOG_LEVEL_ERROR. Makes claws crash
2019-05-04 Michael RasmussenFix wrong cursor type
2019-05-04 Michael RasmussenChange cursor type when hoover over link
2019-05-04 Michael RasmussenImplemented support for links
2019-05-04 Michael RasmussenRefactor image loading to a separate class. Add depende...
2019-05-04 Michael RasmussenImplement image handling
2019-05-04 Michael RasmussenInitial commit of litehtml_viewer
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