summaryrefslogtreecommitdiff
path: root/js/viewfeed.js
AgeCommit message (Collapse)Author
2015-06-18prevent event propagation when clicking on CDM article footerAndrew Dolgov
2015-06-17bayes: properly reset score when going good -> uglyAndrew Dolgov
article: add helper to refresh article score pic, properly set scorepic title
2015-01-30Make the floating title transition smootherAnders Kaseorg
Previously the floating title would not appear until the real title scrolled entirely out of view, which was visually distracting. Now it appears at the point when its bottom lines up with the real title’s bottom. This isn’t perfect yet due to small differences between the two titles’ layouts, but it’s much closer. We now need to use visibility: visible|hidden instead of display: block|none to show and hide the floating title, in order to be able to retrieve its height while it’s hidden. It’s important to use that height because occasionally line wrapping differences make the floating title shorter than the real title, and we don’t want the real title to poke out from underneath. Also fix scrollToRowId to offset by the 4 pixel top margin (like cdmScrollToArticleId already does), so that it goes back to a point when the floating title was hidden; and set the right margin on the floating title so that it’s the same width as the real title and doesn’t overlap the scroll bar. Signed-off-by: Anders Kaseorg <[email protected]>
2014-07-26minor spacer/whiteBox appearance tweaksAndrew Dolgov
2014-07-26always create headline-spacer on lazy loadAndrew Dolgov
2014-07-25adjust scroll amount to trigger auto-opening next unread feedAndrew Dolgov
2014-07-25add a link to headlines-spacer to open next unread feedAndrew Dolgov
2014-07-25another implementation of pull 386 (show next when finished reading) (2)Andrew Dolgov
2014-07-25another implementation of pull 386 (show next when finished reading)Andrew Dolgov
2014-07-25Revert "scroll to end to show next feed or category"Andrew Dolgov
This reverts commit 86f32020f6a06af52eb226bf95c6515cb2537663.
2014-06-28scroll to end to show next feed or categorywolle
only if cmd_auto_catchup and on_catchup_show_next_feed set
2014-05-08prevent cdmClicked ctrl-click handler working on article bodyAndrew Dolgov
2014-03-14handle_rpc_json: do not crash if net-alert is somehow unavailableAndrew Dolgov
2014-01-27unify main and headlines toolbarAndrew Dolgov
2013-10-21do not unpack all visible headlines in collapsed mode because those are ↵Andrew Dolgov
unpacked on expand
2013-10-20catchup group: deselect everything before processingAndrew Dolgov
2013-10-17add context menu for cdmFeedTitle; change mark as read prompt for grouped ↵Andrew Dolgov
headlines more clear
2013-09-09prevent automatic selection of headlines row first child when scrolling in ↵Andrew Dolgov
3panel mode because it screws with keyboard navigation (closes #752)
2013-07-17fix second row being selected on viewfeed (closes #748)Andrew Dolgov
2013-07-16update floating title unread status when auto catching upAndrew Dolgov
2013-07-16add experimental hack to show row unread status in floating titleAndrew Dolgov
2013-07-15remove dijit checkbox element from floatingTitleAndrew Dolgov
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