aboutsummaryrefslogtreecommitdiff
path: root/src/trayicon.c
AgeCommit message (Expand)Author
2014-11-06made 'Toggle window on trayicon click' option work on Windows 7.hiro
2012-06-25possible fix for gmodule link error on some environments (#74). Updated copyr...hiro
2012-01-06extended the blinking period of tray icon to 10 seconds.hiro
2009-10-02added missing locks on idle callbacks.hiro
2009-09-17introduced multi-threading.hiro
2007-09-20removed all warnings output with -Wall.hiro
2007-01-11added the option to toggle window on trayicon click.hiro
2006-11-10implemented trayicon notification with eggtrayicon.hiro
2006-11-09only disable new mail notification when a new mail is actually read.hiro
2006-11-08added icons for notifying the arrival of new mail.hiro
2006-10-20trayicon_set_notify(): unset blinking correctly.hiro
2006-10-05fixes main window kept hidden on popup with another process.hiro
2006-09-28trayicon.c: fixed trayicon_destroy().hiro
2006-09-28cleanup trayicon on exit.hiro
2006-09-28added 16x16 Sylpheed icon.hiro
2006-09-28some code cleanups.hiro
2006-09-27added mail arrival notification at tray icon.hiro
2006-09-26trayicon.c: fixed compilation failure.Hiro
2006-09-26implemented tray icon in Win32.hiro
2006-02-07force iconify even if window is hidden by always-on-top windows when trayicon...hiro
2006-02-07modified storing into trayicon.hiro
2006-02-02don't enable trayicon action if modal window exists. Present window on click ...hiro
2006-01-19fixed account selector of compose window having unintended mnemonic.hiro
2006-01-13perform show/hide on trayicon click. Implemented popup menu on trayicon.hiro
2005-10-17handle destroy event properly.hiro
2005-08-31enable compilation on MinGW.hiro
2005-08-24separated trayicon into another module, and notify new messages with trayicon...hiro