You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/js
Veit Lehmann d1754390cc only do article update operations once when scrolling
I discovered that DOM operations and function calls were done several times inside the 100px mirror when scrolling through articles. Especially painful on seamless scrolling systems like Mac OS, where dozens of updates would slow down this part dramatically. This change fixes it.
11 years ago
..
FeedTree.js implement additional counter mode for virtual feeds when there's 0 unread articles 11 years ago
PluginHost.js Add JS PluginHost.HOOK_PARAMS_LOADED and PluginHost.HOOK_RUNTIME_INFO_LOADED to notify when interesting info has been created/updated. 11 years ago
PrefFeedTree.js apply special feedTree styles only to main UI feedtree, fix feedParam and filterParam screwing with tree node layout 11 years ago
PrefFilterTree.js apply special feedTree styles only to main UI feedtree, fix feedParam and filterParam screwing with tree node layout 11 years ago
PrefLabelTree.js overall directory tree cleanup 13 years ago
deprecated.js overall directory tree cleanup 13 years ago
feedlist.js Load selected feed after a short timeout 11 years ago
functions.js Add JS PluginHost.HOOK_PARAMS_LOADED and PluginHost.HOOK_RUNTIME_INFO_LOADED to notify when interesting info has been created/updated. 11 years ago
index.html block listing of several util directories; deny access to config.php 11 years ago
prefs.js use dojo stuff for user details 11 years ago
tt-rss.js Add missing hotkey handler 11 years ago
viewfeed.js only do article update operations once when scrolling 11 years ago