summaryrefslogtreecommitdiff
path: root/plugins/DbEditorPP
AgeCommit message (Expand)Author
2015-05-24replace wcscpy to mir_wstrcpyKirill Volinsky
2015-05-24replace wcslen to mir_wstrlenKirill Volinsky
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23replace strncpy to mir_strncpyKirill Volinsky
2015-05-23replace strncat to mir_strncatKirill Volinsky
2015-05-23replace strcat to mir_strcatKirill Volinsky
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
2015-05-22replace _tcsicmp to mir_tstrcmpiKirill Volinsky
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
2015-05-22replace strlen to mir_strlenKirill Volinsky
2015-05-06exclusion for the ansi plugin :(George Hazan
2015-05-05some another sudden Unicode appearancesGeorge Hazan
2015-05-05Unicode windows procedure, suddenly...George Hazan
2015-05-03fix for the option's page style pt. 3Vadim Dashevskiy
2015-04-24end of zoo with various _WIN32_WINNT versionsGeorge Hazan
2015-04-24StrReplace function removedKirill Volinsky
2015-04-15DBeditor:Tobias Weimer
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2015-04-08Dbeditor++: fix for the crippled group names in importGeorge Hazan
2015-03-11fix for displaying contact modules in Dbeditor++George Hazan
2015-01-30no need to check malloc() resultGeorge Hazan
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-31minor fixesKirill Volinsky
2014-12-29dbeditor: fix for ansi fprintf & Unicode stringsGeorge Hazan
2014-12-14DbEditorPP: changed warning lavel to w4Kirill Volinsky
2014-12-14SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...)Rozhuk Ivan
2014-12-14SendMessage(... WM_GETTEXT ...) -> GetWindowText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...., WM_SETTEXT...) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessage 2Rozhuk Ivan
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessageRozhuk Ivan
2014-12-13MoveMemory -> memmoveRozhuk Ivan
2014-12-13CopyMemory -> memcpyRozhuk Ivan
2014-12-08code cleanup around mir_snprintfRozhuk Ivan
2014-12-01cretinous PVS with its cretinous heuristicsGeorge Hazan
2014-12-01code cleanupRozhuk Ivan
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
2014-11-30new sorting functions appliedGeorge Hazan
2014-11-30lstr* replacementsGeorge Hazan
2014-11-30Fix buf size for Get/Set text, open/save file nameRozhuk Ivan
2014-11-30Multiple fixes buff size for GetText and SetText.Rozhuk Ivan
2014-11-28git-svn-id: http://svn.miranda-ng.org/main/trunk@11137 1316c22d-e87f-b044-9b9...George Hazan
2014-11-28Massive code cleanup and fixes for a lot of warnings reported in #837Tobias Weimer
2014-11-28crazy flag TTBST_RELEASED removedGeorge Hazan
2014-08-21crash fix when dbeditorpp is launched from the command stringGeorge Hazan
2014-08-12icons registration moved to Load()Kirill Volinsky
2014-08-08added new line after settings in all db exportKirill Volinsky
2014-08-07useless variables removedGeorge Hazan
2014-07-04DBEditor:Tobias Weimer