1665 Commits

Author SHA1 Message Date
Zixaphir
d2311ab805 Break up some stuff, address a few small issues 2014-01-09 11:00:08 -07:00
Zixaphir
9478dabdad Merge branch 'master' of https://github.com/seaweedchan/4chan-x into v3
Conflicts:
	CHANGELOG.md
	LICENSE
	builds/4chan-X.user.js
	builds/crx/script.js
	package.json
	src/General/css/font-awesome.css
2014-01-09 10:12:28 -07:00
Jordan
5682df5a2a Tweak the clear search button a bit 2014-01-09 03:33:47 -07:00
Jordan
526783d273 Font-awesome hide buttons, close #226 2014-01-09 03:05:46 -07:00
Jordan
feca837cbc Restyle header a bit, close #220 2014-01-09 01:55:52 -07:00
Jordan
0eae013b0b Not sure why this got removed, but re-adding fixes the thread watcher 2014-01-09 01:18:05 -07:00
Jordan
4d0b83941c eye.open -> eye 2014-01-09 00:27:55 -07:00
Jordan
f217d94299 Menu button changes, close #223 2014-01-09 00:23:43 -07:00
Jordan
8575c0ce87 Redundancy 2014-01-08 23:34:52 -07:00
Jordan
26ee14e688 Update font-awesome 2014-01-08 23:33:52 -07:00
Jordan
7eb6849276 Changelog 2014-01-08 22:16:37 -07:00
Jordan
5779893f7f Who needs redundancies anyway 2014-01-08 22:01:17 -07:00
Jordan
82cc82c30d The most autistic commit ever 2014-01-08 21:51:37 -07:00
Jordan
6f45d41823 Change .current click behavior 2014-01-08 21:49:35 -07:00
Jordan
ce5a6f2552 Shortcut icons now default 2014-01-08 21:14:21 -07:00
Jordan
875a546668 Remove index refresh notifications, re-order some menus 2014-01-08 21:03:10 -07:00
Jordan
8419b7c88b Merge Zixaphir X, close #221 2014-01-08 20:55:13 -07:00
Zixaphir
63b09cb803 Merge branch 'master' of https://github.com/seaweedchan/4chan-x into v3
Conflicts:
	CHANGELOG.md
	LICENSE
	builds/4chan-X.user.js
	builds/crx/script.js
	package.json
	src/Archive/Redirect.coffee
	src/General/Build.coffee
	src/General/css/font-awesome.css
	src/General/lib/databoard.class
	src/Miscellaneous/ExpandThread.coffee
	src/Monitoring/ThreadUpdater.coffee
2014-01-07 20:28:47 -07:00
Zixaphir
ba7769329e Eh, spacing 2014-01-07 14:27:36 -07:00
Zixaphir
073887e515 It occurs to me that Array.shift() is probably slow. 2014-01-07 14:23:27 -07:00
Zixaphir
31e409f361 I get asked a lot, "do you even test your code?"
No. No, the answer is no.
2014-01-07 14:18:22 -07:00
Zixaphir
f067d990c6 Start work on more or less JSONing everything
Obviously to start, I want to make adding and removing callbacks
simpler, because I'm going to need to be disabling and enabling
features on the fly quite a lot, I'm guessing.
2014-01-07 13:37:14 -07:00
Zixaphir
4ce942c540 Looks like I failed to understand exactly what was happening here 2014-01-07 12:10:08 -07:00
Zixaphir
767b89a82c da fuq? 2014-01-07 11:56:54 -07:00
Zixaphir
456c9af18d Bind an index refresh to the current board's link
I mean, this makes sense, right?
2014-01-07 11:52:07 -07:00
Zixaphir
a980c540a9 Lets not waste a perfectly good assignment. 2014-01-07 10:52:22 -07:00
Zixaphir
ef34200fdb It occurs to me you can't disable our Quick Reply. 2014-01-07 10:49:08 -07:00
Zixaphir
51c41f563c Shave off a couple lines 2014-01-07 10:28:37 -07:00
Zixaphir
898cfda2fd That translates to leaner JS 2014-01-07 10:23:48 -07:00
Zixaphir
420a5ad432 Why bother assigning variables to do nothing with them? 2014-01-07 10:20:13 -07:00
Zixaphir
80dd30def0 Optimizations to QuoteThreading (again) 2014-01-07 10:17:46 -07:00
Zixaphir
a720406bad Be a little more conservative here. 2014-01-07 08:11:28 -07:00
Zixaphir
ddabad15e9 Small optimization to Redirect code 2014-01-07 08:03:23 -07:00
Jordan
0cc70a6e4f Add in Zixaphirs fix for thread updater, close #201 2014-01-07 03:14:57 -07:00
Jordan
7c9d3b7fe1 Remove annoying moot text that gets added when adblocking ads 2014-01-07 02:48:37 -07:00
Jordan
bea8687825 Hopefully fix #210 2014-01-07 02:29:31 -07:00
Jordan
4735b8dae5 Update for 4cdn, maybe fix issues like #219? 2014-01-07 02:27:40 -07:00
Jordan
bfa4a65b68 Update archives 2014-01-07 02:08:01 -07:00
Jordan
4d3195bbb9 Update font-awesome 2014-01-07 02:00:47 -07:00
Zixaphir
6d858de604 Why not? 2014-01-06 09:55:16 -07:00
Zixaphir
b1ca573935 Just a couple silly things 2014-01-06 09:50:04 -07:00
Zixaphir
f782b0d3c0 Throw a debounce back in for performance
A scroll-event-based function every tenth of a second is better
than whatever arbitrary timer scroll events can have.
2014-01-06 09:42:15 -07:00
Zixaphir
a7ce01cb61 Fix toggle 2014-01-06 09:37:23 -07:00
Zixaphir
3a776fb5e1 Missed one. 2014-01-06 09:17:54 -07:00
Zixaphir
8b6ea725e4 post.cb.call(post) > post.cb()
heh, comprehension fail. this was this anyways.
2014-01-06 09:15:20 -07:00
Zixaphir
a569565cff Remove debug code 2014-01-06 09:08:44 -07:00
Zixaphir
77d97277c9 Minor optimizations 2014-01-06 09:04:45 -07:00
Zixaphir
b9f2702daf Consolidate and cleanup 2014-01-06 08:55:26 -07:00
Zixaphir
1c5c542ca1 And that should fix everything. Woo. 2014-01-06 08:45:17 -07:00
Zixaphir
5a080e7f60 D: 2014-01-05 17:47:40 -07:00