summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-10-03fixes #1607 (Scriver silently cuts long messages)George Hazan
2018-10-01centralized system of processing message ids. also fixes #1375George Hazan
2018-09-27StdMsg and Scriver: ME_DB_EVENT_EDITED supportElzorFox
2018-09-23db_event_edit - new stub for editing messagesGeorge Hazan
2018-09-21old crutch removed: error messages to go in UnicodeGeorge Hazan
2018-09-21if a protocol receives a message delivery confirmation, it can pass the serve...George Hazan
2018-09-20creepy crutch removed that was adding message ids after the binary zero in me...George Hazan
2018-09-20fix for the proper return type of PROTO<>::RecvMsgGeorge Hazan
2018-09-19GetEventById & SetEventId - two new methods to operate with events by their s...George Hazan
2018-09-18warning fix + code cleanigGeorge Hazan
2018-09-18code cleaningGeorge Hazan
2018-09-16crash fix for setting unused OLE propertiesGeorge Hazan
2018-09-05no need to destroy non-existing iconGeorge Hazan
2018-09-05fixes #1582 (Расширить левую панель в диалоге п...George Hazan
2018-09-04fixes #1581 (Bug with metacontact creating)George Hazan
2018-09-0230 chars aren't enough for long date representationGeorge Hazan
2018-09-02fixes #1574 (newly activated account's options aren't displayed when you clic...George Hazan
2018-08-30fix of wrong status change processing, caused by a patch for #1304George Hazan
2018-08-29fixes #1555 (Import shouldn't import .bak second time in service mode)George Hazan
2018-08-29ImportTXT blocked in the core & PluginUpdaterGeorge Hazan
2018-08-29fix for more friendly conversion of file transfer events into textGeorge Hazan
2018-08-27these manual mir_free calls aren't needed anymoreGeorge Hazan
2018-08-27fixes #1547 (Miranda crashes on import from mmap profile when VK plugin is di...George Hazan
2018-08-27CMPlugin resource cleaning moved to the destructor of CMPluginBaseGeorge Hazan
2018-08-18fixes #1463 (old behavior of smart profile opening must be returned)George Hazan
2018-08-17export/import with human readable timestamps according to #1490George Hazan
2018-08-16forgoten reference to a tree eventGeorge Hazan
2018-08-15command line parameters - code cleaningGeorge Hazan
2018-08-15Windows string types removed from m_core.hGeorge Hazan
2018-08-15duplicate function removedGeorge Hazan
2018-08-14mir_core: WCHAR replaced with wchar_tGeorge Hazan
2018-08-14fix for CreatePathToFileW prototype (missing const specifier)George Hazan
2018-08-10CCtrListView to notify the parent dialog about item changeGeorge Hazan
2018-08-08warning fixGeorge Hazan
2018-08-07missing method addedGeorge Hazan
2018-08-07MDatabaseReadonly - base class for all read-only database driversGeorge Hazan
2018-08-05Sounds:George Hazan
2018-08-02Miranda_WaitOnHandleEx - advanced wait function with pInfo parameterGeorge Hazan
2018-08-01fixes #1463 (Miranda asks to create database if already opened)George Hazan
2018-08-01 fixes #1530 (fake dummy account types shall not be available for addition)George Hazan
2018-07-31exe loader extracted to the separate module, now it's possible to compile all...George Hazan
2018-07-29unloaded plugin should be removed from servicePlugins tooGeorge Hazan
2018-07-29Ini file shall be loaded immediately after database creationGeorge Hazan
2018-07-27Plugin options dialog:George Hazan
2018-07-26fixes #1527 (Remove obsolete g_hMainThread and QueueUSerAPC from plugins)George Hazan
2018-07-26unused variable removedGeorge Hazan
2018-07-25major code cleaning of all font-related structuresGeorge Hazan
2018-07-25fixes #1524 (Options module in DB)George Hazan
2018-07-24database:George Hazan
2018-07-23StdFile: make field a bit widerdartraiden