index
:
miranda-ng.git
0_95_10_2
jabber_test
master
xmpp_message_handling_refactoring
miranda-ng main repo mirror (manuall sync only)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
XSoundNotify
/
src
/
xsn_main.cpp
Age
Commit message (
Expand
)
Author
2015-09-05
XSoundNotify: menu uid
Alexander Lantsev
2015-08-28
mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...
George Hazan
2015-08-01
XSoundNotify: common project
Kirill Volinsky
2015-06-30
MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced w...
George Hazan
2015-06-29
- unified menu creation using wrapper class CMenuItem;
George Hazan
2015-06-28
finally CLISTEVENT removed completely
George Hazan
2015-06-27
- CLISTMENUITEM::pszContactOwner removed, because it's supported only by cont...
George Hazan
2015-06-22
- CLISTMENUITEM::cbSize - atavism removed;
George Hazan
2015-06-19
SIZEOF replaced with more secure analog - _countof
George Hazan
2015-06-19
- all static protocol services replaced with functions;
George Hazan
2015-06-15
MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function calls
George Hazan
2015-06-14
WindowList_* functions are not services anymore; unneeded helpers removed
George Hazan
2015-06-04
new mir_snprintf templates without SIZEOF
George Hazan
2015-01-16
MEVENT - the strict type for events, they are not HANDLE anymore
George Hazan
2014-12-13
XSoundNotify: fixed no sound after custon sound
Kirill Volinsky
2014-12-12
XSoundNotify: crash fix
Kirill Volinsky
2014-12-12
XSoundNotify: changed warning lavel to w4
Kirill Volinsky
2014-12-11
XSoundNotify: added chat rooms support
Kirill Volinsky
2014-12-01
mir_snprintf(..., sizeof() -> SIZEOF(), ...)
Rozhuk Ivan
2014-07-21
fixed working in x64
Kirill Volinsky
2014-06-14
XSoundNotify: Use status descriptions from core
Tobias Weimer
2014-06-13
Few translation fixes
Robert Pösel
2014-02-16
code cleaning
George Hazan
2014-02-10
these conversions aren't needed either
George Hazan
2014-02-10
HCONTACT is not needed anymore
George Hazan
2014-02-10
- HANDLE hContact => HCONTACT
George Hazan
2014-01-21
- new typed helper, WindowList_Create, to create a window list
George Hazan
2013-08-06
- added sounds for the protocols' state change;
George Hazan
2013-06-29
rest of unused databases services removed
George Hazan
2013-05-16
words of wisdom were well received
George Hazan
2013-05-16
shortened typedefs for string buffers:
George Hazan
2013-04-13
fixed playsound hooking
Kirill Volinsky
2013-04-10
fix for inaccurate lists' declarations
George Hazan
2013-04-09
- short function names allows to write database loops in one string;
George Hazan
2013-04-06
added ignore sound checkbox
Kirill Volinsky
2013-04-05
- rest of menus cleared;
George Hazan
2013-04-05
code cleaning
Kirill Volinsky
2013-04-05
added contact menu support
Kirill Volinsky
2013-04-04
preparing contacts menu item
Kirill Volinsky
2013-04-04
added support of all accounts (not only icq and jabber)
Kirill Volinsky
2013-04-02
- XSoundNotify: boost removal pt 1 (patch from Mataes)
Vadim Dashevskiy
2013-04-02
- XSoundNotify - adopted
Vadim Dashevskiy