Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-03 | CLIST_INTERFACE: | George Hazan | |
- unused members removed (requires new History++ for people who compile Miranda themselves); - useless helpers Proto_IsAccountEnabled & Proto_IsProtocolLocked replaced with direct calls of PROTOACCOUNT members IsEnabled & IsLocked respectively; - static interface member pfnGetProtocolVisibility replaced with static function Clist_GetProtocolVisibility or PROTOACCOUNT::IsVisible when possible | |||
2018-03-26 | code cleaning | George Hazan | |
2018-03-16 | entities' names to be started with capital letters | George Hazan | |
2018-03-16 | always hated these long expressions: contact_iter makes them much shorter | George Hazan | |
2018-03-15 | LIST<> iterators: | George Hazan | |
- new method LIST::removeItem added to save a pointer to removed record; - code cleaning related to the fact that LIST::remove() shall be the last operation inside an iterator, because otherwise the reference to it will point to a record next to deleted one; - a few remaining cycles converted to iterators | |||
2018-03-15 | MUCH more effective way of removing records from iterators | George Hazan | |
2018-03-14 | reverse iterators for LIST<> | George Hazan | |
2018-03-09 | more loop-related code cleaning | George Hazan | |
2018-02-24 | guard headers | Goraf | |
2018-02-21 | StdMsg: C++'11 iterators | George Hazan | |
2018-02-04 | the error code of db_event_get() should be checked | George Hazan | |
2018-02-01 | fixes #1128 (StdMsg: user menu icon bug) | George Hazan | |
2018-01-31 | CMake: fixes for FreeImage. | protomors | |
2018-01-31 | mir_app: | George Hazan | |
- structure renamed: PROTORECVFILET -> PROTORECVFILE; - useless service MS_PROTO_AUTHRECV removed; - Proto_AuthRecv() helper converted into a function. | |||
2018-01-26 | code optimization | George Hazan | |
2018-01-18 | fixes #1112 (Cannot change any numerical setting in StdMsg) | George Hazan | |
2018-01-18 | fix for processing integer fields in StdMsg options | George Hazan | |
2018-01-18 | fix for unblocking a checkbox in StdMsg options | George Hazan | |
2018-01-17 | StdMsg: all options migrated to CMOption<> | George Hazan | |
2018-01-15 | remove AIM, StdAuth, StdHep | dartraiden | |
2018-01-09 | fixes #1091 (corrupted heap after Paste) | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-27 | obsolete structure ADDCONTACTSTRUCT, service MS_ADDCONTACT_SHOW and whole ↵ | George Hazan | |
m_addcontact.h removed and replaced with Contact_Add* functions | |||
2017-12-11 | useless field MIRANDA_IDLE_INFO::cbSize removed | George Hazan | |
2017-12-11 | StdIdle: options separated to their own file | George Hazan | |
2017-12-11 | StdIdle: more code cleaning | George Hazan | |
2017-12-11 | IsTerminalDisconnected() moved to core | George Hazan | |
2017-12-10 | StdIdle options => UI classes | George Hazan | |
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-10 | Miranda idle code cleaning | George Hazan | |
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 | convert txt files to utf-8 | Kirill Volinsky | |
2017-12-05 | StdSSL must have its own unique GUID | George Hazan | |
2017-12-05 | minus StdHelp.dll | George Hazan | |
2017-12-05 | StdAuth plugin merged back with mir_app.dll | George Hazan | |
2017-11-29 | CMake: clean up library dependencies. | protomors | |
2017-11-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | mir_app: fix after conversion | Kirill Volinsky | |
2017-11-28 | Core: convert source files to utf-8 | Kirill Volinsky | |
2017-11-28 | OPTIONSDIALOGPAGE::hInstance is useless when pDialog is filled | George Hazan | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-11-01 | bad anti-flicker code removed | George Hazan | |
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-26 | oops | George Hazan | |
2017-10-25 | click emulator used instead of direct handler call | George Hazan | |
2017-10-25 | SRMM internal structures & functions moved to the separate header file ↵ | George Hazan | |
m_srmm_int.h | |||
2017-10-24 | unified version resource with explicitly stated language & code page | George Hazan | |
2017-10-16 | the whole idea of customizable colors in chat considered totally useless | George Hazan | |