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_datawnd.cpp
Age
Commit message (
Expand
)
Author
2015-08-11
code cleaning
George Hazan
2015-06-21
MS_UTIL_OPENURL -> mir_core::Utils_OpenUrl
George Hazan
2015-06-21
- resizer moved to mir_core, because it uses hard-coded windows structures;
George Hazan
2015-06-19
SIZEOF replaced with more secure analog - _countof
George Hazan
2015-05-23
mir_tstrncpy <> _tcsncpy
George Hazan
2015-05-23
replace strncpy to mir_strncpy
Kirill Volinsky
2015-05-22
replace strcpy to mir_strcpy
Kirill Volinsky
2015-05-22
replace strlen to mir_strlen
Kirill Volinsky
2014-12-14
GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...)
Rozhuk Ivan
2014-12-13
SendMessage(GetDlgItem -> SendDlgItemMessage
Rozhuk Ivan
2014-12-13
MoveMemory -> memmove
Rozhuk Ivan
2014-12-13
CopyMemory -> memcpy
Rozhuk Ivan
2014-12-13
arg fixes for MS_UTILS_OPENURL service
Rozhuk Ivan
2014-12-02
useless calls of mir_*strlen in DrawText replaced with -1
George Hazan
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-07-16
in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to be...
George Hazan
2014-03-12
SetWindowLongPtr() and GetWindowLongPtr() multiple fixes for x64
Rozhuk Ivan
2014-02-16
code cleaning
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-09-24
plugins cleanup
Kirill Volinsky
2013-08-13
many translation fixes
Tobias Weimer
2013-07-28
some missing SIZEOFs
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