summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
AgeCommit message (Collapse)Author
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
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-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 ↵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-01-27minor css tweaksAndrew Dolgov
2014-01-27default theme updatesAndrew 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-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
Avoid firing multiple server requests if the user is navigating up/down the tree list with the keyboard. Instead, wait till the user has stopped navigating for at least 250ms.
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
to notify when interesting info has been created/updated.
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 ↵Sunjay Cauligi
expansion of headlines
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
keep defaul and oldest first instead of REVERSE_HEADLINES
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
this will permit plugins to register hockey actions.
2013-03-25add a knob to disable reload on js changeAndrew Dolgov
2013-03-23remove page title stuff for the time beingAndrew Dolgov
2013-03-23Revert "update SITE_TITLE customization to work without needing to be ↵Andrew Dolgov
pre-defined, make it compatible with unread count now being at start of title" This reverts commit 8d051fa0769922df69ac737eee9d13dff67095a9.
2013-03-23Revert "fix tabs"Andrew Dolgov
This reverts commit d6cb94145945a47fc843ed9c25197b1ece40cdae.
2013-03-22fix tabsAndrew Dolgov