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
/
IEHistory
/
src
/
dlgHandlers.cpp
Age
Commit message (
Expand
)
Author
2020-02-24
IEHistory: some old trash removed
George Hazan
2019-10-30
fixes #2109 (IEHistory doesn't display file transfers)
George Hazan
2019-10-30
IEHistory : options code cleaning
George Hazan
2019-09-18
- more shit cleared from C++ code;
George Hazan
2019-09-18
m_ieview.h: code cleaning
George Hazan
2019-01-18
code cleaning
George Hazan
2018-11-12
db_* functions replaced with g_plugin calls
George Hazan
2018-11-12
end of ME_OPT_INITIALISE related zoo in another plugins
George Hazan
2018-11-07
IEHistory: memory allocation fix
George Hazan
2018-05-20
CMPlugin to receive a reference to PLUGININFOEX
George Hazan
2018-05-17
IEHistory: cmplugin adaptation
Kirill Volinsky
2017-12-06
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6...
Kirill Volinsky
2017-12-06
convert all files exept curl and new_gpg to utf-8 BOM
Kirill Volinsky
2017-11-28
Source files converted to utf-8
Kirill Volinsky
2017-11-13
Code modernize ...
Goraf
2017-01-17
useless field DBEVENTINFO::cbSize removed
George Hazan
2016-07-27
<tchar.h> removed from <m_system.h>
George Hazan
2016-07-26
less TCHARs:
George Hazan
2016-07-25
hello, Unix.
George Hazan
2015-08-04
warning fixes
George Hazan
2015-06-19
SIZEOF replaced with more secure analog - _countof
George Hazan
2015-05-22
replace strlen to mir_strlen
Kirill Volinsky
2015-05-11
cleanup
Kirill Volinsky
2015-03-24
* multiple WINE bug fixes over DeferWindowPos(), bug rep: https://bugs.winehq...
Rozhuk Ivan
2015-01-16
MEVENT - the strict type for events, they are not HANDLE anymore
George Hazan
2014-12-14
SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)
Rozhuk Ivan
2014-12-14
GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...)
Rozhuk Ivan
2014-12-14
SendMessage(... WM_GETTEXT ...) -> GetWindowText(...)
Rozhuk Ivan
2014-12-14
SendDlgItemMessage(...., WM_SETTEXT...) -> SetDlgItemText(...)
Rozhuk Ivan
2014-12-14
SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)
Rozhuk Ivan
2014-12-13
SendMessage(GetDlgItem -> SendDlgItemMessage
Rozhuk Ivan
2014-12-13
memmove -> memcpy in some cases, review req
Rozhuk Ivan
2014-11-30
Multiple fixes buff size for GetText and SetText.
Rozhuk Ivan
2014-08-22
IEHistory:
René Schümann
2014-08-22
one more correction
Dart Raiden
2014-08-22
IEHistory: translation fix
Dart Raiden
2014-08-22
IEHistory: decapitalization, description
Dart Raiden
2014-08-21
first version that compiles
George Hazan
2014-08-21
IEHistory: v0.0.1.6
René Schümann
2014-08-21
IEHistory: Miranda NG compatibility.
René Schümann
2014-08-21
IEHistory:
René Schümann