Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-27 | tabSRMM: 27 unused cached icons removed | George Hazan | |
2024-06-27 | tabSRMM: useless array g_buttonBarIconHandles removed + some code cleaning | George Hazan | |
2024-01-08 | Update copyrights | dartraiden | |
2023-10-15 | fixes #3737 (tabSRMM: смайлы во встроенном журнале ↵ | George Hazan | |
не заменяются на графические) | |||
2023-09-24 | tabSRMM: get rid of green overlay icon completely | George Hazan | |
2023-06-01 | fixes #3533 (OMEMO: перенести код, рисующий статус ↵ | George Hazan | |
OMEMO в другие плагины) | |||
2023-01-02 | Update copyrights | dartraiden | |
2022-09-24 | tabSRMM: death of proprietary option tree | George Hazan | |
2022-06-05 | code cleaning | George Hazan | |
2022-03-26 | fixes #3057 (Унифицировать настройку горячих ↵ | George Hazan | |
клавиш для отправки сообщений) | |||
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-12-25 | tabSRMM: rest of unused shit removed (main part of shit was removed in fixes ↵ | George Hazan | |
#2215 (TabSRMM: destroy custom tray icon from its own NeN)) | |||
2020-02-16 | fixes #2215 (TabSRMM: destroy custom tray icon from its own NeN) | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-10-29 | tabSRMM: get rid of manual bit operations | George Hazan | |
2019-10-05 | fixes #2091 (tabSRMM: added "Use the same splitter height for all sessions") | George Hazan | |
2019-10-02 | merge with SrmmLogContainer | George Hazan | |
2019-09-13 | tabSRMM: minor code reordering | George Hazan | |
2019-09-12 | tabSRMM: single window | George Hazan | |
2019-08-09 | fixes #2023 (Cannot edit "Open new chat rooms in the default container" ↵ | George Hazan | |
setting when using a screen reader on Windows) | |||
2019-05-27 | obsolete calls of GetVersion() removed & replaced with IsWinVer*Plus() calls | George Hazan | |
2019-03-05 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-01-04 | Update copyrights | dartraiden | |
2018-07-12 | fixes #1485 (TabSRMM: remove "Enable typing sounds" option) | George Hazan | |
2018-06-20 | tabSRMM: unused option removed | George Hazan | |
2018-06-20 | tabSRMM: obsolete locale support code removed, because it doesn't work at all | George Hazan | |
2018-03-11 | fixes #1181 (TabSRMM: bug with event handling) | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-04-07 | SRMM events are now created inside the core to avoid problems with dynamic ↵ | George Hazan | |
plugin unload | |||
2017-03-28 | SRMM notifications went to the core with ME_MSG_WINDOWEVENT | George Hazan | |
2017-03-08 | fix for the wrong type cast | George Hazan | |
2017-03-07 | splitter data removed from common chat session settings | George Hazan | |
2017-03-02 | further tabSRMM cleanup | George Hazan | |
- duplicated functionality moved to CTabBaseDlg::DlgProc; - groupchat specific divider options removed, global ones are used instead; - more UI classes for CChatRoomDlg; - code cleaning | |||
2017-03-02 | code cleanup in tabSRMM | George Hazan | |
- unused cursor removed (IDC_HYPERLINKHAND); - unused header file removed (all functions from generic_msghandlers.h are now declared inside a class) - code reorder; | |||
2017-02-28 | TabSrmm -> UI classes | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-12-01 | toolbar icons processing code moved to mir_app | George Hazan | |
2016-07-26 | less TCHARs: | George Hazan | |
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-01-02 | Copyrights update part 3 (final) | Dart Raiden | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-14 | WindowList_* functions are not services anymore; unneeded helpers removed | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14168 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-05-27 | ansi functionality removed from tabSRMM | George Hazan | |
only utf8 remained git-svn-id: http://svn.miranda-ng.org/main/trunk@13856 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-02-21 | code formatting | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@12236 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-02-21 | - fix for underlining processing; | George Hazan | |
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@12231 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |