Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-20 | we don't need two name sets for the same array of functions | 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-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-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-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-25 | duplicate cache item removed to avoid rare crashes | George Hazan | |
2018-06-24 | fix for hanging up in new netlib hooks | George Hazan | |
2018-06-23 | Netlib: | George Hazan | |
- fix for function names - code cleaning | |||
2018-06-23 | Netlib: patch for proxySwitch | Mataes | |
2018-06-19 | we shall not clear events that we don't own | George Hazan | |
2018-06-18 | ability of C++ to compile any shit provided is enormous... | George Hazan | |
2018-06-18 | new functions to access mirandaboot.ini from all plugins: | George Hazan | |
Profile_GetSetting() - reads a string from mirandaboot.ini Profile_GetSettingInt() - reads an integer from mirandaboot.ini | |||
2018-06-14 | chat behaviour unification: if a window isn't closed, but only minimized, ↵ | George Hazan | |
clist extra icon gets enabled again when a new message comes (till window gets focused) | |||
2018-06-13 | fixes #1398 (Cannot disable OpenSSL plugin between starts) | George Hazan | |
2018-06-13 | System idle: | George Hazan | |
- plugin StdIdle that had been acting as an options dialog for StdAutoAway removed; - service MS_IDLE_GETIDLEINFO moved into the core and replaced with Idle_GetInfo(); - new function Idle_Enter() is available to tell the core that Miranda is idle; - StdAutoAway & StatusManager adapted for these changes; | |||
2018-06-13 | profile lock detection unbound from contact list services | George Hazan | |
2018-06-08 | fix for mir_app / mir_core version resources | George Hazan | |
2018-06-03 | fixes #1401 (fixes inactive session detection) | George Hazan | |
2018-06-01 | eternal recursion prevention | George Hazan | |
2018-06-01 | CMPluginBase::getModule: new helper for returning plugin's module | George Hazan | |
2018-05-31 | fixes #1386 (duplicate sounds appear after StdMsg load/unload) | George Hazan | |
2018-05-31 | fixes #1397 (StdMsg: dynamic loading breaks meta menu) | George Hazan | |
2018-05-30 | EI options: code cleaning | George Hazan | |
2018-05-30 | Extra icons (mir_app): | George Hazan | |
- old reference system that used EI ids totally removed; - now HANDLE that is returned outside is a real pointer to EI; - old perversion with groups removed; - fixes #1394 (EI change require restart) | |||
2018-05-30 | extra icons: gettimg rid of IDs | George Hazan | |
2018-05-30 | fir for massive search-n-replace result | George Hazan | |
2018-05-30 | senseless function removed | George Hazan | |
2018-05-29 | ancient perversion removed: function CListInitialise as the special entry ↵ | George Hazan | |
point for contact lists (not to mix them with usual plugins) | |||
2018-05-29 | core: | George Hazan | |
- obsoleted flags bOk & bStopped removed from pluginEntry; - pluginEntry::bFailed is now set automatically; | |||
2018-05-29 | BASIC_PLUGIN_INFO - useless structure removed | George Hazan | |
2018-05-28 | solves problems with XP compatibility | George Hazan | |
2018-05-28 | useful wrappers for loading / unloading plugins | George Hazan | |
2018-05-28 | fix for dll checker - Load & Unload are not mandatory now, also void export ↵ | George Hazan | |
table is not a problem | |||
2018-05-28 | core changes: | George Hazan | |
- added methods CMPluginBase::Load & CMPluginBase::Unload - duplicated data removed from BASIC_PLUGIN_INFO and replaced with data from CMPluginBase; - code cleaning | |||
2018-05-27 | comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵ | George Hazan | |
differ only in a build number | |||
2018-05-27 | version check temporarily disabled | George Hazan | |
2018-05-27 | pre-check added for plugin dlls that weren't loaded yet | George Hazan | |