claws.git
2019-01-08 iwkseWebKit2 GTK3 basic migration fancy-gtk3
2018-11-05 Michael RasmussenFix a memory leak
2018-11-05 Michael Rasmussenadd TODO for Migrating fancy to GTK3
2018-11-05 Michael RasmussenMigrate fancy to GTK3 and fix fancy_print
2018-11-04 Andrej KacianFix wrong color type in treeview model of folder select...
2018-11-03 User CornFix build on FreeBSD, sys/wait.h is needed for WEXITSTA...
2018-11-03 Paulfix annoyance where your current reading is disturbed...
2018-11-03 Paulfix for smtp-only accounts when global pref for save...
2018-11-03 Paulrevert 874a232f1, it breaks stuff
2018-11-03 Andrej KacianRemove last remnants of GtkCMOptionMenu from code.
2018-11-03 Andrej KacianFix an off-by-one bug in the new filter condition color...
2018-11-03 Andrej KacianReenabled color labels in filtering action dialog.
2018-11-03 Andrej KacianMake NNTP account crosspost color pref use colorlabel_g...
2018-11-03 Andrej KacianReenabled color labels in filtering condition dialogs.
2018-11-03 Andrej KacianAdded colorlabel_get/set_combobox_colormenu_active().
2018-11-03 Andrej KacianRe-enable NNTP crosspost color selection in account...
2018-11-03 Andrej KacianNew color selection menu, based on GtkComboBox.
2018-11-02 Andrej KacianSmall optimization in GtkCMCList adjust_adjustments().
2018-11-02 Andrej KacianFix scrollbar being out of sync for GtkCMCLists.
2018-11-02 Andrej KacianMake quicksearch type menu reflect prefs on startup...
2018-10-28 Andrej KacianHandle compose "Save Message to" checkbox state in...
2018-10-28 Andrej KacianAdd explanatory comment to GTKUT_COLOR_BUTTON_LABEL...
2018-10-28 Andrej KacianGet rid of now-unneeded GTKUT_COLOR_BUTTON() macro...
2018-10-28 Andrej KacianMake folder color button on Colors prefs page show...
2018-10-28 Andrej KacianRemove an unneeded variable assignment.
2018-10-28 Andrej KacianMake folder color button in spelling prefs show correct...
2018-10-28 Andrej KacianMake folder color button in folder prefs show correct...
2018-10-28 Andrej KacianA new, non-deprecated way to set color of pref color...
2018-10-28 Andrej KacianSome GtkCMCTree black magic to fix custom folder color...
2018-10-28 Andrej KacianSave folder color as P_COLOR.
2018-10-28 Andrej KacianSet correct color properties of GtkTextTag after move...
2018-10-28 Andrej KacianFix gtkut_gdk_rgba_to_string().
2018-10-28 Andrej KacianUse correct type for GtkAdjustment in bsfilter and...
2018-10-28 Andrej KacianUse GdkRGBA instead of deprecated GdkColor where possib...
2018-10-27 Paulonly show warning about privacy system 'none' on replie...
2018-10-27 Pauladd error checking on account prefs Advanced page
2018-10-27 Paulalways use folder pref for save msg location if set
2018-10-27 Paulallow account pref and folder pref to override global...
2018-10-27 Paulless haste
2018-10-27 Paulremove wrongly pushed change in bfc95529975d50e8cda7a85...
2018-10-27 Pauldon't leave the user in limbo when privacy system is...
2018-10-27 Andrej KacianPack account prefs' checkbtn_crosspost into correct...
2018-10-27 Andrej KacianDo not use gtk_cmctree_set_line_style(), since it does...
2018-10-27 Andrej KacianRemoved deprecated g_type_class_add_private() call...
2018-10-27 Andrej KacianRework debug output in passwd_store_set() to be less...
2018-10-27 Andrej KacianWhen deleting an account, delete its password store...
2018-10-27 Ricardo MonesFix translation for octet-stream view
2018-10-27 Colin LeroyRewrap fr manual for lisibility
2018-10-27 Colin LeroyFix crash in dangling message search.
2018-10-27 Andrej KacianRewrote quicksearch searchtype menu from GtkCMOptionMen...
2018-10-23 Andrej KacianDisable GTK overlay scrollbars unless the user has...
2018-10-16 Andrej KacianDo not redraw focus of GtkCMCList if the row is unchang...
2018-10-16 Andrej KacianIn summary_key_pressed(), do not try to reopen the...
2018-10-16 Andrej KacianFix an off-by-one error in summary_key_pressed().
2018-10-16 Paulfix bug (rfe) 4102, 'Show SHA-256 fingerprint in certif...
2018-10-16 Paulfix invalid cast runtime warning
2018-10-16 Colin LeroyPDF Viewer: handle Ctrl+scroll for zooming
2018-10-16 Colin LeroyFancy: fix left-click on links not opening in browser.
2018-10-16 Colin LeroyMake the "Saving sent message..." debug prints more...
2018-10-16 Colin LeroyFix in-memory temporary file length
2018-10-16 Ricardo MonesUpdate textviewer.pl
2018-10-16 Ricardo MonesUpdate thread tools
2018-10-16 Andrej Kacian...and one more forgotten NULL check.
2018-10-16 Andrej KacianAdded some NULL checks in passwordstore.c to avoid...
2018-10-16 Andrej KacianFix unit tests building, broken after the file-utils...
2018-10-16 Andrej KacianFix file-utils related compiler warnings in crash.c.
2018-10-16 Colin LeroyFix hang on IMAP - the log file is accessed by multiple...
2018-10-16 Colin LeroyFix performance loss on certain file I/O that doesn...
2018-10-16 Colin LeroyMake safe_fclose static now that it can be
2018-10-16 Colin LeroyRename claws_io to file-utils, and move file-related...
2018-10-16 Colin LeroyWrap file I/O to claws_* to benefit from custom locking...
2018-10-16 Andrej KacianImprove debug output in passwd_store_set().
2018-10-16 Ricardo MonesFix CID 1439996 and remove unnecessary comparison
2018-10-16 Colin LeroyHey I'm married :)
2018-10-16 Ricardo MonesDon't ignore required file
2018-10-16 Colin LeroyFix indent, sorry.
2018-10-16 Colin LeroyFix build
2018-10-16 Colin LeroyUse a memory-based FILE pointer when we can; speeds...
2018-10-16 Colin LeroyDon't bother parsing headers when we want to skip them
2018-10-16 Colin LeroyFix big leak on mimeinfo freeing
2018-10-16 Colin LeroyHalve the time spent manipulating case in case-insensit...
2018-10-16 Colin LeroyImplement safe_fclose() so we can respect the "Metadata...
2018-10-06 Andrej KacianBump required GTK+ version to 3.20.
2018-10-05 Andrej KacianFixed stock icons to have correct size instead of 0x0.
2018-10-05 Andrej KacianRemoved a few deprecated GTK API calls in mimeview.c.
2018-10-05 Andrej KacianDo not force textview's minimum width.
2018-10-05 Andrej KacianCorrectly restore msgview and sourceview remembered...
2018-10-04 Andrej KacianRestore prefswindow's remembered size correctly.
2018-10-04 Andrej KacianMake main mainwindow components' sizing slightly more...
2018-10-04 Andrej KacianUse correct type for GtkAdjustments in RSSyl and Vcalendar.
2018-10-04 Andrej KacianDo not use trim_string() in RSSyl's rename folder dialog.
2018-10-04 Ricardo MonesSimplify comparison
2018-10-04 Ricardo MonesDisallow zero-length entity
2018-10-04 Ricardo MonesFix CID 1439871 and validate Unicode char strictly
2018-10-04 Andrej KacianMake entity_decode() handle invalid input better.
2018-10-04 Colin LeroyFix Reply from mainwindow menu and toolbar when mainwin...
2018-10-04 Colin LeroyFix Coverity #1372351
2018-10-04 Colin LeroyFix build warning
2018-10-04 Colin LeroyFix Coverity #1220388
2018-10-04 Colin LeroyFix Coverity #1220444
next