summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/globals.cpp
AgeCommit message (Collapse)Author
2018-06-20tabSRMM: unused option removedGeorge Hazan
2018-06-20tabSRMM: obsolete locale support code removed, because it doesn't work at allGeorge Hazan
2018-05-31fixes #1397 (StdMsg: dynamic loading breaks meta menu)George Hazan
2018-05-27global variable name standardizationGeorge Hazan
2018-05-23no need to initialize pcli variable in each plugin (only in Clist_*)George Hazan
2018-05-22new helper for MS_TTB_ADDBUTTONGeorge Hazan
2018-05-22m_genmenu.h unbound from hLangpackGeorge Hazan
2018-05-20sounds packed into CMPlugin (reduces usage of hLangpack)George Hazan
2018-05-16tabSRMM -> CMPluginGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-19minor code cleaningGeorge Hazan
2018-04-11if a user's avatar was changed, redraw it and all related objects (including ↵George Hazan
thumb window in a taskbar) fixes #1249
2018-04-07Proto_GetStatus is used everywhere instead of PS_GETSTATUSGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetStatusModeDescription => Clist_GetStatusModeDescriptionGeorge Hazan
2018-03-16entities' names to be started with capital lettersGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-03-11fixes #1181 (TabSRMM: bug with event handling)George Hazan
2018-02-21tabsrmm: C++'11 iteratorsGeorge Hazan
2018-02-04the error code of db_event_get() should be checkedGeorge Hazan
2018-01-01massive copyright updatedartraiden
2017-12-26TabSRMM:George Hazan
- custom color chooser removed; - unused menu items removed; - version bump
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-29replace russian с to latin cKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-27slightly optimized way of getting menu item's module nameGeorge Hazan
2017-11-27add module name (part 1)Kirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-09-12old good sound services became finally functionsGeorge Hazan
2017-09-12Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng"George Hazan
This reverts commit e09448dd03e3647717166e92ee818e395041993a, reversing changes made to b0f44b16bd1138de85a5d17bb42151742f9c8298.
2017-09-11old good sound services became finally functionsGeorge Hazan
2017-08-15anonymous SRMM services got namesGeorge Hazan
2017-08-08fixes #874 (Message sessions buttons bugs)George Hazan
2017-04-07SRMM events are now created inside the core to avoid problems with dynamic ↵George Hazan
plugin unload
2017-04-04SRMM window list completely incapsulated into mir_app to avoid corrupting it ↵George Hazan
by someone's dirty hands
2017-03-28SRMM notifications went to the core with ME_MSG_WINDOWEVENTGeorge Hazan
2017-03-17forgotten TCHAR removedGeorge Hazan
2017-03-11crash fixGeorge Hazan
2017-03-11minor code optimizationGeorge Hazan
2017-03-11GC_UPDATETITLE replaced with CSrmmBaseDlg::UpdateTitleGeorge Hazan
2017-03-08code cleaningGeorge Hazan
2017-03-08massive code cleaningGeorge Hazan
2017-03-07fix for writing options into dbGeorge Hazan
2017-03-07let this crap with the binary data format finally dieGeorge Hazan
2017-03-07returned back the binary compatibility of tabsrmm container settingsGeorge Hazan
2017-03-07splitter data removed from common chat session settingsGeorge Hazan
2017-03-02code cleanup in tabSRMMGeorge Hazan
- unused cursor removed (IDC_HYPERLINKHAND); - unused header file removed (all functions from generic_msghandlers.h are now declared inside a class) - code reorder;
2017-03-01name conflict resolutionGeorge Hazan
2017-02-28TabSrmm -> UI classesGeorge Hazan