summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
- 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-31exe loader extracted to the separate module, now it's possible to compile ↵George Hazan
all exe using shared runtime modules
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-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
- 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-23StdFile: make field a bit widerdartraiden
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-19Language pack loader to call GetLocaleInfo() only if language name is missingGeorge 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-14unused constant removedGeorge 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
2018-07-13fixes #1488 (Idle: crash on settings open)George Hazan
2018-07-12fix for translating string with the same hashGeorge Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-07-11fixes #1475 (langIds should be recalculated on langpack change)George Hazan
2018-07-11GUI change:George Hazan
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name)
2018-07-11Russian related fixesdartraiden
2018-07-10Menu_SetVisible: new function to write down a Visibility checkbox for a menu ↵George Hazan
item
2018-07-09one shall not mix protocol registrations & accountsGeorge Hazan
2018-07-05fixes #1448 (translated frame names in database)George Hazan
2018-06-29safer method of backing up databases instead of trying to read them manuallyGeorge Hazan
2018-06-28another fix for #1442 - the same button for StdUserInfoGeorge Hazan
2018-06-27fixes #1440 (StdMsg: contact window continues flashing after activating it)George Hazan
2018-06-25duplicate cache item removed to avoid rare crashesGeorge Hazan
2018-06-24fix for hanging up in new netlib hooksGeorge Hazan