summaryrefslogtreecommitdiff
path: root/js/viewfeed.js
AgeCommit message (Collapse)Author
2013-07-11support headlines context menu in floating titleAndrew Dolgov
2013-07-11enable floating title for expandable combined mode, minor expandable mode fixesAndrew Dolgov
2013-07-11fix floating title sometimes obscuring next article titleAndrew Dolgov
2013-07-10floating title: remove cdm auto catchup id hack for the time beingAndrew Dolgov
2013-07-10rework floatingtitleAndrew Dolgov
2013-07-09if multiple articles are selected, do not reset active article / selection ↵Andrew Dolgov
on scroll if auto catchup is enabled
2013-06-28add js hook for floating titleAndrew Dolgov
2013-06-25only do article update operations once when scrollingVeit Lehmann
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.
2013-06-25make floating title less cpu intensiveAndrew Dolgov
2013-06-21Add some checks to see if the content element existsJeffrey Tolar
This *might* help dismissal not break when not using combined mode.
2013-06-21Fix incorrect function name in exception handlingJeffrey Tolar
2013-06-21Remove content when an article is dismissedJeffrey Tolar
2013-06-09only update floatingTitle innerHTML if active article changesVeit Lehmann
This will boost scrolling performance pretty much and avoid flickering of floatingTitle
2013-06-07hide floatingTitle when first batch of headlines is receivedAndrew Dolgov
2013-06-06block automarking headlines on scroll in unexpanded cdm because it doesn't ↵Andrew Dolgov
work so well
2013-06-05add experimental floating title when scrolling long articles in combined modeAndrew Dolgov
2013-05-29fix wrong article context menu item toggle marked (should be toggle starred)Andrew Dolgov
2013-05-27moveToPost: check for current article element existing before getting its ↵Andrew Dolgov
position info (closes #695)
2013-05-16enlarge auto mark offset heightAndrew Dolgov
2013-05-16when auto selecting, only select articles actually near the buffer topAndrew Dolgov
2013-05-16previous patch, fix typoAndrew Dolgov
2013-05-16previous patch, remove active_foundAndrew Dolgov
2013-05-16while cdm_auto_catchup is enabled, after scrolling set active article to the ↵Andrew Dolgov
topmost visible in the buffer so that n/p hotkeys would not reset scrolling position
2013-05-14add some subtle css shadowsAndrew Dolgov
2013-05-04Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-05-04use css nth-child instead of old even/odd class hacks for normal modeAndrew Dolgov
2013-05-02Update selected count when collapsing an articleJeffrey Tolar
2013-05-02remove splash before freshfeed is loadedAndrew Dolgov
2013-04-25remove cdmUnexpandArticleAndrew Dolgov
2013-04-25js: add collapsed and expanded hooksAndrew Dolgov
2013-04-25inject headlines-spacer even if cdm auto catchup is disabledAndrew Dolgov
2013-04-24add a simple JS-based hook hostAndrew Dolgov
2013-04-16remove js-based player, better mp3 support detection for html5 audioAndrew Dolgov
2013-04-15add a %d articles selected elementAndrew Dolgov
2013-04-09implement support for multiple pub/mark buttons, add plugin which adds a ↵Andrew Dolgov
separate mark button to article botton in combined mode (closes #382)
2013-04-07Revert "remove RTITLE"Andrew Dolgov
This reverts commit ecac674adebce15fa8921b8c86cda2dba6ee7c34.
2013-04-07remove RTITLEAndrew Dolgov
2013-04-07remove RCHKAndrew Dolgov
2013-04-06check for headlines-spacer presence before querying infscroll on loadAndrew Dolgov
2013-04-06try to fill the buffer with headlines if possibleAndrew Dolgov
2013-04-05Added functionality for navigation without opening articles and toggling ↵Sunjay Cauligi
expansion of headlines
2013-04-04do not set active feed id in headlines callback, bailout if received data ↵Andrew Dolgov
for currently deselected feed
2013-04-04only unmark articles which had been processed when automarking (for realz)Andrew Dolgov
2013-04-04add experimental cooldown after headlines buffer had been manipulated before ↵Andrew Dolgov
auto catchup is enabled only unmark articles which had been processed when automarking
2013-04-02retire DEFAULT_ARTICLE_LIMIT, infinite scrolling is fast enough to make it ↵Andrew Dolgov
superfluous
2013-04-02rpc: move labelops to articleAndrew Dolgov
2013-04-02rpc: move completeTags to articleAndrew Dolgov
2013-04-02rpc: move setScore to articleAndrew Dolgov
2013-04-02remove small_article_previewAndrew Dolgov
2013-04-01move several methods from dlg; fix displayed tags not updated after editingAndrew Dolgov