Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-08 | DeleteDirectoryTreeW - new function that deletes a folder with all ↵ | George Hazan | |
subfolders (recursively) | |||
2020-08-20 | libcurl: pick up Miranda-specific commits | dartraiden | |
2020-08-20 | libcurl: update to 7.72.0 | dartraiden | |
2020-08-19 | SQLite: pick up Miranda-specific commits | dartraiden | |
2020-08-19 | SQLite: update to 3.33.0 | dartraiden | |
2020-08-17 | FreeImage: WebP support added | George Hazan | |
2020-08-16 | fixes #2538 (NewStory: add stickers support to message log and history) | George Hazan | |
2020-08-07 | fix for rare crash on exit | George Hazan | |
2020-07-08 | fixes #2475 (Update libmdbx to 0.8.2) | George Hazan | |
2020-07-07 | libcurl: pick up Miranda-specific commits | dartraiden | |
2020-07-07 | libcurl: update to 7.71.1 | dartraiden | |
2020-07-02 | this file isn't used anymore | George Hazan | |
2020-07-02 | fixes #2472 (Update liblua to 5.4) | George Hazan | |
2020-07-01 | TLS 1.3 support: | George Hazan | |
Netlib_GetTlsUnique - new function to retrieve TLS binding data for an opened socket | |||
2020-06-29 | PROTO_INTERFACE::GetMenuItem - unified access to all protocol menu items | George Hazan | |
2020-06-25 | compilation fix | George Hazan | |
2020-06-25 | libcurl: pick up Miranda-specific commits | dartraiden | |
2020-06-25 | libcurl: update to 7.71.0 | dartraiden | |
2020-06-25 | SQLite: pick up Miranda-specific commits | dartraiden | |
2020-06-25 | SQLite: update to 3.32.3 | dartraiden | |
2020-06-22 | temporary return of DbChecker | George Hazan | |
2020-06-15 | simpler way of applying server ids to messages | George Hazan | |
2020-06-15 | PROTO_INTERFACE::OnEventEdited - new virtual function to send edited ↵ | George Hazan | |
messages to server | |||
2020-06-14 | Proto_GetInstance: handy helper to obtain PROTO_INTERFACE for a hContact / ↵ | George Hazan | |
szModule | |||
2020-06-14 | fixes #2450 (Update libmdbx to 0.8.1) | George Hazan | |
2020-06-08 | SQLite: pick up Miranda-specific commits | dartraiden | |
2020-06-08 | SQLite: update to 3.32.2 | dartraiden | |
2020-06-04 | SQLite: pick up Miranda-specific commits | dartraiden | |
2020-06-04 | SQLite: update to 3.32.1 | dartraiden | |
2020-05-29 | towards #2408: CSrmmBaseDialog::ProcessFileDrop - a helper with window ↵ | George Hazan | |
handle to process file dropping operations | |||
2020-05-24 | libmdbx.dll returned back to keep compatibility with Windows XP | George Hazan | |
2020-05-22 | Database | George Hazan | |
- libmdbx inlined not to change the code of utilities - libmdbx.mir removed from build scripts | |||
2020-05-22 | libmdbx: no need in MDBX_CONFIG_MANUAL_TLS_CALLBACK crutch... | George Hazan | |
2020-05-22 | also the same fix for icon projects | George Hazan | |
2020-05-22 | fix for broken project file compatibility in VS2019 16.6.0 | George Hazan | |
2020-05-14 | simple database event cycles moved to cursors | George Hazan | |
2020-05-13 | kinda first working version of database event cursors | George Hazan | |
2020-05-12 | fix for import libraries | George Hazan | |
2020-05-12 | event cursors for mdbx driver | George Hazan | |
2020-05-10 | mTextControl related code cleaning | George Hazan | |
2020-05-07 | fix for old PROTO_INTERFACE::FileResume interface error | George Hazan | |
2020-05-04 | fixes #2381 (NewStory: add right-click menu for groupchats) | George Hazan | |
2020-05-04 | NewStory: | George Hazan | |
- mind blowing enum EventLoadMode removed and replaced with the simple bool flag; - massive memory leak removed; - wtext_del flag removed (now all strings are allocated via mir_alloc()); - displayed events now are marked as read if needed | |||
2020-05-02 | libcurl: pick up Miranda-specific commits | dartraiden | |
2020-05-02 | libcurl: update to 7.70.0 | dartraiden | |
2020-05-01 | mtextcontrol: uncomment color bbcode | Mataes | |
newstory: test bbcode color | |||
2020-04-28 | fixes #2365 (NewStory: date/times are displayed according to the OS locale ↵ | George Hazan | |
settings) | |||
2020-04-28 | database: | George Hazan | |
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning | |||
2020-04-26 | refreshment for import libraries | George Hazan | |
2020-04-26 | Chat api: | George Hazan | |
- function Chat_GetDefaultEventDescr() added not to translate the same strings in 5 different places; - function CHAT_INTERFACE::CreateNick added to process nick name creation for group chats; - unused variable LOGINFO::dwFlags removed; - variable LOGINFO::bSimple added for events without possible formatting; - bunch of duplicate code remoed; |