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