832 Commits

Author SHA1 Message Date
Mayhem
6e88579cc8 Close #1250. 2013-08-21 17:25:49 +02:00
Jordan Bates
231e151fbb Release 4chan X v1.2.35. 2013-08-20 15:19:31 -07:00
Mayhem
a7d26c173d Replace the Header & Thread Watcher menu icon with a FontAwesome icon.
Also fix .brackets-wrap spacing.
2013-08-20 18:18:17 +02:00
Mayhem
f4433ccf4c Merge pull request #1246 from MayhemYDG/linkify
Add Linkification.
2013-08-19 15:45:52 -07:00
Mayhem
4196ce2600 Clean links from spoiler and code tags. 2013-08-20 00:33:56 +02:00
Mayhem
abedf85973 Disable error reports if localStorage is blocked. 2013-08-19 20:50:48 +02:00
Jordan Bates
0442192181 Release 4chan X v1.2.34. 2013-08-19 07:38:57 -07:00
Mayhem
a5adff0ab6 Fix parsing of empty text nodes in Post::parseComment(). 2013-08-19 12:27:04 +02:00
Jordan Bates
a1ad605f9e Disable notifications 2013-08-18 21:09:03 -07:00
noface
202d7617e3 Add Linkification. 2013-08-18 20:53:08 +02:00
Zixaphir
7fd7c249dc Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
	CHANGELOG.md
	package.json
	src/General/Config.coffee
2013-08-18 10:24:51 -07:00
Mayhem
a1e8d1a924 Remove the Tab to Choose Files First on Firefox.
Firefox forces the flex order as tab order so the setting is useless.
2013-08-18 17:48:52 +02:00
seaweedchan
ba1ba0f113 Some final tweaks to the icons 2013-08-18 04:43:26 -07:00
Zixaphir
ce78a9d403 We're just going to use the CSS we want, not the CSS provided. 2013-08-18 04:06:39 -07:00
seaweedchan
1fb2897baa Some shortcut icon tweaks 2013-08-18 03:42:25 -07:00
seaweedchan
b99bae6843 Make background removal important 2013-08-18 01:53:02 -07:00
seaweedchan
5d763b44f1 QR filename editing tweaks 2013-08-18 01:51:07 -07:00
Zixaphir
decf5e4fab Apply icons to all shortcuts, really.
@seaweedchan: This seems more your forte than mine.
2013-08-17 21:11:00 -07:00
Zixaphir
ec32e54ef5 Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
	css/style.css
	src/General/Config.coffee
	src/General/meta/manifest.json
	src/Posting/QuickReply.coffee
2013-08-17 21:00:31 -07:00
Zixaphir
d15f8ee728 Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
	CHANGELOG.md
	Gruntfile.coffee
	LICENSE
	css/style.css
	html/Posting/QR.html
	img/changelog/3.2.0/0.png
	package.json
	src/General/Get.coffee
	src/General/Header.coffee
	src/General/Main.coffee
	src/General/Notice.coffee
	src/General/Notification.coffee
	src/General/Settings.coffee
	src/General/img/icon.gif
	src/General/lib/notification.class
	src/Monitoring/Favicon.coffee
	src/Posting/QuickReply.coffee
	src/Quotelinks/QuoteOP.coffee
2013-08-17 20:33:48 -07:00
Mayhem
5742405f67 Add desktop notification permission granting setting and notice. 2013-08-17 22:37:30 +02:00
Mayhem
253a4a8fbe Replace QR alerts with desktop notifications. #1053 2013-08-17 17:43:31 +02:00
Mayhem
c64792f35c src/General/Notification.coffee -> src/General/Notice.coffee 2013-08-17 17:29:58 +02:00
Mayhem
b9afef771d Rename the Notification class to Notice.
To avoid conflicts with window.Notification.
2013-08-17 15:46:21 +02:00
Zixaphir
6692dd329b And now that's gone. 2013-08-17 05:41:27 -07:00
Mayhem
030b1278bc Use Font Awesome to replace "QR" end "EAI".
Hopefully this'll make more sense for some users.
2013-08-16 22:43:02 +02:00
seaweedchan
2dedd6af1d Just in case 2013-08-16 02:47:35 -07:00
seaweedchan
109699d83a More optimizations + changelog 2013-08-16 02:24:24 -07:00
seaweedchan
7f52115b38 Banner changing and title editing
from Appchan X
2013-08-16 01:52:28 -07:00
Zixaphir
9d5ef234e9 Fix ToggleBarVisibility keybind 2013-08-15 20:05:46 -07:00
Zixaphir
9d1daeaf6e Merge branch 'master' of https://github.com/seaweedchan/4chan-x into v3 2013-08-14 16:00:56 -07:00
Zixaphir
df841c1424 Fix seaweedchan/4chan-x/issues/144 2013-08-14 12:16:55 -07:00
Mayhem
a972183286 Use a static array instead of a stray variable for DataBoard keys. 2013-08-14 17:59:54 +02:00
Mayhem
772e82aa60 Let CoffeeScript handle binding methods for us. 2013-08-14 17:10:24 +02:00
Mayhem
5924dbb4bb Add support for litteral tags, simpler regexp. 2013-08-14 16:13:32 +02:00
Mayhem
c2cc0b4599 Ban text uses <strong> instead of <b>. 2013-08-14 15:48:59 +02:00
seaweedchan
5a46958ab2 Update changelog 2013-08-14 05:17:43 -07:00
Zixaphir
fd01ec9559 Revert changes to submenu 2013-08-14 05:06:01 -07:00
seaweedchan
39d028c888 Add seaweedchan class 2013-08-14 03:35:42 -07:00
seaweedchan
40a0fd3d07 Undo watcher class change 2013-08-14 03:31:32 -07:00
seaweedchan
2fcbe0bf30 Merge Zixaphir X 2013-08-14 03:12:10 -07:00
Zixaphir
1f011dfd02 Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
Conflicts:
	CHANGELOG.md
	html/General/Header.html
	package.json
	src/Filtering/PostHiding.coffee
	src/Filtering/ThreadHiding.coffee
	src/General/Get.coffee
	src/General/Header.coffee
	src/General/Main.coffee
	src/General/UI.coffee
	src/Menu/Menu.coffee
	src/Posting/QuickReply.coffee
	src/Quotelinks/QuoteOP.coffee
2013-08-14 03:02:03 -07:00
seaweedchan
1b2b859ca2 Whoops 2013-08-14 02:44:17 -07:00
seaweedchan
6b98f8acb4 Make classes consistent with Mayhem X 2013-08-14 02:41:07 -07:00
Jordan Bates
368a5ee5c0 Fix #141 2013-08-13 15:20:20 -07:00
Mayhem
1c33b235d0 Release 4chan X v3.7.0. 2013-08-13 17:13:59 +02:00
Mayhem
3581a235e7 Fix post menus in stubs.
Also removed some old arguments, fixed some semantics, added Get.threadFromNode, and used it.
2013-08-13 16:29:54 +02:00
seaweedchan
f2b15cd0ab Merge Zixaphir X 2013-08-13 05:28:46 -07:00
Mayhem
0ee17f32ce Use classes to position menus and sub-menus. 2013-08-13 13:53:15 +02:00
Zixaphir
2ea8441fd4 Fix a few small issues, new Linkifier regex 2013-08-13 04:26:20 -07:00