Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-08 | fix for the metacontact's message filter | George Hazan | |
2020-06-04 | all improper calls of OnClose replaced with OnDestroy / OnApply | George Hazan | |
2020-06-04 | UI classes: | George Hazan | |
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning | |||
2020-06-04 | fixes #2420 (empty error window in StdMsg/Scriver) | George Hazan | |
2020-06-02 | minor code optimization according to @tweimer's wish | George Hazan | |
2020-06-02 | additional fix for #2412 | George Hazan | |
2020-06-01 | fixes #2412 (Add ability to paste file URL instead of file sending initiation) | George Hazan | |
2020-05-29 | towards #2408: CSrmmBaseDialog::ProcessFileDrop - a helper with window ↵ | George Hazan | |
handle to process file dropping operations | |||
2020-05-29 | def files removed from Source Files folder | 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 | fix for nickname substitution in chat API popups | 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-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-03 | we don't treat hidden subs as unknown contacts | George Hazan | |
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); |