summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
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)
2013-05-16enlarge auto mark offset heightAndrew Dolgov
2013-05-16when auto selecting, only select articles actually near the buffer topAndrew Dolgov
2013-05-16previous patch, fix typoAndrew Dolgov
2013-05-16previous patch, remove active_foundAndrew Dolgov
2013-05-16while cdm_auto_catchup is enabled, after scrolling set active article to the ↵Andrew Dolgov
topmost visible in the buffer so that n/p hotkeys would not reset scrolling position
2013-05-16implement additional counter mode for virtual feeds when there's 0 unread ↵Andrew Dolgov
articles
2013-05-15hide read categories when feedtree category is first expandedAndrew Dolgov
2013-05-14add some subtle css shadowsAndrew Dolgov
2013-05-14mark older than two weeks: fix typoAndrew Dolgov
2013-05-11remove unnecessary bottom border from headlines-frameAndrew Dolgov
2013-05-08save and restore UI panel configuration in cookiesAndrew Dolgov
2013-05-08experimentally align counters to the rightAndrew Dolgov
2013-05-07counterNode: use appear effectAndrew Dolgov
2013-05-07fix notify display on chrome, add some css tweaksAndrew Dolgov
2013-05-07fix counters not being updatedAndrew Dolgov
2013-05-07add tooltipAndrew Dolgov
2013-05-07Merge branch 'master' into css-feedtree-counterAndrew Dolgov
Conflicts: tt-rss.css
2013-05-06remove support for hiding empty categories in prefs editor because people ↵Andrew Dolgov
are dumb
2013-05-04Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-05-04use css nth-child instead of old even/odd class hacks for normal modeAndrew Dolgov
2013-05-02Update selected count when collapsing an articleJeffrey Tolar
2013-05-02remove splash before freshfeed is loadedAndrew Dolgov
2013-04-30fix editArticleTags() call broken on archived feedAndrew Dolgov
2013-04-29add clear sql log buttonAndrew 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.