Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-05 | more correct fix for #2046 | George Hazan | |
2019-09-05 | code cleaning | George Hazan | |
2019-09-05 | fixes #2046 (StdMsg: toolbar is broken after update) | George Hazan | |
2019-09-04 | StdMsg: unneeded options removed | George Hazan | |
2019-09-04 | fixes #2044 (strange Select all behaviour in StdMsg private chats) | George Hazan | |
2019-09-04 | more correct way of working with Ctrl+Up/Down | George Hazan | |
2019-09-04 | fixes #2042 (StdMsg: window icon remains gray after entering a groupchat) | George Hazan | |
2019-09-04 | StdMsg: | George Hazan | |
- separate "Show button for sending messages" setting for group chats removed; - Send button behaviour rewritten using UI classes instead of a crutch in a window procedure; - code optimization & unification | |||
2019-09-04 | history manager built into CHAT_MANAGER isn't needed anymore | George Hazan | |
2019-09-04 | StdMsg: entered strings are stored for group chats as well as for private chats | George Hazan | |
2019-09-04 | fixes #2041 (StdMsg: right-click is broken) | George Hazan | |
2019-09-03 | StdMsg: chat & groupchat window classes merged together into new class ↵ | George Hazan | |
CMsgDialog | |||
2019-09-03 | StdMsg: further merge | George Hazan | |
2019-09-03 | unused shit removed | George Hazan | |
2019-09-03 | StdMsg: | George Hazan | |
- more slack removed from msgs.h - fix for window cascading | |||
2019-09-02 | StdMsg: tab processing code unification | George Hazan | |
2019-09-02 | StdMsg: further code cleaning | George Hazan | |
2019-09-02 | StdMsg: merge began | George Hazan | |
2019-09-02 | StdMsg: error dialog -> UI Classes | George Hazan | |
2019-08-26 | obsolete services removed from core & replaced with functions | George Hazan | |
2019-08-22 | StdMsg: | George Hazan | |
- fixes #2032 (focus is lost during tab switching); - code optimization | |||
2019-08-03 | core part of CloseAction went to the core | George Hazan | |
2019-08-03 | CloseAction: spin cycle removed | George Hazan | |
2019-07-26 | warning fixes | George Hazan | |
2019-07-25 | bunch of unused junk removed from StdPopup | George Hazan | |
2019-07-24 | code cleaning | George Hazan | |
2019-07-21 | Restore "Free for chat" status support (fixes #1963) | dartraiden | |
2019-07-12 | CMake: build file for StdPopup. | protomors | |
2019-06-27 | StdPopup: | George Hazan | |
- obsolete ANSI code cleaning; - code formatting | |||
2019-06-27 | fixes #1997 (Strange code in StdPopup) | George Hazan | |
2019-06-02 | Button_SetIcon_IcoLib - a helper to set MButton's icon using an icolib handle | George Hazan | |
2019-05-27 | fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵ | George Hazan | |
completely) | |||
2019-05-13 | CDlgBase::SetMinSize - a way to get rid of WM_GETMINMAXINFO in DlgProc | George Hazan | |
2019-04-24 | fix for a common version resource | George Hazan | |
2019-04-12 | wiping custom icolib functions: StdMsg | George Hazan | |
2019-03-28 | Menu_ModifyItem to receive icolib handle, not HICON | George Hazan | |
2019-03-26 | ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removed | George Hazan | |
2019-03-26 | StdPopup and Popup decapitalization | dartraiden | |
2019-03-18 | Notes & Reminders: | George Hazan | |
- ANSI plugin became Unicode and therefore went under standard project templates; - globals.h renamed to stdafx.h, stdafx.cxx added to a project; - old pascal-style lists replaced with LIST<> templates; - massive code cleaning; - version bump | |||
2019-03-08 | life is too short to remember whether this structure is zeroed or not | George Hazan | |
2019-03-06 | fix for the popup window class name | George Hazan | |
2019-03-06 | be simpler | George Hazan | |
2019-03-06 | Scott Ellis is an author of YAPP | dartraiden | |
2019-03-06 | popups: | George Hazan | |
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled; | |||
2019-03-05 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-03-05 | fixes #1876 (YAPP renamed to StdPopup, to popup service be always present) | George Hazan | |
2019-02-27 | popup code cleaning (cause we have no tchar.h) | George Hazan | |
2019-02-25 | PROTORECVFILE now uses const char/wchar_t pointers. also fixes #1864 completely | George Hazan | |
2019-02-05 | fixes #1825 (spin control initialization should be done in the constructor, ↵ | George Hazan | |
not inside OnInitDialog) | |||
2019-02-01 | fixes #1762 (StdMsg: Text selection bug in the message log since 0.95.8) | George Hazan | |