summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
2014-01-27unify main and headlines toolbarAndrew Dolgov
2014-01-27minor css tweaksAndrew Dolgov
2014-01-27default theme updatesAndrew Dolgov
2013-11-12quickAddFilter: if text is currently highlighted, use that instead of active ↵Andrew Dolgov
article title for placeholder text
2013-10-21do not unpack all visible headlines in collapsed mode because those are ↵Andrew Dolgov
unpacked on expand
2013-10-20catchup group: deselect everything before processingAndrew Dolgov
2013-10-17add context menu for cdmFeedTitle; change mark as read prompt for grouped ↵Andrew Dolgov
headlines more clear
2013-10-02add notification to subscribe dialog when multiple feeds are detectedAndrew 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-09-09prevent automatic selection of headlines row first child when scrolling in ↵Andrew Dolgov
3panel mode because it screws with keyboard navigation (closes #752)
2013-09-01loadMoreHeadlines: use shorter syntax for adaptive offset calculationAndrew Dolgov
2013-07-25workaround for resetting panel size cookies (closes #756)Andrew Dolgov
2013-07-17fix second row being selected on viewfeed (closes #748)Andrew Dolgov
2013-07-16update floating title unread status when auto catching upAndrew Dolgov
2013-07-16add experimental hack to show row unread status in floating titleAndrew Dolgov
2013-07-15remove dijit checkbox element from floatingTitleAndrew Dolgov
2013-07-12viewfeed: properly escape feed in ajax queryAndrew Dolgov
2013-07-11support headlines context menu in floating titleAndrew Dolgov
2013-07-11share: move unsharing all articles into the pluginAndrew Dolgov
2013-07-11use correct icons for notificationsAndrew Dolgov
2013-07-11enable floating title for expandable combined mode, minor expandable mode fixesAndrew Dolgov
2013-07-11fix floating title sometimes obscuring next article titleAndrew Dolgov
2013-07-10floating title: remove cdm auto catchup id hack for the time beingAndrew Dolgov
2013-07-10rework floatingtitleAndrew Dolgov
2013-07-10integrate silk icons by Mark JamesAndrew Dolgov
2013-07-09if multiple articles are selected, do not reset active article / selection ↵Andrew Dolgov
on scroll if auto catchup is enabled
2013-07-02Added alt and meta key handling to hotkeysAndrew Herron
2013-07-02prevent accidental ctrl_key globalAndrew Herron
2013-06-28add js hook for floating titleAndrew Dolgov
2013-06-25only do article update operations once when scrollingVeit 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-25make floating title less cpu intensiveAndrew Dolgov
2013-06-21Add some checks to see if the content element existsJeffrey Tolar
This *might* help dismissal not break when not using combined mode.
2013-06-21Fix incorrect function name in exception handlingJeffrey Tolar
2013-06-21Remove content when an article is dismissedJeffrey Tolar
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-12Revert "Load selected feed after a short timeout"Andrew Dolgov
This reverts commit 17c5d44cf42f6c99786efbc45b788d910fb4c4be.
2013-06-11Load selected feed after a short timeoutMatt 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-11use dojo stuff for user detailsAndrew Dolgov
2013-06-11user editor: use dojo stuffAndrew Dolgov
2013-06-09only update floatingTitle innerHTML if active article changesVeit Lehmann
This will boost scrolling performance pretty much and avoid flickering of floatingTitle
2013-06-07hide floatingTitle when first batch of headlines is receivedAndrew Dolgov
2013-06-07apply special feedTree styles only to main UI feedtree, fix feedParam and ↵Andrew Dolgov
filterParam screwing with tree node layout
2013-06-06remove single-line excerpts in widescreen 3panel mode because it breaks layoutAndrew Dolgov
2013-06-06block automarking headlines on scroll in unexpanded cdm because it doesn't ↵Andrew Dolgov
work so well
2013-06-05add experimental floating title when scrolling long articles in combined modeAndrew Dolgov
2013-05-29fix wrong article context menu item toggle marked (should be toggle starred)Andrew Dolgov
2013-05-27moveToPost: check for current article element existing before getting its ↵Andrew Dolgov
position info (closes #695)