56 Commits

Author SHA1 Message Date
ccd0
d8e7c1444a Fix ID of prefetch shortcut icon. 2019-08-12 02:27:29 -07:00
ccd0
7aa3a56e37 Move prefetch toggle from header menu to shortcut icons. 2019-08-11 11:51:02 -07:00
ccd0
839e3c0b83 This isn't actually a persistent setting; don't put it in Conf. 2019-08-09 21:15:51 -07:00
ccd0
25e88edd1c Speed this up when prefetching is off. 2019-08-09 21:02:24 -07:00
ccd0
2b52a66550 Make MP4 behavior consistent with WEBM, and don't error on files without extension. 2019-08-04 20:11:09 -07:00
ccd0
fba3d2d18e Make HTML templates output Javascript, part 3. #829 2019-07-25 19:48:06 -07:00
ccd0
976342c4c6 Multifile support in Replace X / Image Prefetching. #2171 2019-07-15 21:29:01 -07:00
ccd0
d8cca06b3d We don't really need these checks. 2018-01-24 07:03:39 -08:00
ccd0
3b61cbc21f Don't enable "Image Prefetching" on internal archive.
Fixes bug from fc8684282f33970e37c048670093ea76a001a42d.
2017-01-29 16:02:17 -08:00
ccd0
fc8684282f Activate appropriate features on previews shown in archive. #1256 2017-01-28 03:48:07 -08:00
ccd0
59bc4143db Remove deferred thumbnail loading; no longer needed. 2016-10-01 21:02:26 -07:00
ccd0
8f216f59b0 Fix "Replace X" images being loaded on posts being inserted into catalog.
Fixes bug from 9cee88ce3a9676adb999b6fc2536716a7e8debfb.
2016-09-25 23:18:23 -07:00
ccd0
e1b0d62ceb Have return hack be added by the compilation script. 2016-06-12 00:25:58 -07:00
ccd0
64bb62a075 No more having to hack the contents of the coffee-generated JS. 2016-04-19 16:27:05 -07:00
ccd0
f1b82d013f Remove dependency of Post, Thread, CatalogThread classes on Callbacks class. 2016-04-15 10:34:39 -07:00
ccd0
e27858216f Remove unwanted execute permissions. 2015-11-15 14:00:17 -08:00
ccd0
efb896414a Convert browser-dependent code to use $.engine. 2015-07-04 02:37:20 -07:00
ccd0
c2080e8629 file.URL -> file.url 2015-04-12 22:45:36 -07:00
ccd0
6ad0064f41 Suppress post thumbnails from loading until they are actually inserted into the index.
Hopefully a temporary way of doing this until we get filtering working on JSON
so we don't have to build the posts at all.
2015-03-28 18:27:09 -07:00
ccd0
30e451f776 Fix header menu order. #339 2015-02-27 16:39:17 -08:00
ccd0
c0f4a85a28 Merge from Appchan X: src/Images 2015-01-31 02:57:01 -08:00
ccd0
8df52a0b24 Merge from Appchan X: Whitespace and other changes not affecting compiled script. 2015-01-31 02:50:38 -08:00
ccd0
29b78bf377 Fix sound playing from replaced WebM thumbnails in previewed/inlined quotes. 2015-01-30 23:24:46 -08:00
ccd0
43454eae88 WebMs with sound sighted on /wsg/! 2015-01-30 22:00:08 -08:00
ccd0
d65dc2ca97 Fix a bunch of feature initialization conditions.
Conflicts:
	LICENSE
	builds/appchan-x.user.js
	builds/crx/script.js
	src/Filtering/PostHiding.coffee
	src/General/Index.coffee
	src/General/Navigate.coffee
	src/Images/FappeTyme.coffee
	src/Images/Gallery.coffee
	src/Images/ImageExpand.coffee
	src/Images/ImageLoader.coffee
	src/Menu/Labels.coffee
	src/Miscellaneous/Keybinds.coffee
	src/Monitoring/ThreadWatcher.coffee
2015-01-26 02:57:55 -08:00
ccd0
4fb30a4d8f Support archived thread list page. 2015-01-04 09:47:03 -08:00
ccd0
a55643ef7b Fix duplicate ImageHover event handler.
The thumbnail is replaced before the event hander is added.
2014-10-10 23:06:20 -07:00
ccd0
a0e1268e60 fix image error handling 2014-09-27 00:24:23 -07:00
ccd0
ccf898c72d suppress image loading icon flicker in Firefox 2014-09-11 02:01:28 -07:00
ccd0
b7be5b7a01 remove duplicated loop 2014-09-11 01:49:56 -07:00
ccd0
014af473f4 simplify ImageLoader 2014-09-11 01:33:49 -07:00
ccd0
15a56ec0ae implement PostsInserted and use it in ImageLoader 2014-09-08 10:31:30 -07:00
ccd0
95ed236f84 remove timeout from download queue 2014-09-07 18:54:52 -07:00
ccd0
1f42a88b29 little fix 2014-09-07 18:05:35 -07:00
ccd0
95dc46bc1a use thumbnail image as poster to suppress black screen flashes 2014-09-07 17:44:26 -07:00
ccd0
d1fbe50319 ImageLoader: refactoring, little fixes 2014-09-07 17:02:38 -07:00
ccd0
d0247840d1 copy details at moment of replacement and from the correct thumb (in case of clones) 2014-09-07 14:52:16 -07:00
ccd0
656685a9be fix pause off screen for clones 2014-09-07 14:39:38 -07:00
ccd0
6b8e23d045 forgot to remove this in d533f0 (Allow WebM replacement in quote preview thumbnails.) 2014-09-07 13:44:09 -07:00
ccd0
3c459bb10a move to next item in queue if taking too long 2014-09-07 02:29:49 -07:00
ccd0
7ce54a0f99 fix error 2014-09-07 02:19:49 -07:00
ccd0
5c28ed45f2 queue ImageLoader downloads 2014-09-07 01:59:41 -07:00
ccd0
4b3b0b1ffd don't need to save the old thumb anymore 2014-09-06 20:04:15 -07:00
ccd0
b29685b622 Pause off screen and better clone handling for GIF/WebM etc. replacement 2014-09-06 18:11:14 -07:00
Zixaphir
5bf9e0ab8b Clear event listener
Conflicts:
	builds/4chan-X-beta.user.js
	builds/4chan-X.user.js
2014-09-06 15:32:00 -07:00
Zixaphir
4ed1e1fe7a Implement webm thumbnail replacement.
Conflicts:
	LICENSE
	builds/4chan-X-beta.user.js
	builds/4chan-X.user.js
	src/General/css/style.css
	src/Images/AutoGIF.coffee
	src/Images/Gallery.coffee
	src/Images/ImageLoader.coffee
2014-09-06 10:55:47 -07:00
ccd0
cff287c9c3 HTML templates 2014-08-02 22:43:01 -07:00
ccd0
4bf6f9a4fc prefetch bugfix 2014-07-05 22:50:45 -07:00
ccd0
cdb83f744a cleanup menu code 2014-06-18 22:39:19 -07:00
ccd0
efc852464f don't use event for adding to menu internally 2014-06-17 21:12:07 -07:00