Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-25 | dbchecker moved to deprecated | George Hazan | |
2018-03-24 | fix links | dartraiden | |
2018-03-23 | MB_YESNOCANCEL => MB_YESNO | George Hazan | |
2018-03-23 | related to #1197: clicking Yes shall redirect a user to plugin's download page | George Hazan | |
2018-03-22 | end of dbx_mmap plugin: any attempt to open such a database not in read-only ↵ | George Hazan | |
mode causes automatic import into mdbx format | |||
2018-03-21 | compilation fix | George Hazan | |
2018-03-21 | DATABASELINK::Unload method replaced with the virtual destructor of ↵ | George Hazan | |
MDatabaseCommon | |||
2018-03-07 | old C-style code is obsolete now because of MDatabaseCommon existence | George Hazan | |
2018-02-24 | guard headers | Goraf | |
2018-02-21 | mmap: C++'11 iterators | George Hazan | |
2018-02-04 | fixes #1134 (Dbx mmap: wrong maxContactId on profile loading with very first ↵ | George Hazan | |
contact ) | |||
2018-01-01 | massive copyright update | dartraiden | |
2017-12-10 | - remove emails (if author retired - it's useless to write to him; if author ↵ | dartraiden | |
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | all rc files reverted to utf-8 | Kirill Volinsky | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-12-06 | fix after files conversation | Kirill Volinsky | |
2017-11-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-27 | slightly optimized way of getting menu item's module name | George Hazan | |
2017-11-27 | add module name (part 1) | Kirill Volinsky | |
2017-11-24 | EnumResidentSettings moved to MDatabaseCommon | George Hazan | |
2017-11-24 | more common database code moved to MDatabaseCommon | George Hazan | |
2017-11-23 | database enumerators => void* instead of LPARAM | George Hazan | |
2017-11-23 | compilation fix | George Hazan | |
2017-11-23 | common database code to be concentrated in mir_app | George Hazan | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-11-05 | More CMake (#1016) | Vitaly Svyastyn | |
* Generate version information before build. * Removed /EHsc from compile options. * CMake files for the rest of protocols. * CMake 64 bit build. * CMake: precompiled headers. | |||
2017-10-31 | Initial CMake support. (#1013) | Vitaly Svyastyn | |
* CMake files for building application and core library. * CMake files for core plugins. Now it runs! * CMake files for some plugins. | |||
2017-10-24 | unified version resource with explicitly stated language & code page | George Hazan | |
2017-08-25 | this should be in [Database], because it's not dbx_mmap-specific feature | dartraiden | |
2017-08-22 | code cleaning | George Hazan | |
2017-08-22 | code cleaning | George Hazan | |
2017-08-06 | Update all other files in repository to use https links for Miranda NG website | Robert Pösel | |
2017-08-06 | Update rest of links to https | Robert Pösel | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-08-05 | Change plugin links from http:// to https:// | Robert Pösel | |
2017-07-11 | dbx_mmap: autologin feature (#856) | Alex | |
* dbx_mmap: autologin fiature * fix review | |||
2017-03-17 | fixes #739 (extra icons don't work in the totally encrypted database) | George Hazan | |
2017-03-08 | project tools version reset | George Hazan | |
2017-02-14 | fix for include duplicates & recursions | George Hazan | |
2017-01-17 | useless field DBEVENTINFO::cbSize removed | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-10-28 | - old useless helpers removed from the Options module; | George Hazan | |
- mir_app functions introduced instead of them; - OPENOPTIONSDIALOG structure removed from m_options.h | |||
2016-09-14 | second major wipeout of database services & structures: | George Hazan | |
- DBCONTACTENUMSETTINGS removed; - all helpers moved to mir_core.dll git-svn-id: http://svn.miranda-ng.org/main/trunk@17296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-13 | mode old database junk to die | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17291 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-02 | - three remaining clist services converted into functions ↵ | George Hazan | |
(Clist_MenuProcessCommand, Clist_IsDocked, Clist_MenuProcessHotkey); - old unused junk removed from CLIST_INTERFACE with its stubs; - all unused clist services also removed with bunch of another crap like unused params git-svn-id: http://svn.miranda-ng.org/main/trunk@17243 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-29 | no more TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-27 | less TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-26 | less 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 |