Commit Graph

365 Commits

Author SHA1 Message Date
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.
2013-06-25 06:08:44 +03:00
Andrew Dolgov d1343b844d make floating title less cpu intensive 2013-06-25 01:35:07 +04:00
Jeffrey Tolar 3b2605a02e Add some checks to see if the content element exists
This *might* help dismissal not break when not using combined mode.
2013-06-21 23:49:35 -05:00
Jeffrey Tolar 055a37e083 Fix incorrect function name in exception handling 2013-06-21 23:31:59 -05:00
Jeffrey Tolar abba5dd4d4 Remove content when an article is dismissed 2013-06-21 23:30:55 -05:00
Jeffrey Tolar 3faad714e2 Add missing hotkey handler 2013-06-21 01:50:08 -05:00
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.
2013-06-13 22:39:26 -07:00
Andrew Dolgov b684a2e665 fix crash on feedlist collapse, do not use _COLLAPSED_FEEDLIST pref 2013-06-13 14:51:31 +04:00
Andrew Dolgov f6ba763d6b Revert "Load selected feed after a short timeout"
This reverts commit 17c5d44cf4.
2013-06-12 14:04:31 +04:00
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.
2013-06-11 22:54:32 -06:00
Andrew Dolgov d9afd9b2b5 use dojo stuff for user details 2013-06-11 12:11:02 +04:00
Andrew Dolgov 222a61c222 user editor: use dojo stuff 2013-06-11 12:04:29 +04:00
Veit Lehmann 5313ae17e4 only update floatingTitle innerHTML if active article changes
This will boost scrolling performance pretty much and avoid flickering of floatingTitle
2013-06-09 02:02:14 +03:00
Andrew Dolgov 5f9699a53f hide floatingTitle when first batch of headlines is received 2013-06-07 10:04:43 +04:00
Andrew Dolgov 33e2d26bcb apply special feedTree styles only to main UI feedtree, fix feedParam and filterParam screwing with tree node layout 2013-06-07 10:01:11 +04:00
Andrew Dolgov 15a829013c remove single-line excerpts in widescreen 3panel mode because it breaks layout 2013-06-06 10:15:17 +04:00
Andrew Dolgov 19b906b94b block automarking headlines on scroll in unexpanded cdm because it doesn't work so well 2013-06-06 10:09:02 +04:00
Andrew Dolgov 08820be70b add experimental floating title when scrolling long articles in combined mode 2013-06-05 22:20:22 +04:00
Andrew Dolgov 1ffd534f43 fix wrong article context menu item toggle marked (should be toggle starred) 2013-05-29 16:14:32 +04:00
Andrew Dolgov 2a7362596f moveToPost: check for current article element existing before getting its position info (closes #695) 2013-05-27 22:11:20 +04:00
Andrew Dolgov 6e098e5e8c enlarge auto mark offset height 2013-05-16 10:52:33 +04:00
Andrew Dolgov 99d89d10b0 when auto selecting, only select articles actually near the buffer top 2013-05-16 10:50:38 +04:00
Andrew Dolgov 4bc6489a80 previous patch, fix typo 2013-05-16 10:00:29 +04:00
Andrew Dolgov cc8d254a61 previous patch, remove active_found 2013-05-16 09:54:12 +04:00
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 2013-05-16 09:53:34 +04:00
Andrew Dolgov c594eca0de implement additional counter mode for virtual feeds when there's 0 unread articles 2013-05-16 01:08:04 +04:00
Andrew Dolgov 077f221337 hide read categories when feedtree category is first expanded 2013-05-15 12:40:51 +04:00
Andrew Dolgov c068b98b72 add some subtle css shadows 2013-05-14 15:28:16 +04:00
Andrew Dolgov 7b32ee7e40 mark older than two weeks: fix typo 2013-05-14 14:27:28 +04:00
Andrew Dolgov d34a32a80e remove unnecessary bottom border from headlines-frame 2013-05-11 15:09:18 +04:00
Andrew Dolgov c73b739b25 save and restore UI panel configuration in cookies 2013-05-08 09:18:43 +04:00
Andrew Dolgov f5d3c77a8f experimentally align counters to the right 2013-05-08 01:40:10 +04:00
Andrew Dolgov fbb4155bae counterNode: use appear effect 2013-05-07 20:03:09 +04:00
Andrew Dolgov 5973c74c34 fix notify display on chrome, add some css tweaks 2013-05-07 16:44:59 +04:00
Andrew Dolgov 8d4b5b466a fix counters not being updated 2013-05-07 16:28:49 +04:00
Andrew Dolgov 69970d5b88 add tooltip 2013-05-07 15:50:53 +04:00
Andrew Dolgov 82076ce531 Merge branch 'master' into css-feedtree-counter
Conflicts:
	tt-rss.css
2013-05-07 15:36:14 +04:00
Andrew Dolgov e5e6cde06a remove support for hiding empty categories in prefs editor because people are dumb 2013-05-06 12:50:52 +04:00
Andrew Dolgov 2a3e8d7f34 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-05-04 12:02:08 +04:00
Andrew Dolgov 8d090a910b use css nth-child instead of old even/odd class hacks for normal mode 2013-05-04 12:01:53 +04:00
Jeffrey Tolar b43b92928a Update selected count when collapsing an article 2013-05-02 18:15:41 -05:00
Andrew Dolgov ea18cceaca remove splash before freshfeed is loaded 2013-05-02 09:48:38 +04:00
Andrew Dolgov 27372ddac6 fix editArticleTags() call broken on archived feed 2013-04-30 20:07:08 +04:00
Andrew Dolgov 52e7b5a096 add clear sql log button 2013-04-29 23:12:54 +04:00
supahgreg 8ceea119a8 Add JS PluginHost.HOOK_PARAMS_LOADED and PluginHost.HOOK_RUNTIME_INFO_LOADED to notify when interesting info has been created/updated. 2013-04-27 11:10:21 -05:00
supahgreg abbe9c1f55 minor: remove duplicate check for params 2013-04-27 09:45:02 -05:00
Andrew Dolgov 6bfc97da86 add automatic timezone (based on client tz offset) 2013-04-26 10:31:57 +04:00
Andrew Dolgov 204f9b186f remove cdmUnexpandArticle 2013-04-25 14:04:49 +04:00
Andrew Dolgov 2779e22bf5 js: add collapsed and expanded hooks 2013-04-25 10:09:40 +04:00
Andrew Dolgov 06a02265c4 inject headlines-spacer even if cdm auto catchup is disabled 2013-04-25 09:43:36 +04:00