Andrew Dolgov
1966e05457
workaround for resetting panel size cookies ( closes #756 )
11 years ago
Andrew Dolgov
95be6e0c89
fix second row being selected on viewfeed ( closes #748 )
11 years ago
Andrew Dolgov
00fe7886b6
update floating title unread status when auto catching up
11 years ago
Andrew Dolgov
41d37fb2c3
add experimental hack to show row unread status in floating title
11 years ago
Andrew Dolgov
0971cc619d
remove dijit checkbox element from floatingTitle
11 years ago
Andrew Dolgov
d9e78984fb
viewfeed: properly escape feed in ajax query
11 years ago
Andrew Dolgov
65f0eb01aa
support headlines context menu in floating title
11 years ago
Andrew Dolgov
41a7a066ef
share: move unsharing all articles into the plugin
11 years ago
Andrew Dolgov
6e3224a26c
use correct icons for notifications
11 years ago
Andrew Dolgov
7415fcf212
enable floating title for expandable combined mode, minor expandable mode fixes
11 years ago
Andrew Dolgov
301a09dc55
fix floating title sometimes obscuring next article title
11 years ago
Andrew Dolgov
d095f42fa4
floating title: remove cdm auto catchup id hack for the time being
11 years ago
Andrew Dolgov
8ee5e9e5e6
rework floatingtitle
11 years ago
Andrew Dolgov
2f20dd58d2
integrate silk icons by Mark James
11 years ago
Andrew Dolgov
03304fda54
if multiple articles are selected, do not reset active article / selection on scroll if auto catchup is enabled
11 years ago
Andrew Herron
c65bd1027a
Added alt and meta key handling to hotkeys
12 years ago
Andrew Herron
d999bc3eb2
prevent accidental ctrl_key global
12 years ago
Andrew Dolgov
4f62f8f6dc
add js hook for floating title
12 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.
12 years ago
Andrew Dolgov
d1343b844d
make floating title less cpu intensive
12 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.
12 years ago
Jeffrey Tolar
055a37e083
Fix incorrect function name in exception handling
12 years ago
Jeffrey Tolar
abba5dd4d4
Remove content when an article is dismissed
12 years ago
Jeffrey Tolar
3faad714e2
Add missing hotkey handler
12 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.
12 years ago
Andrew Dolgov
b684a2e665
fix crash on feedlist collapse, do not use _COLLAPSED_FEEDLIST pref
12 years ago
Andrew Dolgov
f6ba763d6b
Revert "Load selected feed after a short timeout"
...
This reverts commit 17c5d44cf4
.
12 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.
12 years ago
Andrew Dolgov
d9afd9b2b5
use dojo stuff for user details
12 years ago
Andrew Dolgov
222a61c222
user editor: use dojo stuff
12 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
12 years ago
Andrew Dolgov
5f9699a53f
hide floatingTitle when first batch of headlines is received
12 years ago
Andrew Dolgov
33e2d26bcb
apply special feedTree styles only to main UI feedtree, fix feedParam and filterParam screwing with tree node layout
12 years ago
Andrew Dolgov
15a829013c
remove single-line excerpts in widescreen 3panel mode because it breaks layout
12 years ago
Andrew Dolgov
19b906b94b
block automarking headlines on scroll in unexpanded cdm because it doesn't work so well
12 years ago
Andrew Dolgov
08820be70b
add experimental floating title when scrolling long articles in combined mode
12 years ago
Andrew Dolgov
1ffd534f43
fix wrong article context menu item toggle marked (should be toggle starred)
12 years ago
Andrew Dolgov
2a7362596f
moveToPost: check for current article element existing before getting its position info ( closes #695 )
12 years ago
Andrew Dolgov
6e098e5e8c
enlarge auto mark offset height
12 years ago
Andrew Dolgov
99d89d10b0
when auto selecting, only select articles actually near the buffer top
12 years ago
Andrew Dolgov
4bc6489a80
previous patch, fix typo
12 years ago
Andrew Dolgov
cc8d254a61
previous patch, remove active_found
12 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
12 years ago
Andrew Dolgov
c594eca0de
implement additional counter mode for virtual feeds when there's 0 unread articles
12 years ago
Andrew Dolgov
077f221337
hide read categories when feedtree category is first expanded
12 years ago
Andrew Dolgov
c068b98b72
add some subtle css shadows
12 years ago
Andrew Dolgov
7b32ee7e40
mark older than two weeks: fix typo
12 years ago
Andrew Dolgov
d34a32a80e
remove unnecessary bottom border from headlines-frame
12 years ago
Andrew Dolgov
c73b739b25
save and restore UI panel configuration in cookies
12 years ago
Andrew Dolgov
f5d3c77a8f
experimentally align counters to the right
12 years ago