1597 Commits

Author SHA1 Message Date
Nicolas Stepien
84057f65c1 Drag and drop fixes, let it drop text into text inputs. It won't let it drop files into text inputs though. 2012-01-10 16:35:29 +01:00
Nicolas Stepien
962e9d301d Replies array, reply class. 2012-01-09 11:18:31 +01:00
Nicolas Stepien
fcb7c20012 Merge branch 'master' into qr
Conflicts:
	4chan_x.user.js
	script.coffee
2012-01-09 02:01:51 +01:00
Nicolas Stepien
0cd5b57604 Two selector optimization. 2012-01-09 02:01:09 +01:00
Nicolas Stepien
13085d3061 Merge branch 'master' of github.com:MayhemYDG/4chan-x into qr
Conflicts:
	4chan_x.user.js
	script.coffee
2012-01-09 01:00:02 +01:00
Nicolas Stepien
70e1ed8d5c Release 2.24.2. 2012-01-08 21:52:04 +01:00
Nicolas Stepien
efd3fce63c Fix #101, and another bug with the options loading before the unread count. 2012-01-08 21:50:39 +01:00
Nicolas Stepien
9493421a9e Remove loops to select options. Capitalize Fit Width, etc. 2012-01-08 06:10:48 +01:00
Nicolas Stepien
fa9ac02b62 Release 2.24.1. 2012-01-08 05:36:23 +01:00
Nicolas Stepien
310529a9db Increase the limit for image limit. 2012-01-08 01:57:18 +01:00
Nicolas Stepien
b727b73c88 Reveal spoilers for cross-board inlined quotes. 2012-01-07 20:04:20 +01:00
Nicolas Stepien
cb6b786202 Rename onLoad to ready. 2012-01-07 18:12:03 +01:00
Nicolas Stepien
91772a4110 There's not custom settings in images.4chan.org. Remove outdated comment. 2012-01-07 18:08:11 +01:00
Nicolas Stepien
dc4ccac2e6 Less aggressive dialog borders. 2012-01-05 05:35:04 +01:00
Nicolas Stepien
2390251e59 Shave a line, don't repeat $.extend. 2012-01-04 22:12:46 +01:00
Nicolas Stepien
f94a1c8736 Fix Open thread in new tab for Safari. Close #78 2012-01-04 21:49:11 +01:00
Nicolas Stepien
7e02db3b9b Revert "Single nav.init()."
This reverts commit eb8daa7b43eed20318b58370969bd75a0a53b380.
2012-01-04 18:24:39 +01:00
Nicolas Stepien
ee46bafff3 Merge branch 'master' of github.com:MayhemYDG/4chan-x into qr
Conflicts:
	4chan_x.user.js
	script.coffee
2012-01-04 16:31:49 +01:00
Nicolas Stepien
a3933212e4 Some getElementById instead of querySelector. 2012-01-04 16:29:10 +01:00
Nicolas Stepien
b877f47b00 Return ASAP in images.4chan.org 2012-01-04 16:24:04 +01:00
Nicolas Stepien
5452d7f46b Make sure to initialize the options UI, in case something goes wrong let the user change his settings. 2012-01-04 16:07:13 +01:00
Nicolas Stepien
726335775c $.onLoad 2012-01-04 15:55:55 +01:00
Nicolas Stepien
41b10d4223 Merge branch 'master' of github.com:MayhemYDG/4chan-x into qr 2012-01-04 14:47:22 +01:00
Nicolas Stepien
2196ea2c73 Faster selector 2012-01-04 14:31:06 +01:00
Nicolas Stepien
b03ecbf0b0 Merge branch 'master' into qr 2012-01-04 03:10:34 +01:00
Nicolas Stepien
1d38988f06 Unfocus the QR when submitting. 2012-01-04 00:23:50 +01:00
Nicolas Stepien
ed1184c9a1 Release 2.24.0. 2012-01-03 22:57:43 +01:00
Nicolas Stepien
58505f693d Set up archived image redirection link. 2012-01-03 22:54:22 +01:00
Nicolas Stepien
4041419a3d Revert "Whoa, what? Fix mime-type acceptance."
Dunno why I got it wrong while testing.

This reverts commit ea945cc4b7a7361dad5177572b3aee53aac2b122.
2012-01-03 22:46:56 +01:00
Nicolas Stepien
dcd14c9989 Last mimetype match fix fix, remove that trailing space. 2012-01-03 22:19:22 +01:00
Nicolas Stepien
439422d655 Let it drop files before first opening the QR. Enable dump class on drop. 2012-01-02 14:01:33 +01:00
Nicolas Stepien
9cf6aa1079 Manage file drag and drop into the window. It will open the QR if it's closed. 2012-01-02 06:29:30 +01:00
Nicolas Stepien
4e2f3efef6 Automatically pick threads to reply to. Finish keybinds. 2012-01-02 02:08:12 +01:00
Nicolas Stepien
7e6f3ff09e Fixes, moved elements in the draggable area. 2012-01-02 01:17:47 +01:00
Nicolas Stepien
5f4bc8c76b Create a new thread or select a thread to reply to UI. 2012-01-02 00:50:41 +01:00
Nicolas Stepien
ab5177104b Inline 404 checking. 2012-01-01 21:39:53 +01:00
Nicolas Stepien
16f3400d59 More filetype checking. 2012-01-01 21:32:45 +01:00
Nicolas Stepien
3ea6e04348 Get qr keybinds almost done; blur the focused element when closing the qr; open the qr on error. 2012-01-01 20:30:30 +01:00
Nicolas Stepien
b2f7f556e7 Gecko fixes. 2012-01-01 16:58:21 +01:00
Nicolas Stepien
e031e56563 Input hover & focus styling. 2012-01-01 16:21:31 +01:00
Nicolas Stepien
ce7aa784e4 Merge branch 'master' into qr
Conflicts:
	4chan_x.user.js
	script.coffee
2012-01-01 15:26:24 +01:00
Nicolas Stepien
c490bc616e Keybind to open the options: ctrl+o. Close #86 2012-01-01 15:23:46 +01:00
Nicolas Stepien
880d9ad9df WTF. Change button to input type=button, as pressing enter in the other inputs would trigger the mouse event click on the button. 2012-01-01 06:38:43 +01:00
Nicolas Stepien
4a9b9b11d3 Disable the QR if the thread 404'd. 2012-01-01 06:26:04 +01:00
Nicolas Stepien
c547815b7c Prevent filesize errors. Prepare single and multiple file selection. 2012-01-01 05:43:38 +01:00
Nicolas Stepien
ea945cc4b7 Whoa, what? Fix mime-type acceptance. 2012-01-01 04:19:21 +01:00
Nicolas Stepien
ff34fa6de1 Chose files with allowed mime-type. 2012-01-01 04:07:21 +01:00
Nicolas Stepien
e1cc2309a1 Merge branch 'master' into qr 2012-01-01 02:54:24 +01:00
Nicolas Stepien
7197c8c033 Finish redesign. I'll make the dump mode list later. 2012-01-01 02:53:45 +01:00
James Campos
5bda49fb79 don't expand image or inline quote if e.metaKey
on osx, command(⌘)+click opens links in new tabs.
e.metaKey is true when command is held.
2011-12-31 13:32:52 -08:00