summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-30Make the floating title transition smootherAnders Kaseorg
Previously the floating title would not appear until the real title scrolled entirely out of view, which was visually distracting. Now it appears at the point when its bottom lines up with the real title’s bottom. This isn’t perfect yet due to small differences between the two titles’ layouts, but it’s much closer. We now need to use visibility: visible|hidden instead of display: block|none to show and hide the floating title, in order to be able to retrieve its height while it’s hidden. It’s important to use that height because occasionally line wrapping differences make the floating title shorter than the real title, and we don’t want the real title to poke out from underneath. Also fix scrollToRowId to offset by the 4 pixel top margin (like cdmScrollToArticleId already does), so that it goes back to a point when the floating title was hidden; and set the right margin on the floating title so that it’s the same width as the real title and doesn’t overlap the scroll bar. Signed-off-by: Anders Kaseorg <[email protected]>
2014-12-101.15.3 to fix tag/version mismatchAndrew Dolgov
2014-12-09disable version checking for night.cssAndrew Dolgov
2014-12-09release 1.15.1Andrew Dolgov
2014-12-09temporarily enable entity loader when importing opml because idkAndrew Dolgov
2014-12-09require version information in all additional themesAndrew Dolgov
2014-12-08release 1.15Andrew Dolgov
2014-12-08disable libxml entity loader to prevent attacks via xml external entities ↵Andrew Dolgov
(fixes #833)
2014-12-06night theme: add workaround for grayscale filter not working on firefox, ↵Andrew Dolgov
other minor tweaks
2014-12-06if loaded over ssl and iframe is whitelisted, set its source to httpsAndrew Dolgov
2014-12-05tweak selected feed display a bitAndrew Dolgov
2014-12-03fetch_file_contents: support retarded schema-less urlsAndrew Dolgov
af_comics_dilbert: fix for new dilbert.com shenanigans
2014-12-03af_comics_pa: check node exists before trying to manipulate itAndrew Dolgov
2014-11-29Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2014-11-29api: getHeadlines: add configurable excerpt_length (bump api version)Andrew Dolgov
2014-11-28Merge pull request #424 from tmo-github/TMO_ttrssAndrew Dolgov
Modify query to avoid a full table scan on MySQL
2014-11-27Modify query to avoid a full table scan on MySQLtmo-github
2014-11-25no_iframes: remove everything except good iframesAndrew Dolgov
2014-11-25Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2014-11-25api: allow requesting headlines as if client supports iframe sandboxingAndrew Dolgov
2014-11-25allow embedding videos from youtube and vimeo nativelyAndrew Dolgov
2014-11-20Merge pull request #422 from rwetzlmayr/masterAndrew Dolgov
de_DE l10n: Fix typo
2014-11-19Merge branch 'master' of https://github.com/gothfox/Tiny-Tiny-RSSRobert Wetzlmayr
2014-11-19de_DE l10n: Fix typo.Robert Wetzlmayr
2014-11-15add af_tumblr_1280Andrew Dolgov
2014-11-09add imgsetsizes pluginAndrew Dolgov
2014-11-09notify fixesAndrew Dolgov
2014-11-05Merge pull request #420 from whyparkc/masterAndrew Dolgov
updating Korean translation
2014-11-05use position:fixed for notifyAndrew Dolgov
2014-11-05updating Korean translationYoungMin Park
added korean translation for newly added strings
2014-11-04Merge pull request #1 from gothfox/masterYoungMin Park
Update from original
2014-11-03body: disable overflowAndrew Dolgov
2014-11-02tweak notifications; use css animations for notificationsAndrew Dolgov
2014-11-02fix typo (refs #818)Andrew Dolgov
2014-11-02Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2014-11-02when registering feed title, consider its maximum length (closes #818)Andrew Dolgov
2014-11-02Merge pull request #417 from DigitalDJ/masterAndrew Dolgov
Fix allow duplicate posts feature with optimizations from 1.14
2014-11-02Fix allow duplicate posts feature with optimizations from 1.14Grant Pannell
2014-11-02Merge pull request #415 from ValdisVitolins/masterAndrew Dolgov
Updated resource files for Latvian
2014-11-01Updated resource files for Latvianvaldis
2014-10-27api: handle uncached labels the way main headlines function does itAndrew Dolgov
2014-10-26hotkey actions: toggle_expand, collapse_article: check if element existsAndrew Dolgov
before acting on it (closes #815)
2014-10-21add af_comics filter for toothpastefordinnerAndrew Dolgov
2014-10-21release 1.14Andrew Dolgov
2014-10-16add force_update to api getHeadlines; bump api version to 9Andrew Dolgov
2014-10-16do not force sslversion in any casesAndrew Dolgov
2014-10-15Merge pull request #413 from cmehay/masterAndrew Dolgov
Removing required attribute from database password field
2014-10-11include subcategories in generated category feedsAndrew Dolgov
2014-10-08edit feed: smaller buttons for icon upload; allow uploading larger faviconsAndrew Dolgov
2014-10-04Removing required attribute from database password fieldChristophe Mehay