Implemented support for links
[claws.git] / src / mainwindow.c
2019-01-20 Andrej KacianAdd a menu item to open debug log file on Windows
2018-12-15 Andrej KacianGet rid of our strcmp2() in favour of glib's g_strcmp0()
2018-12-01 Andrej KacianCreate "/Menus" in mainwindow's UI manager in mainwindo...
2018-12-01 Andrej KacianAdded MainWin* parameter to folderview_create().
2018-11-26 Paulbe more informative in 'Add mailbox' dialogue
2018-11-07 Paulremove all gtk3 conditionals
2018-10-03 Colin LeroyFix Reply from mainwindow menu and toolbar when mainwin...
2018-09-28 Colin LeroyFix bug #3889, "Address and quoted message inconsistent...
2018-09-27 Colin LeroyFix Quicksearch eating keypresses it didn't handle.
2018-08-26 Paulalways show the full version on the mainwindow regardle...
2018-08-03 Andrej KacianFix memory leaks in toolbar handling of alternate icons...
2018-07-25 Andrej KacianWhen switching to/from offline mode, reset override...
2018-06-09 Paulfix bug where 'sort_type' is lost when changing 'sort_k...
2018-05-08 Andrej KacianFix crash in quicksearch keypress handling.
2018-05-04 wwpDon't manage account list focus state when closing...
2018-04-25 wwpFix sensitivity of the main window's 'View/Message...
2018-03-29 Andrej KacianChange how main window's keyboard accelerators are...
2018-02-28 Ricardo MonesRemove unused struct member in SummaryView
2018-02-26 Andrej KacianRevert "fix bug 3973, ''select all' in summaryview...
2018-02-25 Paulfix bug 3973, ''select all' in summaryview does not...
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 Ralph SennhauserDrop no longer used gtk+2 utility functions
2018-02-05 Ricardo MonesMove all colors into an array
2017-11-27 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2017-11-24 Andrej KacianReenable filtering log on Windows, as it is no longer...
2017-03-18 Andrej KacianAdd more granular options on when to open a selected...
2017-03-16 Andrej KacianAllow custom window title for the folder selection...
2017-02-27 wwpFix bug #3775, wrong plural form string.
2017-01-24 wwpFix typos and a wrong switch expression (coverity CID...
2017-01-21 wwpAlways show a notice dialog after delete-dupes, even...
2017-01-20 wwpMain window's toolbar delete dupes button is now a...
2017-01-19 wwpAdd "Delete duplicates" (delete duplicated messages...
2017-01-04 wwpFix marking all as (un)read recursively when the confir...
2017-01-03 wwpFix missing array initializers and line everything up.
2016-12-13 wwpMerge branch 'master' of ssh+git://git.claws-mail.org...
2016-12-13 wwpInternal API change: split read/unread marking features...
2016-12-12 wwpFix table order.
2016-12-12 wwpAdd new mark-all-unread (and recursively when relevant...
2016-11-16 Paulfix some menu sensitivity issues
2016-11-05 Paulmore fixes for Go To actions not obeying 'always_show_m...
2016-10-25 Pauland another 'SSL' to 'SSL/TLS'
2016-10-03 Ricardo MonesFix #3014: The icon for folder drafts with hideā€¦
2016-07-28 Ricardo MonesFix some debug messages and update headers
2016-07-22 PaulRemove unneeded 'Other' from View/Go to/Other folder...
2016-07-21 Andrej KacianFurther improve API isolation of folderview.
2016-07-21 Andrej KacianUse folderview_grab_focus() outside of folderview.c.
2016-07-20 Andrej KacianRemove unused GtkWidget* argument in stock_pix* functions.
2016-05-28 Andrej KacianFix --select CLI option on Windows when selecting a...
2016-03-27 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2016-03-19 Andrej KacianChange default show/hide shortcut to Ctrl+F12.
2016-03-03 Andrej Kacian"Master password" is now called "master passphrase".
2016-02-09 Andrej KacianAddendum to 503cb50 (Fix build with --with-password...
2016-02-08 Andrej KacianFix build with --with-password-encryption=old
2016-02-07 Andrej KacianAdded "Forget master password" mainwindow menu entry.
2016-01-23 Andrej KacianMake procmsg_msginfo_free() zero out pointers to freed...
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-16 Colin LeroyFix bug #3563 (URL parser will read out of bounds when...
2015-11-14 Paulremove the internally used plus symbol from the transla...
2015-10-03 Paulmove 'delete thread' to Message menu, fix it's name...
2015-10-01 Ricardo MonesRemove line breaks from g_warning()
2015-01-26 PaulMac-Cyrillic menu updates. patch by Anton Butanaev
2015-01-19 Pauladd support for x-mac-cyrillic encoding.
2014-07-25 Paulfix the doubled up mnemonic
2014-07-25 Pauladd option to toggle mainwindow menubar, (hotkey F12)
2014-06-06 Colin LeroyCoverity fixes
2014-06-05 Colin LeroyMore Coverity fixes
2014-06-03 Paulfix bug 3170, 'QuickSearch fights with View/Hide read...
2014-05-30 Colin LeroyFix bug #2728, "erroneous switching from one to three...
2014-05-15 Colin LeroyFactorize folderview_find_next_{unread,new,marked}
2014-05-02 Colin LeroyFix early reset of main_window_reflect_tags_changes_rea...
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
2013-12-03 Paulfix sensitivity and state of 'hide read threads'
2013-06-11 Paulremove obsolete maemo support
2013-04-27 Paulfix some string inconsistencies
2013-04-26 Paulfix implicit declaration warnings
2013-04-26 Paulfix crasher when using /Edit/Search folder on start...
2013-03-20 Colin LeroyMake the mainwindow's version string shorter when
2013-03-09 Ricardo Mones2013-03-09 [mones] 3.9.0cvs111
2013-02-16 Colin Leroy2013-02-16 [colin] 3.9.0cvs71
2013-02-11 Paul Mangan2013-02-11 [paul] 3.9.0cvs61
2012-12-12 Colin Leroy2012-12-12 [colin] 3.9.0cvs47
2012-12-03 Tristan Chabredier2012-12-03 [wwp] 3.9.0cvs40
2012-11-30 Tristan Chabredier2012-11-30 [wwp] 3.9.0cvs32
2012-11-30 Tristan Chabredier2012-11-30 [wwp] 3.9.0cvs31
2012-11-29 Colin Leroy2012-11-29 [colin] 3.9.0cvs30
2012-11-28 Tristan Chabredier2012-11-28 [wwp] 3.9.0cvs29
2012-11-28 Colin Leroy2012-11-28 [colin] 3.9.0cvs28
2012-11-27 Colin Leroy2012-11-27 [colin] 3.9.0cvs22
2012-11-23 Colin Leroy2012-11-23 [colin] 3.9.0cvs20
2012-11-15 Colin Leroy2012-11-15 [colin] 3.9.0cvs4
2012-10-06 Ricardo Mones2012-10-06 [mones] 3.8.1cvs85
2012-09-19 Ricardo Mones2012-09-19 [mones] 3.8.1cvs67
2012-09-19 Colin Leroy2012-09-19 [colin] 3.8.1cvs64
2012-09-12 Colin Leroy2012-09-12 [colin] 3.8.1cvs52
2012-09-08 Colin Leroy2012-09-08 [colin] 3.8.1cvs46
2012-08-29 Colin Leroy2012-08-29 [colin] 3.8.1cvs40
2012-08-27 Colin Leroy2012-08-27 [colin] 3.8.1cvs37
next