summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
AgeCommit message (Expand)Author
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
2018-12-02move Utils to AppBase where it belongsAndrew Dolgov
2018-12-02add AppBase as a shared ancestor for main and prefs app objectsAndrew Dolgov
2018-12-02update notify_* calls to use NotifyAndrew Dolgov
2018-12-02move some more stuff out of common.jsAndrew Dolgov
2018-12-02set use strict on JS modules; remove some mostly useless stuff like get_minif...Andrew Dolgov
2018-12-02split main objects to dojo modulesAndrew Dolgov
2018-12-02split several utility objects into separate dojo modulesAndrew Dolgov
2018-12-02remove obsolete row selection functionsAndrew Dolgov
2018-12-02Feeds: shorten some method namesAndrew Dolgov
2018-12-02Headlines: shorten selectArticlesAndrew Dolgov
2018-12-02Article, Headlines: shorten several method namesAndrew Dolgov
2018-12-02fix some minor linter problemsAndrew Dolgov
2018-12-01move some more shared stuff to CommonDialogs, Filters, and UtilsAndrew Dolgov
2018-12-01addLabel -> CommonDialogsAndrew Dolgov
2018-12-01migrate tt-rss.js contents to AppAndrew Dolgov
2018-12-01further effocts to wrap JS stuff into objectsAndrew Dolgov
2018-12-01js-ification: start on some common dialogsAndrew Dolgov
2018-12-01even more objectification of JSAndrew Dolgov
2018-12-01further objectificationAndrew Dolgov
2018-12-01further objectification of JS codeAndrew Dolgov
2018-12-01WIP reshuffling of JS global context into separate logical objectsAndrew Dolgov
2018-12-01viewfeed: remove (tons of) obsolete codeAndrew Dolgov
2018-12-01minor refactoring: normalize some function names; cleanup; etcAndrew Dolgov
2018-12-01reduce headlines scrolling timeoutAndrew Dolgov
2018-12-01rate-limit headlinesScrollHandler via timeout instead of distance scrolledAndrew Dolgov
2018-12-01refactor selection toggle functions; other minor cleanupAndrew Dolgov
2018-12-01isCdmMode -> isCombinedModeAndrew Dolgov