claws.git
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 Ricardo MonesFix typo in variable name
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 KacianDo not build the litehtml plugin if a C++ compiler...
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-29 Paulput displayed headers on the right, hidden headers...
2019-01-27 Andrej KacianFix possible stack overflow in vcalendar's Curl data...
2019-01-27 Andrej KacianUse hardcoded SHA digest length in pkcs5_pbkdf2.c
2019-01-27 Andrej KacianMake is_toplvl_domain() aware that TLDs can be longer...
2019-01-25 Andrej KacianDo not define our own strcasestr() if it is available
2019-01-20 Andrej KacianFix a compiler warning
2019-01-20 Andrej KacianRemove unneeded w32_stdio.c
2019-01-20 Andrej KacianDisable operations around the x_display variable on...
2019-01-20 Andrej KacianUse G_GSIZE_FORMAT for printing time_t values
2019-01-20 Andrej KacianReplace deprecated _sleep() with Sleep() in w32_unistd.c
2019-01-20 Andrej KacianAdd a menu item to open debug log file on Windows
2019-01-20 Andrej KacianOnly call the fd_is_w32_socket() check on Windows
2019-01-20 Andrej KacianFix session proxy initialization for Windows
2019-01-17 Paulsave checkbox choices of display/summaries/defaults...
2019-01-16 Andrej KacianFix crash when LDAP address source is defined in index...
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-08 Pauladd option 'enable keyboard shortcuts'
2019-01-07 Andrej KacianFix a few small memory leaks in scan_mailto_url()
2019-01-06 Andrej KacianImprove line breaks in compose window
2019-01-04 Ricardo MonesGive a hint when option is unknown
2019-01-04 Andrej KacianMake children tracking in execute_actions() more async...
2019-01-04 Andrej KacianFix an impossible to trigger buffer overflow
2019-01-04 Paulfix bug 4142, 'Translation error on Russian'
2019-01-04 Paulupdate copyright year
2019-01-04 Paulfix bug 4143, 'fingerprint in SSL/TLS certificates...
2019-01-03 Andrej KacianFix return type for vcal_manager_get_cutype_for_attendee()
2019-01-03 Andrej KacianFix configure for rare cases where python is not installed
2019-01-03 wwpFix few (possible) crashes due to missing return code...
2019-01-02 Ricardo MonesRemove mention of unused library
2018-12-30 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2018-12-30 Michael RasmussenFix deprecation warning
2018-12-30 Michael RasmussenRemove mysterious chars and replace with correct tab...
2018-12-30 Michael RasmussenRemove mysterious chars and replace with correct tab...
2018-12-30 Michael RasmussenRemove mysterious chars and replace with correct tab...
2018-12-30 Andrej KacianMore user-friendly dependency check for python plugin
2018-12-30 Andrej KacianRespect quicksearch focus when refreshing summaryview...
2018-12-29 Andrej KacianMake "Edit Person Details" window not modal
2018-12-29 Stephan Sachsefix nntp manually filtering with account specific rules
2018-12-29 Stephan Sachsefix nntp filtering on incoming messages
2018-12-29 Andrej KacianFix use after free in rare code path in rssyl_subscribe()
2018-12-29 Andrej KacianRestore line removed by mistake in previous commit.
next