summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern
AgeCommit message (Collapse)Author
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-12-19missing UIDGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15891 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-14frames' menu creation: perversion removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15857 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-13- no need to allocate static array dynamicallyGeorge Hazan
- useless variable removed git-svn-id: http://svn.miranda-ng.org/main/trunk@15848 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-13clist_modern: less mind boggling Contact Rate's menu implementationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15847 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-12-01unused macroses removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15801 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-10-30old unused code that belongs to StdClist moved from the core to pluginGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15652 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-10-21clist_modern: hook at "OnTop" setting changingAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15588 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-09unification with similar stringsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15521 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-29runtime allocation functions replaced with mir_*George Hazan
function strdupn() removed git-svn-id: http://svn.miranda-ng.org/main/trunk@15475 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-29- unused code removed;George Hazan
- minor code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@15470 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-27fix against a crash in Clist Modern settings on a clean/new profileGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15460 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
2015-09-03clist_modern: fix buidAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15174 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-03clist_modern: menu uidAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15171 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-29Clist_modern: Fix not aligning contact name when there is no avatar (broken ↵Robert Pösel
in r14980) Calling _GetRectangle has to be here, because it provides side-effect for positioning contact name correctly. git-svn-id: http://svn.miranda-ng.org/main/trunk@15091 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-08-18- naming conflict;George Hazan
- warning fixes; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14988 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-17warning fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14980 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-16name conflicts solvedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14971 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-31project fixes for VS2010Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@14772 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-29Toolbar_icons: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14749 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-25- obsolete menu processing code removed;George Hazan
- common menu commands processing code moved to the core; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14698 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-23platform toolset updated for vc2015 Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@14653 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-23fix for incorrect Win API callsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14652 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-22Minor cosmeticsTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@14639 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-21Clist_modern: vc2015 compilation fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14607 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-21platform toolset updated for vc2015Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14596 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-21preparing for vc2015Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14594 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-09- various icon definition quirks;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14520 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-09buggy function removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14515 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-03- IDR_CONTEXT resource removed from all clists;George Hazan
- all menu control rewritten using Menu_* functions, thus making group & tray menu customizable in StdClist & Clist_Nicer; - major gdi resource leak fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@14483 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-02grrm, no, shitty menu should be removed only from mir_app :(George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14479 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-02useless resource removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14478 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-02tray menu functions also moved to the core.George Hazan
now all menu items are gathered there git-svn-id: http://svn.miranda-ng.org/main/trunk@14476 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-02unified project for clist_modernGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14473 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-02two new flags of TMO_MenuItem:George Hazan
- CMIF_SYSTEM: filters a menu item out of options' editor; - CMIF_UNMOVABLE: denies attempts to change the item's position; - CMIF_SYSTEM applied to frames' menu; - CMIF_UNMOVABLE applied to Jabber protocol menu items; git-svn-id: http://svn.miranda-ng.org/main/trunk@14468 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-29ownerData isolated inside TMO_IntMenuItem not to allow external structures ↵George Hazan
to play with it git-svn-id: http://svn.miranda-ng.org/main/trunk@14443 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-29duplicate hLangpack assignment removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14441 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-29- unified menu creation using wrapper class CMenuItem;George Hazan
- duplicated hLangpack field removed from TMO_IntMenuItem; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14440 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c