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
/
DbEditorPP
/
src
/
addeditsettingsdlg.cpp
Age
Commit message (
Expand
)
Author
2015-05-23
replace strcat to mir_strcat
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
DbEditorPP: changed warning lavel to w4
Kirill Volinsky
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-13
SendMessage(GetDlgItem -> SendDlgItemMessage 2
Rozhuk Ivan
2014-03-12
SetWindowLongPtr() and GetWindowLongPtr() multiple fixes for x64
Rozhuk Ivan
2014-02-10
HCONTACT is not needed anymore
George Hazan
2014-02-10
- HANDLE hContact => HCONTACT
George Hazan
2013-10-09
English US correction (patch by RMN)
Vadim Dashevskiy
2013-07-25
replace sprintf to mir_snprintf (part 5)
Kirill Volinsky
2013-04-05
- rest of menus cleared;
George Hazan
2013-02-12
- rev [3582] reverted
Vadim Dashevskiy
2013-02-12
- DbEditorPP: unneeded translations removed (patch from person)
Vadim Dashevskiy
2012-12-18
- crash fix for Win64 builds;
George Hazan
2012-07-19
DbEditorPP: changed folder structure
Vadim Dashevskiy