summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_privacy.cpp
AgeCommit message (Expand)Author
2015-05-23replace _tcscat to mir_tstrcatKirill Volinsky
2015-05-22replace _tcscpy to mir_tstrcpyKirill Volinsky
2015-05-22replace _tcsicmp to mir_tstrcmpiKirill Volinsky
2015-05-22replace _tcscmp to mir_tstrcmpKirill Volinsky
2015-05-22replace _tcslen to mir_tstrlenKirill Volinsky
2015-05-22replace strlen to mir_strlenKirill Volinsky
2015-04-29unified project for Jabber protocolGeorge Hazan
2015-04-13- nasty crutch removed from Options_AddPage;George Hazan
2015-02-23fix for a crash in Jabber user info dialogGeorge Hazan
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-14Jabber: warning level 4George Hazan
2014-12-14SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13SendDlgItemMessage(..., ..., BM_GETCHECK,0,0) -> IsDlgButtonChecked(..., ...)Rozhuk Ivan
2014-12-02less warningsGeorge Hazan
2014-12-02useless calls of mir_*strlen in DrawText replaced with -1George Hazan
2014-11-30new sorting functions appliedGeorge Hazan
2014-11-30lstr* replacementsGeorge Hazan
2014-06-25typos, spelling correctionDart Raiden
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
2014-01-10Jabber:George Hazan
2014-01-07HNY part 2George Hazan
2014-01-04Jabber: Minor LPGEN fixesTobias Weimer
2014-01-03- Jabber: translation fix;Vadim Dashevskiy
2014-01-02added destructor LIST::~LIST, that calls destroy() automatically.George Hazan
2014-01-01copyright update for year 2014George Hazan
2013-10-30git-svn-id: http://svn.miranda-ng.org/main/trunk@6708 1316c22d-e87f-b044-9b9b...Dart Raiden
2013-10-03ptrT/A/W is used everywhere instead of DBVARIANT to read database stringsGeorge Hazan
2013-10-03- filetransfer::iqid converted from string to int;George Hazan
2013-10-02atavism extincted: old nasty IQ handler mechanismGeorge Hazan
2013-10-02code cleaningGeorge Hazan
2013-09-26minor code cleaningGeorge Hazan
2013-09-21using Uxtheme in protocolsKirill Volinsky
2013-09-07direct access to CListGroups restricted George Hazan
2013-09-07shameful end of the group processing zoo, part 1George Hazan
2013-07-28- fix for name conflict in proto helpers;George Hazan
2013-07-20system headers moved to jabber.hGeorge Hazan
2013-07-20- numerous fixes for ineffective xmlGetText() calls;George Hazan
2013-07-20constants went to Unicode (suddenly)George Hazan
2013-07-10Jabber -> new helpersGeorge Hazan
2013-07-09applied protocol helpersGeorge Hazan
2013-07-08core protocol helpers for creating protocol evengs, services & threadsGeorge Hazan
2013-04-16fix for Jabber privacy lists editorGeorge Hazan
2013-04-12- fix for Jabber popup menu;George Hazan
2013-04-09- the kernel filters out contacts by proto names much faster than a plugin;George Hazan
2013-04-09- short function names allows to write database loops in one string;George Hazan
2013-04-06menu item flag CMIF_ICONFROMICOLIB is ignored by the core from now onGeorge Hazan
2013-04-05- rest of menus cleared;George Hazan