summaryrefslogtreecommitdiff
path: root/plugins/Clist_blind
AgeCommit message (Collapse)Author
2016-01-23DND → Do not disturbDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-20clists tooDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-18partial revert of [16116] (this breaks clist menu display)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-18unused and duplicate (in nicer) definesDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16119 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-17they was used only in deleted menusDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16117 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-17remove old garbage, the menu is created dynamicallyDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16116 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-04"NA" -> "N/A"Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16019 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-11-29resource cosmeticDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15789 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-01CList blind:Tobias Weimer
- crash fix (fixes #1079) git-svn-id: http://svn.miranda-ng.org/main/trunk@15662 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-28Optimize ME_DB_CONTACT_SETTINGCHANGED functions to not use mir_strcmp() but ↵Robert Pösel
just strcmp() (and similar methods) It's not needed to user mir_* for checking null pointers when we're comparing const strings with DBCONTACTWRITESETTING values which should be always initialized correctly. Somewhere also changed strcmpi to just strcmp, because these settings are case-sensitive anyway. git-svn-id: http://svn.miranda-ng.org/main/trunk@15631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-19- resource cosmetics: surround arrows (->) with spacesRMN
- settings specified precisely in some places git-svn-id: http://svn.miranda-ng.org/main/trunk@15401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-19oopsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15391 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-19fix encoding problemsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15390 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-18replace "(c)" and "c" by ©Dart Raiden
update years in __COPYRIGHT git-svn-id: http://svn.miranda-ng.org/main/trunk@15384 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever ↵George Hazan
possible git-svn-id: http://svn.miranda-ng.org/main/trunk@15064 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-25code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14697 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-30MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced ↵George Hazan
with pcli->* members git-svn-id: http://svn.miranda-ng.org/main/trunk@14459 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-06-19- all static protocol services replaced with functions;George Hazan
- m_protomod.h removed as useless git-svn-id: http://svn.miranda-ng.org/main/trunk@14260 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-13- miranda32.exe now does nothing bug extends PATH to %miranda_root%\libs and ↵George Hazan
loads mir_app.dll; - everything that was in miranda32.exe (including resources) moved to mir_app.dll; - exports from mir_app.dll now available for using directly, without perversions; - src/stdplug.h deleted; git-svn-id: http://svn.miranda-ng.org/main/trunk@14143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-07- common.props divided into app.props & plugin.props;George Hazan
- MimCmd & CmdLine converted to Unicode; git-svn-id: http://svn.miranda-ng.org/main/trunk@14048 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14002 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-03fix for the option's page styleVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@13400 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-29users count in groups fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13246 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-28minus ansi functionKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13222 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-27Clist_blind common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13187 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-24end of zoo with various _WIN32_WINNT versionsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13112 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
2015-04-10fix for clist options from StdClist propagated to Clist_blind & Clist_nicerGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12735 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-10two warnings fixed in clistsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12734 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-31Year 2015 version updateGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-15clist_blind / clist_nicer: decapitalizationDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@11427 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-12-09code cleanup (by Mataes)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-09code cleanup over mir_sntprintf + small bug fixRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11295 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-08clists: corrected size of the text boxesDart Raiden
langpacks/russian: update git-svn-id: http://svn.miranda-ng.org/main/trunk@11269 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02less warningsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11224 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02useless calls of mir_*strlen in DrawText replaced with -1George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11223 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30new sorting functions appliedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30lstr* replacementsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30Fix buf size for Get/Set text, open/save file nameRozhuk Ivan
SMS: SIZE_T -> size_t MRA: small code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@11175 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-27old stubs removed completelyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9959 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-26same parameter for clist_blindGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9949 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-18Clist_blind: options - don't highlight Apply button if nothing has changedslotwin
proper capitalization git-svn-id: http://svn.miranda-ng.org/main/trunk@9232 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-22WIN32 macro isn't needed in projectsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8688 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-12More fix for x64Rozhuk Ivan
Also fix dbeditor from 8572 commit git-svn-id: http://svn.miranda-ng.org/main/trunk@8584 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-12Some fixes for x64: SetWindowLong -> SetWindowLongPtr, GetWindowLong -> ↵Rozhuk Ivan
GetWindowLongPtr git-svn-id: http://svn.miranda-ng.org/main/trunk@8572 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-12SetWindowLongPtr() and GetWindowLongPtr() multiple fixes for x64Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8571 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-07Minor bugfixes:Tobias Weimer
- #607 (Capitalization inconsistency) - #609 (Unnecessary messagebox in Plugin Updater) - #613 (UserInfoEx writes wrong popup color settings to db) - #614 (NewAwaySys translation issue) git-svn-id: http://svn.miranda-ng.org/main/trunk@8454 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c