summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
AgeCommit message (Expand)Author
2015-09-03fix catching up for grouped feedsAndrew Dolgov
2015-08-12viewfeed: switch to hash-based argumentsAndrew Dolgov
2015-07-07simplify search, remove search_mode as uselessAndrew Dolgov
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-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
2014-10-26hotkey actions: toggle_expand, collapse_article: check if element existsAndrew Dolgov
2014-08-26mail plugin: use dijit.form.ComboBox to allow random email input instead of o...Andrew Dolgov
2014-08-11assign stored content-insert height/width in switchPanelMode(); reset stored ...Andrew Dolgov
2014-03-14handle_rpc_json: do not crash if net-alert is somehow unavailableAndrew Dolgov
2014-03-11Revert "add a less intimidating error message when backend times out and/or f...Andrew Dolgov
2014-03-11add a less intimidating error message when backend times out and/or fails to ...Andrew Dolgov
2014-01-27minor css tweaksAndrew Dolgov
2014-01-27default theme updatesAndrew Dolgov
2013-09-27Revert "Firefox accessibility.typeaheadfind is triggered for multikey shortcu...Andrew Dolgov
2013-09-20Firefox accessibility.typeaheadfind is triggered for multikey shortcuts.Derek Schrock
2013-07-25workaround for resetting panel size cookies (closes #756)Andrew Dolgov
2013-07-02Added alt and meta key handling to hotkeysAndrew Herron
2013-07-02prevent accidental ctrl_key globalAndrew Herron
2013-06-21Add missing hotkey handlerJeffrey Tolar
2013-06-13Load selected feed after a short timeoutMatt Haley
2013-06-13fix crash on feedlist collapse, do not use _COLLAPSED_FEEDLIST prefAndrew Dolgov
2013-06-06remove single-line excerpts in widescreen 3panel mode because it breaks layoutAndrew Dolgov
2013-05-11remove unnecessary bottom border from headlines-frameAndrew Dolgov
2013-05-08save and restore UI panel configuration in cookiesAndrew Dolgov
2013-05-02remove splash before freshfeed is loadedAndrew Dolgov
2013-04-30fix editArticleTags() call broken on archived feedAndrew Dolgov
2013-04-27Add JS PluginHost.HOOK_PARAMS_LOADED and PluginHost.HOOK_RUNTIME_INFO_LOADED ...supahgreg
2013-04-26add automatic timezone (based on client tz offset)Andrew Dolgov
2013-04-25remove cdmUnexpandArticleAndrew Dolgov
2013-04-24add a simple JS-based hook hostAndrew Dolgov
2013-04-17catchupAllFeeds: do not call obsolete callbackAndrew Dolgov
2013-04-16minor typo fix in hash_get()supahgreg
2013-04-16remove js-based player, better mp3 support detection for html5 audioAndrew Dolgov
2013-04-07remove RCHKAndrew Dolgov
2013-04-05Added functionality for navigation without opening articles and toggling expa...Sunjay Cauligi
2013-04-01move several methods from dlg; fix displayed tags not updated after editingAndrew Dolgov
2013-04-01remove xml stuff from backend/dlgAndrew Dolgov
2013-04-01add (disabled) per-feed view_settings handling placeholderAndrew Dolgov
2013-03-30make toggling combined mode work without reloadAndrew Dolgov
2013-03-30add hotkey toggle_cdm_expanded (f c)Andrew Dolgov
2013-03-28retire frankly ridiculous sorting by score/title/date/defaultAndrew Dolgov
2013-03-28setActiveFeedId: assign feed/is-cat attributes to headlines-frameAndrew Dolgov
2013-03-27if hotkey is handled, return falseAndrew Dolgov
2013-03-27Default scroll length closer to expected (i.e. browser default).Daniel Andersson
2013-03-26move global hotkey_actions var to the topPhilippe Mongeau
2013-03-26convert hotkey_action switch to a dictPhilippe Mongeau