Commit Graph

368 Commits (356e13b161cabf9e116a3d057c527b0eeee5b25a)

Author SHA1 Message Date
Andrew Herron c65bd1027a Added alt and meta key handling to hotkeys 11 years ago
Andrew Herron d999bc3eb2 prevent accidental ctrl_key global 11 years ago
Andrew Dolgov 4f62f8f6dc add js hook for floating title 11 years ago
Veit Lehmann d1754390cc only do article update operations once when scrolling
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.
11 years ago
Andrew Dolgov d1343b844d make floating title less cpu intensive 11 years ago
Jeffrey Tolar 3b2605a02e Add some checks to see if the content element exists
This *might* help dismissal not break when not using combined mode.
11 years ago
Jeffrey Tolar 055a37e083 Fix incorrect function name in exception handling 11 years ago
Jeffrey Tolar abba5dd4d4 Remove content when an article is dismissed 11 years ago
Jeffrey Tolar 3faad714e2 Add missing hotkey handler 11 years ago
Matt Haley a95e14fb4c Load selected feed after a short timeout
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.
11 years ago
Andrew Dolgov b684a2e665 fix crash on feedlist collapse, do not use _COLLAPSED_FEEDLIST pref 11 years ago
Andrew Dolgov f6ba763d6b Revert "Load selected feed after a short timeout"
This reverts commit 17c5d44cf4.
11 years ago
Matt Haley 17c5d44cf4 Load selected feed after a short timeout
Avoid firing multiple server requests if the user quickly clicks another feed or is navigating up/down the tree list with the keyboard.
11 years ago
Andrew Dolgov d9afd9b2b5 use dojo stuff for user details 11 years ago
Andrew Dolgov 222a61c222 user editor: use dojo stuff 11 years ago
Veit Lehmann 5313ae17e4 only update floatingTitle innerHTML if active article changes
This will boost scrolling performance pretty much and avoid flickering of floatingTitle
11 years ago
Andrew Dolgov 5f9699a53f hide floatingTitle when first batch of headlines is received 11 years ago
Andrew Dolgov 33e2d26bcb apply special feedTree styles only to main UI feedtree, fix feedParam and filterParam screwing with tree node layout 11 years ago
Andrew Dolgov 15a829013c remove single-line excerpts in widescreen 3panel mode because it breaks layout 11 years ago
Andrew Dolgov 19b906b94b block automarking headlines on scroll in unexpanded cdm because it doesn't work so well 11 years ago
Andrew Dolgov 08820be70b add experimental floating title when scrolling long articles in combined mode 11 years ago
Andrew Dolgov 1ffd534f43 fix wrong article context menu item toggle marked (should be toggle starred) 11 years ago
Andrew Dolgov 2a7362596f moveToPost: check for current article element existing before getting its position info (closes #695) 11 years ago
Andrew Dolgov 6e098e5e8c enlarge auto mark offset height 11 years ago
Andrew Dolgov 99d89d10b0 when auto selecting, only select articles actually near the buffer top 11 years ago
Andrew Dolgov 4bc6489a80 previous patch, fix typo 11 years ago
Andrew Dolgov cc8d254a61 previous patch, remove active_found 11 years ago
Andrew Dolgov 48be35ca06 while cdm_auto_catchup is enabled, after scrolling set active article to the topmost visible in the buffer so that n/p hotkeys would not reset scrolling position 11 years ago
Andrew Dolgov c594eca0de implement additional counter mode for virtual feeds when there's 0 unread articles 11 years ago
Andrew Dolgov 077f221337 hide read categories when feedtree category is first expanded 11 years ago
Andrew Dolgov c068b98b72 add some subtle css shadows 11 years ago
Andrew Dolgov 7b32ee7e40 mark older than two weeks: fix typo 11 years ago
Andrew Dolgov d34a32a80e remove unnecessary bottom border from headlines-frame 11 years ago
Andrew Dolgov c73b739b25 save and restore UI panel configuration in cookies 11 years ago
Andrew Dolgov f5d3c77a8f experimentally align counters to the right 11 years ago
Andrew Dolgov fbb4155bae counterNode: use appear effect 11 years ago
Andrew Dolgov 5973c74c34 fix notify display on chrome, add some css tweaks 11 years ago
Andrew Dolgov 8d4b5b466a fix counters not being updated 11 years ago
Andrew Dolgov 69970d5b88 add tooltip 11 years ago
Andrew Dolgov 82076ce531 Merge branch 'master' into css-feedtree-counter
Conflicts:
	tt-rss.css
11 years ago
Andrew Dolgov e5e6cde06a remove support for hiding empty categories in prefs editor because people are dumb 11 years ago
Andrew Dolgov 2a3e8d7f34 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 11 years ago
Andrew Dolgov 8d090a910b use css nth-child instead of old even/odd class hacks for normal mode 11 years ago
Jeffrey Tolar b43b92928a Update selected count when collapsing an article 11 years ago
Andrew Dolgov ea18cceaca remove splash before freshfeed is loaded 11 years ago
Andrew Dolgov 27372ddac6 fix editArticleTags() call broken on archived feed 11 years ago
Andrew Dolgov 52e7b5a096 add clear sql log button 11 years ago
supahgreg 8ceea119a8 Add JS PluginHost.HOOK_PARAMS_LOADED and PluginHost.HOOK_RUNTIME_INFO_LOADED to notify when interesting info has been created/updated. 11 years ago
supahgreg abbe9c1f55 minor: remove duplicate check for params 11 years ago
Andrew Dolgov 6bfc97da86 add automatic timezone (based on client tz offset) 11 years ago