summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
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
2014-01-27unify main and headlines toolbarAndrew Dolgov
2014-01-27minor css tweaksAndrew Dolgov
2014-01-27default theme updatesAndrew Dolgov
2013-11-12quickAddFilter: if text is currently highlighted, use that instead of active ↵Andrew Dolgov
article title for placeholder text
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-10-02add notification to subscribe dialog when multiple feeds are detectedAndrew Dolgov
2013-09-27Revert "Firefox accessibility.typeaheadfind is triggered for multikey ↵Andrew Dolgov
shortcuts." breaks copy/paste in chrome This reverts commit d7e4897b8ee6506ececf0a3bd4aa7c44c4dc4c6a.
2013-09-20Firefox accessibility.typeaheadfind is triggered for multikey shortcuts.Derek Schrock
For multikey shortcuts Firefox accessibility.typeaheadfind is triggered. Returning false will cause the default event from occuring and prevent the event from bubbling up.
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-09-01loadMoreHeadlines: use shorter syntax for adaptive offset calculationAndrew Dolgov
2013-07-25workaround for resetting panel size cookies (closes #756)Andrew Dolgov
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-12viewfeed: properly escape feed in ajax queryAndrew Dolgov
2013-07-11support headlines context menu in floating titleAndrew Dolgov
2013-07-11share: move unsharing all articles into the pluginAndrew Dolgov
2013-07-11use correct icons for notificationsAndrew Dolgov
2013-07-11enable floating title for expandable combined mode, minor expandable mode fixesAndrew Dolgov