summaryrefslogtreecommitdiff
path: root/bin14
AgeCommit message (Collapse)Author
2017-01-23no need to implement the same code in each pluginGeorge Hazan
2017-01-16DB_AUTH_BLOB: handy piece of code moved into the coreGeorge Hazan
2017-01-13woah, now really no netlib services anymoreGeorge Hazan
2017-01-13(wiping blood from hands) no more netlib servicesGeorge Hazan
2017-01-13a bit less netlib servicesGeorge Hazan
2017-01-12Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCTGeorge Hazan
2017-01-12- Netlib_GetConnNlu - returns a pointer to NetlibUser associated with a ↵George Hazan
connection - NetlibDoClose renamed to NetlibDoCloseSocket
2017-01-11strong typization - better typizationGeorge Hazan
2017-01-11- Netlib_Send & Netlib_Recv helpers became real functions, MS_NETLIB_SEND & ↵George Hazan
MS_NETLIB_RECV died; - fix for dumping chunked http replies into a network log
2017-01-03Proto_Discord - icons for the Discord protocolGeorge Hazan
2016-12-27Discord is added to solutionswatcherhd
2016-12-16CCtrlPages::m_pages is not used anymore, all page data are bound to tabs onlyGeorge Hazan
2016-12-15new methods of CCtrlPagesGeorge Hazan
2016-12-14new method - CCtrlPages::GetCount()George 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-02MS_SYSTEM_* services became functionsGeorge Hazan
2016-12-02old shit diedGeorge Hazan
now there's no need to create fake services & events
2016-12-02if nothing else helps, finally read the manualGeorge Hazan
- CCtrlSpin::SetRange had mixed up max & min values; - changing data in a spin control didn't send a change notification
2016-12-02CCtrlSpin::GetPosition() - new method of spin controlGeorge Hazan
2016-12-01more fixesGeorge Hazan
2016-12-01toolbar icons processing code moved to mir_appGeorge Hazan
2016-12-01CCtrlSpin::SetPosition - method for a spin control initializationGeorge Hazan
2016-11-26also libs for mir_coreGeorge Hazan
2016-11-26compilation fixGeorge Hazan
2016-11-22missing method: CCtrlListBox::SetItemHeightGeorge Hazan
2016-11-22missing UI method: CCtrlListBox::GetItemRectGeorge Hazan
2016-11-22OnBuildMenu - new callback for handling rclicksGeorge 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-28oopsGeorge Hazan
2016-10-28new libraries for mir_coreGeorge 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-22Status Plugins are merged as StatusManagerwatcher
2016-10-11more Yahoo leftovers removeddartraiden
2016-10-11Yahoo leftovers removedwatcher
2016-10-11Yahoo & YahooGroups plugins moved to _deprecatedGeorge Hazan
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-10-02CDlgBase::AddTimer addedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17342 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-26- duplicated code removed from cliFindItem;George Hazan
- FindItem function removed completely; - CLIST_INTERFACE::pfnFindItem now only compare one item; - static function Clist_FindItem now serves as pcli->pfnFindItem git-svn-id: http://svn.miranda-ng.org/main/trunk@17335 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-22libs for forgotten exportGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17332 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-22UI utils:George Hazan
- added class CProgress; - added class CTimer; git-svn-id: http://svn.miranda-ng.org/main/trunk@17331 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-19- struct GCSESSION died;George Hazan
- Chat_NewSession simply gets 5 parameters; - minor chat code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@17318 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-19Chat_AddGroup - even less structuresGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17316 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-16service wrappers -> real functionsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17304 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-16forgotten database functionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17303 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-14patch for UI Utils:George Hazan
- wrapper for a spin control; - CCtrlEdit::SetMaxLength git-svn-id: http://svn.miranda-ng.org/main/trunk@17298 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-14fix for 32-bit libsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17297 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c