summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
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-13use http://miranda-ng.org/p/<plugin_name> which we use in plugin details ↵dartraiden
(thx Robyer)
2016-12-12sync for pascal headersGeorge Hazan
2016-12-12we should point user to our wiki instead opening a non-existent filedartraiden
2016-12-11fix for missing button textGeorge Hazan
2016-12-10Scriver: proper capitalization, fixed missed spacedartraiden
2016-12-10- ability to pass a button's text to a toolbar button;George Hazan
- common code moved into the core
2016-12-08misprint fixedGeorge Hazan
2016-12-08fix for dynamically created toolbar icons in ActmanGeorge Hazan
2016-12-08- improperly removed line returned backGeorge Hazan
- minor code cleaning
2016-12-08Scriver: fix for a broken toolbar visibility controlGeorge Hazan
2016-12-08fix for the control codes in ScriverGeorge Hazan
2016-12-07no need to calculate button width each timeGeorge Hazan
2016-12-07compilation fixGeorge Hazan
2016-12-07TabSRMM:George Hazan
- fixes #643 (Tabsrmm "insert image" button regression); - massive code cleaning
2016-12-07unused option removedGeorge Hazan
2016-12-07minor fixGeorge Hazan
2016-12-06forgotten code for processing toolbar button eventsGeorge Hazan
2016-12-06bIsMiranda09 - useless variable removedGeorge Hazan
2016-12-06minus Scriver's own window listGeorge 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-05fix for pascal toobar buttons apiwatcher
2016-12-04small fixesGeorge Hazan
2016-12-04MirOTR: Fix changing ConvHTML/Policy (fixes #553)Robert Pösel
Problem was that only the changed value of one of the two options was changed/remembered, but when saving the options, both of them were saved. So one of them was always reseted to default value (unless user changed both of them before applying settings). This commit fixes that by remembering value of both options at once. It's not best/beautiful solution (as we always touch more things than we need), but it should be ok for now.
2016-12-03stronger typizationGeorge Hazan
2016-12-02Compilation fixwatcher
2016-12-02MS_SYSTEM_* services became functionsGeorge Hazan
2016-12-02old shit diedGeorge Hazan
now there's no need to create fake services & events
2016-12-02toolbar services removed from pascalGeorge Hazan
2016-12-02m_msg_buttonsbar.h is not needed anymoreGeorge Hazan
2016-12-02[MirFox] fix projectSzymon Tokarz
[MirFox] fix project
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-27correct type for ServiceExists() - boolGeorge Hazan
2016-11-26yahoogroups deleted by PUwatcher
2016-11-24PluginUpdater: we use "32" instead "86" on our site and wikidartraiden
2016-11-22wrong call of Options_OpenGeorge 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-03compilation fixGeorge Hazan
2016-11-02- common mouse hovering processing code moved to MIR_APP_DLLGeorge Hazan
- now all chats support mToolTip