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 |
|
ccd0
|
cb828fa9c4
|
quote all the attributes
|
2014-05-15 17:32:38 -07:00 |
|
Zixaphir
|
dc5daeba06
|
I really don't like iterating through objects.
|
2014-01-14 20:17:44 -07:00 |
|
Zixaphir
|
91cedb3b89
|
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
CHANGELOG.md
html/General/Settings-section-Rice.html
img/changelog/3.9.0/0.png
package.json
src/Images/AutoGIF.coffee
src/Images/RevealSpoilers.coffee
src/Miscellaneous/ExpandComment.coffee
src/Miscellaneous/IDColor.coffee
src/Monitoring/Unread.coffee
src/Posting/QuickReply.coffee
src/Quotelinks/QuoteInline.coffee
src/Quotelinks/QuotePreview.coffee
src/Quotelinks/QuoteYou.coffee
src/Quotelinks/Quotify.coffee
|
2013-10-13 13:53:38 -07:00 |
|
seaweedchan
|
875f0cd4f8
|
Merge Zixaphir X
|
2013-08-12 00:07:39 -07:00 |
|
seaweedchan
|
646f668c58
|
Change order value
|
2013-05-25 23:39:50 -07:00 |
|
Zixaphir
|
139e2f9768
|
hue hue hue hue
(image prefetching)
|
2013-05-23 13:09:11 -07:00 |
|