summaryrefslogtreecommitdiff
path: root/plugins/DbEditorPP
AgeCommit message (Collapse)Author
2021-05-17last global structure removed from dbeditorGeorge Hazan
2021-05-17Dbeditor++: fix for global settings removingGeorge Hazan
2021-05-02fixes #2867 (DbEditor: добавить в правую панель ↵George Hazan
пункт меню "Удалить" для контактов)
2021-04-30dbeditor++: "Clone contact" removedGeorge Hazan
2021-04-30Dbeditor: everything considering UI is an object nowGeorge Hazan
2021-04-30we use contact iterators when possibleGeorge Hazan
2021-04-29fixes #2866 (DbEditor: выделив найденный поиском ↵George Hazan
элемент, невозможно открыть его в редакторе с клавиатуры)
2021-04-29Dbeditor++: main window definition went to header file, so its methods could ↵George Hazan
be implemented now in different modules
2021-04-29fixes #2865 (DbEditor: перестал работать даблклик ↵George Hazan
по результату поиска)
2021-04-29fixes #2860 (DbEditor: persistent flag values in the search form)George Hazan
2021-04-29fixes #2861 (DbEditor: в левой и правой панелях не ↵George Hazan
работает горячая клавиша вызова меню)
2021-04-28Dbeditor++:George Hazan
- Search/Replace dialog -> UI classes; - fixes #2863 (DbEditor: невозможно перейти к результатам поиска без мыши); - version bump
2021-04-10fixes #2841 (DbEditor: allow to delete contacts from right panel)George Hazan
2021-03-2821 years after Win2k release we don't need win2k.h - everything we need is ↵George Hazan
included into minimum Windows SDK 7.1
2021-03-06fixes #2756 (Cannot start dbeditor in service mode)George Hazan
2021-01-20attempt to sync Database menu root's positionGeorge Hazan
2021-01-17Update copyrightsdartraiden
2021-01-05fixes #2658 (Вынести настройку цвета попапов ↵George Hazan
редактора базы в отдельные настройки) + цвет текста + чистка кода
2020-08-17fixes #2542 (DbEditor: при переходе к результату ↵George Hazan
поиска окно не прокручивается до нужной записи)
2020-08-11code cleaningGeorge Hazan
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-01-09if smth cannot be incuded, it shall be inlinedGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2019-12-16shitty Windows helpers...George Hazan
2019-12-16dbeditorpp:George Hazan
- fixes #2148 (case-sensitive search among database values hides lines during value replacement); - minor code cleaning; - version bump
2019-07-26warning fixesGeorge Hazan
2019-07-24massive warning fixGeorge Hazan
2019-05-13CDlgBase::SetMinSize - a way to get rid of WM_GETMINMAXINFO in DlgProcGeorge Hazan
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-05-29common version resource extracted to the separate fileGeorge Hazan
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan
2018-05-27comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵George Hazan
differ only in a build number
2018-05-27PRODUCTVERSION of any version resource to contain the number of current buildGeorge Hazan
2018-05-23we don't need MirandaPluginInfoEx() anymore. farewell, my lovelyGeorge Hazan
2018-05-22no more need in hLangpack variable *YAHOO*George Hazan
2018-05-22new helper for MS_TTB_ADDBUTTONGeorge Hazan
2018-05-22m_genmenu.h unbound from hLangpackGeorge Hazan
2018-05-22Hotkey_Register => CMPlugin::addHotkeyGeorge Hazan
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-20mir_getLP() call went into CMPluginBase::CMPluginBase, thus it's not needed ↵George Hazan
in each plugin. mir_getLP() remains for compatibility with pascal plugins only
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-18Icon_Register(g_plugin.getInst() => g_plugin.registerIconGeorge Hazan
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW
2018-05-18hLangpack variable began migration inside CMPluginBaseGeorge Hazan
it remains existing for now, but as reference to g_plugin.m_hLang
2018-05-16Flags, CrashDumper, CryptoPP, CSList, Db_autobackups, DbEditorPP: cmplugin ↵Mataes
adaptation
2018-05-15__NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiledGeorge Hazan