summaryrefslogtreecommitdiff
path: root/plugins/FingerprintNG/src/options.cpp
AgeCommit message (Collapse)Author
2018-03-16entities' names to be started with capital lettersGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-01-26code optimizationGeorge Hazan
2018-01-01massive copyright updatedartraiden
2017-12-22remove AIM support completelydartraiden
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-12-01remove Tlen completelydartraiden
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-01-01bump copyright yeardartraiden
2016-10-28- old useless helpers removed from the Options module;George Hazan
- mir_app functions introduced instead of them; - OPENOPTIONSDIALOG structure removed from m_options.h
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less TCHARs:George Hazan
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02Copyrights update part 3 (final)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-23Fingerprint: unified projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14340 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and ↵George Hazan
therefore removed git-svn-id: http://svn.miranda-ng.org/main/trunk@12840 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-15Fingerprint: changed warning lavel to w4Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11435 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
SendDlgItemMessage(...BM_GETCHECK ...) -> IsDlgButtonChecked(...) constants fix for CheckDlgButton() git-svn-id: http://svn.miranda-ng.org/main/trunk@11387 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-06client detwction fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10705 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-12another bunch of useless conversions diedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8109 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
- GCF_* prefix was added to chat constants to avoid name conflicts git-svn-id: http://svn.miranda-ng.org/main/trunk@8078 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-08slightly less crazy code of FingerprintNG optionsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4390 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-08- MBF_OWNERSTATE option moved to the public header;George Hazan
- client icon drawing moved to FingerPrint; - old code in tabSRMM completely wiped out; git-svn-id: http://svn.miranda-ng.org/main/trunk@4389 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-29added option for disabling secure overlayKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3327 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-28added option for disabling unicode overlayKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3322 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-07- Options tree items changeVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@2681 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-05FingerprintNG:Kirill Volinsky
- all separate iconpacks moved into one (icons\fp_icons.dll) - fixed some masks - vkontakte moved to other icons git-svn-id: http://svn.miranda-ng.org/main/trunk@2657 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-04- FingerprintNG:Vadim Dashevskiy
- more correct icons for mrim jabber transport (xmpp + mra overlay) - SecureIM and Unicode icons moved to Platform section. - so SecureIM checkbox deemed to be unneeded anymore. - added "blank" icon for those who wants to get rid of overlays (i.e. Unicode or SecureIM) or some other icons. just replace it IcoLib from ClientIcons_Others.dll onto needed icon. git-svn-id: http://svn.miranda-ng.org/main/trunk@2643 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-04applying changed options on the flyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2641 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-02- added miranda ng overlaysKirill Volinsky
- changed SecureIM overlay - reorganised and replaced resource/platforms overlays - fixed miranda overlays actually weren't working - icons moved to res folder - version info standartization git-svn-id: http://svn.miranda-ng.org/main/trunk@2600 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-22- fixed and extended ICQ detection (and v5.x detection returned).Kirill Volinsky
- added ZNC, iroffer and iroffer dinoex detection. - restored Openfire detection. - minor fixes and typos. - more tabs and spaces cleaning. git-svn-id: http://svn.miranda-ng.org/main/trunk@2430 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-18new generation of fingerprint pluginKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@2360 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c