summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src
AgeCommit message (Collapse)Author
2016-12-18- two unused variables removed;George Hazan
- second splitter's position altered to place a smiley button correctly
2016-12-17- tabSRMM to share the kernel window list for chats & group chats;George Hazan
- button creation nuances moved to the core
2016-12-15new methods of CCtrlPagesGeorge Hazan
2016-12-13compilation fixGeorge Hazan
2016-12-13common chat code moved to the coreGeorge Hazan
2016-12-13unused code removedGeorge Hazan
2016-12-10- ability to pass a button's text to a toolbar button;George Hazan
- common code moved into the core
2016-12-07TabSRMM:George Hazan
- fixes #643 (Tabsrmm "insert image" button regression); - massive code cleaning
2016-12-07unused option removedGeorge Hazan
2016-12-06StdMsg & Scriver:George Hazan
- switched to the toolbar buttons instead of the fixed button set; - switched to the shared windows list
2016-12-04small fixesGeorge Hazan
2016-12-03stronger typizationGeorge Hazan
2016-12-02MS_SYSTEM_* services became functionsGeorge Hazan
2016-12-02m_msg_buttonsbar.h is not needed anymoreGeorge Hazan
2016-12-01more fixesGeorge Hazan
2016-12-01toolbar icons processing code moved to mir_appGeorge Hazan
2016-11-29very strange schema with two arrays of button replaced with the simpler one ↵George Hazan
with one array no need to double the code
2016-11-29- BBBF_ISLSIDEBUTTON flag removed (set by default);George Hazan
- m_bLSided removed, because it's mutually exclusive with m_bRSided
2016-11-29BBBF_ANSITOOLTIP - unused flag removedGeorge Hazan
2016-11-22fixes #634 (Latest update to TabSRMM broke message log behavior)George Hazan
2016-11-21fix for badly working font color button in tabsrmmGeorge Hazan
2016-11-17Utils_OpenUrlTGeorge Hazan
Utils_ReplaceVarsT
2016-11-17PathToRelativeT - forgotten macroGeorge Hazan
2016-11-13fix for built-in clist_modern in the typing notification options dialogGeorge Hazan
2016-11-02- common mouse hovering processing code moved to MIR_APP_DLLGeorge Hazan
- now all chats support mToolTip
2016-11-01- StdChat removed from all solutions;George Hazan
- MIID_CHAT removed
2016-10-30OPTIONSDIALOGPAGE::groupPosition - unused field removedGeorge Hazan
2016-10-28- old useless helpers removed from the Options module;George Hazan
- mir_app functions introduced instead of them; - OPENOPTIONSDIALOG structure removed from m_options.h
2016-10-25minor code cleaningGeorge Hazan
2016-10-25Allow '0' in "Flash containers" TabSRMM setting to disable flashing.ultramage
2016-10-03- inlined helpers for fonts, colors & effects creation replaced with functions;George Hazan
- services for getting fonts, colors & effects removed; - some memory corruptions removed git-svn-id: http://svn.miranda-ng.org/main/trunk@17347 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-19no need to lock all chats for each eventGeorge Hazan
we lock only chat creation/destruction and finding chat session git-svn-id: http://svn.miranda-ng.org/main/trunk@17314 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-17- fix for tray icon blinking in chats;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@17310 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-17chats: more functions, less structuresGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17309 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-16- chats services replaces with functions;George Hazan
- chat calls switched from CallServiceSync to direct calls everywhere git-svn-id: http://svn.miranda-ng.org/main/trunk@17305 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-14second major wipeout of database services & structures:George Hazan
- DBCONTACTENUMSETTINGS removed; - all helpers moved to mir_core.dll git-svn-id: http://svn.miranda-ng.org/main/trunk@17296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-13mode old database junk to dieGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17291 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-09we don't use cache for statuses anymoreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17276 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-06MS_CLIST_SYSTRAY_NOTIFY - more useless code removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17268 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-06minus MS_CLIST_RETRIEVE_INTERFACEGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17267 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-06clist services' extermination continuedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17265 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-05Version bump for Clist_modern and TabSRMMRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@17262 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-05TabSRMM: Make default settings more user friendly and use nicer templatesRobert Pösel
This also fixes problem where TabSRMM wasn't correctly initialized until first applying of options, and resulted in "broken" text in message log (missing some items so it looked very ugly). git-svn-id: http://svn.miranda-ng.org/main/trunk@17261 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-05Menu_DrawItem & Menu_MeasureItem now simply receive LPARAMGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17255 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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-31minor code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17227 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-20- fix for the wrong tab name for new contacts;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@17195 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-08-08more cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17170 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-08duplicate checks removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17169 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c