Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-09 | chat API: | George Hazan | |
- SESSION_INFO now addresses an instance of CChatRoomDlg instead of HWND; - linked list of sessions replaced with the usual LIST<>; - saveCI removed everywhere | |||
2017-03-09 | common rtf management code moved to the core | George Hazan | |
2017-03-09 | any CSrmmBaseDialog descendant can refer to SESSION_INFO, not only CChatRoomDlg | George Hazan | |
2017-03-09 | VKontakte: | ElzorFox | |
move js code to vk stored procedures version bump | |||
2017-03-08 | cosmetic code cleaning | George Hazan | |
2017-03-08 | code cleaning | George Hazan | |
2017-03-08 | code reordering | George Hazan | |
2017-03-08 | unused variable removed | George Hazan | |
2017-03-08 | fix for the wrong type cast | George Hazan | |
2017-03-08 | massive code cleaning | George Hazan | |
2017-03-08 | VKontakte: no PollingThread => no online | ElzorFox | |
2017-03-08 | project tools version reset | George Hazan | |
2017-03-08 | Scriver: rbutton click fixed | George Hazan | |
2017-03-08 | fix for resizer | George Hazan | |
2017-03-08 | self-made crutch replaced with the existing function | George Hazan | |
2017-03-07 | add libaxolotl to miranda32.sln | dartraiden | |
2017-03-07 | code cleaning | George Hazan | |
2017-03-07 | fix for writing options into db | George Hazan | |
2017-03-07 | unused header file removed | George Hazan | |
2017-03-07 | tabSRMM: both window types to use the same spliiter Y | George Hazan | |
2017-03-07 | let this crap with the binary data format finally die | George Hazan | |
2017-03-07 | returned back the binary compatibility of tabsrmm container settings | George Hazan | |
2017-03-07 | compatibility fix for old profiles | George Hazan | |
2017-03-07 | splitter data removed from common chat session settings | George Hazan | |
2017-03-07 | minor code cleaning | George Hazan | |
2017-03-06 | Dropbox: fix file upload | aunsane | |
2017-03-06 | Scriver: | George Hazan | |
- no more WM_COMMAND handlers in windows procedures; - full complect of UI buttons; - merged header files | |||
2017-03-06 | tabSRMM: header files partially merged | George Hazan | |
2017-03-06 | fix for the empty chat titles | George Hazan | |
2017-03-06 | crash fix | George Hazan | |
2017-03-06 | method CSrmmWindow::GetIEViewSelection is used once, therefore inlined | George Hazan | |
2017-03-06 | TNewWindowData - unneeded structure removed | George Hazan | |
2017-03-06 | fixes #729 ([Tabsrmm] "img" insert button no longer works on a toggle) | George Hazan | |
2017-03-06 | omemo: working on 4.3 | Gluzskiy Alexandr | |
2017-03-05 | code cleaning | George Hazan | |
2017-03-05 | unused type declaration removed | George Hazan | |
2017-03-05 | moving data from SESSION_INFO to CChatRoomDlg | George Hazan | |
2017-03-05 | fix for two more misprints | George Hazan | |
2017-03-05 | Scriver: "entry area min size in lines" setting doesn't work | George Hazan | |
2017-03-05 | langpack fix | George Hazan | |
2017-03-05 | Scriver -> core splitters | George Hazan | |
also: - structure of Scriver SRMM classes redesigned to avoid problems with MS compilers; - unused cursors removed; - now splitter position is being saved & restored; | |||
2017-03-05 | minor code cleaning | George Hazan | |
2017-03-05 | StdMsg: applying standard resizer | George Hazan | |
2017-03-05 | Facebook: Version bump | Robert Pösel | |
2017-03-05 | Facebook: Fix reseting chat name | Robert Pösel | |
When user changed thread name from website and set it to "", in Miranda it previously stay "". Now it correctly generates new name from participant names. | |||
2017-03-05 | Facebook: Fix joining chats that doesn't have Nick in database | Robert Pösel | |
This was weird and useless condition. I don't know why it was here. | |||
2017-03-05 | Facebook: Fix handling of various chat events | Robert Pösel | |
E.g. renaming thread, adding/removing participants, etc. | |||
2017-03-05 | Facebook: Update processing various FB events (especially messages) | Robert Pösel | |
2017-03-05 | Facebook: Raise limit for ignoring duplicated messages | Robert Pösel | |
Recently it wasn't hard to experience duplicated messages because Facebook sent us so many duplicit events (mainly as response to mark message as read). With this commit it should be better now. | |||
2017-03-05 | Facebook: Remove "mercury" and "messaging" processing | Robert Pösel | |
These events aren't used by Facebook anymore |