Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-08 | Update copyrights | dartraiden | |
2023-11-15 | CCtrlListView::addItem() doesn't add strings in the reverse order anymore | George Hazan | |
2023-04-20 | code cleaning | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2022-12-17 | Mediawiki considers URLs with and without a trailing slash as different ↵ | dartraiden | |
pages, see https://phabricator.wikimedia.org/T14703 | |||
2022-08-06 | SeenPlugin: missing resizer added | George Hazan | |
2022-08-04 | custom icons for UserInfo (AVS, SeenPlugin) | George Hazan | |
2022-07-31 | Contact: group of functions gathered into the personal namespace | George Hazan | |
2022-07-16 | Contact_IsGroupChat - a helper to detect chat rooms | George Hazan | |
2022-06-09 | UserInfo -> UI classes | George Hazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | WORD -> uint16_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-03-28 | 21 years after Win2k release we don't need win2k.h - everything we need is ↵ | George Hazan | |
included into minimum Windows SDK 7.1 | |||
2021-01-17 | Update copyrights | dartraiden | |
2021-01-16 | glory, glory, halleluya: perversive manual call of OnChange() event inside ↵ | George Hazan | |
OnInitDialog isn't needed anymore | |||
2020-10-19 | SeenPlugin: fix for list sorting | George Hazan | |
2020-10-19 | SeenPlugin: tree control replaced with a list in options | George Hazan | |
2020-08-02 | fixes #2508 (Last seen: cannot apply Watched Accounts checkboxes state) | George Hazan | |
2020-06-13 | fixes #2446 (SeenPlugin: не работают всплывающие ↵ | George Hazan | |
окна и запись изменения статуса в историю) | |||
2020-05-22 | fix for broken project file compatibility in VS2019 16.6.0 | George Hazan | |
2020-04-08 | code cleaning | George Hazan | |
2020-01-09 | if smth cannot be incuded, it shall be inlined | George Hazan | |
2020-01-01 | Happy new year, Miranda, part 2 | dartraiden | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-09-27 | fix for a function name: | George Hazan | |
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide | |||
2019-09-27 | obsolete services from m_ignore.h converted into functions | George Hazan | |
2019-09-26 | Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵ | George Hazan | |
variable and unify access to it | |||
2019-07-23 | fixes #2011 (random crash in Seen plugin) | George Hazan | |
2019-07-22 | SeenPlugin: resource cosmetic | dartraiden | |
2019-07-21 | Restore "Free for chat" status support (fixes #1963) | dartraiden | |
2019-06-27 | manual access to CList/Group restricted | George Hazan | |
2019-06-04 | finally fixes #1963 (Remove Free for Chat, On the Phone and Out of Lunch ↵ | George Hazan | |
statuses completely) | |||
2019-05-27 | fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵ | George Hazan | |
completely) | |||
2019-03-28 | Menu_ModifyItem to receive icolib handle, not HICON | George Hazan | |
2019-03-08 | life is too short to remember whether this structure is zeroed or not | George Hazan | |
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-02-27 | popup code cleaning (cause we have no tchar.h) | George Hazan | |
2019-01-28 | mir_urlDecode & mir_urlEncode to return CMStringA | George Hazan | |
2019-01-26 | code cleaning | George Hazan | |
2019-01-18 | SeenPlugin: | ElzorFox | |
add service for get last seen string version bump | |||
2019-01-04 | Update copyrights | dartraiden | |
2018-12-29 | code cleaning | George Hazan | |
2018-11-12 | SeenPlugin -> g_plugin | George Hazan | |
2018-11-12 | db_* functions replaced with g_plugin calls | George Hazan | |
2018-07-24 | database: | George Hazan | |
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s. | |||
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-05-29 | common version resource extracted to the separate file | George Hazan | |
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins |