summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history.cpp
AgeCommit message (Collapse)Author
2023-08-04fixes #3607 (NewStory: нужно засерять неактуальные ↵George Hazan
кнопки в глобальном поиске) + some code reordering
2023-08-03for #3530 - Global history search for NewStoryGeorge Hazan
2023-08-03fixes #2414 (NewStory: add more hotkeys)George Hazan
2023-08-02code cleaningGeorge Hazan
2023-07-29NewStory: event is redrawn when ME_DB_EVENT_EDITED is fired + code cleaningGeorge Hazan
2023-05-30Telegram: text messages forwardingGeorge Hazan
2023-04-10code cleaningGeorge Hazan
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-06-10fixes #2914 (unified empty history menu items)George Hazan
2021-06-05major code cleaning in regard to db_event_getBlobSize & event memory allocationGeorge Hazan
2021-02-20fixes #2747 (unified System History menu item creation)George Hazan
2021-02-08more UI classes related code cleaningGeorge Hazan
2021-01-19fixes #2696 (NewStory to use event cursors as all another plugins)George Hazan
2020-10-17NewStory:George Hazan
- fixes #2416 (NewStory: add ability to delete only selected messages) - fixes #2423 (NewStory: если выделено одно сообщение, а щёлкнуть ПКМ по другому, то копирование и редактирование ведут себя по-разному); - fixes #2452 (NewStory: add multiple messages selection ability without keyboard)
2020-08-19fixes #2543 (NewStory: падает при экспорте ↵George Hazan
системной истории)
2020-06-08fixes #2432 (NewStory: при открытии окна истории ↵George Hazan
выделять последнее сообщение)
2020-06-05fixes #2418 (NewStory: add event count to system history)George Hazan
2020-06-05fixes #2417 (NewStory: Enter closes history window)George Hazan
2020-05-13kinda first working version of database event cursorsGeorge Hazan
2020-05-08NewStory to use common icons for files & URLsGeorge Hazan
2020-05-07newstory: clear tree every time before buildingMataes
2020-05-06newstory: clear time tree after deletingMataes
2020-05-06newstory: rebuild time tree after deleting historyMataes
2020-05-04newstory: menu fixMataes
2020-05-04newstory: removed not used resourcesMataes
2020-05-04fixes #2384 (NewStory: у многих контактов в time tree ↵George Hazan
есть 1970 год) + code cleaning
2020-05-04Newstory: no need to add whole history into log windowGeorge Hazan
2020-05-04newstory: correct orderMataes
2020-05-04newstory: IDD_SEARCH removedMataes
2020-05-04NewStory: time tree to share array with history control, instead of running ↵George Hazan
its own cycle
2020-05-04NewStory: menu, first versionGeorge Hazan
2020-05-04newstory: not needed lineMataes
2020-05-04newstory: time tree working nowMataes
2020-05-04NewStory:George Hazan
- mind blowing enum EventLoadMode removed and replaced with the simple bool flag; - massive memory leak removed; - wtext_del flag removed (now all strings are allocated via mir_alloc()); - displayed events now are marked as read if needed
2020-05-03NewStory: getting selected item... but don't workMataes
2020-05-03newstory: sort not neededMataes
2020-05-03NewStory: minor improvement of treeview's look-n-feelGeorge Hazan
2020-05-03NewStory: add items in time treeMataes
2020-05-03NewStory: fix for menu translationGeorge Hazan
2020-05-02NewStory: grammarly fixesdartraiden
2020-05-01fix for Options button behaviourGeorge Hazan
2020-05-01newstory: more correct placeMataes
2020-05-01newhistory: function for context menuMataes
2020-05-01newstory: save state of elementsMataes
2020-05-01newstory: time tree drawingMataes
2020-04-30newstory: show/hide time tree view. need draw itMataes
2020-04-30newstory: icons renamed, added timetree icon, timetree item moved from menu ↵Mataes
to toolbar
2020-04-29newstory: small cleanupMataes