summaryrefslogtreecommitdiff
path: root/plugins/Clist_nicer
AgeCommit message (Collapse)Author
2016-06-11MRA: change avatars load threads count default value from 4 to 1Rozhuk Ivan
add threads names git-svn-id: http://svn.miranda-ng.org/main/trunk@16948 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-05- fix for #1059;George Hazan
- direct unsafe work with icons replaces with Window_SetIcon_IcoLib / Window_SetSkinIcon_IcoLib; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-01- view modes support incorporated into the CLIST_INTERFACE;George Hazan
- fix for the broken search by protocols in clist_nicer; - numerous Unicode fixes in clist_nicer; git-svn-id: http://svn.miranda-ng.org/main/trunk@16893 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-282 static functions removed from CLIST_INTERFACE.George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-28code simplificationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16880 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-28duplicated code removed from clist_nicerGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16879 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-28SortedList emulation expungedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16878 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-24group processing code standardizationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16869 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-23- optimization in cli_SaveStateAndRebuildList applied to all clists ↵George Hazan
(bLockScrollbar); - boolean variables were made bool; git-svn-id: http://svn.miranda-ng.org/main/trunk@16863 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-30code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16795 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-28we don't need that FindItem's implementation in nicer+ anymore, it's already ↵George Hazan
in the core git-svn-id: http://svn.miranda-ng.org/main/trunk@16791 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-28- 2nd & 3rd lines handling unification;George Hazan
- no need to copy data to make async calls; - no need to launch a thread to save a couple of msecs on a very large roster; - unused code & params cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-27code cleaning George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16771 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-26R.I.P m_clui.h, you helped us alotGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16767 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-26absolutely useless service MS_CLUI_GETCAPS removed as pre-kernel clist atavismGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16766 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-22- major atavism removed: clist_modern own cache;George Hazan
- cache items are never deleted; - MS_CLIST_INVALIDATEDISPLAYNAME service removed and replaced with pcli->pfnInvalidateDisplayNameCacheEntry() call git-svn-id: http://svn.miranda-ng.org/main/trunk@16744 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-20fix for offline contacts in clist_nicerGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16724 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-19further junk cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16717 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-18empty services removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16714 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15clists code cleaning & optimizationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16668 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15contact list groups:George Hazan
- finally database is not used anymore (only as a settings' storage); - MGROUP type introduced to replace HANDLE for group ids; - MS_CLIST_GROUP* services became Clist_Group* functions; - CLIST_INTERFACE members pfnGetGroupName & pfnRenameGroup also transformed into static Clist_Group* functions git-svn-id: http://svn.miranda-ng.org/main/trunk@16659 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-02another perversion (called EventList) diedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16210 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-28another atavism removed: old stub services for clist eventsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16181 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-28atavism removed: CLISTEVENT::cbSizeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-28unused functions removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16179 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-28- local structure declarations moved to the global header;George Hazan
- structure definition optimization git-svn-id: http://svn.miranda-ng.org/main/trunk@16178 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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-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
2016-01-02Copyrights update part 1Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15984 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-15clist_nicer: no need to display frames in the editorGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15867 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-15menu items require an id to be editedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-15frames' menu: system items made unmovable, but discardableGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15865 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-14port of the previous patch for Clist NicerGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15858 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-02fix for the frames' menu root creationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15808 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-30Clist_nicer: menu sequence correctedRMN
git-svn-id: http://svn.miranda-ng.org/main/trunk@15795 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-30add some missing "->"Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15793 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-24proper capitalization of plugin names (taken from our wiki)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15768 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-11thread library:George Hazan
- _beginthread replaced with CreateThread(); - functions forkthread & forkthreadex removed; - macroses mir_forkthread, mir_forkthreadex & mir_forkthreadowner became real functions; git-svn-id: http://svn.miranda-ng.org/main/trunk@15710 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-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-09-04clist menu uidAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15200 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-04temporary compilation fix for MSVC2010Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@15184 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c