summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
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-27missing initialization code in StdChat George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15626 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-09Minor leak fixedTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@15525 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-05fix for an url processingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15512 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-05death of forgotten ugly buffer handlerGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15511 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-04we are MirandaDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15506 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-28minor fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15467 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-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-03added menu uid in std modulesAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15166 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-01sha256 functions moved to the coreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15137 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-27warning fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15051 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-27fix for 64-bit issues & warningsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15043 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-26- warnings' fixes;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@15032 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-11more warning fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14914 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-11'unreferenced formal parameter' warnings fixedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14913 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-11code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14911 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-11code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14907 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-08warnings fixesVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@14876 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-08stdurl removedKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14874 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-08stduseronline: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14873 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-08stduserinfo: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14872 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-08stduihist: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14871 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-08stdssl: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14870 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-08stdmsg: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14869 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-08stdidle: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14868 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-08stdhelp: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14867 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-08stdfile: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-08stdemail: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14865 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-08stdcrypt: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14864 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-08stdclist: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14863 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-08stdchat: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14862 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-08stdaway: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14861 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-08stdautoaway: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14860 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-03new template for core projectsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14836 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-31path fixTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@14771 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-31stdmsg: fix blob size MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14761 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-23revert to standard form that was accepted by mostVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@14656 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-22Added user name into headerbarTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@14640 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-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-02group menu services moved to coreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14472 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-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