summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-01-17- constructor & destructor for NetlibBoundPortGeorge Hazan
- warning fix - randomizer must work even if the system service doesn't exist
2017-01-16DB_AUTH_BLOB: handy piece of code moved into the coreGeorge Hazan
2017-01-16function prototypes to match headersGeorge Hazan
2017-01-16Utf8DecodeT/Utf8EncodeT macros considered useless and replaced with ↵George Hazan
Utf8DecodeW/Utf8EncodeW
2017-01-14separate handle types for HNETLIBCONN & HNETLIBBINDGeorge 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-10stduserinfo: add 'In a civil union' marital statusElzorFox
2017-01-08unused ansi services removedGeorge 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-30flag renamed to be more logically calledGeorge Hazan
2016-12-28new http request type: PATCHGeorge Hazan
2016-12-28another missing hotkey textdartraiden
2016-12-27missing hotkey textGeorge Hazan
2016-12-23unneeded message removedGeorge Hazan
2016-12-21fix for preview coordinatesGeorge Hazan
2016-12-21unused resource removedGeorge Hazan
2016-12-21fixes #657 (Settings -> Icons -> Import icons" don't work)George Hazan
2016-12-21fixes #655 (Opening new chat window only titles it "Message session")George Hazan
2016-12-21- unneeded allocations removed;George Hazan
- minor code cleaning
2016-12-20compilation fixGeorge Hazan
2016-12-19more privacyGeorge Hazan
2016-12-19SRMM window packed into a classGeorge Hazan
2016-12-19code cleaningGeorge Hazan
2016-12-19no need to save bitsGeorge Hazan
2016-12-19unused parameter removedGeorge Hazan
2016-12-19unused member removedGeorge Hazan
2016-12-19- fix for clicking Apply in Options - Message sessions - Toolbar;George Hazan
- duplicated code removed
2016-12-19- fix for a dialog blinking on start;George Hazan
- crash fix
2016-12-18fix for strange post-effects of dnd in CCtrlTreeViewGeorge Hazan
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-16- fix for correct right sided buttons positioning;George Hazan
- added dynamic buttons change processing
2016-12-16crash fixGeorge Hazan
2016-12-16options dialog:George Hazan
- unused variable removed; - Modern options button became a control
2016-12-16fix for closing tabsGeorge Hazan
2016-12-16code cleaningGeorge Hazan
2016-12-16- GC_SAVEWNDPOS removed and replaced with class member;George Hazan
- TabCtrl_* functions replaced with CCtrlPages members
2016-12-16CCtrlPages::m_pages is not used anymore, all page data are bound to tabs onlyGeorge Hazan
2016-12-15missing fileGeorge Hazan
2016-12-15new methods of CCtrlPagesGeorge Hazan
2016-12-14new method - CCtrlPages::GetCount()George Hazan
2016-12-13we add events anyway, but display them only when a window opensGeorge Hazan
2016-12-13common chat code moved to the coreGeorge Hazan
2016-12-13StdMsg:George Hazan
- unused parameter removed; - code cleaning.