index
:
miranda-ng.git
0_95_10_2
jabber_test
master
miranda-ng main repo mirror (manuall sync only)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
CmdLine
/
src
/
utils.cpp
Age
Commit message (
Expand
)
Author
2016-07-31
CmdLine: - Fixed unicode conversion
Tobias Weimer
2016-07-27
less TCHARs
George Hazan
2016-05-18
these tons of code aren't needed anymore...
George Hazan
2015-08-28
mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...
George Hazan
2015-08-13
data format fixes
Kirill Volinsky
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-07
- common.props divided into app.props & plugin.props;
George Hazan
2015-05-24
replace wcslen to mir_wstrlen
Kirill Volinsky
2015-05-23
mir_tstrncpy <> _tcsncpy
George Hazan
2015-05-23
replace strncpy to mir_strncpy
Kirill Volinsky
2015-05-23
replace strcat to mir_strcat
Kirill Volinsky
2015-05-22
replace strcpy to mir_strcpy
Kirill Volinsky
2015-05-22
replace _tcsicmp to mir_tstrcmpi
Kirill Volinsky
2015-05-22
replace strlen to mir_strlen
Kirill Volinsky
2014-12-01
ZeroMemory -> memset, few bugs fised
Rozhuk Ivan
2014-02-24
- added ME_FILEDLG_CANCELED & ME_FILEDLG_SUCCEEDED events to support async fi...
George Hazan
2014-02-10
HCONTACT is not needed anymore
George Hazan
2014-02-10
- HANDLE hContact => HCONTACT
George Hazan
2013-10-24
more warning fixes
George Hazan
2013-08-15
we use bin2hex now instead of mir_snprintf("%02x")
George Hazan
2013-07-25
replace sprintf to mir_snprintf (part 5)
Kirill Volinsky
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
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-07-16
Clist_mw, Clist_nicer, CmdLine, Console: folder structure change
Vadim Dashevskiy