summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-06-18SRAway: message status dialog -> UI classesGeorge Hazan
2020-06-15simpler way of applying server ids to messagesGeorge Hazan
2020-06-15PROTO_INTERFACE::OnEventEdited - new virtual function to send edited ↵George Hazan
messages to server
2020-06-14Proto_GetInstance: handy helper to obtain PROTO_INTERFACE for a hContact / ↵George Hazan
szModule
2020-06-10fixes #2438 (Jabber: списки приватности странно ↵George Hazan
себя ведут) + some another DoModal() calls cleaning
2020-06-10surprise... IDCANCEL == 2, while we need to return zeroGeorge Hazan
2020-06-09fix for running the same dialog multiple timesGeorge Hazan
2020-06-08fix for the metacontact's message filterGeorge Hazan
2020-06-04all improper calls of OnClose replaced with OnDestroy / OnApplyGeorge Hazan
2020-06-04UI 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-04fixes #2420 (empty error window in StdMsg/Scriver)George Hazan
2020-06-02minor code optimization according to @tweimer's wishGeorge Hazan
2020-06-02additional fix for #2412George Hazan
2020-06-01fixes #2412 (Add ability to paste file URL instead of file sending initiation)George Hazan
2020-05-29towards #2408: CSrmmBaseDialog::ProcessFileDrop - a helper with window ↵George Hazan
handle to process file dropping operations
2020-05-29def files removed from Source Files folderGeorge Hazan
2020-05-22also the same fix for icon projectsGeorge Hazan
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-05-14fix for nickname substitution in chat API popupsGeorge Hazan
2020-05-14simple database event cycles moved to cursorsGeorge Hazan
2020-05-13kinda first working version of database event cursorsGeorge Hazan
2020-05-12fix for import librariesGeorge Hazan
2020-05-12event cursors for mdbx driverGeorge Hazan
2020-05-07fix for old PROTO_INTERFACE::FileResume interface errorGeorge Hazan
2020-05-04fixes #2381 (NewStory: add right-click menu for groupchats)George Hazan
2020-05-03we don't treat hidden subs as unknown contactsGeorge Hazan
2020-05-01more accurate tab selectionGeorge Hazan
2020-05-01fix for pszTab argument behavior of the Options dialogGeorge Hazan
2020-05-01frankly speaking, neither colors not effects have flagsGeorge Hazan
2020-04-28fixes #2365 (NewStory: date/times are displayed according to the OS locale ↵George Hazan
settings)
2020-04-28oops, virtual destructor forgottenGeorge Hazan
2020-04-28database:George Hazan
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning
2020-04-26refreshment for import librariesGeorge Hazan
2020-04-26Chat 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-25CLogWindow::LogEvents considered useless and localized inside tabSRMMGeorge Hazan
2020-04-25db_event_add / db_event_edit to receive const pointer to DBEVENTINFOGeorge Hazan
2020-04-23StdMsg: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-20fixes #2334 (Обрезается строка в русском ↵George Hazan
переводе)
2020-04-12fixes #2319dartraiden
2020-04-10fixes #2311 (Collapse multiple nested contact list groups with arrow keys)George Hazan
2020-04-10fixes #2312 (Clist Classic - Hotkey for toggling "Disable groups" on contact ↵George Hazan
list, Ctrl+Shift+G by default)
2020-04-10fixes #2313 (Request: Clist Classic - Dont move offline users to bottom)George Hazan
2020-04-10StdClist options code cleaningGeorge Hazan
2020-04-10fixes #2317 (StdUserInfo: we need moar Unicode)George Hazan
2020-04-08fixes #2314 (StdMsg: Focus doesn't follow tab switching)George Hazan
2020-04-07MSN: moved to deprecated, banned, removed support from plugins, etcdartraiden
2020-04-06useless commands removedGeorge Hazan
2020-04-05Clist::OfflineModes made publicGeorge Hazan
2020-04-05another common clist option moved to the coreGeorge Hazan
2020-04-03old mTextControl disabled in Plugin Updater & plugin loaderGeorge Hazan