summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
AgeCommit message (Collapse)Author
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
2013-03-21update SITE_TITLE customization to work without needing to be pre-defined, ↵Richard Beales
make it compatible with unread count now being at start of title
2013-03-21Merge remote-tracking branch 'upstream/master'Richard Beales
2013-03-21updateTitle: show counter before titleAndrew Dolgov
2013-03-21switchPanelMode: don't try to do anything in cdm (closes #609)Andrew Dolgov
2013-03-21implement basic auto-reload on some dependent file timestamp changingAndrew Dolgov
2013-03-21add a e hotkey for embed_originalAndrew Dolgov
2013-03-20Merge remote-tracking branch 'upstream/master'Richard Beales
2013-03-20make a separate headline button to collapse current article inAndrew Dolgov
unexpanded cdm mode; modify a q hotkey to collapse article in unexpanded mode and dismiss article in expanded mode
2013-03-19Merge remote-tracking branch 'upstream/master'Richard Beales
2013-03-19improve hotkey buffer scrolling speed; bind viewport scrolling to shift-arrowsAndrew Dolgov
2013-03-19implement mail plugin using mailto: links; deprecate mail pluginAndrew Dolgov
2013-03-19remove two unnecessary hideOrShowFeeds callsAndrew Dolgov