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
/
Utils
/
mir_options.cpp
Age
Commit message (
Expand
)
Author
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-05-16
cleanup
Kirill Volinsky
2014-12-17
MyDetails: changed warning lavel to w4
Kirill Volinsky
2014-12-17
removed not needed file
Kirill Volinsky
2014-12-02
mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)
Rozhuk Ivan
2014-12-01
ZeroMemory -> memset, few bugs fised
Rozhuk Ivan
2014-11-30
new sorting functions applied
George Hazan
2014-11-30
lstr* replacements
George Hazan
2014-11-30
Fix buf size for Get/Set text, open/save file name
Rozhuk Ivan
2014-05-30
db_mc_getMostOnline - a handy helper for MS_MC_GETMOSTONLINECONTACT
George Hazan
2014-02-10
HCONTACT is not needed anymore
George Hazan
2014-02-10
- HANDLE hContact => HCONTACT
George Hazan
2013-06-10
unused code -> ftopku
George Hazan
2013-05-17
macro redefinition fixed
Tobias Weimer
2013-04-05
- rest of menus cleared;
George Hazan
2013-03-02
rest of TCHAR_STR_PARAM replaced
George Hazan
2012-12-01
- mir_icons.h removed from project;
George Hazan
2012-11-20
- all xstatus services moved to m_xstatus.h
George Hazan
2012-10-07
death of old nasty clutch with MS_PROTO_ENUMPROTOCOLS & PROTOACCOUNT::type
George Hazan
2012-09-28
do not translate account names
Tobias Weimer
2012-07-24
SimpleAR, SimpleStatusMsg, SmileyAdd, SpellChecker: changed folder structure
Vadim Dashevskiy
2012-07-20
andalso another accounts related code fixed
George Hazan
2012-07-20
- skinning for a frame
George Hazan
2012-07-19
- various icolib fixes;
George Hazan
2012-07-19
Unicode in status message plugins
George Hazan
2012-07-18
compilation fix for MyDetails
George Hazan
2012-06-20
- direct call of MS_SKIN_ADDNEWSOUND replaced with Skin_AddSound() call;
George Hazan
2012-06-16
another portion of "#ifdef Unicode" removal
Vadim Dashevskiy
2012-05-20
warning fix
George Hazan
2012-05-18
plugins folders renaming
Kirill Volinsky