summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2020-06-10fixes #2438 (Jabber: списки приватности странно ↵George Hazan
себя ведут) + some another DoModal() calls cleaning
2020-06-10New_GPG: more accurate version of RemoveHandlers()George Hazan
2020-06-10fixes #2441 (New_GPG: miranda-ng dies after switching the plugin off)George Hazan
2020-06-10typo fixGluzskiy Alexandr
2020-06-09fix for running the same dialog multiple timesGeorge Hazan
2020-06-08fixes #2434 (IEView не отображается поле %fileDesc%, но ↵George Hazan
при этом заменяется поле %text% при указании описания файла при передаче)
2020-06-08fixes #2424 (NewStory: добавить возможность ↵George Hazan
выбрать несколько сообщений)
2020-06-08fixes #2432 (NewStory: при открытии окна истории ↵George Hazan
выделять последнее сообщение)
2020-06-08fixes #2433 (NewStory: XMPP Chat States отображаются как ↵George Hazan
неизвестные события)
2020-06-05Plugin Updater:George Hazan
- fixes #2419 (Апдейтер не удаляет /Libs/libmdbx.mir); - fix for a very old bug: nothing happens if only file deleteion is chosen; - code reordering
2020-06-05automated thread id control classGeorge Hazan
2020-06-05Plugin Updater: more code cleaningGeorge Hazan
2020-06-05Plugin Updater: update dialog -> UI classesGeorge Hazan
2020-06-05fixes #2418 (NewStory: add event count to system history)George Hazan
2020-06-05fixes #2417 (NewStory: Enter closes history window)George Hazan
2020-06-04all improper calls of OnClose replaced with OnDestroy / OnApplyGeorge Hazan
2020-06-04UI classes:George Hazan
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning
2020-06-04fixes #2420 (empty error window in StdMsg/Scriver)George Hazan
2020-06-03tabSRMM: why text is restored only for private chats?George Hazan
2020-06-02PluginUpdater: temporary buffer size set to 4MGeorge Hazan
2020-06-02Plugin Updater: attemt to use 64K unzip buffer instead of 8KGeorge Hazan
2020-06-02Plugin Updater: code cleaningGeorge Hazan
2020-06-01fixes #2394 (NewStory: его пункты меню не отключаются)George Hazan
2020-05-29more logsGeorge Hazan
2020-05-29Dbx_mdbx: faster way of removing a contactGeorge Hazan
2020-05-29PluginUpdater:George Hazan
- fixes #2409 (restart Miranda automatically after update); - plugin options moved to CMOption<>; - code cleaning
2020-05-27SmileyAdd: fix for a very rare crashGeorge Hazan
2020-05-24implemented starting position support in cursorsGluzskiy Alexandr
2020-05-24libmdbx.dll returned back to keep compatibility with Windows XPGeorge Hazan
2020-05-22DatabaseGeorge Hazan
- libmdbx inlined not to change the code of utilities - libmdbx.mir removed from build scripts
2020-05-22also the same fix for icon projectsGeorge Hazan
2020-05-22unused file removed from icons projectGeorge Hazan
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-05-15NewStory: fix for occasional crash in empty history windowGeorge Hazan
2020-05-14simple database event cycles moved to cursorsGeorge Hazan
2020-05-13kinda first working version of database event cursorsGeorge Hazan
2020-05-12event cursors for mdbx driverGeorge Hazan
2020-05-12tabSRMM: some unused/obsoleted events removedGeorge Hazan
2020-05-10UInfoEx: massive ANSI cleaningGeorge Hazan
2020-05-10dbx_sqlite: fixed crash possibility if cursor with destroyed statement usedGluzskiy Alexandr
2020-05-10fix for occasional crashGeorge Hazan
2020-05-10mTextControl related code cleaningGeorge Hazan
2020-05-10dbx_sqlite: implemented cursor db apiGluzskiy Alexandr
2020-05-09newstory: clear logMataes
2020-05-08another forgotten switchGeorge Hazan
2020-05-08NewStory:George Hazan
- duplicate code removed; - temporary contact creation moved to OnInitDialog, not to cause problems during debugging
2020-05-08NewStory to use common icons for files & URLsGeorge Hazan
2020-05-08NewStory: we can reuse some translations from History++dartraiden
2020-05-07minor change of dialog's heightGeorge Hazan
2020-05-07MirOTR: two another option dialogs -> UI classesGeorge Hazan