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
/
TooltipNotify
/
src
/
TooltipNotify.cpp
Age
Commit message (
Expand
)
Author
2016-04-26
absolutely useless service MS_CLUI_GETCAPS removed as pre-kernel clist atavism
George Hazan
2015-12-06
Fix for r15788
Tobias Weimer
2015-11-29
Core: SkinAddNewSound removed and replaced by SkinAddNewSoundEx
Tobias Weimer
2015-10-28
Optimize ME_DB_CONTACT_SETTINGCHANGED functions to not use mir_strcmp() but j...
Robert Pösel
2015-08-28
mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...
George Hazan
2015-08-11
'unreferenced formal parameter' warnings fixed
George Hazan
2015-06-30
MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced w...
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-17
minus MS_UTILS_SAVEWINDOWPOSITION & MS_UTILS_RESTOREWINDOWPOSITION
George Hazan
2015-05-23
mir_tstrncpy <> _tcsncpy
George Hazan
2015-05-23
replace _tcsncpy to mir_tstrncpy
Kirill Volinsky
2015-05-23
replace strncpy to mir_strncpy
Kirill Volinsky
2015-05-22
replace _tcslen to mir_tstrlen
Kirill Volinsky
2015-05-22
replace strlen to mir_strlen
Kirill Volinsky
2015-04-15
after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...
George Hazan
2015-03-14
TooltipNotify:
Tobias Weimer
2014-12-14
SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)
Rozhuk Ivan
2014-11-30
new sorting functions applied
George Hazan
2014-11-30
lstr* replacements
George Hazan
2014-07-27
rest of embedded clists
George Hazan
2014-02-24
- added ME_FILEDLG_CANCELED & ME_FILEDLG_SUCCEEDED events to support async fi...
George Hazan
2014-02-12
another bunch of useless conversions died
George Hazan
2014-02-11
"we don't need these variables" (c) Pink Floyd
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
2013-11-04
unneeded capitalization
Dart Raiden
2013-10-10
even less calls of MS_CLIST_GETSTATUSMODEDESCRIPTION
George Hazan
2013-09-25
valid options initialization
George Hazan
2013-07-25
replace sprintf to mir_snprintf (part 5)
Kirill Volinsky
2013-06-11
fix not to activate the tooltip window
George Hazan
2013-06-11
- buggy window position saving code replaced with the standard Miranda servic...
George Hazan
2013-05-19
"PopUp" everywhere was replaced to "Popup"
Robert Pösel
2013-04-09
- short function names allows to write database loops in one string;
George Hazan
2013-03-24
TooltipNotify now uses status description from the core
Tobias Weimer
2013-03-19
- translation fixes (patch from Basil)
Vadim Dashevskiy
2013-03-10
added precompiled header
Kirill Volinsky
2012-12-07
- Options tree items change
Vadim Dashevskiy
2012-11-25
typed stub for MS_PROTO_GETCONTACTBASEPROTO
George Hazan
2012-10-10
service call replaced with the direct function call
George Hazan
2012-10-07
death of old nasty clutch with MS_PROTO_ENUMPROTOCOLS & PROTOACCOUNT::type
George Hazan
2012-07-14
Updater removal - stage 3, TooltipNotify - changed place in options tree, Add...
Vadim Dashevskiy
2012-06-25
dynamic fonts' options translation
George Hazan
2012-06-20
- direct call of MS_SKIN_ADDNEWSOUND replaced with Skin_AddSound() call;
George Hazan
2012-06-19
fixes for the options page translation
George Hazan
2012-06-18
- PLUGININFO structure removed at all;
George Hazan
2012-06-16
another portion of "#ifdef Unicode" removal
Vadim Dashevskiy
2012-06-02
- code cleaning
George Hazan
2012-05-17
added some plugins
Kirill Volinsky