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
/
StatusPlugins
/
KeepStatus
/
options.cpp
Age
Commit message (
Expand
)
Author
2015-08-28
mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...
George Hazan
2015-08-15
StatusPlugins:
Tobias Weimer
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-05-23
mir_tstrncpy <> _tcsncpy
George Hazan
2015-05-23
replace _tcsncpy to mir_tstrncpy
Kirill Volinsky
2015-04-15
after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...
George Hazan
2014-12-16
KeepStatus: changed warning lavel to w4
Kirill Volinsky
2014-12-14
SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)
Rozhuk Ivan
2014-12-01
mir_snprintf(..., sizeof() -> SIZEOF(), ...)
Rozhuk Ivan
2014-12-01
ZeroMemory -> memset, few bugs fised
Rozhuk Ivan
2014-06-11
correct ServiceExists call for popups
George Hazan
2014-03-12
Some fixes for x64: SetWindowLong -> SetWindowLongPtr, GetWindowLong -> GetWi...
Rozhuk Ivan
2013-09-25
valid options initialization
George Hazan
2013-09-20
using Uxtheme
Kirill Volinsky
2013-07-25
replace sprintf to mir_snprintf (part 6)
Kirill Volinsky
2013-05-19
"PopUp" everywhere was replaced to "Popup"
Robert Pösel
2013-04-06
small cleanup
Kirill Volinsky
2013-04-05
- rest of menus cleared;
George Hazan
2013-03-15
various popup related code cleaning
George Hazan
2013-03-14
old ansi popups removed, noone used them anyway
George Hazan
2012-10-20
minor cleanup
Tobias Weimer
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-05-15
initial commit
Vadim Dashevskiy