index
:
miranda-ng.git
0_95_10_2
jabber_test
master
xmpp_message_handling_refactoring
miranda-ng main repo mirror (manuall sync only)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
m_clistint.h
Age
Commit message (
Expand
)
Author
2024-02-01
fixes #4128 completely
George Hazan
2024-01-16
code cleaning
George Hazan
2024-01-08
Update copyrights
dartraiden
2023-12-22
fixes #4000 completely
George Hazan
2023-08-14
IconFlashTime - old option converted to CMOption
George Hazan
2023-07-23
compilation fix
George Hazan
2023-07-23
let boolean variables inside ClcGroup be boolean
George Hazan
2023-05-22
unused function removed from CLIST_INTERFACE
George Hazan
2023-05-21
link to events collection also removed from CLIST_INTERFACE + code cleaning
George Hazan
2023-05-21
Clist_RemoveEvent became static, pfnRemoveEvent is replaced with pfnFreeEvent
George Hazan
2023-05-21
static function pfnGetEvent removed from CLIST_INTERFACE
George Hazan
2023-01-02
Update copyrights
dartraiden
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-12-22
fixes #2991 (Clist_modern: crash on moving group)
George Hazan
2021-12-19
header files fix to eliminate Windows types for mir_app
ghazan
2021-01-22
further clist options optimization
George Hazan
2021-01-17
Update copyrights
dartraiden
2020-11-30
fixes #2630 (Clist blind: Filter search option moved to Options - Contact lis...
George Hazan
2020-04-06
useless commands removed
George Hazan
2020-04-05
Clist::OfflineModes made public
George Hazan
2020-04-05
another common clist option moved to the core
George Hazan
2020-04-01
Clist_blind to use Miranda's clist key processing instead of listbox embedded...
George Hazan
2020-04-01
Clist_Blind: unused option removed
George Hazan
2020-03-30
another common option removed from dialogs
George Hazan
2020-03-30
Contact lists:
George Hazan
2020-02-01
m_system_cpp.h removed, because there're no C files anymore (hurrah)
George Hazan
2020-01-01
Happy new year, Miranda
George Hazan
2019-07-24
code cleaning
George Hazan
2019-02-27
CLISTEVENT::szTooltip/pszService to be constant
George Hazan
2019-01-04
Update copyrights
dartraiden
2018-09-18
code cleaning
George Hazan
2018-07-16
fixes #1503 (Clist_blind: Main menu has gone)
George Hazan
2018-06-25
duplicate cache item removed to avoid rare crashes
George Hazan
2018-05-27
global variable name standardization
George Hazan
2018-05-23
no need to initialize pcli variable in each plugin (only in Clist_*)
George Hazan
2018-04-07
status caching moved from MenuItem to PROTOACCOUNT - this is very effective
George Hazan
2018-04-07
finally that perversion with double protocol caching in clist died
George Hazan
2018-04-07
Clist_GetRealStatus & Clist_GetGeneralizedStatus: common code moved to mir_app
George Hazan
2018-04-06
more unused stuff cleaned
George Hazan
2018-04-06
all unused CLIST_INTERFACE members dropped (requires new history++)
George Hazan
2018-04-06
CLIST_INTERFACE::pfnClcOptionsChanged => Clist_ClcOptionsChanged
George Hazan
2018-04-06
CLIST_INTERFACE::pfnRemoveItemFromGroup => Clist_RemoveItemFromGroup
George Hazan
2018-04-06
CLIST_INTERFACE::pfnDeleteItemFromTree => Clist_DeleteItemFromTree
George Hazan
2018-04-06
CLIST_INTERFACE::pfnSaveStateAndRebuildList => Clist_SaveStateAndRebuildList
George Hazan
2018-04-06
CLIST_INTERFACE::pfnGetGroupCountsText => Clist_GetGroupCountsText
George Hazan
2018-04-06
CLIST_INTERFACE::pfnDoSelectionDefaultAction => Clist_DoSelectionDefaultAction
George Hazan
2018-04-06
CLIST_INTERFACE::pfnEndRename => Clist_EndRename
George Hazan
[next]