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
/
IEView
/
src
/
TemplateHTMLBuilder.cpp
Age
Commit message (
Expand
)
Author
2016-01-21
IEView: memleaks fix, warnings fix
MikalaiR
2015-10-02
IEView: flash avatars removed; other fixes
MikalaiR
2015-08-28
mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...
George Hazan
2015-07-24
ieview: common project
Kirill Volinsky
2015-06-19
SIZEOF replaced with more secure analog - _countof
George Hazan
2015-06-19
timezone api migrated to mir_core
George Hazan
2015-05-23
mir_tstrncpy <> _tcsncpy
George Hazan
2015-05-23
replace _tcsncpy to mir_tstrncpy
Kirill Volinsky
2015-05-23
replace strncat to mir_strncat
Kirill Volinsky
2015-05-23
replace _tcscat to mir_tstrcat
Kirill Volinsky
2015-05-23
replace strcat to mir_strcat
Kirill Volinsky
2015-05-22
replace _tcscpy to mir_tstrcpy
Kirill Volinsky
2015-05-22
replace strcpy to mir_strcpy
Kirill Volinsky
2015-05-22
T2Utf - handy replacement for ptrA<mir_utf8decodeT()>
George Hazan
2015-05-22
replace _tcslen to mir_tstrlen
Kirill Volinsky
2015-05-22
replace strlen to mir_strlen
Kirill Volinsky
2015-05-16
fix for strncat use
Kirill Volinsky
2015-04-19
- all strings operations were rewritten using CMString instead of ugly self-m...
George Hazan
2015-03-27
IEView:
Tobias Weimer
2014-12-15
IEView: changed warning lavel to w4
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-18
crash fix
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
- HANDLE hContact => HCONTACT
George Hazan
2013-12-27
old nasty perversion EVENTTYPE_STATUSCHANGE removed forever
George Hazan
2013-07-25
replace sprintf to mir_snprintf (part 5)
Kirill Volinsky
2013-05-16
words of wisdom were well received
George Hazan
2013-05-16
shortened typedefs for string buffers:
George Hazan
2013-04-06
postfix to the standard functions patch by Mataes
George Hazan
2013-04-05
- rest of menus cleared;
George Hazan
2013-03-27
- Ieview fix (patch from Mataes)
Vadim Dashevskiy
2013-03-23
finaly ieview should work with noavatar in formats png and jpg
Kirill Volinsky
2013-03-17
one more part of replacing own functions to core functions
Kirill Volinsky
2013-03-16
own UTF8Encode removed. now use core encoding.
Kirill Volinsky
2013-03-16
fixed checking jpg format if png not founded
Kirill Volinsky
2013-03-01
service call replaced with helper: MS_UTILS_PATHTOABSOLUTEW
George Hazan
2013-02-27
added version info
Kirill Volinsky
2012-12-23
- Ieview: noavatar.png added
Vadim Dashevskiy
2012-11-05
introduced Unicode service for IEView date&time templates
George Hazan
2012-11-02
final switch to the typed icolib api
George Hazan
2012-07-20
IEView, IgnoreState: changed folder structure
Vadim Dashevskiy