summaryrefslogtreecommitdiff
path: root/tt-rss.js
AgeCommit message (Expand)Author
2005-10-28blank notify box on showDlg()Andrew Dolgov
2005-10-28add dialogue to remove current feed, overall quick meny improvements (shamele...Andrew Dolgov
2005-10-28generic popup user dialog mechanismAndrew Dolgov
2005-10-28quick feed add dialog + related interface tweaksAndrew Dolgov
2005-10-25enable catchup button for labels and starred vfeedAndrew Dolgov
2005-10-23start work on showing number of unread articles in titleAndrew Dolgov
2005-10-17disable feed toolbar catchup button when catchup is not applicableAndrew Dolgov
2005-10-16global search, update TODOAndrew Dolgov
2005-10-16fix broken feed counter updatesAndrew Dolgov
2005-10-16add some RPC error reportingAndrew Dolgov
2005-10-14remove active feed cookie on app initAndrew Dolgov
2005-09-11search toolbar ui changeAndrew Dolgov
2005-09-09more work on tag supportAndrew Dolgov
2005-09-09further label/vfeed/feed behaviour unificationAndrew Dolgov
2005-09-09rework label counter behaviourAndrew Dolgov
2005-09-08automagically updating labels with cute XML RPCAndrew Dolgov
2005-09-08more cookie magic, basic sanity checks on init()Andrew Dolgov
2005-09-08remove ACTFEEDID container, keep information in a cookie instead (getActiveFe...Andrew Dolgov
2005-09-08more MSIE compatibility fixesAndrew Dolgov
2005-09-08remove unneeded xmlhttp objects from tt-rss.jsAndrew Dolgov
2005-09-07remove notification from viewfeed()Andrew Dolgov
2005-09-07fixed viewfeed/MarkAllRead behaviourAndrew Dolgov
2005-09-07update NEWSAndrew Dolgov
2005-09-07update schema, more mysql workAndrew Dolgov
2005-09-07cleanup backend.php/op=view + remove unneeded notify feedbackAndrew Dolgov
2005-09-07fix bug in refetch_callbackAndrew Dolgov
2005-09-07big interface overhaul, new logoAndrew Dolgov
2005-09-07scrollable feedlist (iframe)Andrew Dolgov
2005-09-06disable resetSearch() when query is blankAndrew Dolgov
2005-09-06set limitbox value from cookie on initAndrew Dolgov
2005-09-06feedlist forgot about active feed highlight on refetchAndrew Dolgov
2005-09-06store last opened feed in cookie, cleanup tt-rss.js a little bitAndrew Dolgov
2005-09-06inputify buttons, store view modes in session cookies, disable headline toolb...Andrew Dolgov
2005-09-05notify window close buttonAndrew Dolgov
2005-09-05limit number of loaded headlinesAndrew Dolgov
2005-09-05further javascript cleanupsAndrew Dolgov
2005-09-05iframify main interface, numerous javascript cleanupsAndrew Dolgov
2005-09-05optional support for showing content in an iframeAndrew Dolgov
2005-09-05fix typo in search, add view limiting dropbox, change default headlines heigh...Andrew Dolgov
2005-09-05added support for marking postsAndrew Dolgov
2005-09-02catchupPage() now removes UPD images like it shouldAndrew Dolgov
2005-08-29fix bug in catchupPage button handlingAndrew Dolgov
2005-08-29disable catchupPage button when all headlines have been readAndrew Dolgov
2005-08-28code cleanups, start work on sepUpdateFeed mechanismAndrew Dolgov
2005-08-27remove unneeded object in tt-rss.jsAndrew Dolgov
2005-08-26disable btnCatchupPage when there is nothing to catchupAndrew Dolgov
2005-08-26highlight active headline after post loaded (in view_callback)Andrew Dolgov
2005-08-26disable "loading, please wait" text on view()Andrew Dolgov
2005-08-26reset active_post_id on offset changeAndrew Dolgov
2005-08-26mark currently selected post on headlines update, remove debug msg on content...Andrew Dolgov