summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
2015-07-14(experimental) disable infscroll requests while marking auto catched up ↵Andrew Dolgov
articles as read
2015-07-13fix error feed (i.e. when requested feed no longer exists) not display properlyAndrew Dolgov
2015-07-13roll back separate headline transportAndrew Dolgov
2015-07-13maybe speedup headline adding a bit, maybe notAndrew Dolgov
2015-07-13viewfeed.js: cleanup the code a bitAndrew Dolgov
2015-07-13bring cdmFeedTitle style in line with the rest of the UIAndrew Dolgov
send headline rows as separate JSON objects
2015-07-12fixes for first_id stuffAndrew Dolgov
2015-07-12viewfeed: set hsp status when scrolling to the very endAndrew Dolgov
2015-07-12js: remove current_top_id globalAndrew Dolgov
2015-07-12report top id changed in headlines bufferAndrew Dolgov
2015-07-12queryFeedHeadlines: move to array-based arguments, optionally check if first ↵Andrew Dolgov
element changed when paginating
2015-07-07simplify search, remove search_mode as uselessAndrew Dolgov
remove dialog to select by tags, simplify browsing by tag query
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-06-12better feed debugger ui for f DAndrew Dolgov
2015-06-07fix some minor typos and stuffAndrew Dolgov
2015-03-06add error notification if trying to toggle widescreen in cdmAndrew Dolgov
2015-03-06feedtree: do not hide special category for reals if configured as suchAndrew Dolgov
2015-02-03minor fixes for previousAndrew Dolgov
2015-02-03add placeholder update checker using git changesetsAndrew Dolgov
2015-01-31remove obsolete code related to version checking and tarball updater pluginAndrew Dolgov
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-11-09notify fixesAndrew Dolgov
2014-11-02tweak notifications; use css animations for notificationsAndrew Dolgov
2014-10-26hotkey actions: toggle_expand, collapse_article: check if element existsAndrew Dolgov
before acting on it (closes #815)
2014-08-26mail plugin: use dijit.form.ComboBox to allow random email input instead of ↵Andrew Dolgov
only predefined ones
2014-08-11assign stored content-insert height/width in switchPanelMode(); reset stored ↵Andrew Dolgov
sizes on widescreen switch
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-06-14Skip nested Feed when calling getNextUnreadFeed()André Glüpker
This function is only called when using "Mark all as read". So every time, this function gets called right now, all nested categories get marked as read as well, so we don't want to jump to them. Instead we want to the next category with same or higher tier.
2014-06-09getPreviousFeed: wrap to last feed to be consistent with getNextFeedAndrew Dolgov
2014-05-08prevent cdmClicked ctrl-click handler working on article bodyAndrew Dolgov
2014-04-02expand filtertree display to make filters easier to distinguishAndrew Dolgov
2014-03-14exception_error: always stringify ext_infoAndrew Dolgov
2014-03-14init params debugging: support objects etcAndrew Dolgov
2014-03-14exception_error: support objects in ext_infoAndrew Dolgov
2014-03-14update report to tt-rss promptAndrew Dolgov
2014-03-14add ttrss version and init params to reportsAndrew Dolgov
2014-03-14Revert "exception handler: remove report to tt-rss.org"Andrew Dolgov
This reverts commit b55aec078c18b3db85d34329be3f01364e383667.
2014-03-14handle_rpc_json: do not crash if net-alert is somehow unavailableAndrew Dolgov
2014-03-14exception handler: remove report to tt-rss.orgAndrew Dolgov
2014-03-11Revert "add a less intimidating error message when backend times out and/or ↵Andrew Dolgov
fails to return valid JSON" This reverts commit 2ffe7a3b14caeb55a6338d769255cafa6f67d3c6.
2014-03-11add a less intimidating error message when backend times out and/or fails to ↵Andrew Dolgov
return valid JSON
2014-03-11quickAddFeed: gracefully handle backend timeout/JSON parse problemsAndrew Dolgov