summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/globals.cpp
AgeCommit message (Collapse)Author
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-28tabSRMM: fix to restore the saved events order on startupGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16176 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-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-03TabSRMM: menu uidAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15173 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-02fix #979Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@14819 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-01tabsrmm: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14787 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
2015-06-28finally CLISTEVENT removed completelyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14430 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-28code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14428 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-27- CLISTMENUITEM::pszContactOwner removed, because it's supported only by ↵George Hazan
contact's menu; - Menu_AddContactMenuItem now receives parameter szProto; - Menu_Add* helpers are converted into real functions; git-svn-id: http://svn.miranda-ng.org/main/trunk@14409 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-25MS_CLUI_GETHWND & MS_CLUI_GETHWNDTREE replaced with pcli->hwndContactList & ↵George Hazan
pcli->hwndContactTree respectively git-svn-id: http://svn.miranda-ng.org/main/trunk@14386 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-22code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14337 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-22- CLISTMENUITEM::cbSize - atavism removed;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14325 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-18langpack services module destroyed from mir_appGeorge Hazan
the only survived service moved to mir_core git-svn-id: http://svn.miranda-ng.org/main/trunk@14250 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-15MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function callsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-14- all icolib services removed;George Hazan
- IcoLib_* functions are bound directly to the code git-svn-id: http://svn.miranda-ng.org/main/trunk@14161 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22T2Utf - handy replacement for ptrA<mir_utf8decodeT()>George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13758 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13752 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-21code formattingKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12236 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-21- fix for underlining processing;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@12231 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-25TabSRMM:Tobias Weimer
- Fixed memory issues - Fixed translation issue (fixes #869) git-svn-id: http://svn.miranda-ng.org/main/trunk@11909 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-07fix for potentially endless loopsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11789 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-06TabSRMM: partial decapitalization (I tried not to broke any of the database ↵Dart Raiden
settings) git-svn-id: http://svn.miranda-ng.org/main/trunk@11780 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-19variable names' normalizationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11531 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-19uused variable removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11529 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-13tabSRMM warning level 4George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11381 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-13CopyMemory -> memcpyRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11363 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01copyright updateGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11208 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01warning fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11200 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-08-29code cleaning towards smiley drawing George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10336 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-05fix for a crash in tabSRMM after reloading langpackGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10083 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-05force redrawing of tabSRMM window after toggling subsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10067 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-04- AvatarChanged finally destroyed;George Hazan
- info panel's size calculation moved to WM_SIZE handler; - many drawing glitches fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@10056 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-02- fixing nicks update in the window's caption;George Hazan
- fixing the real proto name git-svn-id: http://svn.miranda-ng.org/main/trunk@10031 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-02git-svn-id: http://svn.miranda-ng.org/main/trunk@10026 ↵George Hazan
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-02- unused parameter removed;George Hazan
- function updateMeta() made more intellectual: if the sub's change detected, it'd renew all dependent info git-svn-id: http://svn.miranda-ng.org/main/trunk@10022 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-30*sigh* this shitty handler is still required...George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9995 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-30- custom avatar processing removed completely, now avatar control takes ↵George Hazan
charge for everything; - avatar switching fixed in the info panel; - unneeded AvatarChanged handler removed; - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@9989 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-30- "Disable animated GIF avatars" setting removed;George Hazan
- forgotten field TWindowData::hwndFlash also removed; - boolean variables renamed to be boolean git-svn-id: http://svn.miranda-ng.org/main/trunk@9987 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-29- m_flash.h & m_flash.inc moved to deprecated;George Hazan
- their support in AVS & tabSRMM is discontinued git-svn-id: http://svn.miranda-ng.org/main/trunk@9984 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-23direct access to META_PROTO removed from tabSRMMGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9927 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-18- wiped out very impressive font reloading on exit;George Hazan
- all GDI handles now closed git-svn-id: http://svn.miranda-ng.org/main/trunk@9857 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c