Commit graph

141 commits

Author SHA1 Message Date
Jordan Eldredge
ba86f0edc2 Add snapUtils file. These may evolve when actually used. 2016-08-10 18:12:38 -07:00
Jordan Eldredge
6befc71488 Use string templating 2016-08-10 18:12:38 -07:00
Jordan Eldredge
162178988f Add bare-bones equalizer component 2016-08-10 18:12:38 -07:00
Jordan Eldredge
cd5f77e44c Add ini parser and parseviscolor tests 2016-08-05 23:14:45 -07:00
Jordan Eldredge
7045fdeb75 Snap to window borders 2016-08-05 22:16:26 -07:00
Jordan Eldredge
ac5bd91109 Constrain draggable window to browser window 2016-08-05 22:16:26 -07:00
Jordan Eldredge
08a91c4b35 Add some more playlist code 2016-08-05 22:16:26 -07:00
Jordan Eldredge
d321a16170 Move openFileDialog to actionCreators 2016-08-04 08:33:45 -07:00
Jordan Eldredge
dc81083ed3 Add back playing media listener, refactor 2016-08-02 23:37:04 -07:00
Jordan Eldredge
e588b76203 Actually use clamped volume for media 2016-08-02 23:21:21 -07:00
Jordan Eldredge
3fa5c05bd1 Move shuffle and balance to action creators 2016-08-02 23:21:08 -07:00
Jordan Eldredge
59dfb34e9d Make toggle repeat an action creator 2016-08-02 23:09:12 -07:00
Jordan Eldredge
824577b4f0 Dispatch directly on store where possible 2016-08-02 23:02:43 -07:00
Jordan Eldredge
4db25a89c4 Remove unused method, and fix close button 2016-08-02 23:01:21 -07:00
Jordan Eldredge
4935af4454 Use adjustVolume in hotkeys.js 2016-08-02 22:53:26 -07:00
Jordan Eldredge
78e4d4588c Reenable test 2016-08-02 22:50:08 -07:00
Jordan Eldredge
92b19c9ecf Move SET_VOLUME to actionCreators 2016-08-02 22:49:44 -07:00
Jordan Eldredge
a38eba5d23 Move SET_VOLUME to actionCreators 2016-08-02 22:44:05 -07:00
Jordan Eldredge
8657a4fe9b Removed unused legacy event 2016-08-02 18:10:44 -07:00
Jordan Eldredge
c1d1da31c6 Have rawgit reference this repo for static assets 2016-08-02 10:14:09 -07:00
Jordan Eldredge
2b6b7f30b5 Rename and move files for better clarity (#186)
* Rename and move files for better clarity

* Add sample mp3 file
2016-08-02 10:10:17 -07:00
Jordan Eldredge
357effc14f Don't use var (#185) 2016-08-01 22:39:29 -07:00
Jordan Eldredge
015acbf635 Upgrade eslint-plugin-react and self-close HTML tags (#184) 2016-08-01 22:17:42 -07:00
Jordan Eldredge
4311fb07c1 Move Skin to React (#182) 2016-08-01 22:01:43 -07:00
Jordan Eldredge
bc1ffb29c3 Move the visualizer to a React component (#181) 2016-08-01 19:30:22 -07:00
Jordan Eldredge
a87c5cfaf0 Port window-manager to React (#174) 2016-07-31 17:18:12 -07:00
Jordan Eldredge
c5caa3cbf6 Linting improvements (#177) 2016-07-30 22:05:42 -07:00
Jordan Eldredge
6d58d7a8da Remove unused code (#176) 2016-07-30 21:35:29 -07:00
Jordan Eldredge
ec4a879210 Remove copy/paste cruft (#172) 2016-07-29 10:46:33 -07:00
Jordan Eldredge
e4471f6611 Move visualizer code out of main-window.js (#171) 2016-07-28 18:18:36 -07:00
Jordan Eldredge
0f74f15689 Move marquee to offset by pixels (#170)
In anticipation of supporting the ability to drag the marquee contents, we're
moving to offsetting by pixels rather than actually modifying the text.
2016-07-28 18:08:51 -07:00
Jordan Eldredge
d34d364a69 Remove errant ; 2016-07-28 09:25:34 -07:00
Jordan Eldredge
3d767ab054 Clean up main-window.js before final refactor (#169) 2016-07-28 09:20:54 -07:00
Jordan Eldredge
75a4cd1696 Move Clutter Bar to React (#167) 2016-07-28 08:40:16 -07:00
Jordan Eldredge
83aec4c474 Abstract file dragging (#166) 2016-07-28 08:33:11 -07:00
Jordan Eldredge
1e49d0a908 Move to thunks. Use display state from store (#164) 2016-07-27 23:17:32 -07:00
Jordan Eldredge
1853bf0352 Render the main window DOM with React (#163)
Because we pass it no props, we can safely manipulate it's DOM state, content
that it won't get rerndered out from underneath us.
2016-07-27 22:33:34 -07:00
Jordan Eldredge
4396225789 Move Close to React (#160) 2016-07-26 20:46:40 -07:00
Jordan Eldredge
049d1b2dfa Move Eject to React (#159) 2016-07-26 17:57:05 -07:00
Jordan Eldredge
00f9ed38fb Move Shuffle/Repeat to React 2016-07-26 17:37:25 -07:00
Jordan Eldredge
a86d81a9b7 Move MonoStereo to React 2016-07-26 17:22:52 -07:00
Jordan Eldredge
e24354756c Move marquee functions to Marquee 2016-07-26 16:59:43 -07:00
Jordan Eldredge
83f5b92932 Major refactor
Major refactor, mostly to compute Marquee values instead of setting them.
2016-07-25 22:32:42 -07:00
Jordan Eldredge
8eef8e848d Provie a key element to the chars in strings 2016-07-22 08:29:15 -07:00
Jordan Eldredge
1965879bcd Move Position to react/redux 2016-07-22 08:11:09 -07:00
Jordan Eldredge
f6df92fb29 Add util function getTimeStr and being testing 2016-07-22 08:02:31 -07:00
Jordan Eldredge
b11b6b916b Minor alignment refactor 2016-07-22 08:01:01 -07:00
Jordan Eldredge
5990ca04fa Move blance to react/redux 2016-07-12 23:04:00 -07:00
Jordan Eldredge
d5869292fe Remove unused volume code 2016-07-12 22:39:40 -07:00
Jordan Eldredge
340629214f Move Volume to React/Redux 2016-07-12 22:37:28 -07:00