Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-16 | fix for writing "Chat/FilterEnabled" BYTE=1 into the database | George Hazan | |
2018-03-16 | Jabber: | George Hazan | |
- useless parameter in CJabberProto::OnAddContactForever removed; - when we receive subscription = remove we just change it to SUB_NONE instead of removing contact from LIST_ROSTER; - code cleaning | |||
2018-03-16 | chat api: | George Hazan | |
- useless locks removed, because SM_FindSession already does locking; - lock added to SM_FindSessionByIndex because it's really needed | |||
2018-03-16 | unused code removed | George Hazan | |
2018-03-16 | warning fix | George Hazan | |
2018-03-16 | warning fix | George Hazan | |
2018-03-16 | LIST<>::indexOf(T**) - fast index calculation for direct iterators | George Hazan | |
2018-03-15 | FavContacts: use strncpy_s and wcsncpy_s instead of mir_wstrcpy and mir_strcpy | Mataes | |
2018-03-15 | more intelligent solution for #1186 (Hide DbChecker from VersionInfo) | 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 | unused parameter removed | George Hazan | |
2018-03-15 | last item shall be nullified anyway, even if we're removing last element | George Hazan | |
2018-03-15 | warning fixes | George Hazan | |
2018-03-15 | MUCH more effective way of removing records from iterators | George Hazan | |
2018-03-15 | code cleaning | George Hazan | |
2018-03-15 | warning fix | George Hazan | |
2018-03-15 | TabSRMM: fixed rss protocol name | Kirill Volinsky | |
2018-03-15 | fix for ranged loop bounds | George Hazan | |
2018-03-15 | NewsAggregator: added symbol to replace | Kirill Volinsky | |
2018-03-14 | reverse iterators for LIST<> | George Hazan | |
2018-03-14 | fix for clist events sorting order, manual sorting disabled | George Hazan | |
2018-03-14 | Sessions: no need to hide subcontact's window | George Hazan | |
2018-03-14 | minor code cleaning | George Hazan | |
2018-03-14 | code cleaning | George Hazan | |
2018-03-13 | compilation fix | George Hazan | |
2018-03-13 | old hotkey saving code restored | George Hazan | |
2018-03-13 | additional fix for #1143 (message with non-latin chars is stored as garbage ↵ | George Hazan | |
being sent from the command line) | |||
2018-03-13 | chat engine: | George Hazan | |
- fixes #1174 (Group chat icons became "blank exe" icons if role cound exceeds 10); - unused chat api members removed; | |||
2018-03-13 | langpacks/english: update | dartraiden | |
2018-03-13 | MagneticWindows: resource cosmetic | dartraiden | |
2018-03-13 | correct description | dartraiden | |
2018-03-13 | fix capitalization | dartraiden | |
2018-03-13 | remove AUTHOREMAIL field | dartraiden | |
2018-03-13 | fixes #1179 (Resurrect MagneticWindows plugin) | George Hazan | |
2018-03-12 | Autobackup to CloudFile doesn't work (fixed #1176) | aunsane | |
2018-03-12 | CrashDumper: | George Hazan | |
- fixes #1186 (Hide DbChecker from VersionInfo); - massive code cleaning; - version bump | |||
2018-03-12 | code cleaning | George Hazan | |
2018-03-12 | old manual array replaced with OBJLIST | George Hazan | |
2018-03-12 | cycle optimization | George Hazan | |
2018-03-11 | clist_nicer: change char to CMStringA | Mataes | |
2018-03-11 | Merge branch 'master' of https://github.com/miranda-ng/miranda-ng | aunsane | |
2018-03-11 | CloudFile: fix OneDrive token refresh | aunsane | |
2018-03-11 | clist_modern: correct version of c27f041 | Mataes | |
2018-03-11 | clist_modern: change char to CMStringA | Mataes | |
2018-03-11 | CloudFile: Dropbox OAuth with miranda-ng redirect uri | aunsane | |
2018-03-11 | CloudFile should create Miranda NG folder instead of placing files into ↵ | aunsane | |
Yandex Disk root (fixed #1184) | |||
2018-03-11 | ChangeLayout: mir_strcpy and mir_strcat replaced on strncpy_s and strncat_s | Mataes | |
2018-03-11 | BuddyExpectator: use strncpy_s instead of mir_strcpy | Mataes | |