Use Pango to render text in Litehtml plugin
[claws.git] / src / plugins / vcalendar /
2019-01-27 Andrej KacianFix possible stack overflow in vcalendar's Curl data...
2019-01-20 Andrej KacianUse G_GSIZE_FORMAT for printing time_t values
2019-01-03 Andrej KacianFix return type for vcal_manager_get_cutype_for_attendee()
2018-12-29 Andrej KacianDo not needlessly cast time_t to long long int for...
2018-12-15 Andrej KacianGet rid of our strcmp2() in favour of glib's g_strcmp0()
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-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-25 Andrej KacianUpdate vcalendar's claws.def file for Windows build...
2018-08-24 Colin LeroyMove time selector from vCalendar to gtkutils
2018-07-13 Andrej KacianDo not let plugins install their header files, unless...
2018-06-29 PaulvCalendar: Skip whitespace chars at the beginning of...
2018-06-26 Andrej KacianFix build for Windows, plus some missing symbols in...
2018-05-28 wwpCode cleanup around glib version check (2.28 minimum).
2018-05-28 wwpDynamically allocate interface_vtable.
2018-05-28 wwpProperly initialize GDBusInterfaceVTable's private...
2018-05-28 Ricardo MonesFix warning: missing braces around initializer
2018-05-25 wwpFix missing initializers, taking for reference GLib...
2018-05-24 wwpSince we depend on GLib 2.28, make real use of GList...
2018-05-22 wwpFix more unchecked return values reported by Coverity:
2018-04-11 wwpFix CID #1434197, mismatch and unneeded display of...
2018-03-17 wwpDon't compute charset unless necessary (vcalviewer_get_...
2018-03-17 wwpFix possible access to uninitilized folder pointer...
2018-02-09 Andrej KacianCast to GSourceFunc instead of deprecated GtkFunction...
2018-02-09 Andrej KacianFix few forgotten GDK_ to GDK_KEY_ renames in plugins.
2018-02-09 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2018-02-09 Andrej KacianDo not put enchant's CFLAGS into main CFLAGS make variable.
2018-02-09 Andrej KacianRework of alertpanel default button focus handling.
2018-02-06 Ralph SennhauserDrop ifdefs for old gtk+2
2018-02-06 Andrej KacianA few instances of combobox manipulation still used...
2018-02-06 Andrej KacianRemoved almost all direct GTK struct member accesses.
2018-02-05 Ricardo MonesFix some copyright headers
2018-02-05 Ricardo MonesMove all colors into an array
2017-12-09 Andrej KacianCopyright year update in plugins' version.rc files.
2017-07-07 Andrej KacianCorrect the use of pthread_create() in several places.
2017-04-14 Michael RasmussenFix bug #3808: Replace icaltime_from_timet with icaltim...
2017-03-18 Andrej KacianAdd more granular options on when to open a selected...
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-01 wwpReduce translators' work by merging almost-duplicated...
2017-02-05 Paulremove unused variable
2017-02-05 Paulno tranlslation needed here
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-01-27 PaulvCalendar plugin: use external libical
2017-01-20 wwpNormalize rfc822 date handling by using decent buffer...
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-10 wwpReal fix for Coverity 1372362.
2017-01-10 wwpDon't behave as if avail_d was not hardcoded, it is...
2017-01-09 wwpFixes Coverity CIDs: 1220388 1372362 1220222 1358399...
2016-11-06 Ricardo MonesFix space after comma
2016-11-04 Andrej KacianAdded missing symbol to vcalendar's claws.def.
2016-10-25 Paulmore 'SSL' to 'SSL/TLS'
2016-10-22 wwpWhile we're at it, fix typos like prefered occurences...
2016-10-01 Andrej KacianFix some harmless compiler warnings.
2016-10-01 Andrej KacianMake Message-ID string generation less confusing.
2016-09-28 Ricardo MonesUse hours/minutes UI for vcalendar alert time
2016-09-23 wwpNormalize Webcal name capitalization everywhere (instea...
2016-09-13 Andrej KacianYet more vcalendar varargs functions fixed for issue...
2016-09-13 Andrej KacianMore fixes for vcalendar crash on 64-bit arch.
2016-08-31 Pauluse file name for WebCal subscription folder name
2016-08-23 Andrej KacianFix crash in vcalendar passwords handling on prefs...
2016-08-19 Andrej KacianMore fixes for parsing dates in vcalendar on Windows.
2016-08-19 Andrej KacianRevert "More fixes for parsing dates in vcalendar on...
2016-08-19 Andrej KacianMore fixes for parsing dates in vcalendar on Windows.
2016-08-18 Andrej KacianMore support for pre-Epoch dates for Windows.
2016-08-18 Andrej KacianUse GDateTime instead of mktime() in vcalendar's libical.
2016-08-15 Andrej KacianFix potential crash in vcalendar's icalcomponent_vanew...
2016-08-09 Andrej KacianFix a potential bug in vcalendar's libical.
2016-07-28 Ricardo MonesFix some debug messages and update headers
2016-07-23 Andrej KacianAdded working_directory parameter to execute_command_line()
2016-07-23 Andrej KacianUpdated plugins' claws.def files for win32 build.
2016-07-23 Paulstandardise singlular/plural mix on labels
2016-07-21 Andrej KacianFurther improve API isolation of folderview.
2016-06-27 Charles LehnerAllocate quoted-printable output buffer on heap
2016-06-27 Charles LehnerHandle ical lines longer than 256 bytes
2016-04-06 Andrej KacianUpdate plugins' claws.def filess for Windows build.
2016-03-30 Andrej KacianMake vCalendar plugin use the password store.
2016-03-03 Andrej Kacian"Master password" is now called "master passphrase".
2016-02-11 Colin LeroyAdd a plugin method to allow updating stored passwords...
2016-02-11 Colin LeroyActually encrypt passwords before storing them
2016-02-11 Colin LeroyRequire new password API
2016-02-11 Colin LeroyvCalendar: Use new password API
2016-01-23 Andrej KacianMake procmsg_msginfo_free() zero out pointers to freed...
2016-01-03 Andrej KacianAdd missing symbol to vcalendar claws.def file.
2015-12-09 Ricardo MonesCosmetic: use always g_getenv instead of getenv
2015-11-16 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
next