Commit graph

150 commits

Author SHA1 Message Date
Jordan Eldredge
4fb6467015 More EQ stuff 2016-08-23 17:46:18 -07:00
Jordan Eldredge
8d6357f26c Reformat hotkeys 2016-08-23 17:46:18 -07:00
Jordan Eldredge
58c855f554 Spelling 2016-08-23 17:46:18 -07:00
Jordan Eldredge
5a5b88756e Get band input UI working for EQ 2016-08-23 17:46:18 -07:00
Jordan Eldredge
d932bb38f6 Consolidate setting media info 2016-08-23 17:46:18 -07:00
Jordan Eldredge
92060fbb07 Enable new windows via the URL hash 2016-08-10 18:22:22 -07:00
Jordan Eldredge
b27a9ea1b0 Improve formatting 2016-08-10 18:16:44 -07:00
Jordan Eldredge
9dde8dfc9c Fix snapping for non-overlapping boxes
Boxes were snapping together even if they were not overlapping in the
non-snapping axis:

    ###
    #A#
    ###

        ###
        #B#
        ###

Although A and B are near eachother on the X axis they should not snap
together, since they are far apart on the Y axis. Now they don't.
2016-08-10 18:12:38 -07:00
Jordan Eldredge
299b4cac77 Parse PLEDIT.TXT 2016-08-10 18:12:38 -07:00
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