Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
CLIST_INTERFACE::pfnRegisterFileDropping & CLIST_INTERFACE::pfnUnregisterFileDropping => suspended
|
|
CLIST_INTERFACE::pfnFreeGroup => suspended
|
|
|
|
|
|
Possible working version here https://github.com/dibyendumajumdar/ravi-ffi
|
|
CLIST_INTERFACE::pfnEnsureVisible => Clist_EnsureVisible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clist_RecalculateGroupCheckboxes
|
|
|
|
|
|
|
|
Clist_EventsProcessTrayDoubleClick
|
|
|
|
recursively even if the list position isn't changed
|
|
|
|
|
|
|
|
update VK_API to 5.74
add hidden option StickerSize (DWORD, default 128)
add hidden option StickerBackground (BYTE, default false)
add chat action pin/unpin message (no text pinned message from api)
version bump
|
|
- reflect implemetation state in options
|
|
- a bit improoved logic
- implemented "keep-alive" like ack request (currently sema logick as ping, should also work with ping disabled, ping is not necessary if strm_mgmt enabled)
|
|
fixes #1247
|
|
|
|
|
|
|
|
Clist_Tray*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- do not request roster on resumed session
|
|
|
|
CLIST_INTERFACE::pfnSetAllExtraIcons => ExtraIcon_SetAll()
|
|
- CLIST_INTERFACE::pfnReloadProtoMenus => Menu_ReloadProtoMenus
- CLIST_INTERFACE::pfnGetProtoIndexByPos considered unused... thus removed
|