summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2016-09-02- three remaining clist services converted into functions ↵George Hazan
(Clist_MenuProcessCommand, Clist_IsDocked, Clist_MenuProcessHotkey); - old unused junk removed from CLIST_INTERFACE with its stubs; - all unused clist services also removed with bunch of another crap like unused params git-svn-id: http://svn.miranda-ng.org/main/trunk@17243 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-10- unused variable logIconBmpSize removed;George Hazan
- last remaining buffer/bufAlloced replaced with CMStringA git-svn-id: http://svn.miranda-ng.org/main/trunk@17173 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 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-07-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-22Standardize use of slashes in includes to "/" (thanks ybznek for idea)Robert Pösel
Previous paths weren't usable on Linux git-svn-id: http://svn.miranda-ng.org/main/trunk@17121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-21improperly named helper renamedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17110 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-05stdmsg: fix(?) heap corruptionMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@17064 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-03StdMsg: Fixed message timeout window for metacontact (fixes #763)Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@16909 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-05-18these tons of code aren't needed anymore...George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16850 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-17StdUserInfo not to crash when a UserInfo dialog remains opened on exitGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16842 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-17resource cosmeticsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16836 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-02StdSSL: code cleanup MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16574 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-14this statuses looks better while capitalized (thx Wishmaster)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16483 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-13fix capitalizationDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16479 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-11stduserinfo: add display for MaritalStatus (BYTE)Sergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@16465 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-28port of tabsrmm's solution for events to StdMsg & ScriverGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16177 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-05fix for a crash on exitGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16027 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 2Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-07fix to apply the unique identifiers to all menu rootsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15826 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-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-11-03Stdmsg: Do not send tab key as input text to message window if user just ↵Piotr Piastucki
wants to tab back to Msg window. git-svn-id: http://svn.miranda-ng.org/main/trunk@15672 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-11-01fixes #1080 (tls11a12.patch)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15666 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-30missing file addedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15653 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-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