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
/
WebView
/
src
/
webview_services.cpp
Age
Commit message (
Expand
)
Author
2015-10-28
Optimize ME_DB_CONTACT_SETTINGCHANGED functions to not use mir_strcmp() but j...
Robert Pösel
2015-08-28
mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...
George Hazan
2015-08-27
fix for 64-bit issues & warnings
George Hazan
2015-08-11
code cleaning
George Hazan
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-31
- MAllStrings: a handy union to hold an incoming string parameter of any type;
George Hazan
2015-05-23
mir_tstrncpy <> _tcsncpy
George Hazan
2015-05-23
replace _tcsncpy to mir_tstrncpy
Kirill Volinsky
2015-05-23
replace _tcscat to mir_tstrcat
Kirill Volinsky
2015-05-22
replace strcmp to mir_strcmp
Kirill Volinsky
2014-11-30
new sorting functions applied
George Hazan
2014-11-30
lstr* replacements
George Hazan
2014-11-29
webview: code cleanup + x64 fix
Rozhuk Ivan
2014-07-16
in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to be...
George Hazan
2014-02-24
- added ME_FILEDLG_CANCELED & ME_FILEDLG_SUCCEEDED events to support async fi...
George Hazan
2014-02-10
these conversions aren't needed either
George Hazan
2014-02-10
HCONTACT is not needed anymore
George Hazan
2014-02-10
- HANDLE hContact => HCONTACT
George Hazan
2013-10-27
WebView: so much capitalization
Dart Raiden
2013-08-13
many translation fixes
Tobias Weimer
2013-07-28
some missing SIZEOFs
George Hazan
2013-07-28
varioius minor fixes
George Hazan
2013-07-28
first version of WebView that compiles in Unicode (but certaily doesn't work)
George Hazan
2013-07-28
WebView (not compilable yet):
George Hazan