Fix help about command-line arguments that do require a parameter.
[claws.git] / src / gtk /
2020-02-11 Paulupdate to 2020
2020-01-10 wwpUpdated contributors list.
2019-10-01 Pauladd 'Re-edit' to the message context menu in the Drafts...
2019-09-27 Paulfixes to last 2 commits
2019-09-27 wwpComplete the contributors list in AUTHORS and sort...
2019-09-27 wwpSyntax highlight improvements, patches by Jakub Kicinsk...
2019-09-19 Pauladd patch RFE 4244, 'Handle additional Date header...
2019-09-19 Paulfix bug 4239, 'Preferences: Text Options Header Display...
2019-09-06 Ricardo MonesUpdate authors lists
2019-01-04 Andrej KacianFix an impossible to trigger buffer overflow
2019-01-04 Paulupdate copyright year
2019-01-04 Paulfix bug 4143, 'fingerprint in SSL/TLS certificates...
2018-12-29 Andrej KacianRestore line removed by mistake in previous commit.
2018-12-29 Andrej KacianFix incorrect pointer arithmetic in w32_filesel.c
2018-12-24 wwpWindow sizes are now remembered for the Python console,
2018-12-21 Andrej KacianAdd Server Name Indication support to TLS connections...
2018-12-15 Andrej KacianGet rid of our strcmp2() in favour of glib's g_strcmp0()
2018-12-14 Pauldocument new Portuguese translator
2018-11-29 Andrej KacianRemove file gtk/gdkkeysyms-new.h, since we now require...
2018-11-12 Andrej KacianRestored a mistakenly removed ifdef.
2018-11-07 Paulremove all gtk3 conditionals
2018-11-07 Paulremove --enable-gtk3 configure flag
2018-11-07 Pauldrop redundant md5 fingerprint; more clearly indicate...
2018-11-05 Andrej KacianMake sure all users of GtkCMCList do not blindly assume...
2018-10-23 Andrej KacianRemoved deprecated g_type_class_add_private() call...
2018-10-23 Andrej KacianUse GTK private struct feature correctly in ClawsSpellE...
2018-10-23 Andrej KacianRemoved deprecated g_type_class_add_private() call...
2018-10-16 Andrej KacianDo not redraw focus of GtkCMCList if the row is unchang...
2018-10-16 Paulfix bug (rfe) 4102, 'Show SHA-256 fingerprint in certif...
2018-10-07 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
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-07 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2018-10-07 Colin LeroyHey I'm married :)
2018-09-20 wwpQuicksearch: expand extended symbols on "Edit", patch...
2018-08-31 Andrej KacianAdded unit test framework, and some initial unit tests.
2018-08-24 Colin LeroyBetter GUI (with calendar) for date filtering condition.
2018-08-24 Colin LeroyMove time selector from vCalendar to gtkutils
2018-08-24 Colin LeroyFiltering: add date_before and date_after
2018-08-16 wwpFix/normalize product name in few places in UI and...
2018-07-20 Paulfix bug 4058, '# in extended search description window...
2018-07-13 Andrej KacianFix a condition typo in gtk_cmclist_motion().
2018-05-28 wwpCode cleanup around glib version check (2.28 minimum).
2018-05-26 Paulfix bug #4023, 'Fix some small issues'
2018-05-25 wwpFix missing initializers, taking for reference GLib...
2018-05-23 Paulupdate UI copyright year
2018-05-22 wwpFix few unchecked return values reported by Coverity:
2018-05-22 Paulfix syntax error in man page
2018-05-16 Ricardo MonesUpdate lists of contributors
2018-05-07 wwpFix a memory leak in quicksearch code.
2018-05-05 wwpSave few warnings around mistyped uses of g_list_length().
2018-04-27 Andrej KacianIgnore the expander "hot spots" in folderview for child...
2018-04-23 wwpDon't add "Go to last error" to filtering log window...
2018-04-03 Paulreplace deprecated 'NONE' token
2018-03-29 Andrej KacianChange how main window's keyboard accelerators are...
2018-03-19 wwpFixed hook_id declarations to be gulong instead of...
2018-03-03 Andrej KacianFix potential crashes in gtkut_tree_view_get_selected_p...
2018-02-27 Andrej KacianMake the gtkut_tree_view_get_selected_pointer() more...
2018-02-27 Andrej KacianAdd gtkut_tree_view_get_selected_pointer() helper function.
2018-02-24 Andrej KacianFix memory leaks from results of gtk_tree_model_get().
2018-02-24 Andrej KacianUnreference GtkTreeModel pointers after they've been...
2018-02-17 Andrej KacianReplace GtkCMCList in folder sort dialog with GtkTreeView.
2018-02-13 Andrej KacianMake GtkCMCList/Tree use "text", not "fg" rc property...
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-02-06 Andrej KacianGet rid of final direct GTK struct member access from...
2018-02-06 Andrej KacianClawsSpellEntry does not need to implement GtkEditable
2018-02-06 Ralph SennhauserReplace gtk_style_unref()
2018-02-06 Ralph SennhauserDrop no longer used gtk+2 utility functions
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 Andrej KacianReplaced some deprecated GTK+ API calls in gtkaspell.c.
2018-02-05 Ricardo MonesFix some copyright headers
2018-02-05 Ricardo MonesMove all colors into an array
2018-01-14 Ricardo MonesAdd "Go to last error" to log window context menu
2017-12-17 Paulupdate translations
2017-12-12 Ricardo MonesUpdate lists of authors
2017-12-08 Ricardo MonesColor buttons proportional to font size
2017-09-23 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2017-09-23 Andrej KacianUse separate account configuration for OpenPGP and...
2017-09-07 Ricardo MonesUpdate authors' files
2017-09-05 Paulfix bug 3892, 'build fails with enchant-2.1.0'
2017-08-26 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2017-08-26 Andrej KacianFixed incorrect PERL_LDFLAGS modification with sed.
2017-07-11 Andrej KacianFix a memory leak around buttons in Colors prefs page.
2017-07-07 Andrej KacianCorrect the use of pthread_create() in several places.
2017-07-01 Andrej KacianRemoved the "Change to..." fake menuitem from spelling...
2017-06-18 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2017-06-16 Paulfix building on MAC. fixes bug 3835, 'autogen.sh fails...
2017-05-26 Andrej KacianUse a better shadow type on pluginwindow's "Description...
2017-05-26 Andrej KacianAdd keyboard shortcuts to pluginwindow Load.../Unload...
2017-05-21 Andrej KacianSome forgotten cleanups for previous commit, 70ea2d849.
2017-05-21 Andrej KacianHopefully fixed sporadic crashes in Windows native...
2017-05-12 Andrej KacianFix incorrect labels in folder selection dialog
2017-04-13 Andrej KacianAssume direct TLS if SMTP autoconfig finds port 465.
2017-04-02 Paulold/new version display
2017-03-31 Ricardo MonesReally fix bug #3784: Very similar strings in src/gtk...
2017-03-26 Paulupdate German translator
next