Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-15 | Windows string types removed from m_core.h | George Hazan | |
2018-08-15 | duplicate function removed | George Hazan | |
2018-08-14 | mir_core: WCHAR replaced with wchar_t | George Hazan | |
2018-08-14 | fix for CreatePathToFileW prototype (missing const specifier) | George Hazan | |
2018-08-10 | CCtrListView to notify the parent dialog about item change | George Hazan | |
2018-08-08 | warning fix | George Hazan | |
2018-08-07 | missing method added | George Hazan | |
2018-08-07 | MDatabaseReadonly - base class for all read-only database drivers | George Hazan | |
2018-08-05 | Sounds: | George Hazan | |
- options dialog rewritten to UI classes; - fixes #1504 (Nudge cannot add sounds to Sounds page until reopen Settings) | |||
2018-08-02 | Miranda_WaitOnHandleEx - advanced wait function with pInfo parameter | George Hazan | |
2018-08-01 | fixes #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-31 | exe loader extracted to the separate module, now it's possible to compile ↵ | George Hazan | |
all exe using shared runtime modules | |||
2018-07-29 | unloaded plugin should be removed from servicePlugins too | George Hazan | |
2018-07-29 | Ini file shall be loaded immediately after database creation | George Hazan | |
2018-07-27 | Plugin 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-26 | fixes #1527 (Remove obsolete g_hMainThread and QueueUSerAPC from plugins) | George Hazan | |
2018-07-26 | unused variable removed | George Hazan | |
2018-07-25 | major code cleaning of all font-related structures | George Hazan | |
2018-07-25 | fixes #1524 (Options module in DB) | George Hazan | |
2018-07-24 | database: | 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-23 | StdFile: make field a bit wider | dartraiden | |
2018-07-23 | fixes #1510 (The import feature sometimes converts fields from unicode to ↵ | George Hazan | |
string, losing information) | |||
2018-07-20 | we don't need two name sets for the same array of functions | George Hazan | |
2018-07-19 | Language pack loader to call GetLocaleInfo() only if language name is missing | George Hazan | |
2018-07-19 | LANGPACK_INFO: language to be untranslatable field on native language ↵ | George Hazan | |
(Deutsch, Српска etc) | |||
2018-07-18 | if there's no need, let's not call that hook | George Hazan | |
2018-07-16 | fixes #1503 (Clist_blind: Main menu has gone) | George Hazan | |
2018-07-16 | code cleaning related to Nudge plugin | George Hazan | |
2018-07-16 | nope.. this code must be executed each time we create a menu | George Hazan | |
2018-07-16 | Unify special keys names | dartraiden | |
2018-07-14 | in fact we need to do that only once, not during langpack reset | George Hazan | |
2018-07-14 | fix for the owner drawn menu bar | George Hazan | |
2018-07-14 | fix for resetting menu in Clist_Modern | George Hazan | |
2018-07-14 | unused constant removed | George Hazan | |
2018-07-13 | Contacts 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-13 | fixes #1488 (Idle: crash on settings open) | George Hazan | |
2018-07-12 | fix for translating string with the same hash | George Hazan | |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-07-11 | fixes #1475 (langIds should be recalculated on langpack change) | George Hazan | |
2018-07-11 | GUI 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-11 | Russian related fixes | dartraiden | |
2018-07-10 | Menu_SetVisible: new function to write down a Visibility checkbox for a menu ↵ | George Hazan | |
item | |||
2018-07-09 | one shall not mix protocol registrations & accounts | George Hazan | |
2018-07-05 | fixes #1448 (translated frame names in database) | George Hazan | |
2018-06-29 | safer method of backing up databases instead of trying to read them manually | George Hazan | |
2018-06-28 | another fix for #1442 - the same button for StdUserInfo | George Hazan | |
2018-06-27 | fixes #1440 (StdMsg: contact window continues flashing after activating it) | George Hazan | |
2018-06-25 | duplicate cache item removed to avoid rare crashes | George Hazan | |
2018-06-24 | fix for hanging up in new netlib hooks | George Hazan | |