summaryrefslogtreecommitdiff
path: root/plugins/Scriver
AgeCommit message (Collapse)Author
2017-01-08code cleaningGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-12-30fixes #661 (Scriver: Cannot send message if "Send Message" button not set in ↵George Hazan
Toolbar)
2016-12-28another missing hotkey textdartraiden
2016-12-27missing hotkey textGeorge Hazan
2016-12-23Scriver: button resizer to use the avatar presence & positionGeorge Hazan
2016-12-23header file to be renamed tooGeorge Hazan
2016-12-23correct file name appliedGeorge Hazan
2016-12-23minor code cleaningGeorge Hazan
2016-12-23fix for conflicting message codesGeorge Hazan
2016-12-19unused parameter removedGeorge Hazan
2016-12-19unused member removedGeorge Hazan
2016-12-15new methods of CCtrlPagesGeorge Hazan
2016-12-13common chat code moved to the coreGeorge Hazan
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-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-06forgotten code for processing toolbar button eventsGeorge 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-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-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-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-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-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-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-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-22Standartize "Version.h" to "version.h" (final rename)Robert Pösel
I just hate SVN. git-svn-id: http://svn.miranda-ng.org/main/trunk@17119 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-22Standartize "Version.h" to "version.h" (temporary rename)Robert Pösel
I hate SVN. git-svn-id: http://svn.miranda-ng.org/main/trunk@17118 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-22Standartize "Version.h" to "version.h" in all plugin's and protocol's includesRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@17117 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-06-11MRA: change avatars load threads count default value from 4 to 1Rozhuk Ivan
add threads names git-svn-id: http://svn.miranda-ng.org/main/trunk@16948 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-23Scriver: fix for printing own nicks (patch from mkvreak)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16864 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c