summaryrefslogtreecommitdiff
path: root/src/mir_app
AgeCommit message (Collapse)Author
2018-10-01centralized system of processing message ids. also fixes #1375George Hazan
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-20creepy crutch removed that was adding message ids after the binary zero in ↵George Hazan
message text
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 ↵George Hazan
server ids
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 ↵George Hazan
click on a checkbox in the Account Manager)
2018-08-30fix of wrong status change processing, caused by a patch for #1304George Hazan
fixes #1321 (When connecting to only some protocols, the notification area icon shows offline icon)
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 ↵George Hazan
disabled)
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-16forgoten reference to a tree eventGeorge Hazan
2018-08-15duplicate function removedGeorge Hazan
2018-08-14fix for CreatePathToFileW prototype (missing const specifier)George Hazan
2018-08-07missing method addedGeorge Hazan
2018-08-07MDatabaseReadonly - base class for all read-only database driversGeorge Hazan
2018-08-05Sounds:George Hazan
- options dialog rewritten to UI classes; - fixes #1504 (Nudge cannot add sounds to Sounds page until reopen Settings)
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-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
- fixes #1514 (Miranda doesn't treat h++ as a history manager); - icons are now drawn automatically, when plugin gets loaded / unloaded
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
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s.
2018-07-23fixes #1510 (The import feature sometimes converts fields from unicode to ↵George Hazan
string, losing information)
2018-07-20we don't need two name sets for the same array of functionsGeorge Hazan
2018-07-19LANGPACK_INFO: language to be untranslatable field on native language ↵George Hazan
(Deutsch, Српска etc)
2018-07-18if there's no need, let's not call that hookGeorge Hazan
2018-07-16fixes #1503 (Clist_blind: Main menu has gone)George Hazan
2018-07-16code cleaning related to Nudge pluginGeorge Hazan
2018-07-16nope.. this code must be executed each time we create a menuGeorge Hazan
2018-07-16Unify special keys namesdartraiden
2018-07-14in fact we need to do that only once, not during langpack resetGeorge Hazan
2018-07-14fix for the owner drawn menu barGeorge Hazan
2018-07-14fix for resetting menu in Clist_ModernGeorge Hazan
2018-07-13Contacts lists:George Hazan
- duplicate IDR_CLISTMENU resources removed, the only copy remains in mir_app.dll; - local variable g_hMenuMain removed from Clist_Modern and replaced with g_clistApi.hMenuMain; - duplicate code removed from Clist_Modern (CLUI::CreateCluiFrames()) - fixes #1465 (StdClist: "Status" menu cannot change language on the fly); - fixes #1467 (Clist_blind: menu cannot change language on the fly); - fixes menu-related part in #1471