Fix a memory leak around buttons in Colors prefs page.
[claws.git] / src / plugins /
2017-07-10 Andrej KacianFix uninitialized values in sieve privacy prefs parsing.
2017-07-10 Andrej KacianFix two similar memory leaks in pgp and managesieve...
2017-07-07 Andrej KacianCorrect the use of pthread_create() in several places.
2017-07-04 Andrej KacianFix for 2f1eda3f0.
2017-07-03 Andrej KacianFix reading past buffer boundary in RSSyl's strreplace.
2017-07-03 Andrej KacianRevert "Add a 'signature.asc' filename for PGP MIME...
2017-06-21 Andrej KacianAdd a 'signature.asc' filename for PGP MIME signatures.
2017-06-18 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2017-06-18 Colin LeroyFix Toggling of preferences leaving empty view
2017-06-17 Ricardo MonesFix bug 3822 ‘AttRemover deletes message and fails...
2017-06-05 Andrej KacianFix building for Windows after commit b320c5095.
2017-06-03 Colin LeroyFix Fancy showing a previous email in some cases.
2017-05-15 Andrej KacianRSSyl: Stop earlier when an invalid feed is encountered.
2017-05-12 Andrej KacianFix incorrect labels in folder selection dialog
2017-05-07 Andrej KacianFix crash in mailimf_group_parse() in mailmbox plugin.
2017-05-04 Ricardo MonesFix bug #3819 “Duplicate definition of global pygtk...
2017-04-27 Ricardo MonesInitialize variable (CID 1405467)
2017-04-24 Andrej KacianFix crash in sieve manager window when no account has...
2017-04-24 Andrej KacianA fix for a fix in ea866a633.
2017-04-23 Andrej KacianFix build for webkitgtk versions between 1.5.1 and...
2017-04-22 Andrej KacianFix building against older webkitgtk versions.
2017-04-21 Andrej KacianFancy: simplify open-or-not decision to x,y matching...
2017-04-21 Andrej KacianFancy: correctly handle when text selection event ends...
2017-04-14 Michael RasmussenFix bug #3808: Replace icaltime_from_timet with icaltim...
2017-04-03 wwpFix copy/paste error, thanks to Coverity (#1403767).
2017-04-03 wwpAdd new print button to pdf view.
2017-03-29 Andreas BierfertFix bug #3796 format-security warnings in alertpanel_ use
2017-03-19 Michael RasmussenUpdate copyright year
2017-03-18 Andrej KacianAdd more granular options on when to open a selected...
2017-03-18 Michael RasmussenUse fix bug #3787 for specifying format as well
2017-03-18 Michael RasmussenFix bug #3787. Create tooltip i helper function
2017-03-17 wwpFix typos, fixes bug 3786: typo in src/mimeview.c.
2017-03-16 Andrej KacianAllow custom window title for the folder selection...
2017-03-13 Andrej KacianInitialize icaltimetype variables in Vcalendar's feed_f...
2017-03-13 Andrej KacianRemove obsolete files icaltime_as_local.[ch].
2017-03-08 Andrej KacianAdded debug output for failure cases in sgpgme_data_rel...
2017-03-03 Andrej Kacianwebkitglobals.h exists since 1.3.10, not 1.3.13.
2017-03-01 wwpReduce translators' work by merging almost-duplicated...
2017-02-25 Andrej KacianReplace verbosity boolean flag with a bitfield of flags.
2017-02-25 Andrej KacianRemove rssyl_feed_subscribe_new(), it was redundant.
2017-02-24 Andrej KacianRemove internal libytnef and require an external one...
2017-02-05 Paulremove unused variable
2017-02-05 Paulno tranlslation needed here
2017-02-05 Michael RasmussenFix build when using alternate addressbook
2017-02-04 Andrej KacianMake --disable-dillo-plugin actually do something.
2017-02-04 Andrej KacianUnify display of event times in vCalendar's mimeviewer...
2017-02-04 Andrej KacianHandle timezones correctly in vCalendar.
2017-02-04 Andrej KacianUse PLUGIN_NAME macro instead of "vCalendar" string...
2017-02-04 Ricardo MonesOops! forgot one themeable icon in pdf_viewer
2017-02-03 Andrej KacianMoved found_in_addressbook() from plugins to core.
2017-02-02 wwpRe-introducing the Dillo plugin. Tested against Dillo...
2017-01-27 PaulvCalendar plugin: use external libical
2017-01-27 Paulsensitise trayicon's 'get mail' and 'exit'
2017-01-21 wwpNo need to test what g_malloc returns, as if it fails...
2017-01-20 wwpNormalize rfc822 date handling by using decent buffer...
2017-01-19 wwpFix a memory leak.
2017-01-16 wwpFix bug 3571, 'recipient list lost and truncated'
2017-01-16 Paulfix bug 3734, 'undefined symbol error with flex-2.6.2'
2017-01-14 wwpMerge branch 'master' of ssh+git://git.claws-mail.org...
2017-01-14 wwpRevert part of 3.14.1-128-g498b61c, fixing Coverity...
2017-01-13 wwpPrefer dynamically allocated buffers to fixed-size...
2017-01-12 wwpAdd context missing info to few system call errors...
2017-01-12 wwpRemove dead code, fixing Coverity CID #1398568.
2017-01-11 wwpRework logics, remove dead code. Solves Coverity CID...
2017-01-11 wwpKill dead code, fixing Coverity CID #1220511.
2017-01-11 wwpQuit function if no connection instead of assigning...
2017-01-11 wwpPOPPLER_ACTION_MOVIE was not introduced w/ Poppler...
2017-01-10 wwpDon't #undefine UNIX_PATH_MAX, move #define's up.
2017-01-10 wwpBe more clear about what 108 means here towards the...
2017-01-10 wwpFail if attempting to create a UNIX socket w/ path...
2017-01-10 wwpFix Coverity CIDs: 1220259 1364687 (and discarded 12204...
2017-01-10 wwpFix Coverity CIDs: 1220274 and 1220377.
2017-01-10 wwpReal fix for Coverity 1372362.
2017-01-10 wwpDon't behave as if avail_d was not hardcoded, it is...
2017-01-10 wwpBetter fix for Coverity #1220388, use effective indexes...
2017-01-09 Paulfix typo
2017-01-09 wwpFixes Coverity CIDs: 1220388 1372362 1220222 1358399...
2017-01-08 Ricardo MonesAttachwarner: fix leaked string
2017-01-04 wwpFix wrong libarchive version check.
2017-01-03 wwpArchiver plugin update and review:
2017-01-03 Holger BerndtGData plugin: Require libgdata at least 0.17.2
2016-12-27 wwpMore places where printf() and C_() have to be separated.
2016-12-27 wwpRevert "Revert "Revert g9737584."" (but the fix) by...
2016-12-27 Ricardo MonesRevert "Revert g9737584." and fix it ;)
2016-12-27 wwpRevert g9737584.
2016-12-27 wwpAdd translation context helper text where some %s'...
2016-12-21 wwpMore translatable header names in UI strings.
2016-11-06 Ricardo MonesFix space after comma
2016-11-04 Andrej KacianAdded missing symbol to vcalendar's claws.def.
2016-10-27 Ricardo MonesUpdate license stanza
2016-10-26 Ricardo MonesMake pdf_viewer icons themeable
2016-10-25 Paulmore 'SSL' to 'SSL/TLS'
2016-10-25 Paulrename SSL to SSL/TLS
2016-10-22 wwpWhile we're at it, fix typos like prefered occurences...
2016-10-22 Ricardo MonesFix typo (thanks lintian.d.o!)
2016-10-17 Ricardo MonesFix resource leak and missing return
2016-10-17 Ricardo MonesLibravatar: refactor image retrieval
2016-10-01 Andrej KacianFix some harmless compiler warnings.
2016-10-01 Andrej KacianMake Message-ID string generation less confusing.
2016-09-29 Holger BerndtNotification plugin: Port from libindicate to unity...
next