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
/
Sessions
/
Src
/
Options.cpp
Age
Commit message (
Expand
)
Author
2015-04-15
after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...
George Hazan
2015-04-06
options section name as in other plugins
Dart Raiden
2014-12-14
SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)
Rozhuk Ivan
2014-12-14
SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)
Rozhuk Ivan
2014-12-13
SendMessage(GetDlgItem -> SendDlgItemMessage
Rozhuk Ivan
2014-12-12
Sessions: changed warning lavel to w4
Kirill Volinsky
2014-12-01
ZeroMemory -> memset, few bugs fised
Rozhuk Ivan
2014-11-26
Sessions: memcpy fix
Kirill Volinsky
2014-11-03
more code cleaning
George Hazan
2014-11-03
massive code cleaning for Sessions
George Hazan
2014-02-12
another bunch of useless conversions died
George Hazan
2014-02-10
HCONTACT is not needed anymore
George Hazan
2014-02-10
HCONTACT, part 3
George Hazan
2014-02-10
- HANDLE hContact => HCONTACT
George Hazan
2013-09-25
valid options initialization
George Hazan
2013-04-09
- short function names allows to write database loops in one string;
George Hazan
2013-04-07
Sessions: contacts are HANDLEs, not DWORDs
George Hazan
2013-04-07
end of the old database macroses
George Hazan
2013-04-06
small cleanup
Kirill Volinsky
2013-04-05
- rest of menus cleared;
George Hazan
2013-03-09
removed not used headers
Kirill Volinsky
2013-03-04
new subclassing functions applied to all plugins
George Hazan
2013-02-13
- boost updated to 1.53, and should be placed into ..\..\boost folder
George Hazan
2012-12-02
new easy standard way of registering icons: Icon_Register
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-06-19
fixes for the options page translation
George Hazan
2012-06-18
- PLUGININFO structure removed at all;
George Hazan
2012-06-02
- code cleaning
George Hazan
2012-05-15
initial commit
Vadim Dashevskiy