Fix build error
[claws.git] / src / plugins /
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
2019-02-12 Michael RasmussenProper fix for memory leak
2019-02-12 Michael RasmussenFix memory leak
2019-02-12 Michael RasmussenDo not use G_LOG_LEVEL_ERROR. Makes claws crash
2019-02-12 Michael RasmussenFix missing includes
2019-02-12 Michael RasmussenFix wrong cursor type
2019-02-12 Michael RasmussenChange cursor type when hoover over link
2019-02-12 Michael RasmussenUpdate TODO
2019-02-12 Michael RasmussenImplemented support for links
2019-02-12 Michael RasmussenI am tired ;-)
2019-02-12 Michael RasmussenCleaner code a fix memory leak
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
2019-02-08 Andrej KacianFix a small memory leak in rssyl_remove_msgs()
2019-01-27 Andrej KacianFix possible stack overflow in vcalendar's Curl data...
2019-01-20 Andrej KacianFix a compiler warning
2019-01-20 Andrej KacianUse G_GSIZE_FORMAT for printing time_t values
2019-01-12 Andrej KacianRemove an unused path variable in python plugin
2019-01-12 Andrej KacianImprove new feed item detection algorithm in RSSyl...
2019-01-03 Andrej KacianFix return type for vcal_manager_get_cutype_for_attendee()
2019-01-03 wwpFix few (possible) crashes due to missing return code...
2018-12-29 Andrej KacianFix use after free in rare code path in rssyl_subscribe()
2018-12-29 Andrej KacianDo not needlessly cast time_t to long long int for...
2018-12-29 Andrej KacianFix printf formats for size_t and goffset arguments.
2018-12-29 Andrej KacianRemove use of %hhu format in managesieve for g_strdup_p...
2018-12-24 wwpSet a proper copyright header to the files added to...
2018-12-24 wwpWindow sizes are now remembered for the Python console,
2018-12-21 Ricardo MonesLibravatar: fix API usage if built without GnuTLS
2018-12-21 Andrej KacianAdd Server Name Indication support to TLS connections...
2018-12-15 Ricardo MonesFix build on Hurd
2018-12-15 Andrej KacianGet rid of our strcmp2() in favour of glib's g_strcmp0()
2018-11-29 Andrej KacianModernized and simplified plugin's GtkHotkeyInfo class...
2018-11-29 Andrej KacianRemove file gtk/gdkkeysyms-new.h, since we now require...
2018-11-24 Andrej KacianMailmbox: fix buffer overflow in mailimf_get_message_id().
2018-11-24 Andrej KacianFinish buffer overflow fix attempted in e025cbc3b.
2018-11-24 Andrej KacianRemoved deprecated g_type_class_add_private() call...
2018-11-23 Paulfix lost processing rules when renaming folder
2018-11-17 Andrej KacianImplement batch message removal for RSSyl.
2018-11-13 Andrej KacianFurther optimize .deleted file reading in RSSyl.
2018-11-13 Andrej KacianUse much less disk IO when working with .deleted files...
2018-11-07 Paulremove all gtk3 conditionals
2018-10-16 Paulfix invalid cast runtime warning
2018-10-15 Colin LeroyPDF Viewer: handle Ctrl+scroll for zooming
2018-10-15 Colin LeroyFancy: fix left-click on links not opening in browser.
2018-10-07 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2018-10-07 Colin LeroyFix performance loss on certain file I/O that doesn...
2018-10-07 Colin LeroyRename claws_io to file-utils, and move file-related...
2018-10-07 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2018-10-07 Colin LeroyWrap file I/O to claws_* to benefit from custom locking...
2018-10-06 Ricardo MonesClean more rubbish
2018-10-06 Colin LeroyRemove old files that shouldn't be there
2018-10-06 Colin LeroyFix build
2018-10-05 Colin LeroyImplement safe_fclose() so we can respect the "Metadata...
2018-10-04 Andrej KacianDo not use trim_string() in RSSyl's rename folder dialog.
2018-10-02 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
2018-10-02 Colin LeroyFix build warning
2018-10-02 Colin LeroyFix Coverity #1220388
2018-10-02 Colin LeroyFix Coverity #1220444
2018-10-02 Andrej KacianRemove Webkit version check ifdefs, since we depend...
2018-09-28 Colin LeroyFix implicit declaration of g_close()
2018-09-28 Colin LeroyFix build on Debian 7
2018-09-28 Colin LeroyFix Coverity warning (unsafe fscanf)
2018-09-18 Andrej KacianSet missing pubdate/moddate in RSSyl items to the other...
2018-09-18 Andrej KacianThe pubDate timestamp in RSS2.0 sets date_published.
2018-09-07 Andrej KacianRestore the hovering-over-link callback in Fancy viewer.
2018-09-05 Andrej KacianFix links not being opened in browser when Fancy menu...
2018-09-03 wwpFix capitalization of a one Web[cC]al occurrence.
2018-08-31 Andrej KacianAdded unit test framework, and some initial unit tests.
2018-08-31 Andrej KacianMoved codeconv.[ch] and unmime.[ch] to common/ subdir.
2018-08-25 Andrej KacianUpdate vcalendar's claws.def file for Windows build...
2018-08-24 Andrej KacianFix various plugins including generated .h files when...
2018-08-24 Colin LeroyMove time selector from vCalendar to gtkutils
2018-08-21 Andrej KacianRemoved an unused #include from libfeed's parser.c.
2018-08-16 wwpFix/normalize product name in few places in UI and...
next