Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-01 | more accurate tab selection | George Hazan | |
2020-05-01 | fix for pszTab argument behavior of the Options dialog | George Hazan | |
2020-05-01 | frankly speaking, neither colors not effects have flags | George Hazan | |
2020-04-28 | fixes #2365 (NewStory: date/times are displayed according to the OS locale ↵ | George Hazan | |
settings) | |||
2020-04-28 | oops, virtual destructor forgotten | George Hazan | |
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; | |||
2020-04-25 | CLogWindow::LogEvents considered useless and localized inside tabSRMM | George Hazan | |
2020-04-25 | db_event_add / db_event_edit to receive const pointer to DBEVENTINFO | George Hazan | |
2020-04-23 | StdMsg: | George Hazan | |
- fixes #865 (new message pops up a window even if the "In background" option is turned on); - old window positioning code from Chat.dll removed; | |||
2020-04-20 | fixes #2334 (Обрезается строка в русском ↵ | George Hazan | |
переводе) | |||
2020-04-12 | fixes #2319 | dartraiden | |
2020-04-10 | fixes #2311 (Collapse multiple nested contact list groups with arrow keys) | George Hazan | |
2020-04-10 | fixes #2312 (Clist Classic - Hotkey for toggling "Disable groups" on contact ↵ | George Hazan | |
list, Ctrl+Shift+G by default) | |||
2020-04-10 | fixes #2313 (Request: Clist Classic - Dont move offline users to bottom) | George Hazan | |
2020-04-10 | StdClist options code cleaning | George Hazan | |
2020-04-10 | fixes #2317 (StdUserInfo: we need moar Unicode) | George Hazan | |
2020-04-08 | fixes #2314 (StdMsg: Focus doesn't follow tab switching) | George Hazan | |
2020-04-07 | MSN: moved to deprecated, banned, removed support from plugins, etc | dartraiden | |
2020-04-06 | useless commands removed | George Hazan | |
2020-04-05 | Clist::OfflineModes made public | George Hazan | |
2020-04-05 | another common clist option moved to the core | George Hazan | |
2020-04-03 | old mTextControl disabled in Plugin Updater & plugin loader | George Hazan | |
2020-04-01 | warning fix | George Hazan | |
2020-04-01 | fixes #2243 (Jabber: buggy OpenFire stanzas drive Miranda crazy) | George Hazan | |
more information here: https://issues.igniterealtime.org/browse/OF-870 | |||
2020-03-31 | fixes #2262 (StdMsg: баг при добавлении контакта) | George Hazan | |
2020-03-30 | fixes #2278 (TabSRMM cannot drop file to input area) | George Hazan | |
2020-03-30 | correct control alignment | George Hazan | |
2020-03-30 | another common option removed from dialogs | George Hazan | |
2020-03-30 | Contact lists: | George Hazan | |
- all common options moved to the Clist namespace; - fixes #2281 (Add option to not clear "NotOnList" group at start); | |||
2020-03-30 | CProgress => CCtrlProgress: fix for a class name | George Hazan | |
2020-03-26 | fixes #2284 (No right mouse clicke menu on messege editor) | George Hazan | |
2020-03-24 | fixes #2276 (StdMsg: drag-n-drop leaves a file's icon in the entry field) | George Hazan | |
2020-03-22 | File transfers: | George Hazan | |
- fixes #2274 (StdMsg & Scriver cannot send files to offline contacts even if their protocol allows that to do); - all copies of AddToFileList in all plugins removed; - ProcessFileDrop() function introduced to handle all file drop operations in all SRMM plugins & contact list | |||
2020-03-17 | CCtrlListView::OnNotify: we ignore item change until OnInitDialog is finished | George Hazan | |
2020-03-15 | db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵ | George Hazan | |
getMStringW - missing szValue parameter added | |||
2020-03-13 | StdMsg: fix for pasting data from clipboard in ANSI | George Hazan | |
2020-03-12 | fixes #2250 (StdMsg doesn't accept file transfers) | George Hazan | |
2020-03-12 | fix for rare crash | George Hazan | |
2020-03-10 | fixes #2253 (StdMsg grabbing/stealing focus on incoming message) | George Hazan | |
2020-03-08 | fixes #2252 (Update tinyxml2 to 8.0.0) | George Hazan | |
2020-03-04 | fixes #2244 (Scriver: after message log unification the Quote button doesnt ↵ | George Hazan | |
use selected text) | |||
2020-03-03 | HM_DBEVENTADDED to be delayed, instead of sending it immediately | George Hazan | |
2020-03-03 | fixed #2236 (StdMsg: focused window blinks) | George Hazan | |
2020-02-20 | bunch of useless threads replaced with a call of ProtoBroadcastAsync | George Hazan | |
2020-02-19 | if a protocol handles an event, it shall return 1, not 0 | George Hazan | |
2020-02-17 | crash fix | George Hazan | |
2020-02-16 | useless checks removed | George Hazan | |
2020-02-07 | fixes #2204 (empty strings in StdPopup options) | George Hazan | |