| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-14 | add ttrss version and init params to reports | Andrew Dolgov | |
| 2014-03-14 | Revert "exception handler: remove report to tt-rss.org" | Andrew Dolgov | |
| This reverts commit b55aec078c18b3db85d34329be3f01364e383667. | |||
| 2014-03-14 | handle_rpc_json: do not crash if net-alert is somehow unavailable | Andrew Dolgov | |
| 2014-03-14 | exception handler: remove report to tt-rss.org | Andrew Dolgov | |
| 2014-03-11 | Revert "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-11 | add a less intimidating error message when backend times out and/or fails to ↵ | Andrew Dolgov | |
| return valid JSON | |||
| 2014-03-11 | quickAddFeed: gracefully handle backend timeout/JSON parse problems | Andrew Dolgov | |
| 2014-01-27 | unify main and headlines toolbar | Andrew Dolgov | |
| 2014-01-27 | minor css tweaks | Andrew Dolgov | |
| 2014-01-27 | default theme updates | Andrew Dolgov | |
| 2013-11-12 | quickAddFilter: if text is currently highlighted, use that instead of active ↵ | Andrew Dolgov | |
| article title for placeholder text | |||
| 2013-10-21 | do not unpack all visible headlines in collapsed mode because those are ↵ | Andrew Dolgov | |
| unpacked on expand | |||
| 2013-10-20 | catchup group: deselect everything before processing | Andrew Dolgov | |
| 2013-10-17 | add context menu for cdmFeedTitle; change mark as read prompt for grouped ↵ | Andrew Dolgov | |
| headlines more clear | |||
| 2013-10-02 | add notification to subscribe dialog when multiple feeds are detected | Andrew Dolgov | |
| 2013-09-27 | Revert "Firefox accessibility.typeaheadfind is triggered for multikey ↵ | Andrew Dolgov | |
| shortcuts." breaks copy/paste in chrome This reverts commit d7e4897b8ee6506ececf0a3bd4aa7c44c4dc4c6a. | |||
| 2013-09-20 | Firefox 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-09-09 | prevent automatic selection of headlines row first child when scrolling in ↵ | Andrew Dolgov | |
| 3panel mode because it screws with keyboard navigation (closes #752) | |||
| 2013-09-01 | loadMoreHeadlines: use shorter syntax for adaptive offset calculation | Andrew Dolgov | |
| 2013-07-25 | workaround for resetting panel size cookies (closes #756) | Andrew Dolgov | |
| 2013-07-17 | fix second row being selected on viewfeed (closes #748) | Andrew Dolgov | |
| 2013-07-16 | update floating title unread status when auto catching up | Andrew Dolgov | |
| 2013-07-16 | add experimental hack to show row unread status in floating title | Andrew Dolgov | |
| 2013-07-15 | remove dijit checkbox element from floatingTitle | Andrew Dolgov | |
| 2013-07-12 | viewfeed: properly escape feed in ajax query | Andrew Dolgov | |
| 2013-07-11 | support headlines context menu in floating title | Andrew Dolgov | |
| 2013-07-11 | share: move unsharing all articles into the plugin | Andrew Dolgov | |
| 2013-07-11 | use correct icons for notifications | Andrew Dolgov | |
| 2013-07-11 | enable floating title for expandable combined mode, minor expandable mode fixes | Andrew Dolgov | |
| 2013-07-11 | fix floating title sometimes obscuring next article title | Andrew Dolgov | |
| 2013-07-10 | floating title: remove cdm auto catchup id hack for the time being | Andrew Dolgov | |
| 2013-07-10 | rework floatingtitle | Andrew Dolgov | |
| 2013-07-10 | integrate silk icons by Mark James | Andrew Dolgov | |
| 2013-07-09 | if multiple articles are selected, do not reset active article / selection ↵ | Andrew Dolgov | |
| on scroll if auto catchup is enabled | |||
| 2013-07-02 | Added alt and meta key handling to hotkeys | Andrew Herron | |
| 2013-07-02 | prevent accidental ctrl_key global | Andrew Herron | |
| 2013-06-28 | add js hook for floating title | Andrew Dolgov | |
| 2013-06-25 | only do article update operations once when scrolling | Veit Lehmann | |
| I discovered that DOM operations and function calls were done several times inside the 100px mirror when scrolling through articles. Especially painful on seamless scrolling systems like Mac OS, where dozens of updates would slow down this part dramatically. This change fixes it. | |||
| 2013-06-25 | make floating title less cpu intensive | Andrew Dolgov | |
| 2013-06-21 | Add some checks to see if the content element exists | Jeffrey Tolar | |
| This *might* help dismissal not break when not using combined mode. | |||
| 2013-06-21 | Fix incorrect function name in exception handling | Jeffrey Tolar | |
| 2013-06-21 | Remove content when an article is dismissed | Jeffrey Tolar | |
| 2013-06-21 | Add missing hotkey handler | Jeffrey Tolar | |
| 2013-06-13 | Load selected feed after a short timeout | Matt 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-13 | fix crash on feedlist collapse, do not use _COLLAPSED_FEEDLIST pref | Andrew Dolgov | |
| 2013-06-12 | Revert "Load selected feed after a short timeout" | Andrew Dolgov | |
| This reverts commit 17c5d44cf42f6c99786efbc45b788d910fb4c4be. | |||
| 2013-06-11 | Load selected feed after a short timeout | Matt Haley | |
| Avoid firing multiple server requests if the user quickly clicks another feed or is navigating up/down the tree list with the keyboard. | |||
| 2013-06-11 | use dojo stuff for user details | Andrew Dolgov | |
| 2013-06-11 | user editor: use dojo stuff | Andrew Dolgov | |
| 2013-06-09 | only update floatingTitle innerHTML if active article changes | Veit Lehmann | |
| This will boost scrolling performance pretty much and avoid flickering of floatingTitle | |||