summaryrefslogtreecommitdiff
path: root/plugins/DbEditorPP/src/settinglist.cpp
AgeCommit message (Collapse)Author
2022-02-09db_is_module_empty & db_copy_module - new database helpersGeorge Hazan
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
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: everything considering UI is an object nowGeorge 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 #2861 (DbEditor: в левой и правой панелях не ↵George Hazan
работает горячая клавиша вызова меню)
2021-04-10fixes #2841 (DbEditor: allow to delete contacts from right panel)George Hazan
2021-01-05fixes #2658 (Вынести настройку цвета попапов ↵George Hazan
редактора базы в отдельные настройки) + цвет текста + чистка кода
2020-08-17fixes #2542 (DbEditor: при переходе к результату ↵George Hazan
поиска окно не прокручивается до нужной записи)
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
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-16Flags, CrashDumper, CryptoPP, CSList, Db_autobackups, DbEditorPP: cmplugin ↵Mataes
adaptation
2018-05-08code cleaning (using new MS coding style)George Hazan
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-24dbeditor:George Hazan
- code cleaning - version bump
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27<tchar.h> removed from <m_system.h>George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17136 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less TCHARs:George Hazan
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-29bug in dbeditor: all unicode strings are displayed as "chinese" in Debug buildsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15646 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-15DBEditor:Tobias Weimer
- Fixed context menu git-svn-id: http://svn.miranda-ng.org/main/trunk@14961 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-18DBEditor:Tobias Weimer
- minor bugfixes git-svn-id: http://svn.miranda-ng.org/main/trunk@14585 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-15code cleaning George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14575 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-18fix for unicode stringsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14248 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-18dbeditor++ - unified projectGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14244 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-18true unicode build (ansi build is possible but useless)Dmitry Kuzkin
new search/replace dialog edit improvements (type check) resident settings support (fully resident modules are still invisible) remove obsolete things code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@14243 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14002 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-23replace strcat to mir_strcatKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13777 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13763 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace _tcsicmp to mir_tstrcmpiKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13761 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace strlen to mir_strlenKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13747 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-14DbEditorPP: changed warning lavel to w4Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11414 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessageRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11383 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01code cleanupRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11185 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30new sorting functions appliedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30Multiple fixes buff size for GetText and SetText.Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11165 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-28Massive code cleanup and fixes for a lot of warnings reported in #837Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@11136 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-22- fix for the edit window subclassing;George Hazan
- fix for the strange database write git-svn-id: http://svn.miranda-ng.org/main/trunk@8681 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-22crash fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8678 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-12More fix for x64Rozhuk Ivan
Also fix dbeditor from 8572 commit git-svn-id: http://svn.miranda-ng.org/main/trunk@8584 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-12SetWindowLongPtr() and GetWindowLongPtr() multiple fixes for x64Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8571 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c