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
/
BuddyExpectator
/
src
/
options.cpp
Age
Commit message (
Expand
)
Author
2014-12-13
SendDlgItemMessage(..., ..., BM_GETCHECK,0,0) -> IsDlgButtonChecked(..., ...)
Rozhuk Ivan
2014-12-13
SendMessage(GetDlgItem -> SendDlgItemMessage
Rozhuk Ivan
2014-12-09
code cleanup over mir_sntprintf + small bug fix
Rozhuk Ivan
2014-12-01
ZeroMemory -> memset, few bugs fised
Rozhuk Ivan
2014-08-12
extraicons registration moved to Load()
Kirill Volinsky
2014-06-11
correct ServiceExists call for popups
George Hazan
2014-02-10
HCONTACT is not needed anymore
George Hazan
2014-02-10
- HANDLE hContact => HCONTACT
George Hazan
2013-10-10
- MS_CLIST_GETSTATUSMODEDESCRIPTION replaced with the direct clist call
George Hazan
2013-09-25
valid options initialization
George Hazan
2013-09-18
double ;; removed
Kirill Volinsky
2013-05-19
Reverted some broken plugins settings.
Robert Pösel
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-04-05
- rest of menus cleared;
George Hazan
2013-03-14
old ansi popups removed, noone used them anyway
George Hazan
2013-03-06
cleanup of the unnecessary UnhookEvent() calls
George Hazan
2013-02-23
added precompiled header
Kirill Volinsky
2013-02-10
uuid standartization
Kirill Volinsky
2012-12-07
- Options tree items change
Vadim Dashevskiy
2012-11-04
kernel extraicons, part II
George Hazan
2012-11-03
no more MS_CLIST_EXTRA_ADD_ICON in the application code
George Hazan
2012-11-02
final switch to the typed icolib api
George Hazan
2012-10-10
service call replaced with the direct function call
George Hazan
2012-08-21
first unicode build of BuddyExpectator
Tobias Weimer
2012-07-09
BuddyExpectator: changed folder structure
Vadim Dashevskiy