summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
AgeCommit message (Expand)Author
2021-03-06reduce overhead in hash set/getAndrew Dolgov
2021-02-21prevent creation of filter rules matching no feedsAndrew Dolgov
2021-02-19fix some eslint-related stuffwip-no-prototypeAndrew Dolgov
2021-02-19bring back hash functionsAndrew Dolgov
2021-02-18initial for RIP prototype/scriptaculousAndrew Dolgov
2021-02-12silence (or fix) a bunch of eslint warningsAndrew Dolgov
2021-02-12* OPML import: don't reload everything, just feed treeAndrew Dolgov
2020-06-04fix various minor issues reported by eslintAndrew Dolgov
2020-06-04unify prefs/main App objects, remove fake classes, use single static App obje...Andrew Dolgov
2020-06-04don't use declare() for static objects with no inheritance because apparently...Andrew Dolgov
2020-06-02move isCombinedMode to AppBase so we wouldn't crash in preferencesAndrew Dolgov
2020-05-22- RIP smooth scrolling and associated hacksAndrew Dolgov
2020-05-17implement keyboard-related changes discussed in https://community.tt-rss.org/...Andrew Dolgov
2020-05-09add hotkey "\" to cancel current searchAndrew Dolgov
2020-05-03Allow setting Insert (45) and Delete (46) as hotkeysltGuillaume
2020-02-28source validationtextarea in main UIAndrew Dolgov
2020-02-28af_readability: allow get full text button to work as a toggle; in cdm, scrol...Andrew Dolgov
2020-02-27update toggle_embed_original hotkey to invoke readability embed instead of re...Andrew Dolgov
2020-01-24onViewModeChanged: set view mode value as a custom body attributeAndrew Dolgov
2019-12-15workaround for a race condition between dojo.parse() and tt-rss loading prope...Andrew Dolgov
2019-12-14show alert() if fatal exception happens while initializing base app objects a...Andrew Dolgov
2019-12-12implement automatic night mode detection using MQLAndrew Dolgov
2019-12-11- update descriptions of changed hotkeysAndrew Dolgov
2019-12-09fix fatal error in previous because of event not being passed via Headlines.m...Andrew Dolgov
2019-12-09exp: auto-disable smooth scrolling for repeat hotkey eventsAndrew Dolgov
2019-12-05pgup/pgdown hotkey normalization:Andrew Dolgov
2019-12-04add hotkeys to scroll headlines/articles (whichever is active) by one pageAndrew Dolgov
2019-05-06restore feed from URL hash after feedlist initAndrew Dolgov
2019-04-14Fix button focus issuesMichael Kuhn
2019-04-13Fix focus issues with hotkeysMichael Kuhn
2019-04-12Add keyboard shortcut 'g r': Go to Recently readltGuillaume
2019-03-11Refactor hotkeys to use keypress instead of keydownMichael Kuhn
2018-12-16rework git update checking to be initiated by frontend, outside of runtime in...Andrew Dolgov
2018-12-11requestIdleCallback: remove hard dependency for nowAndrew Dolgov
2018-12-11remove old fatalError(), move everything to App.ErrorAndrew Dolgov
2018-12-11bring back frontend sanity check w/ App.checkBrowserFeatures()Andrew Dolgov
2018-12-10sync article selected status via mutation observerAndrew Dolgov
2018-12-10add Headlines.renderAgain() to switch between combined/expanded modes fasterAndrew Dolgov
2018-12-09add qmcToggleNightMode to actions dropdownAndrew Dolgov
2018-12-09add hotkey (a N) to toggle night.cssAndrew Dolgov
2018-12-08add PluginHost.HOOK_INIT_COMPLETE (and make no_title_counters use it)Andrew Dolgov
2018-12-08switchPanelMode: allow modifying layout in combined mode so that widescreen s...Andrew Dolgov
2018-12-08render article on the client using headlines dataAndrew Dolgov
2018-12-05rename main toolbar elements to be more consistentAndrew Dolgov
2018-12-03fix collapse_sidebar hotkey actionAndrew Dolgov
2018-12-03plugins: mail, mailto: remove code from global contextAndrew Dolgov
2018-12-03refactor error reporting to AppBase; keep exception_error() for now as a shimAndrew Dolgov
2018-12-03remove cookie set checkAndrew Dolgov
2018-12-03remove some plugin JS code out of global contextAndrew Dolgov
2018-12-03rework dojo singleton modules to better work with phpstorm completion (ugh) -...Andrew Dolgov