Commit graph

1416 commits

Author SHA1 Message Date
Jordan Eldredge
cf83e48fdc Fix skin approval in python 3 2018-05-23 20:14:06 +01:00
Jordan Eldredge
e0038b4079 Make EQ band values stick in the center 2018-05-23 20:14:06 +01:00
Jordan Eldredge
7fd87863e0 Fix bug with posting to Discord 2018-05-23 20:14:06 +01:00
Jordan Eldredge
1f598a5b3e Allow duration to be set by initial track(s) 2018-05-23 20:14:06 +01:00
Jordan Eldredge
5ff373b003 Update Tweet bot to Python 3 and add Discord Webhook 2018-05-23 20:14:06 +01:00
jberg
1cc944ffe8 butterchurn preset cycling 2018-05-16 17:56:49 -07:00
jberg
5c8bde3a53 butterchurn add randomize keyboard control 2018-05-16 17:43:37 -07:00
Jordan Eldredge
2fc0c60576 Show Twitter instead of email 2018-05-16 09:20:51 -07:00
Jordan Eldredge
cce701b3e6 Add top border to hovered icons 2018-05-16 09:20:43 -07:00
Jordan Eldredge
633de21aa1 Add base skin preamp graph images to default state 2018-05-16 08:44:59 -07:00
Jordan Eldredge
a114c23729 Add hover animation to info icons 2018-05-15 22:54:40 -07:00
Jordan Eldredge
57ab8861d4 Use icons instead of text for "about" 2018-05-15 22:19:37 -07:00
Jordan Eldredge
ce8f1a1821 Fix hotkey warning 2018-05-15 22:19:37 -07:00
Jordan Eldredge
ceb4eeaf2f Fix selected text widths
Fixes #576
2018-05-15 22:19:37 -07:00
jberg
a08f792966 move to constructor 2018-05-15 22:02:52 -07:00
jberg
ad9d17ad8e switch for keyCodes 2018-05-15 22:02:52 -07:00
jberg
d9dc12477c bind and remove input function 2018-05-15 22:02:52 -07:00
jberg
da4b72c2d3 add comments for key codes 2018-05-15 22:02:52 -07:00
jberg
03b59717b2 add next/prev preset keyboard controls 2018-05-15 22:02:52 -07:00
jberg
359c7d25ee only render milkdrop when playing 2018-05-15 22:02:21 -07:00
Jordan Eldredge
3418e159db Visualizer was looking for shade in all the wrong places 2018-05-15 06:47:34 -07:00
Jordan Eldredge
3a4e5c146c Name chunks 2018-05-14 22:40:16 -07:00
Jordan Eldredge
840bcd05a9 Remove out of date comment
We're no Netlify now, and cache busting is done with etags
2018-05-14 22:39:33 -07:00
Jordan Eldredge
0a9a0e6321 Ensure Dropbox does not block 2018-05-14 22:21:55 -07:00
Jordan Eldredge
4430a9d26f Add default skinColors 2018-05-14 21:57:32 -07:00
Jordan Eldredge
dbf83172ee Put it on one line 2018-05-14 20:40:06 -07:00
Jordan Eldredge
dff9ab04b6 Set loading state back to false 2018-05-14 20:40:06 -07:00
Jordan Eldredge
f900932d85 Re-enable custom skins 2018-05-14 20:40:06 -07:00
Jordan Eldredge
d4474058d2 Run the data URIs in base skin CSS through optipng
Brings the gz size downfrom 154K to 75K. That's 7K smaller than the special optimized skin I made which includes .pngs instead of .bmps.
2018-05-14 20:40:06 -07:00
Jordan Eldredge
a801bbda7b Lazy load JSZip 2018-05-14 20:40:06 -07:00
Jordan Eldredge
fc646a5159 Try pre-compiled skin 2018-05-14 20:40:06 -07:00
Jordan Eldredge
0e48b6c8c2 Allow user defined initial layout 2018-05-13 20:25:10 -07:00
Jordan Eldredge
4371ab1b6c Consolidate/fix windows in context menu 2018-05-13 12:36:15 -07:00
Jordan Eldredge
781bec6408 Simplify open/closed windows 2018-05-13 12:36:15 -07:00
Jordan Eldredge
67e1e1f587 Move gen window indexing into App 2018-05-13 12:36:15 -07:00
Jordan Eldredge
7b7af6b06e getPlaylistWindowPixelSize 2018-05-13 12:36:15 -07:00
Jordan Eldredge
2d1bd3f110 Progress toward unifying windows 2018-05-13 12:36:15 -07:00
Jordan Eldredge
6125a0b5d4 Make generic window size management include playlist 2018-05-13 12:36:15 -07:00
Jordan Eldredge
3c9903d070 Generic windows don't have a proper "2" character avaliable in skins 2018-05-13 12:35:13 -07:00
Jordan Eldredge
967a4d4fea Remove analytics middleware
I never found this data to be as valuable as I thought it would be.
2018-05-13 12:34:02 -07:00
Jordan Eldredge
fc9f1268e9 Derive window size/position from state rather than DOM 2018-05-11 17:51:50 -07:00
jberg
f02c760486 update butterchurn 2018-05-11 14:54:30 -07:00
Jordan Eldredge
85afebfe71 Visualizer is one px wider 2018-05-09 20:13:04 -07:00
Jordan Eldredge
92d105e179 Split out skin context menu 2018-05-09 20:02:27 -07:00
Jordan Eldredge
6a24f6267f Fix eq shade volume width... again
I made the wrong fix in a3065846bc. The width was correct, it was the offet that was wrong.
2018-05-07 07:26:31 -07:00
Jordan Eldredge
a3065846bc Fix volume width
Also, remove redundant CSS
2018-05-06 21:11:16 -07:00
Jordan Eldredge
7c06f7d5c9 Fix side/position of slider handles in EQ shade mode 2018-05-06 19:40:02 -07:00
Jordan Eldredge
451d094265 Add Gr 2018-05-06 19:22:57 -07:00
Jordan Eldredge
89bfbdd129 Add Playback context menu 2018-05-06 19:22:51 -07:00
Jordan Eldredge
d795e10f1c Fix seek forward 2018-05-06 19:22:51 -07:00