summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-26replace floIcon with jimIcon from https://github.com/jimparis/jimIconAndrew Dolgov
2013-06-26fix inverse status not being set correctly for filters when creatingAndrew Dolgov
them fix inverse rules not being saved/restored properly through opml
2013-06-25batch feed editor: remove title and feed url because batch editing those ↵Andrew Dolgov
makes no sense whatsoever
2013-06-25login page: remove versionAndrew Dolgov
2013-06-25parser: remove atom <source> elementAndrew Dolgov
2013-06-25do not catchup newly subscribed feedsAndrew Dolgov
2013-06-25af_dilbert: fix typoAndrew Dolgov
2013-06-25add af_dilbertAndrew Dolgov
2013-06-24Merge pull request #236 from levito/patch-5Andrew Dolgov
only do article update operations once when scrolling
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-25fix 2week catchup parameterAndrew Dolgov
2013-06-23Merge pull request #233 from lotrfan/dismissAndrew Dolgov
Remove content when dismissing
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-21Merge pull request #230 from lotrfan/hotkey_fixAndrew Dolgov
Add missing hotkey action
2013-06-21Add missing hotkey handlerJeffrey Tolar
2013-06-20better root element detection for atom content type xhtml (closes #720)Andrew Dolgov
2013-06-20Merge pull request #229 from skibbipl/patch-1Andrew Dolgov
Update messages.po
2013-06-20Update messages.poskibbipl
Typo in translation.
2013-06-20add rel=noreferrer to article linksAndrew Dolgov
2013-06-19Merge pull request #228 from WGH-/installer_undefined_indexAndrew Dolgov
fixes "undefined index HTTPS" notice in installer script
2013-06-20fixes "undefined index" noticeWGH
2013-06-19feedparser: check if initial xpath query for root element returns anythingAndrew Dolgov
2013-06-18Merge pull request #227 from whyparkc/masterAndrew Dolgov
Pull request for localization for Korean
2013-06-19modifying some Korean translationswhyparkc
2013-06-18deleting files in wrong locationwhyparkc
2013-06-18changing wrong folder tree and updating some Korean translationswhyparkc
2013-06-18changing Korean terms and adding some more translationswhyparkc
2013-06-17Merge pull request #223 from mhaley/patches-viewfeed-timeoutAndrew Dolgov
Load selected feed after a short timeout
2013-06-16Merge pull request #226 from mhaley/patches-no-preloadAndrew Dolgov
Don't preload audio attachments.
2013-06-15Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-06-15do no try to pass MS icon files to GDAndrew Dolgov
2013-06-15Merge pull request #224 from Menti/masterAndrew Dolgov
Small improvements to Spanish
2013-06-14Small improvements to SpanishMenti
2013-06-14commit from shellwhyparkc
2013-06-14update 1826whyparkc
2013-06-14adding only mowhyparkc
2013-06-14adding only powhyparkc
2013-06-14adding ko resourceswhyparkc
test
2013-06-14add ko resourceswhyparkc
add ko resources
2013-06-14updating resources 1758whyparkc
2013-06-14Revert "updating korean resources"whyparkc
This reverts commit 4444db8cc845ec398792c877aa7fe5748e9fcb25.
2013-06-14updating korean resourceswhyparkc
2013-06-14.\locale\ko_KR\*whyparkc
2013-06-14colorPalette: try checking imagesize before invoking GDAndrew Dolgov
2013-06-14adding Korean in the language listwhyparkc
2013-06-13Don't preload audio attachments.Matt Haley
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.