Reformat XML (indent), fix typos, untranslated words and format issues (output style...
[claws.git] / src / main.c
2020-08-19 wwpFix parsing of command-line arguments:
2020-02-11 wwpFix help about command-line arguments that do require...
2019-11-15 Pauldon't save 'last_opened_folder' value if 'goto_last_fol...
2019-11-09 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2019-11-05 wwpFix wrong length value passed to fd_write().
2019-04-25 Andrej KacianFix a memory leak in sc_session_manager_connect()
2019-02-19 Ricardo MonesCheck result of fputs (CID 1440024)
2019-02-19 Ricardo MonesCheck writting crash-indicator (CID 1440021)
2019-01-20 Andrej KacianDisable operations around the x_display variable on...
2019-01-20 Andrej KacianAdd a menu item to open debug log file on Windows
2019-01-04 Ricardo MonesGive a hint when option is unknown
2018-12-15 Andrej KacianGet rid of our strcmp2() in favour of glib's g_strcmp0()
2018-11-10 Paulcontiunue the fix for check-at-startup, eade694613c19ff...
2018-11-08 Paulfix check for mail at start-up
2018-11-07 Paulremove all gtk3 conditionals
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 Colin LeroyFix build
2018-10-05 Colin LeroyImplement safe_fclose() so we can respect the "Metadata...
2018-09-11 Andrej KacianRemove unused macro G_STRING_APPEND_ENCODED_URI.
2018-08-31 Andrej KacianDecouple codeconv.c from prefs_common.
2018-08-03 Andrej KacianFix a memory leak when saving last opened folder on...
2018-06-10 Andrej KacianAdded SOCKS proxy support.
2018-05-24 wwpSince we depend on GLib 2.28, make real use of GList...
2018-05-16 Michael SchwendtFix bug 3895: Port from libnm-util/libnm-glib to libnm
2018-05-05 wwpSave few warnings around mistyped uses of g_list_length().
2018-04-17 Andrej KacianFix unwanted IMAP connections on startup caused by...
2018-03-19 wwpFixed hook_id declarations to be gulong instead of...
2018-03-17 wwpSave us 35 warnings about hooks_register_hook() return...
2018-02-09 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2018-02-09 Andrej KacianRework of alertpanel default button focus handling.
2018-01-19 Andrej KacianHandle password store config_version update without...
2018-01-19 Andrej KacianHandle failed/aborted folderlist config_version update...
2018-01-18 Andrej KacianImplement config_version in passwordstorerc.
2018-01-09 Paulfix bug 3947, 'Build break with --disable-libsm --enabl...
2017-09-23 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2017-09-15 Colin LeroyCLI: Add a --insert option to --compose, allowing to...
2017-09-14 Andrej KacianHandle config_version update separately for accounts.
2017-07-09 Andrej KacianFix a memory leak in libSM use.
2017-04-02 Paulold/new version display
2017-03-31 Ricardo MonesAdd missing library to output of --version-full
2017-03-04 Ricardo MonesDeclare and use only when needed
2016-12-02 Andrej KacianEnable icons of stock GTK buttons on Windows.
2016-11-28 Paulon first run, use --alternate-config-dir (if set) on...
2016-09-20 Ricardo MonesDo not abuse macro for debugging
2016-08-01 Andrej KacianSet correct config_version after first-run wizard finishes.
2016-07-28 Ricardo MonesFix some debug messages and update headers
2016-07-28 Andrej KacianDo not run config update routine on first run.
2016-07-27 Ricardo MonesHandle configuration versions from the future
2016-07-21 Andrej KacianUse folderview_grab_focus() outside of folderview.c.
2016-07-21 Andrej KacianUse folderview_freeze/thaw() functions outside of folde...
2016-07-21 Andrej KacianMake exit_claws() use folderview API and not reach...
2016-07-20 Andrej KacianRemove unused GtkWidget* argument in stock_pix* functions.
2016-07-15 Andrej KacianAdded config versioning.
2016-03-01 Andrej KacianMake accounts use new password store for their passwords.
2016-02-19 Ricardo MonesFix bug #2604: Add support for -geometry
2015-12-07 Paulcall 'new' address book 'alternate' address book
2015-11-16 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
2015-11-15 Paulmore sanitizing of translatable strings
2015-10-01 Ricardo MonesRemove line breaks from g_warning()
2015-09-22 Ricardo MonesDo not translate g_warning() strings
2015-06-30 Andrej KacianDo not use GStatBuf with non-Glib *stat() functions.
2015-06-29 Andrej KacianGet rid of last remaining "struct stat" variables.
2015-06-29 Andrej KacianUse g_dir_open() and friends instead of opendir() and...
2015-05-18 Ricardo MonesSwitch core from strerror to g_strerror
2014-06-09 Paulnow min version of glib is 2.20, remove all irrelevent...
2014-06-07 Colin LeroyMore coverity fixes
2014-06-05 Colin LeroyMore Coverity fixes
2014-05-27 Colin LeroyAutomatically set gtk-auto-mnemonics on Win32; fixes...
2014-05-22 Colin LeroyFix bug #2447, "Compose window crashes if moving a...
2014-05-12 Andrej KacianRemove test_strftime() that was mistakenly included...
2014-05-11 Andrej KacianDo not allow the compose window's slider between header...
2014-04-28 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
2014-04-28 Colin LeroyFix most of the leaks referenced in bug #3155
2014-04-28 wwpMerge branch 'master' of ssh+git://git.claws-mail.org...
2014-04-27 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2014-04-27 Colin LeroyFix leak (bug #3148, thanks for the heads up!)
2014-04-21 Colin LeroyFix bug #3148, "Logic error in claws_get_socket_name()"
2014-02-21 Ricardo MonesNew hooklist for rendering avatars and some utils
2013-08-27 Paulfix bug 2979, 'claws fails to load (empty) folderlist...
2013-07-25 Ricardo MonesFix bug #2982 'variable declaration behind FLOCK condit...
2013-06-18 Paulin the output of `claws-mail -V` use 'Enchant' instead...
2013-06-14 Ricardo MonesDeprecated gthread functions in newer glib
2013-06-11 Paulremove obsolete maemo support
2013-03-20 Colin LeroyFix bug #2891, "Ability to toggle debug mode for a...
2013-03-20 Colin LeroyFix format string error in win32 logging, and
2013-02-20 Colin Leroy2013-02-20 [colin] 3.9.0cvs98
2013-02-16 Colin Leroy2013-02-16 [colin] 3.9.0cvs70
2012-12-02 Colin Leroy2012-12-02 [colin] 3.9.0cvs37
2012-12-02 Colin Leroy2012-12-02 [colin] 3.9.0cvs36
2012-11-27 Colin Leroy2012-11-27 [colin] 3.9.0cvs25
2012-11-27 Tristan Chabredier2012-11-27 [wwp] 3.9.0cvs21
2012-11-23 Colin Leroy2012-11-23 [colin] 3.9.0cvs20
2012-11-15 Colin Leroy2012-11-15 [colin] 3.9.0cvs5
2012-11-15 Colin Leroy2012-11-15 [colin] 3.9.0cvs4
2012-11-15 Tristan Chabredier2012-11-15 [wwp] 3.9.0cvs3
2012-09-26 Colin Leroy2012-09-26 [colin] 3.8.1cvs79
next